Skip to content

Commit

Permalink
Correct name/description for vehicle-mounted charging station (Clever…
Browse files Browse the repository at this point in the history
…Raven#30234)

* Correct name/description for vehicle-mounted charging station

* Removed text implying tools-containing-batteries are valid
  • Loading branch information
esotericist authored and kevingranade committed May 4, 2019
1 parent 4f08538 commit 95de968
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 29 deletions.
4 changes: 2 additions & 2 deletions data/json/items/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,8 @@
{
"type": "GENERIC",
"id": "recharge_station",
"name": "UPS-compatible recharging station",
"description": "A Unified Power System recharging station designed to operate on vehicle power. Once installed in a vehicle storage space and turned on from a dashboard or electronics control unit, it will slowly charge all UPS compatible tools and battery cells in that space. The system can only be installed in existing storage compartments.",
"name": "recharging station",
"description": "A universal recharging station designed to operate on vehicle power. While on it will steadily charge all rechargeable batteries (battery cells, lead-acid batteries, etc) placed directly within its storage space. The system can only be installed onto existing storage compartments, and is controlled from a dashboard or electronics control unit.",
"weight": 10000,
"to_hit": 1,
"color": "light_blue",
Expand Down
4 changes: 2 additions & 2 deletions data/json/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1974,14 +1974,14 @@
{
"type": "vehicle_part",
"id": "recharge_station",
"name": "UPS-compatible recharging station",
"name": "recharging station",
"symbol": "o",
"color": "light_green",
"broken_symbol": "#",
"broken_color": "blue",
"damage_modifier": 10,
"durability": 20,
"description": "A recharger for UPS devices. When turned on, it charges any UPS devices in the cargo space.",
"description": "A device for recharging batteries. When turned on, it charges any rechargeable batteries (battery cells, lead-acid batteries, etc) placed directly in the attached storage space.",
"epower": -25,
"bonus": 600,
"item": "recharge_station",
Expand Down
12 changes: 4 additions & 8 deletions data/mods/BrightNights/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@
"capacity": 1000
},
{
"id": "recharge_station",
"type": "GENERIC",
"category": "veh_parts",
"name": "battery charger",
"description": "A charger for batteries that runs off vehicle power. It is quite inefficient, but charges fast.",
"id": "recharge_station",
"name": "recharging station",
"copy-from": "recharge_station",
"weight": 1000,
"volume": 4,
"price": 2000,
"price_postapoc": 10000,
"material": [ "steel", "plastic" ],
"symbol": "-",
"color": "light_blue"
"price_postapoc": 10000
}
]
2 changes: 1 addition & 1 deletion data/mods/BrightNights/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"time": 50000,
"reversible": true,
"autolearn": [ [ "electronics", 2 ] ],
"using": [ [ "soldering_standard", 35 ] ],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"tools": [ [ [ "soldering_iron", 35 ], [ "toolset", 35 ] ] ],
"components": [ [ [ "power_supply", 2 ] ], [ [ "processor", 2 ] ], [ [ "scrap", 5 ] ], [ [ "cable", 8 ] ] ]
},
{
Expand Down
18 changes: 2 additions & 16 deletions data/mods/BrightNights/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,11 @@
{
"id": "recharge_station",
"type": "vehicle_part",
"name": "battery charger",
"item": "recharge_station",
"location": "on_cargo",
"symbol": "o",
"broken_symbol": "#",
"color": "light_green",
"broken_color": "blue",
"name": "recharge station",
"copy-from": "recharge_station",
"difficulty": 1,
"durability": 20,
"epower": 0,
"bonus": 600,
"damage_modifier": 10,
"folded_volume": 4,
"description": "A charger for batteries that runs off vehicle power. It is quite inefficient, but charges fast.",
"breaks_into": [
{ "item": "steel_chunk", "count": [ 0, 2 ] },
{ "item": "scrap", "count": [ 1, 2 ] },
{ "item": "cable", "charges": [ 1, 3 ] }
],
"flags": [ "INTERNAL", "RECHARGE", "FOLDABLE", "TOOL_SCREWDRIVER" ]
}
]

0 comments on commit 95de968

Please sign in to comment.