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 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') 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" ] } ] -- cgit v1.2.1