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

[MoM] Update everglow matrix lighting recipes #77478

Merged
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions data/mods/MindOverMatter/items/tools/lighting.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": "pyrokinetic_flashlight",
"//": "ids are legacy, they're actually electrokinetic",
"type": "TOOL",
"name": { "str": "everglow matrix flashlight (off)", "str_pl": "everglow matrix flashlights (off)" },
"description": "A household flashlight enhanced with matrix technology. It is slightly dimmer but will last significantly longer.",
Expand Down Expand Up @@ -37,7 +38,7 @@
"copy-from": "pyrokinetic_flashlight",
"type": "TOOL",
"name": { "str": "everglow matrix flashlight (on)", "str_pl": "everglow matrix flashlights (on)" },
"power_draw": "2 W",
"power_draw": "390 mW",
"revert_to": "pyrokinetic_flashlight",
"use_action": {
"menu_text": "Turn off",
Expand All @@ -52,7 +53,7 @@
"id": "pyrokinetic_lamp",
"type": "TOOL",
"name": { "str": "everglow matrix lamp (covered)", "str_pl": "everglow matrix lamps (covered)" },
"description": "Powered by matrix technology, this lamp will shed a reddish light for far longer than a standard battery-powered lamp. Activate to open the lid.",
"description": "Powered by matrix technology, this lamp will shed a bluish light for far longer than a standard battery-powered lamp. Activate to open the lid.",
"weight": "1438 g",
"volume": "1 L",
"price": "1 kUSD 750 USD",
Expand Down Expand Up @@ -86,15 +87,15 @@
"name": { "str": "everglow matrix lamp (uncovered)", "str_pl": "everglow matrix lamps (uncovered)" },
"copy-from": "pyrokinetic_lamp",
"description": "Powered by matrix technology, this lamp will shed a reddish light for far longer than a standard battery-powered lamp. Activate to close the lid.",
"power_draw": "2 W",
"power_draw": "250 mW",
"use_action": { "type": "transform", "target": "pyrokinetic_lamp", "msg": "You close the lamp's cover.", "menu_text": "Close cover" },
"flags": [ "LIGHT_150", "LEAK_DAM", "ALLOWS_REMOTE_USE", "CHARGEDIM", "TRADER_AVOID", "WATER_BREAK" ]
},
{
"type": "GENERIC",
"id": "standing_pyrokinetic_lamp",
"name": { "str": "disconnected standing matrix lamp" },
"description": "A tall floor lamp that provides illumination when plugged into a power outlet. This lamp is enhanced with matrix technology.",
"description": "A tall floor lamp that provides illumination when plugged into a power outlet. This lamp is enhanced with matrix technology, making it far more power efficient.",
"weight": "2500 g",
"to_hit": -1,
"material": [ "plastic", "steel" ],
Expand Down
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/recipes/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
[ "plastic_bottles_any", 1, "LIST" ]
],
[ [ "lightstrip_inactive", 1 ], [ "light_bulb", 1 ] ],
[ [ "matrix_crystal_pyrokin_dust_refined", 2 ] ],
[ [ "matrix_crystal_electrokin_dust_refined", 2 ] ],
[ [ "psionic_serum_base", 1 ] ],
[ [ "cable", 10 ] ]
]
Expand All @@ -123,7 +123,7 @@
[ [ "plastic_chunk", 2 ] ],
[ [ "super_glue", 1 ] ],
[ [ "lightstrip_inactive", 1 ], [ "light_bulb", 1 ] ],
[ [ "matrix_crystal_pyrokin_dust_refined", 2 ] ],
[ [ "matrix_crystal_electrokin_dust_refined", 2 ] ],
[ [ "psionic_serum_base", 2 ] ],
[ [ "cable", 10 ] ]
]
Expand Down
Loading