summaryrefslogtreecommitdiff
path: root/techniques/fencing.json
blob: 41061e846e6d4d81d0d2cfcf9e34edcb86eba4a0 (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
[
  {
    "type": "technique",
    "id": "tec_fencing_feint",
    "messages": [ "You steady your weapon and fake a thrust at %s", "<npcname> steadies their weapon and fake a thrust at %s" ],
    "name": "Feint",
    "skill_requirements": [ { "name": "melee", "level": 4 } ],
    "melee_allowed": true,
    "defensive": true,
    "miss_recovery": true
  },
  {
    "type": "technique",
    "id": "tec_fencing_lunge",
    "name": "Fencing Lunge",
    "messages": [ "You lunge at %s", "<npcname> lunges at %s" ],
    "skill_requirements": [ { "name": "melee", "level": 2 } ],
    "melee_allowed": true,
    "crit_ok": true,
    "mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
  },
  {
    "type": "technique",
    "id": "tec_fencing_compound1",
    "name": "Compound Attack (Remise)",
    "messages": [ "Your feint leads to a compound attack against %s", "<npcname>'s feint leads to a compound attack against %s" ],
    "skill_requirements": [ { "name": "melee", "level": 3 } ],
    "melee_allowed": true,
    "req_buffs": [ "buff_fencing_onmiss" ],
    "weighting": 4,
    "crit_ok": true,
    "mult_bonuses": [
      { "stat": "damage", "type": "bash", "scale": 1.25 },
      { "stat": "damage", "type": "cut", "scale": 1.25 },
      { "stat": "damage", "type": "stab", "scale": 1.25 }
    ]
  },
  {
    "type": "technique",
    "id": "tec_fencing_compound2",
    "name": "Compound Attack (Counter Time)",
    "messages": [ "Your feint leads to a compound attack against %s", "<npcname>'s feint leads to a compound attack against %s" ],
    "skill_requirements": [ { "name": "melee", "level": 4 } ],
    "melee_allowed": true,
    "req_buffs": [ "buff_fencing_onpause" ],
    "weighting": 4,
    "crit_ok": true,
    "mult_bonuses": [
      { "stat": "damage", "type": "bash", "scale": 1.25 },
      { "stat": "damage", "type": "cut", "scale": 1.25 },
      { "stat": "damage", "type": "stab", "scale": 1.25 }
    ]
  },
  {
    "type": "technique",
    "id": "tec_fencing_riposte",
    "name": "Fencing Riposte",
    "messages": [ "You deliver a perfect riposte to %s", "<npcname> delivers a perfect riposte to %s" ],
    "skill_requirements": [ { "name": "melee", "level": 5 } ],
    "melee_allowed": true,
    "req_buffs": [ "buff_fencing_onblock" ],
    "crit_ok": true,
    "weighting": 2,
    "stun_dur": 1,
    "mult_bonuses": [
      { "stat": "movecost", "scale": 0.66 },
      { "stat": "damage", "type": "bash", "scale": 1.2 },
      { "stat": "damage", "type": "cut", "scale": 1.2 },
      { "stat": "damage", "type": "stab", "scale": 1.2 }
    ]
  }
]