Advertisement
Guest User

martialarts.json

a guest
Apr 13th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.29 KB | None | 0 0
  1. [
  2.     {
  3.         "type" : "martial_art",
  4.         "id" : "style_sojutsu",
  5.         "name" : "Sōjutsu",
  6.         "description" : "Sõjutsu (Art of the Spear) is an Japanese martial art that focuses on the use of spears and the like. Also known as Yari Jutsu, it focuses on the use of spear-like weapons like the Yari and Naginata, but isn't restricted to those. Dexterity increases accuracy and moving nets extra blocks.",
  7.         "arm_block" : 99,
  8.         "leg_block" : 99,
  9.         "static_buffs" : [
  10.             {
  11.                 "id" : "sojutsu_static",
  12.                 "name" : "Sōjutsu Precision",
  13.                 "description" : "Dexterity increases accuracy",
  14.                 "melee_allowed" : true,
  15.                 "flat_bonuses" : [["hit", "dex", 0.2]]
  16.             }
  17.         ],
  18.         "onmove_buffs" : [
  19.             {
  20.                 "id" : "sojutsu_onmove",
  21.                 "name" : "Sōjutsu Footwork",
  22.                 "description" : "+1 Block",
  23.                 "melee_allowed" : true,
  24.                 "min_melee" : 2,
  25.                 "bonus_blocks" : 1
  26.             }
  27.         ],
  28.         "techniques" : [
  29.             "tec_sojutsu_rapid",
  30.             "tec_sojutsu_wide",
  31.             "tec_sojutsu_feint",
  32.             "tec_sojutsu_overhead",
  33.             "tec_sojutsu_bash",
  34.             "tec_sojutsu_low",
  35.             "tec_sojutsu_deflect",
  36.             "tec_sojutsu_blunt_counter"
  37.         ],
  38.         "weapons" : [
  39.             "spear_rebar",
  40.             "pointy_stick",
  41.             "spear_wood",
  42.             "spear_copper",
  43.             "spear_steel",
  44.             "qiang",
  45.             "spear_survivor",
  46.             "naginata",
  47.             "glaive",
  48.             "scythe_war"
  49.         ]
  50.     }
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement