* Fix armor plate multiplier + change Math.round to Strings.autoFixed
* Missing ability name bundles
* Center ability name
* SuppressionFieldAbility stats
* Is two per row is acceptable?
I can revert this commit if not.
* LiquidExplodeAbility stat display
* MoveLightningAbility stat display
* Better SpawnDeathAbility display
* Fix multiplier coloring inconsistencies
Some had [lightgray] before %/x, some had it after
* Consistent content name display
Match with bullet status effects
* Consistent stat formatting
Convert from some being "stat: #" and some being "# stat" to all being "# stat"
* Re-order stats
* Optimize Imports
* Add ability descriptions
* Apparently I forgot LiquidRegenAbility
* Mention healing allies if displayHeal = true
* Weather sense
Honestly, doesn't seem game changing enough to warrant privileged restriction.
* Weather set
* Rename "snow" to "snowing"
Fix conflict with the snow floor block, though I don't know if this'll have negative repercussions on saves.
* Don't last forever
* Cleanup and bundle
* add space
Surge Alloy can be first obtained on the "Ravine" map.
Thorium can be first obtained on the "Caldera" map.
The "Ravine" map must be unlocked and completed before the "Caldera" map can be accessed.
Since Surge Alloy isn't required to produce Thorium (and vice versa), they should appear at the same level of the tech tree, under Tungsten.
Signed-off-by: Gerald Elder-Vass <geraldev@hotmail.co.uk>
* Update UnitTypes.java
its late at night imma just commit changes and pray i didnt fuck up anywhere
* Allow changing suppress effect color
* Fx.regenSuppressParticle and Fx.regenSuppressSeek now color-aware
- regenSuppressParticle's color handling changed, allows changing the from color intead of the to color
* Damage.applySuppression accepts color as an argument, old method signature still exists
* SuppressionFieldAbility has a new field allowing to specify the color for effect particles
* BulletType has a new field allowing to specify the color for suppress effect particles
* BuildingComp has a new field storing the color to be used for suppression effect
* name
---------
Co-authored-by: BalaM314 <71201189+BalaM314@users.noreply.github.com>
* Update EnergyFieldAbility.java
Nerfs aegires. hard. 3x less healing (3% to 1%)
* Update UnitTypes.java
segments better.
reload 6 frames to 4 frames
damage 25 to 30
* Update EnergyFieldAbility.java
Ty balam
* Update UnitTypes.java
Ty balam! :D
* Update UnitTypes.java
Thanks balam :D
* Add EnergyFieldAbility.sameTypeHealMult
* Apply to aegires
Repair amount to other units is now 1.5% (50% of pre nerf)
Repair amount to aegires is now 0.75% (25% of pre nerf)
---------
Co-authored-by: BalaM314 <71201189+BalaM314@users.noreply.github.com>