zaimoni / Cataclysm

A post-apocalyptic roguelike. New features relative to C:Whales are scheduled for after 0.2.0, the savefile breaking release.
http://www.bay12forums.com/smf/index.php?topic=174897
Other
27 stars 3 forks source link

Bionic battery power overhaul #144

Open zaimoni opened 3 years ago

zaimoni commented 3 years ago

3f74e38d0ff96b3d99532fdcc0b272e84ae16374 eliminated an inlined (wrong) description for the C:Whales battery power storage in favor of the configured description.

From Bright Nights: { "id": "bio_power_storage", "copy-from": "bionic_general_npc_usable", "type": "BIONIC_ITEM", "name": { "str": "Power Storage CBM" }, "looks_like": "bio_int_enhancer", "description": "A Compact Bionics Module that upgrades the user's power capacity by 100 units. Having at least one of these is a prerequisite to using powered bionics. The user will also need a power supply, found in various CBMs.", "price": 380000, "weight": "70 g", "difficulty": 1 }, { "id": "bio_power_storage_mkII", "copy-from": "bionic_general_npc_usable", "type": "BIONIC_ITEM", "name": { "str_sp": "Power Storage CBM Mk. II" }, "looks_like": "bio_int_enhancer", "description": "A Compact Bionics Module developed at DoubleTech Industries as a replacement for the highly successful Power Storage CBM. Increases the user's power capacity by 250 units.", "price": 1000000, "weight": "50 g", "difficulty": 1 },

zaimoni commented 3 years ago

Somewhat more invasive than expected; I missed that the relevant bionic is elided (i.e., it's not actually in the savefile).