summaryrefslogtreecommitdiff
path: root/martialarts/sojutsu.json
blob: dbf3f65c9b30669465d65d795b4210ad382feccd (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
[
  {
    "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" ],
    "weapon_category": [ "SPEARS", "PIKES", "GLAIVES", "2H_AXES" ]
  }
]