1[
2  {
3    "type": "technique",
4    "id": "HOOK",
5    "name": "HOOK",
6    "mult_bonuses": [
7      { "stat": "movecost", "scale": 0.85 },
8      { "stat": "damage", "type": "bash", "scale": 0.88 },
9      { "stat": "damage", "type": "cut", "scale": 0.88 },
10      { "stat": "damage", "type": "stab", "scale": 0.88 }
11    ],
12    "flat_bonuses": [ { "stat": "movecost", "scaling-stat": "str", "scale": -0.25 } ],
13    "down_dur": 2,
14    "messages": [ "Your hooking attack makes %s stagger and fall", "<npcname> hooks %s" ],
15    "description": "85% AP, 88% DMG, Down (2), STR (C) reduces AP cost"
16  },
17  {
18    "type": "technique",
19    "id": "INERTIAL",
20    "name": "INERTIAL SWING",
21    "skill_requirements": [ { "name": "melee", "level": 4 } ],
22    "unarmed_allowed": true,
23    "melee_allowed": true,
24    "knockback_dist": 1,
25    "mult_bonuses": [
26      { "stat": "movecost", "scale": 0.6 },
27      { "stat": "damage", "type": "bash", "scale": 0.5 },
28      { "stat": "damage", "type": "cut", "scale": 0.5 },
29      { "stat": "damage", "type": "stab", "scale": 0.5 }
30    ],
31    "flat_bonuses": [
32      { "stat": "movecost", "scaling-stat": "str", "scale": -1.0 },
33      { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.1 },
34      { "stat": "damage", "type": "stab", "scaling-stat": "str", "scale": 0.1 },
35      { "stat": "damage", "type": "cut", "scaling-stat": "str", "scale": 0.1 }
36    ],
37    "messages": [ "Your momentum causes your weapon to glance off of %s", "<npcname> inertially strikes %s" ],
38    "aoe": "wide",
39    "description": "75% AP, 60% DMG, WIDE AOE, STR (S) reduces AP cost, and adds a (C) DMG, melee (4)"
40  },
41  {
42    "type": "technique",
43    "id": "CHOP",
44    "name": "CHOP",
45    "skill_requirements": [ { "name": "melee", "level": 2 } ],
46    "unarmed_allowed": true,
47    "melee_allowed": true,
48    "crit_tec": true,
49    "mult_bonuses": [
50      { "stat": "movecost", "scale": 1.18 },
51      { "stat": "damage", "type": "cut", "scale": 1.25 },
52      { "stat": "damage", "type": "stab", "scale": 1.25 }
53    ],
54    "flat_bonuses": [
55      { "stat": "movecost", "scaling-stat": "dex", "scale": -0.2 },
56      { "stat": "movecost", "scaling-stat": "per", "scale": -0.125 },
57      { "stat": "damage", "type": "bash", "scaling-stat": "per", "scale": 0.15 },
58      { "stat": "damage", "type": "cut", "scaling-stat": "per", "scale": 0.3 },
59      { "stat": "damage", "type": "stab", "scaling-stat": "per", "scale": 0.15 }
60    ],
61    "messages": [ "You draw back your arm and release a well placed chop %s", "<npcname> chops %s" ],
62    "description": "CRIT!, 118% AP, 125% Cut/Stab, DEX (D) and PER (E) reduces AP cost and adds (B) DMG, melee (2)"
63  },
64  {
65    "type": "technique",
66    "id": "SMASH",
67    "name": "SMASH",
68    "skill_requirements": [ { "name": "melee", "level": 2 } ],
69    "unarmed_allowed": true,
70    "melee_allowed": true,
71    "crit_tec": true,
72    "mult_bonuses": [ { "stat": "movecost", "scale": 1.11 }, { "stat": "damage", "type": "bash", "scale": 1.2 } ],
73    "flat_bonuses": [
74      { "stat": "movecost", "scaling-stat": "dex", "scale": -0.2 },
75      { "stat": "movecost", "scaling-stat": "str", "scale": -0.125 },
76      { "stat": "arpen", "type": "bash", "scaling-stat": "str", "scale": 0.25 }
77    ],
78    "messages": [ "You grip your weapon with two hands and slam it into %s", "<npcname> smashes their weapon onto %s" ],
79    "description": "CRIT!, 110% AP, 120% Bash, DEX (C) and STR (D) reduces AP cost and adds (C) Arpen, melee (2)"
80  },
81  {
82    "type": "technique",
83    "id": "UHAND",
84    "name": "UNDERHAND",
85    "skill_requirements": [ { "name": "melee", "level": 1 } ],
86    "unarmed_allowed": true,
87    "melee_allowed": true,
88    "crit_tec": true,
89    "stun_dur": 1,
90    "mult_bonuses": [
91      { "stat": "movecost", "scale": 1.2 },
92      { "stat": "damage", "type": "bash", "scale": 1.25 },
93      { "stat": "damage", "type": "cut", "scale": 1.25 },
94      { "stat": "damage", "type": "stab", "scale": 1.25 }
95    ],
96    "flat_bonuses": [ { "stat": "movecost", "scaling-stat": "str", "scale": -0.8 } ],
97    "messages": [
98      "You lunge forward with all your weight and swing upwards at %s",
99      "<npcname> swings upwards with all their weight at %s"
100    ],
101    "description": "Crit!, 120% AP, 125% damage, Stun (1), STR (A) reduces AP cost, melee (1)"
102  },
103  {
104    "type": "technique",
105    "id": "SHOVE",
106    "name": "SHOVE",
107    "unarmed_allowed": true,
108    "melee_allowed": true,
109    "knockback_dist": 2,
110    "stun_dur": 1,
111    "mult_bonuses": [
112      { "stat": "movecost", "scale": 0.65 },
113      { "stat": "damage", "type": "bash", "scale": 0.5 },
114      { "stat": "damage", "type": "cut", "scale": 0.15 },
115      { "stat": "damage", "type": "stab", "scale": 0.35 }
116    ],
117    "flat_bonuses": [
118      { "stat": "movecost", "scaling-stat": "str", "scale": -0.15 },
119      { "stat": "movecost", "scaling-stat": "dex", "scale": -0.1 }
120    ],
121    "messages": [ "You quickly shove %s out of the way", "<npcname> quickly shoves %s" ],
122    "description": "65% AP, REDUCED DMG, knockback (2), stun (1), STR (D) and DEX (E) reduce AP cost"
123  },
124  {
125    "type": "technique",
126    "id": "SSHOVE",
127    "name": "SHIELDED SHOVE",
128    "skill_requirements": [ { "name": "melee", "level": 1 } ],
129    "unarmed_allowed": false,
130    "melee_allowed": true,
131    "knockback_dist": 3,
132    "mult_bonuses": [
133      { "stat": "movecost", "scale": 0.75 },
134      { "stat": "damage", "type": "bash", "scale": 1.1 },
135      { "stat": "damage", "type": "cut", "scale": 1.1 },
136      { "stat": "damage", "type": "stab", "scale": 1.1 }
137    ],
138    "flat_bonuses": [
139      { "stat": "movecost", "scaling-stat": "str", "scale": -0.3 },
140      { "stat": "movecost", "scaling-stat": "dex", "scale": -0.15 }
141    ],
142    "messages": [ "You quickly shove %s out of the way with your weapon", "<npcname> quickly shoves %s" ],
143    "description": "75% AP, 110% DMG, knockback (3), STR (B) and DEX (C) reduce AP cost, melee (1)"
144  },
145  {
146    "type": "technique",
147    "id": "TEAR",
148    "name": "TEAR",
149    "skill_requirements": [ { "name": "melee", "level": 2 } ],
150    "unarmed_allowed": true,
151    "melee_allowed": true,
152    "crit_tec": true,
153    "weighting": 2,
154    "mult_bonuses": [ { "stat": "damage", "type": "cut", "scale": 1.1 }, { "stat": "damage", "type": "stab", "scale": 1.15 } ],
155    "messages": [ "You stab into %s and rake your blade out", "<npcname> tears into %s flesh" ],
156    "description": "CRIT!, 115% Cut/Stab, melee (2)"
157  }
158]
159