Skip to content

Commit

Permalink
Update battery.json
Browse files Browse the repository at this point in the history
- Added "This one can't be recharged." to the description of the light battery cell to match the format of the ultra-light battery versions.
- Added " (rechargeable)" to the medium battery cell name for clarity, aligning with the pattern of ultra-light and light versions.
- Added a comma to the rechargeable ultra-light battery cell for consistency with the non-rechargeable version.
  • Loading branch information
Djinn247 authored Sep 20, 2024
1 parent 03b8d34 commit e8fd498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"copy-from": "light_minus_battery_cell",
"type": "MAGAZINE",
"name": { "str": "ultra-light battery", "str_pl": "ultra-light batteries" },
"description": "A light coin-like battery cell designed for small size over everything else. Used for watches, calculators, toys or similar low-power electronics. This one can't be recharged.",
"description": "A light, coin-like battery cell designed for small size over everything else. Used for watches, calculators, toys or similar low-power electronics. This one can't be recharged.",
"//": "cr2032, Lithium-Manganese, duracell CR2032 but they all pretty equal in their range",
"ascii_picture": "light_minus_disposable_cell",
"delete": { "flags": [ "RECHARGE" ] },
Expand All @@ -37,7 +37,7 @@
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "light battery", "str_pl": "light batteries" },
"description": "A light battery cell, popular for any consumer-grade electronic: from remotes to mouses, from clocks to thermometers.",
"description": "A light battery cell, popular for any consumer-grade electronic: from remotes to mouses, from clocks to thermometers. This one can't be recharged.",
"//": "AA, Lithium/Iron Disulfide, ENERGIZER L91",
"ascii_picture": "light_battery_cell",
"weight": "15 g",
Expand Down Expand Up @@ -71,7 +71,7 @@
"id": "medium_battery_cell",
"type": "MAGAZINE",
"category": "tool_magazine",
"name": { "str": "medium battery", "str_pl": "medium batteries" },
"name": { "str": "medium battery (rechargeable)", "str_pl": "medium batteries (rechargeable)" },
"description": "A medium battery cell, wildly used in modern tools: heavy flashlights, two-way radios, security cameras, multiple of them make a tool battery, and some older generation of EV use thousands of this as the power storage.",
"//": "18650, Li-ion, https://cdn-shop.adafruit.com/datasheets/18650%204400mAh.pdf",
"ascii_picture": "medium_battery_cell",
Expand Down

0 comments on commit e8fd498

Please sign in to comment.