summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-18 22:43:26 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-18 22:43:26 -0700
commit2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a (patch)
tree9c7a52a61ee8341bae1cb23ea74f301fbbd9e6ab /vamp_stuff/Modification_Files/Mutation
parentNicen up the bloodrune descriptions (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a.tar.xz
Replace carnivore and cannibal with source patches utilizing blood drinker trait
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations.json23
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations_vamp.json3
2 files changed, 2 insertions, 24 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json
index 15784aa..4cd765e 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations.json
@@ -118,29 +118,6 @@
},
{
"type": "mutation",
- "id": "CANNIBAL",
- "name": { "str": "Cannibal" },
- "points": 1,
- "description": "For your whole life you've been forbidden from indulging in your peculiar tastes. Now the world's ended, and you'll be damned if anyone is going to tell you that you can't eat people.",
- "starting_trait": true,
- "valid": false,
- "cancels": [ "VEGETARIAN" ],
- "category": [ "VAMP" ],
- "flags": [ "CANNIBAL" ]
- },
- {
- "type": "mutation",
- "id": "CARNIVORE",
- "name": { "str": "Carnivore" },
- "points": -4,
- "description": "Your body's ability to digest fruits, vegetables, grains and nuts is severely hampered. You cannot eat anything besides meat.",
- "cancels": [ "VEGETARIAN", "HERBIVORE", "RUMINANT", "GRAZER" ],
- "leads_to": [ "SAPROVORE" ],
- "category": [ "LIZARD", "BEAST", "SPIDER", "CHIMERA", "RAPTOR", "FELINE", "VAMP" ],
- "vitamin_rates": [ [ "vitC", -1200 ] ]
- },
- {
- "type": "mutation",
"id": "WEAKSCENT",
"name": { "str": "Weak Scent" },
"points": 1,
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
index eb63213..98088be 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json
@@ -219,6 +219,7 @@
"category": [ "VAMP" ],
"cancels": [ "THIRST", "THIRST2", "THIRST3" ],
"valid": false,
- "purifiable": false
+ "purifiable": false,
+ "flags": [ "VAMPIRE" ]
}
]