summaryrefslogtreecommitdiff
path: root/martialarts/barbaran.json
blob: 2f22ce588d28d2112586b4a534b3a08670146259 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
  {
    "type": "martial_art",
    "id": "style_barbaran",
    "name": { "str": "Barbaran Montante" },
    "description": "The Barbaran Montante originated in 16th century Spain and focuses on overcoming thick armor with heavy weaponry and sweeping blows, transferring kinetic energy through armor and into vulnerable organs and bones.",
    "initiate": [
      "You heft your weapon, stretch your shoulders, and slide into the Represa.",
      "%s rolls their shoulders and prepares to duel."
    ],
    "learn_difficulty": 8,
    "primary_skill": "bashing",
    "strictly_melee": true,
    "static_buffs": [
      {
        "id": "buff_barbaran_static",
        "name": "Barbaran Represa",
        "description": "Sliding footwork enhances the crushing continuity of your attacks.\n\nArmor penetration increased by 100% of Strength.",
        "melee_allowed": true,
        "flat_bonuses": [
          { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.0 },
          { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.0 },
          { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.0 }
        ]
      }
    ],
    "onblock_buffs": [
      {
        "id": "buff_barbaran_onblock",
        "name": "Reversing Destreza",
        "description": "Blocking a key strike will turn the battle around.\n\n-5% movecost\nLasts 3 turns.  Stacks 2 times.",
        "skill_requirements": [ { "name": "melee", "level": 1 } ],
        "melee_allowed": true,
        "max_stacks": 2,
        "mult_bonuses": [ { "stat": "movecost", "scale": 0.95 } ],
        "buff_duration": 3
      }
    ],
    "onkill_buffs": [
      {
        "id": "buff_barbaran_onkill",
        "name": "Movimiento Natural",
        "description": "Formal victory is attained, and your mind is cleared to focus on your next moves.\n\n+1 Block attempts.\nLasts 5 turns.",
        "skill_requirements": [ { "name": "melee", "level": 5 } ],
        "melee_allowed": true,
        "buff_duration": 5,
        "bonus_blocks": 1
      }
    ],
    "onmove_buffs": [
      {
        "id": "buff_barbaran_onmove",
        "name": "Ricasso Step",
        "description": "You switch or sturdy your grip mid-step to aid your blocking.\n\nBlocked damage reduced by 40% of Strength.\nLasts 3 turns.  Stacks 3 times.",
        "skill_requirements": [ { "name": "melee", "level": 3 } ],
        "melee_allowed": true,
        "max_stacks": 3,
        "flat_bonuses": [ { "stat": "block", "scaling-stat": "str", "scale": 0.4 } ],
        "buff_duration": 3
      }
    ],
    "onpause_buffs": [
      {
        "id": "buff_barbaran_onpause",
        "name": "Vulgar Preparation",
        "description": "You prepare for the final crushing strike.\n\nAccuracy increased by 15% of Strength, Armor penetration increased by 125% of Strength.\nLasts 1 turn.",
        "skill_requirements": [ { "name": "melee", "level": 4 } ],
        "melee_allowed": true,
        "flat_bonuses": [
          { "stat": "hit", "scaling-stat": "str", "scale": 0.15 },
          { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 1.25 },
          { "stat": "arpen", "type": "cut", "scaling-stat": "str", "scale": 1.25 },
          { "stat": "arpen", "type": "stab", "scaling-stat": "str", "scale": 1.25 }
        ],
        "buff_duration": 1
      }
    ],
    "techniques": [ "tec_barbaran_impale", "tec_barbaran_disarm" ],
    "weapons": [
      "2h_flail_steel",
      "2h_flail_wood",
      "battleaxe",
      "battleaxe_inferior",
      "battleaxe_fake",
      "hammer_sledge",
      "hammer_sledge_heavy",
      "longsword",
      "longsword_inferior",
      "longsword_fake",
      "mace",
      "mace_inferior",
      "mace_fake",
      "morningstar",
      "morningstar_inferior",
      "morningstar_fake",
      "sword_nail",
      "sword_crude",
      "sword_metal",
      "sword_wood",
      "warhammer",
      "zweihander",
      "zweihander_inferior",
      "zweihander_fake"
    ]
  }
]