summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json17
1 files changed, 16 insertions, 1 deletions
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" ]
}
]