summaryrefslogtreecommitdiff
path: root/techniques/barbaran-montante.json
blob: bf25356cfa52267b45c50e1dfe765cc8a8ca5c56 (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
[
  {
    "type": "technique",
    "id": "tec_barbaran_impale",
    "name": "Impaling Estocada",
    "messages": [ "You thrust your weapon through %s", "<npcname> thrusts their weapon through %s" ],
    "skill_requirements": [ { "name": "melee", "level": 2 } ],
    "weapon_damage_requirements": [ { "type": "cut", "min": 8 } ],
    "melee_allowed": true,
    "aoe": "impale",
    "mult_bonuses": [
      { "stat": "damage", "type": "bash", "scale": 1.1 },
      { "stat": "damage", "type": "cut", "scale": 1.1 },
      { "stat": "damage", "type": "stab", "scale": 1.1 },
      { "stat": "movecost", "scale": 1.2 }
    ]
  },
  {
    "type": "technique",
    "id": "tec_barbaran_disarm",
    "name": "Swift Atajo",
    "messages": [ "You jab a quick blow at %s's grip", "<npcname> jabs a quick blow at %s's grip" ],
    "skill_requirements": [ { "name": "melee", "level": 2 } ],
    "melee_allowed": true,
    "disarms": true,
    "mult_bonuses": [
      { "stat": "movecost", "scale": 0.5 },
      { "stat": "damage", "type": "bash", "scale": 0.66 },
      { "stat": "damage", "type": "cut", "scale": 0.66 },
      { "stat": "damage", "type": "stab", "scale": 0.66 }
    ]
  },
]