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

Lore: update UPS description #72723

Merged
merged 1 commit into from
Apr 4, 2024
Merged
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
6 changes: 3 additions & 3 deletions data/json/items/tool/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
"id": "UPS_off",
"type": "TOOL",
"name": { "str": "UPS", "str_pl": "UPSes" },
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power bionics, armor, and some guns, but drains batteries quickly.",
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power tools, smartphones, armor, and some guns, but drains batteries quickly.",
"weight": "680 g",
"volume": "2500 ml",
"price": 280000,
Expand All @@ -758,7 +758,7 @@
"id": "UPS_ON",
"type": "TOOL",
"name": { "str": "UPS (on)", "str_pl": "UPSes (on)" },
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power bionics, armor, and some guns, but drains batteries quickly.",
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power tools, smartphones, armor, and some guns, but drains batteries quickly.",
"//": "Intended as an inverter that attaches to a battery, therefore it's volume will expand based on the size of battery attached.",
"weight": "680 g",
"volume": "2500 ml",
Expand Down Expand Up @@ -791,7 +791,7 @@
"id": "UPS_OFF",
"type": "TOOL",
"name": { "str": "UPS (off)", "str_pl": "UPSes (off)" },
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power bionics, armor, and some guns, but drains batteries quickly. Use it to turn it on.",
"description": "A unified power supply, or UPS. It is a device developed jointly by military and scientific interests for use in combat and the field. The UPS is designed to power tools, smartphones, armor, and some guns, but drains batteries quickly. Use it to turn it on.",
"//": "Intended as an inverter that attaches to a battery, therefore it's volume will expand based on the size of battery attached.",
"weight": "680 g",
"volume": "2500 ml",
Expand Down
Loading