From d237f5b789987f72802aded29085c153d6923d02 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 23:57:35 -0700 Subject: Scrap the Pretty line traits entirely. Moonlit Grace already covers this. --- .../Modification_Files/Mutation/mutations.json | 50 ---------------------- 1 file changed, 50 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 796b28d..a101e4c 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -273,56 +273,6 @@ "category": [ "ALPHA", "VAMP" ], "types": [ "SCENT" ] }, - { - "type": "mutation", - "id": "PRETTY", - "name": "Pretty", - "points": 1, - "ugliness": -2, - "description": "You are a sight to behold. NPCs who care about such things will react more kindly to you.", - "starting_trait": true, - "category": [ "ALPHA", "FELINE", "LUPINE", "VAMP" ], - "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ], - "changes_to": [ "BEAUTIFUL" ] - }, - { - "type": "mutation", - "id": "BEAUTIFUL", - "name": { "str": "Beautiful" }, - "points": 2, - "visibility": 4, - "ugliness": -4, - "description": "You're a real head-turner. Some people will react well to your appearance, and most people have an easier time trusting you.", - "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ], - "prereqs": [ "PRETTY" ], - "changes_to": [ "BEAUTIFUL2" ], - "category": [ "VAMP" ] - }, - { - "type": "mutation", - "id": "BEAUTIFUL2", - "name": { "str": "Very Beautiful" }, - "points": 3, - "visibility": 7, - "ugliness": -7, - "description": "You are a vision of beauty. Some people will react very well to your looks, and most people will trust you immediately.", - "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ], - "prereqs": [ "BEAUTIFUL" ], - "changes_to": [ "BEAUTIFUL3" ], - "category": [ "VAMP" ] - }, - { - "type": "mutation", - "id": "BEAUTIFUL3", - "name": { "str": "Glorious" }, - "points": 4, - "visibility": 10, - "ugliness": -10, - "description": "You are incredibly beautiful. People cannot help themselves due to your charms, and will do whatever they can to please you.", - "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ], - "prereqs": [ "BEAUTIFUL2" ], - "category": [ "ELFA", "VAMP" ] - }, { "type": "mutation", "id": "INSOMNIA", -- cgit v1.2.1