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

Update thermal gear power draw in tool_armor.json #78832

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
"name": { "str": "pair of thermal electric socks (on)", "str_pl": "pairs of thermal electric socks (on)" },
"description": "A pair of socks with internal battery-powered heating elements. They are currently on, and continually draining batteries. Use it to turn them off.",
"flags": [ "VARSIZE", "SKINTIGHT", "TRADER_AVOID" ],
"power_draw": "7500 mW",
"power_draw": "200 mW",
"revert_to": "thermal_socks",
"use_action": {
"ammo_scale": 0,
Expand Down Expand Up @@ -711,8 +711,8 @@
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_battery_cell"
"flag_restriction": [ "BATTERY_MEDIUM" ],
"default_magazine": "medium_battery_cell"
}
],
"armor": [ { "coverage": 100, "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ] } ]
Expand All @@ -724,7 +724,7 @@
"name": { "str": "thermal electric suit (on)", "str_pl": "thermal electric suits (on)" },
"description": "A full-body suit of thin thermal underwear equipped with internal battery-powered heating elements. It is currently on, and continually draining batteries. Use it to turn it off.",
"flags": [ "VARSIZE", "SKINTIGHT", "TRADER_AVOID" ],
"power_draw": "120 W",
"power_draw": "4400 mW",
"revert_to": "thermal_suit",
"warmth": 60,
"use_action": {
Expand Down Expand Up @@ -778,7 +778,7 @@
"name": { "str": "pair of thermal electric gloves (on)", "str_pl": "pairs of thermal electric gloves (on)" },
"description": "A pair of gloves with internal battery-powered heating elements. They are currently on, and continually draining batteries. Use it to turn them off.",
"flags": [ "VARSIZE", "SKINTIGHT", "TRADER_AVOID" ],
"power_draw": "7500 mW",
"power_draw": "150 mW",
"revert_to": "thermal_gloves",
"use_action": {
"ammo_scale": 0,
Expand Down Expand Up @@ -832,7 +832,7 @@
"name": { "str": "thermal electric balaclava (on)", "str_pl": "thermal electric balaclavas (on)" },
"description": "A snug cloth mask with internal battery-powered heating elements. It is are currently on, and continually draining batteries. Use it to turn it off.",
"flags": [ "VARSIZE", "SKINTIGHT", "TRADER_AVOID" ],
"power_draw": "7500 mW",
"power_draw": "250 mW",
"revert_to": "thermal_mask",
"use_action": {
"ammo_scale": 0,
Expand Down Expand Up @@ -2818,7 +2818,7 @@
"name": { "str": "thermal electric outfit (on)", "str_pl": "thermal electric outfits (on)" },
"description": "A suit of thin thermal underwear that covers you from head to toe and is equipped with internal battery-powered heating elements. It is currently on, and continually draining batteries. Use it to turn it off.",
"flags": [ "VARSIZE", "SKINTIGHT", "TRADER_AVOID" ],
"power_draw": "130 W",
"power_draw": "5 W",
"revert_to": "thermal_outfit",
"use_action": {
"ammo_scale": 0,
Expand Down
Loading