Skip to content

Commit

Permalink
Adjust power draw
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 7, 2025
1 parent eece22c commit 840e3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/MindOverMatter/items/armor/belt.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"type": "TOOL_ARMOR",
"name": { "str": "shield belt (active)", "str_pl": "shield belts (active)" },
"copy-from": "psionic_shield_belt",
"power_draw": "200 W",
"power_draw": "150 W",
"revert_to": "psionic_shield_belt",
"use_action": [
{
Expand Down Expand Up @@ -128,7 +128,7 @@
"type": "TOOL_ARMOR",
"name": { "str": "suppression belt (active)", "str_pl": "suppression belts (active)" },
"copy-from": "psionic_fire_shield_belt",
"power_draw": "80 W",
"power_draw": "50 W",
"revert_to": "psionic_fire_shield_belt",
"use_action": [
{
Expand Down

0 comments on commit 840e3f9

Please sign in to comment.