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

Mutation name to object #38636

Merged
merged 1 commit into from
Mar 8, 2020
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
50 changes: 25 additions & 25 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{
"type": "mutation",
"id": "GOODCARDIO2",
"name": "Hyperactive",
"name": { "str": "Hyperactive" },
"points": 4,
"description": "Your body's efficiency is like that of a tiny furnace, increasing your maximum stamina by 40%.",
"valid": false,
Expand Down Expand Up @@ -480,7 +480,7 @@
{
"type": "mutation",
"id": "ADRENALINE",
"name": "High Adrenaline",
"name": { "str": "High Adrenaline" },
"points": 1,
"description": "If you are in a very dangerous situation, you may experience a temporary rush which increases your speed and strength significantly.",
"starting_trait": true,
Expand Down Expand Up @@ -815,7 +815,7 @@
{
"type": "mutation",
"id": "HEAVYSLEEPER",
"name": "Heavy Sleeper",
"name": { "str": "Heavy Sleeper" },
"points": -1,
"description": "You're quite the heavy sleeper. Noises are unlikely to wake you up.",
"changes_to": [ "HEAVYSLEEPER2" ],
Expand Down Expand Up @@ -954,7 +954,7 @@
{
"type": "mutation",
"id": "MEATARIAN",
"name": "Hates Vegetables",
"name": { "str": "Hates Vegetables" },
"points": -2,
"description": "You have problems with eating vegetables. It's possible for you to eat them, but you will suffer morale penalties and obtain less nutrition from them.",
"starting_trait": true,
Expand All @@ -965,7 +965,7 @@
{
"type": "mutation",
"id": "HATES_BOOKS",
"name": "Hates Books",
"name": { "str": "Hates Books" },
"points": -1,
"description": "Reading is for nerds! Boring books are more boring, and you can't have fun by reading books.",
"starting_trait": true,
Expand All @@ -975,7 +975,7 @@
{
"type": "mutation",
"id": "ANTIFRUIT",
"name": "Hates Fruit",
"name": { "str": "Hates Fruit" },
"points": -3,
"description": "You despise eating fruits. It's possible for you to eat them, but you will suffer morale penalties and obtain less nutrition from them.",
"starting_trait": true,
Expand Down Expand Up @@ -1185,7 +1185,7 @@
{
"type": "mutation",
"id": "HOARDER",
"name": "Hoarder",
"name": { "str": "Hoarder" },
"points": -4,
"description": "You don't feel right unless you're carrying as much as you can. You suffer morale penalties for carrying less than maximum volume (weight is ignored). Xanax can help control this anxiety.",
"starting_trait": true,
Expand Down Expand Up @@ -1351,7 +1351,7 @@
{
"type": "mutation",
"id": "NIGHTVISION2",
"name": "High Night Vision",
"name": { "str": "High Night Vision" },
"points": 4,
"description": "You can see incredibly well in the dark! Activate to toggle NV-visible areas on or off.",
"prereqs": [ "NIGHTVISION" ],
Expand Down Expand Up @@ -3005,7 +3005,7 @@
{
"type": "mutation",
"id": "EATHEALTH",
"name": "Hyper-Metabolism",
"name": { "str": "Hyper-Metabolism" },
"points": 15,
"description": "You metabolize nutrients so rapidly that you can convert food directly into useful tissue. Excess nutrition will convert to HP, rather than being wasted. Activate to skip prompt for overeating.",
"prereqs": [ "HUNGER3" ],
Expand Down Expand Up @@ -3289,7 +3289,7 @@
{
"type": "mutation",
"id": "HIBERNATE",
"name": "Hibernation",
"name": { "str": "Hibernation" },
"points": 3,
"description": "You've developed the ability to stockpile calories and then sleep for extended periods of time.",
"valid": false,
Expand Down Expand Up @@ -3431,7 +3431,7 @@
{
"type": "mutation",
"id": "MORE_PAIN2",
"name": "Hyperalgesia",
"name": { "str": "Hyperalgesia" },
"points": -3,
"description": "Your body experiences pain out of proportion to the physical causes. Pain dealt to you is increased by 50%.",
"prereqs": [ "MORE_PAIN" ],
Expand Down Expand Up @@ -3473,7 +3473,7 @@
{
"type": "mutation",
"id": "PRED2",
"name": "Hunter",
"name": { "str": "Hunter" },
"points": 3,
"description": "Your brain has a lot more in common with a predatory animal than a human, making it easier to control misplaced reactions to the death of your prey. Additionally, combat skills, which you use to hunt, are easier to learn and maintain.",
"social_modifiers": { "intimidate": 3 },
Expand Down Expand Up @@ -3896,7 +3896,7 @@
{
"type": "mutation",
"id": "HUGE_OK",
"name": "Huge",
"name": { "str": "Huge" },
"points": 2,
"visibility": 4,
"ugliness": 3,
Expand Down Expand Up @@ -4270,7 +4270,7 @@
{
"type": "mutation",
"id": "HEADBUMPS",
"name": "Head Bumps",
"name": { "str": "Head Bumps" },
"points": 0,
"visibility": 3,
"ugliness": 3,
Expand Down Expand Up @@ -4600,7 +4600,7 @@
{
"type": "mutation",
"id": "HOLLOW_BONES",
"name": "Hollow Bones",
"name": { "str": "Hollow Bones" },
"points": 1,
"mixed_effect": true,
"description": "You have Avian Bone Syndrome--your bones are nearly hollow. Your body is very light as a result, enabling you to move and attack 20% faster, but also frail; you can carry 40% less, and bashing attacks injure you more.",
Expand Down Expand Up @@ -4692,7 +4692,7 @@
{
"type": "mutation",
"id": "THIRST",
"name": "High Thirst",
"name": { "str": "High Thirst" },
"points": -2,
"description": "Your body dries out easily; you need to drink more water.",
"starting_trait": true,
Expand Down Expand Up @@ -4959,7 +4959,7 @@
{
"type": "mutation",
"id": "BEAK_HUM",
"name": "Hummingbird Beak",
"name": { "str": "Hummingbird Beak" },
"points": -2,
"visibility": 10,
"ugliness": 5,
Expand Down Expand Up @@ -5115,7 +5115,7 @@
{
"type": "mutation",
"id": "HERBIVORE",
"name": "Herbivore",
"name": { "str": "Herbivore" },
"points": -3,
"description": "Your body's ability to digest meat is severely hampered. Eating meat has a good chance of making you vomit it back up; even if you manage to keep it down, its nutritional value is greatly reduced.",
"cancels": [ "CARNIVORE", "SAPROVORE", "ANTIFRUIT", "MEATARIAN" ],
Expand Down Expand Up @@ -5332,7 +5332,7 @@
{
"type": "mutation",
"id": "COLDBLOOD",
"name": "Heat Dependent",
"name": { "str": "Heat Dependent" },
"points": 0,
"mixed_effect": true,
"description": "Your muscle response is dependent on ambient temperatures. You lose 1% of your speed for every 5 (2.8) degrees below 65 F (18.3 C). This sluggishness helps you conserve energy, however.",
Expand Down Expand Up @@ -5410,7 +5410,7 @@
{
"type": "mutation",
"id": "HISS",
"name": "Hissing Voice",
"name": { "str": "Hissing Voice" },
"mixed_effect": true,
"points": -1,
"description": "You hiss when speaking. Persuading NPCs will be more difficult, but threatening them will be easier.",
Expand Down Expand Up @@ -5439,7 +5439,7 @@
{
"type": "mutation",
"id": "SHOUT3",
"name": "Howler",
"name": { "str": "Howler" },
"points": -4,
"description": "You frequently let out a piercing howl.",
"prereqs": [ "SHOUT2" ],
Expand Down Expand Up @@ -6285,7 +6285,7 @@
{
"type": "mutation",
"id": "NPC_MISSION_LEV_1",
"name": "Has Level 1 Companion Missions",
"name": { "str": "Has Level 1 Companion Missions" },
"points": 0,
"description": "New mission options have become available!",
"player_display": false,
Expand All @@ -6295,7 +6295,7 @@
{
"type": "mutation",
"id": "NPC_CONSTRUCTION_LEV_1",
"name": "Has Level 1 Construction Built",
"name": { "str": "Has Level 1 Construction Built" },
"points": 0,
"description": "New options may have become available!",
"player_display": false,
Expand All @@ -6305,7 +6305,7 @@
{
"type": "mutation",
"id": "NPC_CONSTRUCTION_LEV_2",
"name": "Has Level 2 Construction Built",
"name": { "str": "Has Level 2 Construction Built" },
"points": 0,
"description": "New options may have become available!",
"player_display": false,
Expand Down Expand Up @@ -6335,7 +6335,7 @@
{
"type": "mutation",
"id": "HALLUCINATION",
"name": "Hallucination",
"name": { "str": "Hallucination" },
"points": 0,
"valid": false,
"description": "NPC trait that makes them be hallucination. It is a bug if you have it.",
Expand Down