summaryrefslogtreecommitdiff
path: root/martialarts/taekwondo.json
blob: 141b92f63f960c4f3f3b6d07e234073671d322d1 (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_taekwondo",
    "name": { "str": "Taekwondo" },
    "description": "Taekwondo is the national sport of Korea, and was used by the South Korean army in the 20th century.  Focused on kicks and so it does not benefit from wielded weapons.  It also includes strength training; your blocks absorb extra damage and your attacks do more damage if you are not holding anything.",
    "initiate": [ "You adopt a narrow fighting stance.", "You adopts a narrow fighting stance." ],
    "learn_difficulty": 5,
    "arm_block": 1,
    "leg_block": 3,
    "force_unarmed": true,
    "static_buffs": [
      {
        "id": "buff_taekwondo_static",
        "name": "Taekwondo Stance",
        "description": "Using your legs to attack allows your hands to be free for better defense.\n\nBlocked damage decreased by 50% of Strength.",
        "unarmed_allowed": true,
        "flat_bonuses": [ { "stat": "block", "scaling-stat": "str", "scale": 0.5 } ]
      },
      {
        "id": "buff_taekwondo_static2",
        "name": "Unhindered",
        "description": "Your attacks are stronger if you are not holding anything in your hands.\n\n+33% damage when not using a weapon.",
        "unarmed_allowed": true,
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 1.33 },
          { "stat": "damage", "type": "cut", "scale": 1.33 },
          { "stat": "damage", "type": "stab", "scale": 1.33 }
        ]
      }
    ],
    "techniques": [
      "tec_taekwondo_disarm",
      "tec_taekwondo_strong",
      "tec_taekwondo_roundhouse",
      "tec_taekwondo_feint",
      "tec_taekwondo_push",
      "tec_taekwondo_sweep"
    ]
  }
]