Advertisement
RandomGuy32

tri_attack.json

Oct 27th, 2020
2,362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.44 KB | None | 0 0
  1. {
  2.   "type": "normal",
  3.   "power": 80,
  4.   "pp": 10,
  5.   "class": "special",
  6.   "range": "one_near_or_adjacent",
  7.   "effects": [
  8.     {
  9.       "name": "alternatives",
  10.       "chance": 0.2,
  11.       "choices": [
  12.         {
  13.           "name": "paralysis",
  14.           "weight": 1
  15.         },
  16.         {
  17.           "name": "burn",
  18.           "weight": 1
  19.         },
  20.         {
  21.           "name": "freeze",
  22.           "weight": 1
  23.         }
  24.       ]
  25.     }
  26.   ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement