diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-27 06:13:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-11-27 06:13:01 -0800 |
commit | fc0362ae3e2c1ec721423410f6248295990ada0b (patch) | |
tree | 81883144ea3872e538050a893fd88dd44045ccee | |
parent | Many more missing or inaccurate tiles given aliases (diff) | |
download | cataclysm-dda-tileset_undeadpeople-fc0362ae3e2c1ec721423410f6248295990ada0b.tar.xz |
Placesholders for AoE buckshot ala BN 2021-11-27-0713
-rw-r--r-- | tile_config.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tile_config.json b/tile_config.json index 43ccac2..6610aad 100644 --- a/tile_config.json +++ b/tile_config.json @@ -24734,7 +24734,23 @@ {"id": "mon_dragon_dummy", "fg": 19121, "rotates": false}, {"id": "mon_halloween_dragon", "fg": 19122, "rotates": false}], "//": "range 19121 to 19136", "sprite_width": 160, "sprite_height": 128, "sprite_offset_x": -48, "sprite_offset_y": -48}, -{"file": "fallback.png", "tiles": [], "ascii": [{"offset": 0, "bold": false, "color": "BLACK"}, +{"file": "fallback.png", + "//": "Also placeholder tiles for shotgun cone blast", + "tiles": [ + { + "id": "shot_cone_weak", + "fg": 19296 + }, + { + "id": "shot_cone_medium", + "fg": 19297 + }, + { + "id": "shot_cone_strong", + "fg": 19298 + } + ], +"ascii": [{"offset": 0, "bold": false, "color": "BLACK"}, {"offset": 256, "bold": true, "color": "WHITE"}, {"offset": 512, "bold": false, "color": "WHITE"}, {"offset": 768, "bold": true, "color": "BLACK"}, |