Skip to content

Instantly share code, notes, and snippets.

@adveres
Created January 26, 2018 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adveres/69d12fc97cfdde0ad6f073875669a8fb to your computer and use it in GitHub Desktop.
Save adveres/69d12fc97cfdde0ad6f073875669a8fb to your computer and use it in GitHub Desktop.
Strengths/weaknesses JSON file
{
"strong_multiplier": 2,
"weak_multiplier": 0.5,
"types": {
"fire": {
"weak_against": ["water"],
"strong_against": ["grass", "ice"]
},
"water": {
"weak_against": [],
"strong_against": ["fire", "rock"]
},
"grass": {
"weak_against": [],
"strong_against": ["water", "rock"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment