summaryrefslogtreecommitdiff
path: root/martialarts/taichi.json
blob: 0321c50884514b0c526e218eadb14448dc81152e (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
[
  {
    "type": "martial_art",
    "id": "style_tai_chi",
    "name": { "str": "Tai Chi" },
    "description": "Though Tai Chi is often seen as a form of mental and physical exercise, it is a legitimate martial art, focused on self-defense.  Its ability to absorb the force of an attack makes your Perception decrease damage further on a block.  Pausing for a moment enables powerful palm strike techniques.",
    "initiate": [ "You settle into a gentle stance and prepare to defend yourself.", "%s settles into a gentle stance." ],
    "learn_difficulty": 4,
    "arm_block": 0,
    "static_buffs": [
      {
        "id": "buff_tai_chi_static",
        "name": "Tai Chi Stance",
        "description": "You are focused of defense and predicting your opponents attacks.\n\n+1 Block attempts, blocked damage reduced by 100% Perception.",
        "unarmed_allowed": true,
        "bonus_blocks": 1,
        "flat_bonuses": [ { "stat": "block", "scaling-stat": "per", "scale": 1.0 } ]
      }
    ],
    "onblock_buffs": [
      {
        "id": "buff_tai_chi_onblock",
        "name": "Repulse the Monkey",
        "description": "By perfectly positioning yourself and your opponent, you have become more accurate and can bypass your opponent's defenses.\n\nAccuracy increased by 20% of Perception.  Gains Armor Penetration equal to 50% of Perception.\nLasts 2 turns.",
        "unarmed_allowed": true,
        "skill_requirements": [ { "name": "unarmed", "level": 3 } ],
        "buff_duration": 2,
        "flat_bonuses": [
          { "stat": "arpen", "type": "bash", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "arpen", "type": "stab", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "hit", "scaling-stat": "per", "scale": 0.2 }
        ]
      }
    ],
    "onpause_buffs": [
      {
        "id": "buff_tai_chi_onpause",
        "name": "Cross Hands",
        "description": "By taking a moment to prepare yourself, you are able to use your entire body fully for attacking and defending.\n\n+2 Block Effectiveness, blocked damage reduced by 50% of Perception.\nEnables \"Palm Strike\" and \"Double Palm Strike\" techniques.\nLasts 3 turns.",
        "unarmed_allowed": true,
        "skill_requirements": [ { "name": "unarmed", "level": 1 } ],
        "buff_duration": 3,
        "flat_bonuses": [ { "stat": "block_effectiveness", "scale": 2.0 }, { "stat": "block", "scaling-stat": "per", "scale": 0.5 } ]
      }
    ],
    "techniques": [ "tec_taichi_disarm", "tec_taichi_palm", "tec_taichi_counter", "tec_taichi_precise" ]
  }
]