Skip to content

Commit

Permalink
Merge pull request #77367 from NetSysFire/rename-debug-nightvision
Browse files Browse the repository at this point in the history
rename debug nightvision trait for clarity and improve some other debug trait descriptions
  • Loading branch information
Maleclypse authored Nov 2, 2024
2 parents 8907686 + 7e0d0af commit 55335a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9519,10 +9519,10 @@
{
"type": "mutation",
"id": "DEBUG_NIGHTVISION",
"name": { "str": "Debug Night Vision" },
"name": { "str": "Debug Night and Map Vision" },
"points": 99,
"valid": false,
"description": "You can clearly see that this is for dev purposes only.",
"description": "Grants flawless night vision and the ability to see all of the overmaps without having to reveal them manually. As such, you can clearly see that this is for dev purposes only.",
"debug": true
},
{
Expand All @@ -9531,7 +9531,7 @@
"name": { "str": "Debug Clairvoyance" },
"points": 99,
"valid": false,
"description": "You can clearly see that this is for dev purposes only.",
"description": "Being able to see through walls and the floor is clearly for dev purposes only.",
"flags": [ "CLAIRVOYANCE_PLUS" ],
"debug": true
},
Expand All @@ -9541,7 +9541,7 @@
"name": { "str": "Debug Clairvoyance Super" },
"points": 99,
"valid": false,
"description": "You can see all the bugs with this one.",
"description": "Much bigger range than the other Debug Clairvoyance trait. Unsure which one to use? Use them both! You can see all the bugs with this one.",
"flags": [ "SUPER_CLAIRVOYANCE" ],
"debug": true
},
Expand Down Expand Up @@ -9638,7 +9638,7 @@
"name": { "str": "Debug Mana Furnace" },
"points": 99,
"valid": false,
"description": "Using mana to incinerate all bugs, activate to start burning",
"description": "Using mana to incinerate all bugs, activate to start burning.",
"active": true,
"transform": {
"target": "DEBUG_MANA_FURNACE_active",
Expand All @@ -9652,7 +9652,7 @@
"type": "mutation",
"id": "DEBUG_MANA_FURNACE_active",
"name": { "str": "Debug Mana Furnace (ON) " },
"description": "You're burning mana like crazy to burn of all bugs, also making you glow softly",
"description": "You're burning mana like crazy to burn of all bugs, also making you glow softly.",
"copy-from": "DEBUG_MANA_FURNACE",
"cost": 100,
"time": "1 s",
Expand Down

0 comments on commit 55335a2

Please sign in to comment.