* Rule categories and search in custom rules dialog
* Fix wrong info about format placeholders in all unfinished locales
* Rule search fix, rule info system, some stuff for easier rules dialog modding
* Why not to fix what i can?
* Pluh
* Pluh
* Update LExecutor.java
* fixed the null
* Update LExecutor.java
* I will point your null exception
* is it null or nah
* it is nah
* Update LExecutor.java
* Update LExecutor.java
* null zero
* Extract all updates and draws of core launch/land animations to CoreBlock/CoreBuild
* Re-add removed methods as deprecated
* Fixed tests failing
* anuke said no
* Extract launch effect
* 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
* Update InputHandler.java
Make commandTap fire a Trigger.unitCommandPosition (in the event that it doesn't fire a Trigger.unitCommandAttack)
* Update EventType.java
Add "unitCommandPosition" to Trigger, for when selected units are commanded to move to a position (without that position being an attack).