1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-10-28 02:00:04 +00:00

Resolved #13, Resolved #39, Added Forests Curse and Trick-or-Treat

This commit is contained in:
Deukhoofd
2016-02-27 00:51:40 +01:00
parent 8432f416bc
commit 35623093b3
8 changed files with 59 additions and 36 deletions

View File

@@ -60664,7 +60664,7 @@
"Curse": 28,
"Destiny Bond": 39,
"Faint Attack": 19,
"Forest's Curse": 35,
"Forests Curse": 35,
"Growth": 8,
"Horn Leech": 54,
"Ingrain": 13,
@@ -60749,7 +60749,7 @@
"Curse": 28,
"Destiny Bond": 39,
"Faint Attack": 19,
"Forest's Curse": 35,
"Forests Curse": 35,
"Growth": 8,
"Horn Leech": 62,
"Ingrain": 13,

View File

@@ -95,3 +95,4 @@ extendMove 'Venom Drench', ->
return false
target.boost(attack: -1, specialAttack: -1, speed: -1)