Guest User

Cut the Guy in JSON

a guest
Mar 4th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1.     "cut_the_guy": {
  2.         "id": "111001",
  3.         "name": "Cut the Guy",
  4.         "prof": "Brawler",
  5.         "stat": "Dirty Fighting",
  6.         "desc": "Bleeding.",
  7.         "tags": ["melee", "attack"],
  8.         "initial" : [
  9.         ],
  10.         "main" : [
  11.             {
  12.                 "type" : "bleeding",
  13.                 "params" : {
  14.                     "desc" : {
  15.                             "dur1": "dur"
  16.                      },
  17.                     "user" : "user",
  18.                     "dur" : 12
  19.                 }
  20.             }
  21.    
  22.         ],
  23.         "end" : [
  24.         ],
  25.         "e_cost": 5,
  26.         "a_time": 1,
  27.         "cd": 2,
  28.         "target": ["foe"],
  29.         "s_range": "intimate",
  30.         "dur_i": 0,
  31.         "dur": 0,
  32.         "dur_e": 0
  33.         }
Advertisement
Add Comment
Please, Sign In to add comment