Skip to content

Commit

Permalink
Changed XE batteries to use tool_magazine category. (#73928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddremor authored May 19, 2024
1 parent eddb236 commit b25bb63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/mods/Xedra_Evolved/items/inventor/mics.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "inventor_light_minus_cell",
"copy-from": "light_minus_disposable_cell",
"type": "MAGAZINE",
"category": "spare_parts",
"category": "tool_magazine",
"name": { "str": "ultra-light modified battery", "str_pl": "ultra-light modified batteries" },
"description": "A light battery cell that was modified and replaced with much more effective cells inside.",
"count": 125,
Expand All @@ -15,7 +15,7 @@
"id": "inventor_light_cell",
"copy-from": "light_disposable_cell",
"type": "MAGAZINE",
"category": "spare_parts",
"category": "tool_magazine",
"name": { "str": "light modified battery", "str_pl": "light modified batteries" },
"description": "A light battery cell that was modified and replaced with much more effective cells inside.",
"count": 375,
Expand All @@ -27,7 +27,7 @@
"id": "inventor_medium_cell",
"copy-from": "medium_disposable_cell",
"type": "MAGAZINE",
"category": "spare_parts",
"category": "tool_magazine",
"name": { "str": "medium modified battery", "str_pl": "medium modified batteries" },
"description": "A medium battery cell that was modified and replaced with much more effective cells inside.",
"count": 1500,
Expand All @@ -39,7 +39,7 @@
"id": "inventor_heavy_cell",
"copy-from": "heavy_disposable_cell",
"type": "MAGAZINE",
"category": "spare_parts",
"category": "tool_magazine",
"name": { "str": "heavy modified battery", "str_pl": "heavy modified batteries" },
"description": "A heavy battery cell that was modified and replaced with much more effective cells inside.",
"count": 3125,
Expand Down

0 comments on commit b25bb63

Please sign in to comment.