Skip to content

Commit

Permalink
obsolete bio_furnace
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber authored and kevingranade committed May 5, 2019
1 parent 95de968 commit 9b8472f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 25 deletions.
8 changes: 0 additions & 8 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,14 +438,6 @@
"description": "You don't think that capacitor is *meant* to glow, but it does, and usually at bad times. A malfunctioning bionic randomly turns on and off, causing you to glow and making you visible in the dark without improving how much you can see in the slighest.",
"flags": [ "BIONIC_FAULTY" ]
},
{
"id": "bio_furnace",
"type": "bionic",
"name": "Internal Furnace",
"description": "When this bionic is active, you can burn nearly any organic material as fuel (use 'E'), recharging your power level. Some materials will burn better than others.",
"occupied_bodyparts": [ [ "TORSO", 40 ] ],
"flags": [ "BIONIC_POWER_SOURCE", "BIONIC_TOGGLED" ]
},
{
"id": "bio_geiger",
"type": "bionic",
Expand Down
4 changes: 0 additions & 4 deletions data/json/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -5311,7 +5311,6 @@
[ "bio_batteries", 10 ],
[ "bio_metabolics", 10 ],
[ "bio_ethanol", 10 ],
[ "bio_furnace", 10 ],
[ "bio_torsionratchet", 10 ],
[ "bio_tools", 10 ],
[ "bio_ups", 10 ],
Expand Down Expand Up @@ -5417,7 +5416,6 @@
[ "bio_batteries", 10 ],
[ "bio_metabolics", 10 ],
[ "bio_ethanol", 10 ],
[ "bio_furnace", 10 ],
[ "bio_watch", 10 ],
[ "bio_torsionratchet", 10 ],
[ "bio_cable", 10 ]
Expand Down Expand Up @@ -5727,7 +5725,6 @@
[ "bio_batteries", 10 ],
[ "bio_metabolics", 10 ],
[ "bio_ethanol", 10 ],
[ "bio_furnace", 10 ],
[ "bio_ups", 10 ],
[ "bio_torsionratchet", 10 ],
[ "bio_ears", 10 ],
Expand Down Expand Up @@ -5797,7 +5794,6 @@
[ "bio_power_storage_mkII", 10 ],
[ "bio_batteries", 10 ],
[ "bio_metabolics", 20 ],
[ "bio_furnace", 15 ],
[ "bio_torsionratchet", 20 ],
[ "bio_ups", 10 ],
[ "bio_ears", 10 ],
Expand Down
9 changes: 0 additions & 9 deletions data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,6 @@
"price": 20000,
"difficulty": 1
},
{
"id": "bio_furnace",
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": "Internal Furnace CBM",
"description": "When this bionic is active, you can burn nearly any organic material as fuel (use 'E'), recharging your power level. Some materials will burn better than others.",
"price": 450000,
"difficulty": 4
},
{
"id": "bio_geiger",
"copy-from": "bionic_general",
Expand Down
9 changes: 9 additions & 0 deletions data/json/items/obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,14 @@
"loudness_modifier": -1,
"min_skills": [ [ "weapon", 4 ], [ "mechanics", 3 ], [ "gun", 2 ] ],
"flags": [ "NEVER_JAMS", "INSTALL_DIFFICULT", "IRREMOVABLE" ]
},
{
"id": "bio_furnace",
"copy-from": "bionic_general",
"type": "BIONIC_ITEM",
"name": "Internal Furnace CBM",
"description": "When this bionic is active, you can burn nearly any organic material as fuel (use 'E'), recharging your power level. Some materials will burn better than others.",
"price": 450000,
"difficulty": 4
}
]
1 change: 0 additions & 1 deletion data/json/monsterdrops/zombie_lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
[ "bio_power_storage", 30 ],
[ "bio_metabolics", 5 ],
[ "bio_ethanol", 5 ],
[ "bio_furnace", 5 ],
[ "bio_ups", 10 ],
[ "bio_torsionratchet", 30 ],
[ "bio_tools", 10 ],
Expand Down
10 changes: 10 additions & 0 deletions data/json/obsolete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"id": "bio_furnace",
"type": "bionic",
"name": "Internal Furnace",
"description": "When this bionic is active, you can burn nearly any organic material as fuel (use 'E'), recharging your power level. Some materials will burn better than others.",
"occupied_bodyparts": [ [ "TORSO", 40 ] ],
"flags": [ "BIONIC_POWER_SOURCE", "BIONIC_TOGGLED" ]
}
]
4 changes: 2 additions & 2 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"description": "You knew the end was coming. You augmented yourself with some basic bionics and got additional survival training. Now the end has come, and it is time to see if your efforts have paid off.",
"points": 6,
"CBMs": [
"bio_furnace",
"bio_metabolics",
"bio_power_storage_mkII",
"bio_tools",
"bio_flashlight",
Expand Down Expand Up @@ -2187,7 +2187,7 @@
"bio_sleepy",
"bio_trip",
"bio_spasm",
"bio_furnace",
"bio_metabolics",
"bio_power_storage_mkII",
"bio_painkiller",
"bio_climate"
Expand Down
2 changes: 1 addition & 1 deletion tests/bionics_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ TEST_CASE( "bionics", "[bionics] [item]" )
}
}

// TODO: bio_cable bio_furnace bio_reactor
// TODO: bio_cable bio_reactor
// TODO: (pick from stuff with power_source)
}

0 comments on commit 9b8472f

Please sign in to comment.