Skip to content

Commit

Permalink
Make beautiful mutations visible (#36360)
Browse files Browse the repository at this point in the history
* Make beautiful mutations visible

* Make ugly and pretty mutations visible

* NPCs are people too
  • Loading branch information
molkero authored and ZhilkinSerg committed Dec 25, 2019
1 parent 30e2c04 commit ae464f5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down Expand Up @@ -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" ],
Expand Down Expand Up @@ -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" ],
Expand All @@ -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" ],
Expand All @@ -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" ],
Expand Down

0 comments on commit ae464f5

Please sign in to comment.