From 26d36bd84dcb0e0249a664809d618ca9b523d5a7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 22:10:53 -0700 Subject: Updating body part names, prices, some flags for BN --- .../Monsters/monster_attacks.json | 62 +++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) (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 index 54ca73a..9f48d20 100644 --- a/vamp_stuff/Modification_Files/Monsters/monster_attacks.json +++ b/vamp_stuff/Modification_Files/Monsters/monster_attacks.json @@ -23,18 +23,18 @@ { "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 ] + [ "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 !", @@ -61,8 +61,8 @@ "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 } ], + "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!", @@ -75,8 +75,8 @@ "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" } ], + "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!", @@ -149,10 +149,10 @@ "cooldown": 25, "move_cost": 1000, "damage_max_instance": [ { "damage_type": "cut", "amount": 3, "armor_penetration": 20, "armor_multiplier": 0.5 } ], - "body_parts": [ [ "TORSO", 1 ] ], + "body_parts": [ [ "torso", 1 ] ], "effects": [ - { "id": "bleed", "duration": 100, "bp": "TORSO" }, - { "id": "grabbed", "duration": 100, "bp": "TORSO" }, + { "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!", @@ -171,18 +171,18 @@ { "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 ] + [ "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 !", -- cgit v1.2.1