Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make beautiful mutations visible #36360

Merged
merged 3 commits into from
Dec 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -4409,7 +4411,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 @@ -4421,7 +4423,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 @@ -4433,7 +4435,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