summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_techniques.json
blob: a9b6f4c412f2cf74cbf22789160cf048c54525b2 (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
[
  {
    "type": "technique",
    "id": "UPRIGHT_SLASH",
    "name": "Upright Slash",
    "description": "Sends enemy into the air, knockback 6, down 5, stun 2, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "stun_dur": 2,
    "knockback_dist": 6,
    "down_dur": 5,
    "weighting": -4,
    "messages": [
      "The upward slash brought %s into the air",
      "%s were sent into the air",
      "<npcname> striked %s upwards, and fell down"
    ],
    "mult_bonuses": [
      [ "movecost", 1.33 ],
      [ "damage", "bash", 1.33 ],
      [ "damage", "cut", 1.66 ],
      [ "damage", "stab", 0.66 ]
    ]
  },
  {
    "type": "technique",
    "id": "DOWNWARD_SLASH",
    "name": "Downward Slash",
    "description": "Slams enemy into the ground, down 6, stun 2, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "weighting": -3,
    "down_dur": 6,
    "stun_dur": 2,
    "messages": [ "%s faced the floor", "The downward slash sent %s into the ground", "<npcname> slammed %s beneath the floor." ],
    "mult_bonuses": [
      [ "movecost", 1.33 ],
      [ "damage", "bash", 1.66 ],
      [ "damage", "cut", 1.33 ],
      [ "damage", "stab", 0.66 ]
    ]
  },
  {
    "type": "technique",
    "id": "VAMP_WRATH",
    "name": "Vampire's Wrath",
    "description": "Swift attacks, 33% movecost, 66% damage.",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": false,
    "weighting": 1,
    "messages": [ "Quick strike", "%s was immediately struck", "<npcname> attacked %s quickly" ],
    "mult_bonuses": [
      [ "movecost", 0.33 ],
      [ "damage", "bash", 0.66 ],
      [ "damage", "cut", 0.66 ],
      [ "damage", "stab", 0.66 ]
    ]
  },
  {
    "type": "technique",
    "id": "BOW_VAMP_SWEEP",
    "name": "Vampiric Bow Sweep",
    "description": "Send monsters back, 3 tile sweep attack, down 1, knockback 1.",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "knockback_dist": 1,
    "down_dur": 1,
    "crit_tec": false,
    "weighting": 1,
    "messages": [ "Your swing sent %s back and stumble", "<npcname>'s bow horizontally swinged!" ],
    "aoe": "wide"
  },
  {
    "type": "technique",
    "id": "WEAK_HITCRIT",
    "name": "Weak Point Stab",
    "description": "Precise hit for 2x damage, down 1, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "weighting": -8,
    "down_dur": 1,
    "messages": [ "%s's weak point were stabbed", "<npcname> located %s's weak point and stab it" ],
    "mult_bonuses": [ [ "damage", "stab", 2.0 ] ]
  },
  {
    "type": "technique",
    "id": "STRONG_HITCRIT",
    "name": "Weak Point Pierce",
    "description": "Precise hit for 4x damage, down 2, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "weighting": -16,
    "down_dur": 2,
    "messages": [ "You delivered a deadly stab to %s's weak point", "<npcname>'s deadly hit struck to %s." ],
    "mult_bonuses": [ [ "damage", "stab", 4.0 ] ]
  },
  {
    "type": "technique",
    "id": "VAMP_TRICK",
    "name": "Vampire's Trick",
    "description": "Trips enemy, down 3.",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": false,
    "weighting": 1,
    "down_dur": 3,
    "messages": [ "%s was tripped", "<npcname> tripped %s" ],
    "mult_bonuses": [ [ "movecost", 0.75 ] ]
  },
  {
    "type": "technique",
    "id": "BOW_VAMP_THRUST",
    "name": "Vampiric Bow Thrust",
    "description": "Stabs enemy back, down 1, knockback 2.",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "knockback_dist": 2,
    "down_dur": 1,
    "crit_tec": false,
    "weighting": 0,
    "messages": [ "You stab %s and stumble", "%s was pushed back with a stab by <npcname>" ]
  },
  {
    "type": "technique",
    "id": "HEAD_GRIND",
    "name": "Head Grind",
    "description": "Insta-kill, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "weighting": -100,
    "messages": [ "%s's head were snapped out of from its neck", "%s's head fell into the floor after strucked by <npcname>" ],
    "mult_bonuses": [ [ "movecost", 2.0 ], [ "damage", "cut", "str", 99.99 ] ]
  },
  {
    "type": "technique",
    "id": "UPRIGHT_BASH",
    "name": "Upright Slash",
    "description": "Sends enemy into the air, knockback 8, down 4, stun 3, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "stun_dur": 3,
    "knockback_dist": 8,
    "down_dur": 4,
    "weighting": -5,
    "messages": [ "The upward bash brought %s into the air", "%s were sent into the air!", "You bash %s upwards, and fell down" ],
    "mult_bonuses": [
      [ "movecost", 1.33 ],
      [ "damage", "bash", 1.66 ],
      [ "damage", "cut", 0.66 ],
      [ "damage", "stab", 1.33 ]
    ]
  },
  {
    "type": "technique",
    "id": "DOWNWARD_BASH",
    "name": "Downward Bash",
    "description": "Slams enemy into the ground, down 2, stun 5, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "stun_dur": 5,
    "down_dur": 2,
    "weighting": -6,
    "messages": [ "The heavy slam drove %s into the ground", "<npcname>'s bash sent %s downwards, and kissed the floor" ],
    "mult_bonuses": [
      [ "movecost", 1.33 ],
      [ "damage", "bash", 1.66 ],
      [ "damage", "cut", 0.66 ],
      [ "damage", "stab", 1.66 ]
    ]
  },
  {
    "type": "technique",
    "id": "TRENCH",
    "name": "Trench",
    "description": "Crushes opponent, insta-kill, crit only",
    "unarmed_allowed": false,
    "melee_allowed": true,
    "crit_tec": true,
    "weighting": -100,
    "messages": [ "%s was crushed", "<npcname> smashed %s" ],
    "mult_bonuses": [ [ "movecost", 2.0 ], [ "damage", "bash", "str", 99.99 ] ]
  }
]