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

Changed XE batteries to use tool_magazine category. #73928

Merged
merged 1 commit into from
May 19, 2024
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
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
Loading