diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-16 09:42:26 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-16 09:42:26 -0700 |
commit | 8105ac69eaef4d13fd791fdf0d64641777642c76 (patch) | |
tree | a4598503e6f932c19dc2df8e5cd87a40092cea2d | |
parent | Add overmap aliases for: (diff) | |
download | cataclysm-dda-tileset_undeadpeople-8105ac69eaef4d13fd791fdf0d64641777642c76.tar.xz |
Custom explosions for vampire stuff redone mod.
-rw-r--r-- | tile_config.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tile_config.json b/tile_config.json index 511a561..ba8801b 100644 --- a/tile_config.json +++ b/tile_config.json @@ -24606,6 +24606,22 @@ ] }, { + "id": [ + "explosion_t2_blood_bloodpuddle", + "explosion_t3_blood_crimsonhaze", + "explosion_t4_blood_riptide", + "explosion_t4_blood_bloodwave" + ], + "fg": 11012, + "rotates": false, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 11013 }, + { "id": "corner", "fg": [ 11014, 11015, 11016, 11017 ] }, + { "id": "edge", "fg": [ 11018, 11019 ] } + ] + }, + { "id": "fd_blood_insect", "fg": 11029, "rotates": false, @@ -24784,6 +24800,17 @@ ] }, { + "id": "explosion_t6_blood_bloodbomb", + "fg": 11147, + "rotates": false, + "multitile": true, + "additional_tiles": [ + { "id": "center", "fg": 11148 }, + { "id": "corner", "fg": [ 11149, 11150, 11151, 11152 ] }, + { "id": "edge", "fg": [ 11153, 11154 ] } + ] + }, + { "id": "fd_gibs_insect", "fg": 11164, "rotates": false, |