diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 23:57:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 23:57:35 -0700 |
commit | d237f5b789987f72802aded29085c153d6923d02 (patch) | |
tree | 2f30fa591f3495ed6d051e7ca02e2c3f7c8dd797 /vamp_stuff/Modification_Files/Mutation | |
parent | Reduce the likelyhood of vampires having the Glorious trait. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-d237f5b789987f72802aded29085c153d6923d02.tar.xz |
Scrap the Pretty line traits entirely.
Moonlit Grace already covers this.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json | 50 |
1 files changed, 0 insertions, 50 deletions
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 @@ -275,56 +275,6 @@ }, { "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", "name": "Insomniac", "points": -2, |