-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start working on mapping file to replace hardcodes
- Loading branch information
Showing
2 changed files
with
107 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
{ | ||
"base": { | ||
"Cant": [ | ||
"slp", | ||
"frz", | ||
"par", | ||
"partiallytrapped", | ||
"flinch", | ||
"recharge", | ||
"nopp", | ||
"Attract" | ||
], | ||
"Damage": [ | ||
"", | ||
"psn", | ||
"brn", | ||
"confusion", | ||
"Leech Seed", | ||
"Recoil" | ||
], | ||
"Boosts": [ | ||
"atk", | ||
"atk", | ||
"def", | ||
"spe", | ||
"spa", | ||
"spd", | ||
"accuracy", | ||
"evasion" | ||
], | ||
"Fail": [ | ||
"", | ||
"slp", | ||
"psn", | ||
"brn", | ||
"frz", | ||
"par", | ||
"tox", | ||
"move: Substitute", | ||
"move: Substitute" | ||
], | ||
"Activate": [ | ||
"Bide", | ||
"confusion", | ||
"move: Haze", | ||
"move: Mist", | ||
"move: Struggle", | ||
"move: Substitute", | ||
"move: Splash" | ||
], | ||
"Start": [ | ||
"Bide", | ||
"confusion", | ||
"confusion", | ||
"move: Focus Energy", | ||
"move: Leech Seed", | ||
"Light Screen", | ||
"Mist", | ||
"Reflect", | ||
"Substitute", | ||
"typechange", | ||
"Disable", | ||
"Mimic" | ||
], | ||
"End": [ | ||
"Disable", | ||
"confusion", | ||
"Bide", | ||
"Substitute", | ||
"Disable", | ||
"confusion", | ||
"Mist", | ||
"move: Focus Energy", | ||
"move: Leech Seed", | ||
"Toxic counter", | ||
"Light Screen", | ||
"Reflect", | ||
"move: Bide" | ||
], | ||
"Side": [ | ||
"Safeguard", | ||
"Reflect", | ||
"move: Light Screen", | ||
"Spikes" | ||
] | ||
}, | ||
"diffs": [ | ||
{ | ||
"Activate": [ | ||
[0, "move: Bide"] | ||
], | ||
"Start": [ | ||
[0, "move: Bide"] | ||
], | ||
"End": [ | ||
[0, "move: Disable"], | ||
[2, "move: Bide"] | ||
] | ||
} | ||
] | ||
} |