From ae464f555aa2b0deb78ab601fd3893a532534896 Mon Sep 17 00:00:00 2001 From: molkero <49575273+molkero@users.noreply.github.com> Date: Wed, 25 Dec 2019 10:24:24 +0200 Subject: [PATCH] Make beautiful mutations visible (#36360) * Make beautiful mutations visible * Make ugly and pretty mutations visible * NPCs are people too --- data/json/mutations/mutations.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index a22cf6e6a4f3e..26c235393844e 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -724,8 +724,9 @@ "id": "PRETTY", "name": "Pretty", "points": 1, + "visibility": 1, "ugliness": -2, - "description": "You are a sight to behold. NPCs who care about such things will react more kindly to you.", + "description": "You are a sight to behold. People who care about such things will react more kindly to you.", "starting_trait": true, "category": [ "ALPHA", "FELINE", "LUPINE" ], "cancels": [ "UGLY", "DEFORMED", "DEFORMED2", "DEFORMED3" ], @@ -1258,8 +1259,9 @@ "id": "UGLY", "name": "Ugly", "points": -1, + "visibility": 1, "ugliness": 2, - "description": "You're not much to look at. NPCs who care about such things will react poorly to you.", + "description": "You're not much to look at. People who care about such things will react poorly to you.", "starting_trait": true, "cancels": [ "PRETTY", "BEAUTIFUL", "BEAUTIFUL2", "BEAUTIFUL3" ], "changes_to": [ "DEFORMED" ], @@ -4421,7 +4423,7 @@ "id": "BEAUTIFUL", "name": "Beautiful", "points": 2, - "visibility": -4, + "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" ], @@ -4433,7 +4435,7 @@ "id": "BEAUTIFUL2", "name": "Very Beautiful", "points": 3, - "visibility": -7, + "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" ], @@ -4445,7 +4447,7 @@ "id": "BEAUTIFUL3", "name": "Glorious", "points": 4, - "visibility": -10, + "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" ],