summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/monster_attacks.json
blob: 54ca73adeafd10829c9b2caebeed2b79e805dc2c (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
192
[
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "bodyslam",
    "cooldown": 15,
    "move_cost": 200,
    "damage_max_instance": [ { "damage_type": "bash", "amount": 10, "armor_penetration": 18, "armor_multiplier": 0.7 } ],
    "effects": [ { "id": "downed", "duration": 3 } ],
    "hit_dmg_u": "The %1$s pressed you with its body!",
    "hit_dmg_npc": "The %1$s body slammed <npcname>!",
    "no_dmg_msg_u": "The %1$s tries to body slam you, but fails to penetrate your armor!",
    "no_dmg_msg_npc": "The %1$s tries to body slam <npcname>, but fails to penetrate their armor!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "crunch",
    "cooldown": 20,
    "move_cost": 160,
    "damage_max_instance": [
      { "damage_type": "cut", "amount": 7, "armor_multiplier": 0.9 },
      { "damage_type": "stab", "amount": 5, "armor_multiplier": 0.7 }
    ],
    "body_parts": [
      [ "HEAD", 3 ],
      [ "EYES", 2 ],
      [ "MOUTH", 1 ],
      [ "TORSO", 4 ],
      [ "ARM_L", 3 ],
      [ "ARM_R", 3 ],
      [ "HAND_L", 2 ],
      [ "HAND_R", 2 ],
      [ "LEG_L", 3 ],
      [ "LEG_R", 3 ],
      [ "FOOT_L", 2 ],
      [ "FOOT_R", 2 ]
    ],
    "hit_dmg_u": "The %1$s latches its mouth and crunches at you!",
    "hit_dmg_npc": "The %1$s latches its mouth and crunches <npcname>!",
    "no_dmg_msg_u": "The %1$s crunches at you, but fails to penetrate your armor.",
    "no_dmg_msg_npc": "The %1$s crunches <npcname>, but fails to penetrate their armor."
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "devour",
    "cooldown": 50,
    "move_cost": 100,
    "damage_max_instance": [ { "damage_type": "biological", "amount": 15 } ],
    "effects": [ { "id": "blind", "duration": 5 }, { "id": "downed", "duration": 5 } ],
    "hit_dmg_u": "The %1$s devoured you and eventually spat out!",
    "hit_dmg_npc": "The %1$s devoured <npcname>!",
    "no_dmg_msg_u": "The %1$s tries to devour you, but fails to do it!",
    "no_dmg_msg_npc": "The %1$s tries to devour <npcname>, but fails to do it!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "heavygrab",
    "cooldown": 20,
    "move_cost": 120,
    "damage_max_instance": [ { "damage_type": "bash", "amount": 15, "armor_penetration": 25, "armor_multiplier": 0.6 } ],
    "body_parts": [ [ "TORSO", 1 ] ],
    "effects": [ { "id": "grabbed", "duration": 250, "bp": "TORSO" }, { "id": "downed", "duration": 10 } ],
    "hit_dmg_u": "The %1$s hugs you to the floor!",
    "hit_dmg_npc": "The %1$s is hugging <npcname>!",
    "no_dmg_msg_u": "The %1$s tries to hug you, but fails to do it!",
    "no_dmg_msg_npc": "The %1$s tries to hug <npcname>, but fails to do it!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "hemorrhage",
    "cooldown": 30,
    "move_cost": 100,
    "damage_max_instance": [ { "damage_type": "cut", "amount": 3, "armor_penetration": 20, "armor_multiplier": 0.5 } ],
    "body_parts": [ [ "TORSO", 1 ] ],
    "effects": [ { "id": "bleed", "duration": 50000, "bp": "TORSO" } ],
    "hit_dmg_u": "The %1$s bit your torso with hemorrhage!",
    "hit_dmg_npc": "The %1$s bit <npcname>'s torso with hemorrhage!",
    "no_dmg_msg_u": "The %1$s tries to bite your torso, but fails to penetrate your armor!",
    "no_dmg_msg_npc": "The %1$s tries to bite <npcname>'s torso, but fails to penetrate their armor!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "leechpoisonousinject",
    "cooldown": 15,
    "move_cost": 200,
    "damage_max_instance": [
      { "damage_type": "cut", "amount": 3, "armor_multiplier": 0.6 },
      { "damage_type": "stab", "amount": 2, "armor_multiplier": 0.5 }
    ],
    "effects": [ { "id": "leechpoison", "duration": 1350 } ],
    "hit_dmg_u": "The %1$s weakens you!",
    "hit_dmg_npc": "The %1$s weakens <npcname>!",
    "no_dmg_msg_u": "The %1$s tries to inject you, but fails to pierce your armor.",
    "no_dmg_msg_npc": "The %1$s tries to inject <npcname>, but fails."
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "leechvenomousinject",
    "cooldown": 15,
    "move_cost": 200,
    "damage_max_instance": [
      { "damage_type": "cut", "amount": 4, "armor_multiplier": 0.7 },
      { "damage_type": "stab", "amount": 3, "armor_multiplier": 0.6 }
    ],
    "effects": [ { "id": "leechvenom", "duration": 2650 } ],
    "hit_dmg_u": "The %1$s badly weakens you!",
    "hit_dmg_npc": "The %1$s weakens <npcname> badly!",
    "no_dmg_msg_u": "The %1$s tries to inject you, but fails to pierce your armor.",
    "no_dmg_msg_npc": "The %1$s tries to inject <npcname>, but fails."
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "spikeroll",
    "cooldown": 30,
    "move_cost": 300,
    "damage_max_instance": [
      { "damage_type": "bash", "amount": 9, "armor_penetration": 15, "armor_multiplier": 0.5 },
      { "damage_type": "cut", "amount": 8, "armor_penetration": 13, "armor_multiplier": 0.7 }
    ],
    "effects": [ { "id": "downed", "duration": 4 }, { "id": "stunned", "duration": 2 } ],
    "hit_dmg_u": "The %1$s rolls through you!",
    "hit_dmg_npc": "The %1$s rolls through <npcname>!",
    "no_dmg_msg_u": "The %1$s rolled through you, but fails to penetrate your armor!",
    "no_dmg_msg_npc": "The %1$s rolls through <npcname>, but fails to penetrate their armor!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "spinbite",
    "cooldown": 50,
    "move_cost": 500,
    "damage_max_instance": [ { "damage_type": "cut", "amount": 15, "armor_penetration": 30, "armor_multiplier": 0.8 } ],
    "hit_dmg_u": "The %1$s drills your flesh!",
    "hit_dmg_npc": "The %1$s drilled <npcname>'s flesh!",
    "no_dmg_msg_u": "The %1$s drilled you, but fails to penetrate your armor!",
    "no_dmg_msg_npc": "The %1$s drilled <npcname>, but fails to penetrate their armor!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "sucking",
    "cooldown": 25,
    "move_cost": 1000,
    "damage_max_instance": [ { "damage_type": "cut", "amount": 3, "armor_penetration": 20, "armor_multiplier": 0.5 } ],
    "body_parts": [ [ "TORSO", 1 ] ],
    "effects": [
      { "id": "bleed", "duration": 100, "bp": "TORSO" },
      { "id": "grabbed", "duration": 100, "bp": "TORSO" },
      { "id": "stunned", "duration": 5 }
    ],
    "hit_dmg_u": "The %1$s is sucking your torso!",
    "hit_dmg_npc": "The %1$s is sucking <npcname>'s torso!",
    "no_dmg_msg_u": "The %1$s tries to suck your torso, but fails to penetrate your armor!",
    "no_dmg_msg_npc": "The %1$s tries to suck <npcname>'s torso, but fails to penetrate their armor!"
  },
  {
    "type": "monster_attack",
    "attack_type": "melee",
    "id": "tentaclebones",
    "cooldown": 10,
    "move_cost": 100,
    "damage_max_instance": [
      { "damage_type": "cut", "amount": 3, "armor_multiplier": 0.5 },
      { "damage_type": "stab", "amount": 13, "armor_multiplier": 0.5 }
    ],
    "body_parts": [
      [ "HEAD", 3 ],
      [ "EYES", 2 ],
      [ "MOUTH", 1 ],
      [ "TORSO", 4 ],
      [ "ARM_L", 3 ],
      [ "ARM_R", 3 ],
      [ "HAND_L", 2 ],
      [ "HAND_R", 2 ],
      [ "LEG_L", 3 ],
      [ "LEG_R", 3 ],
      [ "FOOT_L", 2 ],
      [ "FOOT_R", 2 ]
    ],
    "hit_dmg_u": "The %1$s tentacle bones stabs you!",
    "hit_dmg_npc": "The %1$s tentacle bones stabs <npcname>!",
    "no_dmg_msg_u": "The %1$s stabs you with tentacle bones, but fails to penetrate your armor.",
    "no_dmg_msg_npc": "The %1$s stabs <npcname> with tentacle bones, but fails to penetrate their armor."
  }
]