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 updates #32

Merged
merged 1 commit into from Aug 2, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

@@ -3,6 +3,7 @@
"id": "mutation_veil",
"type": "mutation_category",
"category": "VEIL",
"threshold_mut": "THRESH_VEIL",
"name": "Explorer of The Veil",
"iv_fatigue": 0,
"iv_hunger": 0,
@@ -18,6 +19,7 @@
"id": "mutation_acid_spray",
"type": "mutation_category",
"category": "ACIDSPRAY",
"threshold_mut": "THRESH_ACIDSPRAY",
"name": "Learned Acid Spray",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -31,6 +33,7 @@
"id": "mutation_agility",
"type": "mutation_category",
"category": "AGILITY",
"threshold_mut": "THRESH_AGILITY",
"name": "Learned Agility",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -44,6 +47,7 @@
"id": "mutation_clairvoyance",
"type": "mutation_category",
"category": "CLAIRVOYANCE",
"threshold_mut": "THRESH_CLAIRVOYANCE",
"name": "Learned Clairvoyance",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -57,6 +61,7 @@
"id": "mutation_clarity",
"type": "mutation_category",
"category": "CLARITY",
"threshold_mut": "THRESH_CLARITY",
"name": "Learned Clarity of Blood",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -70,6 +75,7 @@
"id": "mutation_confuse",
"type": "mutation_category",
"category": "CONFUSE",
"threshold_mut": "THRESH_CONFUSE",
"name": "Learned Confuse Monsters",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -83,6 +89,7 @@
"id": "mutation_flame_armor",
"type": "mutation_category",
"category": "FLAMEARMOR",
"threshold_mut": "THRESH_FLAMEARMOR",
"name": "Learned Flame Armor",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -96,6 +103,7 @@
"id": "mutation_free_action",
"type": "mutation_category",
"category": "FREEACTION",
"threshold_mut": "THRESH_FREEACTION",
"name": "Learned Free Action",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -109,6 +117,7 @@
"id": "mutation_heal",
"type": "mutation_category",
"category": "HEAL",
"threshold_mut": "THRESH_HEAL",
"name": "Learned Healing",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -122,6 +131,7 @@
"id": "mutation_insight",
"type": "mutation_category",
"category": "INSIGHT",
"threshold_mut": "THRESH_INSIGHT",
"name": "Learned Insight",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -135,6 +145,7 @@
"id": "mutation_invis",
"type": "mutation_category",
"category": "INVIS",
"threshold_mut": "THRESH_INVIS",
"name": "Learned Invisiblility",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -148,6 +159,7 @@
"id": "mutation_elecresist",
"type": "mutation_category",
"category": "ELECRESIST",
"threshold_mut": "THRESH_ELECRESIST",
"name": "Learned Lightning Ward",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -161,6 +173,7 @@
"id": "mutation_might",
"type": "mutation_category",
"category": "MIGHT",
"threshold_mut": "THRESH_MIGHT",
"name": "Learned Might",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -174,6 +187,7 @@
"id": "mutation_overgrowth",
"type": "mutation_category",
"category": "OVERGROWTH",
"threshold_mut": "THRESH_OVERGROWTH",
"name": "Learned Overgrowth",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -187,6 +201,7 @@
"id": "mutation_lightning",
"type": "mutation_category",
"category": "LIGHTNING",
"threshold_mut": "THRESH_LIGHTNING",
"name": "Learned Shockstorm",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
@@ -200,6 +215,7 @@
"id": "mutation_cleric",
"type": "mutation_category",
"category": "CLERIC",
"threshold_mut": "THRESH_CLERIC",
"name": "Learned Ward Against Evil",
"mutagen_fatigue": 0,
"mutagen_hunger": 0,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.