diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-13 19:32:19 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-07-13 19:32:19 -0700 |
commit | 0322d44f2ce8441cbfee9d36b6d35130935ceb2a (patch) | |
tree | b9ed6c531d26b77ea85f2bda7bc7fb1ebc456a76 | |
parent | More condensing of related enties to improve readability. (diff) | |
download | cataclysm-dda-tileset_undeadpeople-0322d44f2ce8441cbfee9d36b6d35130935ceb2a.tar.xz |
Add entries for several space heater/cooler variants that lacked one.
-rw-r--r-- | tile_config.json | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/tile_config.json b/tile_config.json index b28f0a9..5c7bf8d 100644 --- a/tile_config.json +++ b/tile_config.json @@ -12705,10 +12705,24 @@ { "id": "overlay_wielded_horn_big", "fg": 7181, "rotates": false }, { "id": "horn_car", "fg": 7182, "rotates": false }, { "id": "overlay_wielded_horn_car", "fg": 7182, "rotates": false }, - { "id": [ "large_space_heater", "f_space_heater_large", "f_space_heater_large_off" ], "fg": 7183, "rotates": false }, - { "id": "overlay_wielded_large_space_heater", "fg": 7183, "rotates": false }, - { "id": [ "large_space_heater_on", "f_space_heater_large_on" ], "fg": 7184, "rotates": false }, - { "id": "overlay_wielded_large_space_heater_on", "fg": 7184, "rotates": false }, + { + "id": [ + "large_space_heater", "f_space_heater_large", "f_space_heater_large_off", + "large_space_cooler", "f_space_cooler_large", "f_space_cooler_large_off" + ], + "fg": 7183, + "rotates": false + }, + { "id": [ "overlay_wielded_large_space_heater", "overlay_wielded_large_space_cooler" ], "fg": 7183, "rotates": false }, + { + "id": [ + "large_space_heater_on", "f_space_heater_large_on", + "large_space_cooler_on", "f_space_cooler_large_on" + ], + "fg": 7184, + "rotates": false + }, + { "id": [ "overlay_wielded_large_space_heater_on", "overlay_wielded_large_space_cooler_on"], "fg": 7184, "rotates": false }, { "id": "lifestraw", "fg": 7185, "rotates": false }, { "id": "overlay_wielded_lifestraw", "fg": 7185, "rotates": false }, { "id": "makeshift_halberd", "fg": 7186, "bg": 10195, "rotates": false }, @@ -12728,10 +12742,24 @@ { "id": "sandbox_kit", "fg": 7193, "rotates": false }, { "id": "overlay_wielded_sarcophagus_access_code", "fg": 7194, "rotates": false }, { "id": "sarcophagus_access_code", "fg": 7194, "bg": 10195, "rotates": false }, - { "id": "overlay_wielded_small_space_heater", "fg": 7195, "rotates": false }, - { "id": "small_space_heater", "fg": 7195, "rotates": false }, - { "id": "overlay_wielded_small_space_heater_on", "fg": 7196, "rotates": false }, - { "id": "small_space_heater_on", "fg": 7196, "rotates": false }, + { + "id": [ + "small_space_heater", "f_space_heater", "f_space_heater_off", + "small_space_cooler", "f_space_cooler", "f_space_cooler_off" + ], + "fg": 7195, + "rotates": false + }, + { "id": [ "overlay_wielded_small_space_heater", "overlay_wielded_small_space_cooler" ], "fg": 7195, "rotates": false }, + { + "id": [ + "small_space_heater_on", "f_space_heater_on", + "small_space_cooler_on", "f_space_cooler_on" + ], + "fg": 7196, + "rotates": false + }, + { "id": [ "overlay_wielded_small_space_heater_on", "overlay_wielded_small_space_cooler_on"], "fg": 7196, "rotates": false }, { "id": "overlay_wielded_spray_can", "fg": 7197, "rotates": false }, { "id": "spray_can", "fg": 7197, "rotates": false }, { "id": "stepladder", "fg": 7198 }, |