From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Monsters/monster_attacks.json | 268 +++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 vamp_stuff/Modification Files/Monsters/monster_attacks.json (limited to 'vamp_stuff/Modification Files/Monsters/monster_attacks.json') diff --git a/vamp_stuff/Modification Files/Monsters/monster_attacks.json b/vamp_stuff/Modification Files/Monsters/monster_attacks.json new file mode 100644 index 0000000..0334b8a --- /dev/null +++ b/vamp_stuff/Modification Files/Monsters/monster_attacks.json @@ -0,0 +1,268 @@ +[{ + "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 !", + "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 , 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": [["FOOT_L", 2], ["FOOT_R", 2], ["LEG_L", 3], ["LEG_R", 3], ["HAND_L", 2], ["HAND_R", 2], ["HEAD", 3], ["EYES", 2], ["MOUTH", 1], ["ARM_L", 3], ["ARM_R", 3], ["TORSO", 4]], + "hit_dmg_u": "The %1$s latches its mouth and crunches at you!", + "hit_dmg_npc": "The %1$s latches its mouth and crunches !", + "no_dmg_msg_u": "The %1$s crunches at you, but fails to penetrate your armor.", + "no_dmg_msg_npc": "The %1$s crunches , 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 !", + "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 , 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 !", + "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 , 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 '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 '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 !", + "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 , 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 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 , 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 !", + "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 , 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 '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 , 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 '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 '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": [["FOOT_L", 2], ["FOOT_R", 2], ["LEG_L", 3], ["LEG_R", 3], ["HAND_L", 2], ["HAND_R", 2], ["HEAD", 3], ["EYES", 2], ["MOUTH", 1], ["ARM_L", 3], ["ARM_R", 3], ["TORSO", 4]], + "hit_dmg_u": "The %1$s tentacle bones stabs you!", + "hit_dmg_npc": "The %1$s tentacle bones stabs !", + "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 with tentacle bones, but fails to penetrate their armor." + } +] -- cgit v1.2.1