Skip to content

Commit

Permalink
Merge pull request #46507 from RoyBerube/double_mutation
Browse files Browse the repository at this point in the history
Add types flag to Photosphore mutations
  • Loading branch information
Rivet-the-Zombie authored Jan 8, 2021
2 parents 07e0c94 + 881854c commit 34c337a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/json/mutations/mutation_type.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"type": "mutation_type",
"id": "BIOLUM"
},
{
"type": "mutation_type",
"id": "HEALING"
Expand Down
3 changes: 3 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"hunger": true,
"encumbrance_covered": [ [ "head", 5 ] ],
"changes_to": [ "BIOLUM1" ],
"types": [ "BIOLUM" ],
"category": [ "ELFA", "INSECT", "FISH" ],
"triggers": [
[
Expand Down Expand Up @@ -71,6 +72,7 @@
"time": 810000,
"hunger": true,
"encumbrance_covered": [ [ "head", 5 ] ],
"types": [ "BIOLUM" ],
"prereqs": [ "BIOLUM0" ],
"changes_to": [ "BIOLUM2" ],
"transform": { "target": "BIOLUM1_active", "msg_transform": "Your photophore starts glowing.", "active": true, "moves": 10 },
Expand All @@ -97,6 +99,7 @@
"time": 405000,
"hunger": true,
"encumbrance_covered": [ [ "head", 5 ] ],
"types": [ "BIOLUM" ],
"prereqs": [ "BIOLUM1" ],
"category": [ "ELFA", "INSECT", "FISH" ],
"transform": { "target": "BIOLUM2_active", "msg_transform": "Your photophore starts glowing.", "active": true, "moves": 10 }
Expand Down

0 comments on commit 34c337a

Please sign in to comment.