Wizard spell text descriptions updated. Formatter handles decimals properly. Release Build 13627.
Some checks failed
Emscripten Build / Build_and_Deploy_Web_Build (push) Successful in 7m11s
Emscripten Build / UnitTesting (push) Failing after 8m17s

This commit is contained in:
AMay 2026-05-15 15:58:02 -05:00
parent a77008b67b
commit 4eed7d722d
3 changed files with 4 additions and 4 deletions

View File

@ -147,7 +147,7 @@ const std::string Ability::GetDescriptionWithPlayerModifiers()const{
else *numb*=std::stof(data.GetProperty(token).GetString());
}
if(!numb)ERR("WARNING! Somehow did not populate a number. Variable: "<<variableName);
AddToDescription(specialValCol.toHTMLColorCode()+std::format("{:.2}",*numb)+WHITE.toHTMLColorCode());
AddToDescription(specialValCol.toHTMLColorCode()+std::format("{:.2f}",*numb)+WHITE.toHTMLColorCode());
return true;
}break;
case KEY_VALUE_PAIR:{

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_BUILD 13626
#define VERSION_BUILD 13627
#define stringify(a) stringify_(a)
#define stringify_(a) #a

View File

@ -163,7 +163,7 @@ Wizard
# Maximum distance this attack will travel before it becomes deactivated.
Max Range = 1000
Description = Shoot an electrically charged bolt, spreads to two other targets upon impact. Deals {DamageMult:DamageMult} to all hit targets.
Description = Shoot an electrically charged bolt, spreads to two other targets upon impact. Deals {DamageMult:DamageMult} damage to all hit targets.
#RGB Values. Color 1 is the circle at full cooldown, Color 2 is the color at empty cooldown.
Cooldown Bar Color 1 = 64, 0, 0, 192
@ -241,7 +241,7 @@ Wizard
FireRingDamageMult = 1
# How often the fire ring deals damage to enemies inside of it.
FireRingDamageFreq = 1
FireRingLifetime = 4.1000
FireRingLifetime = 4s
WorldShakeTime = 2