diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-21 04:55:34 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-21 04:55:34 -0700 |
commit | f055ac75e6e69aef738cde2146abfe4f504a8c1c (patch) | |
tree | 71463168562f04bcbbbdb35b20cb5528b99cecb6 /vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | |
parent | Fix all leeches to be insects and with mutant meat (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-f055ac75e6e69aef738cde2146abfe4f504a8c1c.tar.xz |
Replace the fangs mutation with a concealable vampire fangs mutations
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations_vamp.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index 6955a33..fd33691 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -18,7 +18,6 @@ "points": 4, "description": "The light around you bends strangely, making it harder for enemies to notice you.", "valid": false, - "purifiable": false, "prereqs": [ "WEAKSCENT" ], "threshreq": [ "THRESH_VAMP" ], "category": [ "VAMP" ], @@ -66,5 +65,27 @@ "category": [ "VAMP" ], "armor": [ { "parts": "ALL", "bash": 10, "cut": 5 } ], "types": [ "skin_tone" ] + }, + { + "type": "mutation", + "id": "VAMPFANGS", + "name": "Vampire Fangs", + "points": 2, + "visibility": 0, + "ugliness": 0, + "description": "Your canine teeth have grown into fangs, which can be retracted at will. This enables you to avoid looking any differently, while still allowing you to make an extra attack when conditions favor it.", + "purifiable": false, + "types": [ "TEETH" ], + "threshreq": [ "THRESH_VAMP" ], + "category": [ "VAMP" ], + "attacks": [ + { + "attack_text_u": "You sink your fangs into %s", + "attack_text_npc": "%1$s sinks their fangs into %2$s", + "body_part": "MOUTH", + "chance": 20, + "base_damage": { "damage_type": "stab", "amount": 25 } + } + ] } ] |