1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-27 18:00:03 +00:00

Revamped Challenge Buttons completely, Added primal abilities, items and primals themselves

This commit is contained in:
Deukhoofd
2016-02-10 23:43:15 +01:00
parent 5fdcc4b285
commit 19558607f3
31 changed files with 902 additions and 273 deletions

View File

@@ -161,6 +161,9 @@ CannedText =
FIRE_ROCK_HURT: "$p is hurt by molten rocks!"
FIRE_ROCK_END: "The molten rocks disappeared from around $ts!"
ILLUSION_BROKE: "The foes $p broke it's illusion!"
WEATHER_FAIL: "But the weather was suppressed!"
HARSHSUN_MOVEFAIL: "But the Harsh Sun caused the move to fail!"
HEAVYRAIN_MOVEFAIL: "But the Harsh Sun caused the move to fail!"
cannedMap = {}
cannedMapReverse = {}

View File

@@ -9,4 +9,5 @@ self.Weather =
MOON: 'Moon'
DELTASTREAM: 'DeltaStream'
HARSHSUN: 'HarshSun'
HEAVYRAIN: 'HeavyRain'