From 2d3dfacaab2d47d7845a3cbc72cf35a5b829ba0a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 18 Aug 2021 22:43:26 -0700 Subject: Replace carnivore and cannibal with source patches utilizing blood drinker trait --- .../Modification_Files/Mutation/mutations.json | 23 ---------------------- .../Mutation/mutations_vamp.json | 3 ++- 2 files changed, 2 insertions(+), 24 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 15784aa..4cd765e 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -116,29 +116,6 @@ "category": [ "BEAST", "INSECT", "CHIMERA", "VAMP" ], "social_modifiers": { "intimidate": 15 } }, - { - "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", 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" ] } ] -- cgit v1.2.1