Skip to content

Commit

Permalink
fix: rebalancing and fixes for electric firestarters (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Feb 4, 2024
1 parent 1ab6c23 commit d3ee92c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"name": { "str": "Finger-Mounted Laser" },
"description": "One of your fingers has a small high-powered laser surgically embedded in it. This long range weapon is not incredibly damaging, but is very accurate, and has the potential to start fires.",
"occupied_bodyparts": [ [ "hand_r", 1 ] ],
"act_cost": "30 kJ",
"act_cost": "10 kJ",
"fake_item": "bio_laser_gun",
"flags": [ "BIONIC_GUN", "BIONIC_NPC_USABLE" ]
},
Expand Down Expand Up @@ -601,7 +601,7 @@
"description": "The index fingers of both hands have powerful fire starters which extend from the tip.",
"occupied_bodyparts": [ [ "hand_l", 1 ], [ "hand_r", 1 ] ],
"fake_item": "fake_firestarter",
"act_cost": "3 kJ"
"act_cost": "1 kJ"
},
{
"id": "bio_lockpick",
Expand Down
15 changes: 5 additions & 10 deletions data/json/items/tool/fire.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"type": "TOOL",
"name": { "str": "electric firestarter" },
"description": "This is a crudely made electric firestarter, which can function as an inefficient lighter.",
"copy-from": "lighter",
"weight": "100 g",
"volume": "250 ml",
"magazine_well": "250 ml",
"max_charges": 10,
"price": "1 USD",
"price_postapoc": "10 cent",
"material": "steel",
Expand Down Expand Up @@ -264,20 +263,16 @@
},
{
"id": "electric_lighter",
"copy-from": "crude_firestarter",
"type": "TOOL",
"name": { "str": "electric lighter" },
"description": "A battery-powered lighter. More efficient than a crude electric firestarter, its batteries last for quite a while.",
"copy-from": "lighter",
"weight": "14 g",
"volume": "50 ml",
"magazine_well": "50 ml",
"max_charges": 5,
"price": "1 USD",
"price_postapoc": "10 cent",
"material": "steel",
"color": "light_gray",
"looks_like": "lighter",
"ammo": "battery",
"charges_per_use": 1,
"use_action": { "type": "firestarter", "moves": 50 },
"magazine_well": "50 ml",
"magazines": [ [ "battery", [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ] ] ]
}
]
4 changes: 3 additions & 1 deletion data/json/obsoletion/charge_removal.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
"reading_light",
"reading_light_on",
"22_casing_new",
"hobo_stove"
"hobo_stove",
"crude_firestarter",
"electric_lighter"
]
}
]

0 comments on commit d3ee92c

Please sign in to comment.