From 741f951b6f0b98c687e2ffefe4eb9b173e808a87 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 2 May 2021 12:41:04 -0700 Subject: Add Vampire Claws mutation --- vamp_stuff/Modification_Files/Mutation/mutations.json | 2 +- .../Modification_Files/Mutation/mutations_vamp.json | 17 ++++++++++++++++- vamp_stuff/Modification_Files/NPC/v_classes.json | 16 ++++++++-------- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index fcd1a4f..b683086 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -389,7 +389,7 @@ "visibility": 1, "description": "Your fingernails are long and sharp. If you aren't wearing gloves, your unarmed attacks deal a minor amount of cutting damage.", "types": [ "CLAWS" ], - "changes_to": [ "CLAWS", "TALONS" ], + "changes_to": [ "CLAWS", "TALONS", "VAMPCLAWS" ], "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ], "category": [ "RAPTOR", "VAMP" ] }, diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index fd33691..d0a0664 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -2,7 +2,7 @@ { "type": "mutation", "id": "THRESH_VAMP", - "name": "Vampire", + "name": { "str": "Vampire" }, "points": 1, "description": "You are proof of immortality. The living nightmare of the dark days, is now a scavenger of the Cataclysm.", "valid": false, @@ -87,5 +87,20 @@ "base_damage": { "damage_type": "stab", "amount": 25 } } ] + }, + { + "type": "mutation", + "id": "VAMPCLAWS", + "name": { "str": "Vampire Claws" }, + "points": 2, + "visibility": 0, + "ugliness": 0, + "cut_dmg_bonus": 5, + "description": "Your fingernails have grown into sharp claws, which can be retracted at will. If you aren't wearing gloves, your unarmed attacks deal additional cutting damage.", + "types": [ "CLAWS" ], + "threshreq": [ "THRESH_VAMP" ], + "prereqs": [ "NAILS" ], + "cancels": [ "ARM_TENTACLES", "ARM_TENTACLES_4", "ARM_TENTACLES_8" ], + "category": [ "VAMP" ] } ] diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json index c56dc72..993df78 100644 --- a/vamp_stuff/Modification_Files/NPC/v_classes.json +++ b/vamp_stuff/Modification_Files/NPC/v_classes.json @@ -48,7 +48,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_long", 100 ], [ "BGSS_VAMPIRE_ISOLATED_1", 100 ] @@ -103,7 +103,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_medium", 100 ] ] @@ -158,7 +158,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_short", 100 ] ] @@ -218,7 +218,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_crewcut", 100 ] ] @@ -272,7 +272,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_medium", 100 ] ] @@ -326,7 +326,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_crewcut", 100 ] ] @@ -380,7 +380,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_short", 100 ] ] @@ -441,7 +441,7 @@ [ "INFRARED", 100 ], [ "VAMPEYES", 100 ], [ "VAMPFANGS", 100 ], - [ "NAILS", 100 ], + [ "VAMPCLAWS", 100 ], [ "SUNBURN", 100 ], [ "hair_white_short", 100 ] ] -- cgit v1.2.1