Skip to content

Commit

Permalink
More energy density errata (#75557)
Browse files Browse the repository at this point in the history
* update smartphone power values

* jack o lantern presumably contains a light battery

* Update earplugs and smart watch

* undo other smartphone changes
  • Loading branch information
taatu authored Aug 12, 2024
1 parent 7c4508c commit 26d22fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/json/items/items_holiday.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"symbol": "0",
"color": "yellow",
"looks_like": "pumpkin",
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 100 } } ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 22 } } ],
"charges_per_use": 1,
"flags": [ "WATER_BREAK" ],
"ammo": [ "battery" ],
Expand All @@ -37,8 +37,8 @@
"symbol": "0",
"looks_like": "pumpkin",
"color": "yellow",
"initial_charges": 100,
"max_charges": 100,
"initial_charges": 22,
"max_charges": 22,
"charges_per_use": 1,
"turns_per_charge": 1350,
"use_action": {
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/tool/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
],
"flags": [ "WATCH", "ALARMCLOCK", "USE_UPS", "NO_UNLOAD", "NO_RELOAD", "WATER_BREAK", "CALORIES_INTAKE", "ELECTRONIC" ],
"pocket_data": [
{ "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 120 } },
{ "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 40 } },
{
"pocket_type": "EBOOK",
"rigid": true,
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/tool_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@
"ammo": "battery",
"charges_per_use": 1,
"use_action": [ "CAMERA", "MP3", "CALORIES_INTAKE_TRACKER", "FITNESS_CHECK" ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 80 } } ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 20 } } ],
"armor": [ { "coverage": 100, "covers": [ "hand_l", "hand_r" ], "specifically_covers": [ "hand_wrist_l", "hand_wrist_r" ] } ]
},
{
Expand Down Expand Up @@ -3244,7 +3244,7 @@
"need_charges_msg": "The earplugs' batteries are dead."
},
"material_thickness": 1,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 20 } } ]
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "battery": 10 } } ]
},
{
"id": "powered_earplugs_on",
Expand Down

0 comments on commit 26d22fd

Please sign in to comment.