summaryrefslogtreecommitdiff
path: root/martialarts/sojutsu.json
blob: 148874623b642526d5f757f7b505618d01d0ce67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
  {
    "type": "martial_art",
    "id": "style_sojutsu",
    "name": { "str": "Sōjutsu" },
    "description": "Sōjutsu, \"The Way of the Spear\", is the Japanese martial art of fighting with a spear.  Sōjutsu focuses on keeping opponents at a distance in order to maintain advantage in combat.  Standing still gives you an extra block attempt but moving will briefly increase your damage.",
    "initiate": [ "You prepare to defend against all that approach you.", "%s assumes a wide, defensive stance." ],
    "learn_difficulty": 7,
    "primary_skill": "stabbing",
    "strictly_melee": true,
    "static_buffs": [
      {
        "id": "buff_sojutsu_static",
        "name": "Sōjutsu Stance",
        "description": "Your training grants better defense while using a polearm.\n\nBlocked damage reduced by 200% of Dexterity.\n+1 Block attempt.",
        "melee_allowed": true,
        "bonus_blocks": 1,
        "flat_bonuses": [
          { "stat": "block", "scaling-stat": "str", "scale": 2.0 }
        ]
      }
    ],
    "onmove_buffs": [
      {
        "id": "buff_sojutsu_onmove",
        "name": "Superior Positioning",
        "description": "You have given up your defenses for a moment to increase the damage of your attacks.\n\n+10% damage, -1 Block attempts.\nLasts 1 turn.",
        "melee_allowed": true,
        "buff_duration": 1,
        "bonus_blocks": -1,
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 1.1 },
          { "stat": "damage", "type": "cut", "scale": 1.1 },
          { "stat": "damage", "type": "stab", "scale": 1.1 }
        ]
      }
    ],
    "techniques": [ "tec_sojutsu_feint", "tec_sojutsu_shove", "tec_sojutsu_trip" ],
    "weapons": [
      "glaive",
      "halberd",
      "halberd_fake",
      "ji",
      "naginata",
      "naginata_inferior",
      "naginata_fake",
      "long_pole",
      "makeshift_halberd",
      "pike",
      "pike_inferior",
      "pike_fake",
      "pitchfork",
      "qiang",
      "spear_copper",
      "spear_dory",
      "spear_forked",
      "spear_homemade_halfpike",
      "spear_pipe",
      "spear_knife",
      "spear_knife_superior",
      "spear_spike",
      "spear_rebar",
      "spear_steel",
      "spear_survivor",
      "spear_wood"
    ]
  }
]