summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-03 18:14:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-03 18:14:24 -0700
commit7f1938a1d570c9c70997709874a0947c48695c19 (patch)
tree447942ced714c7295d0a08ba1a7f1a2f1e1ef424
parentRename as legacy version (diff)
downloadcataclysm-dda-tileset_undeadpeople-legacy-7f1938a1d570c9c70997709874a0947c48695c19.tar.xz
Revert the changes to explosion, as they were not working
-rw-r--r--tile_config.json102
1 files changed, 72 insertions, 30 deletions
diff --git a/tile_config.json b/tile_config.json
index 8f61f1c..9905940 100644
--- a/tile_config.json
+++ b/tile_config.json
@@ -28043,36 +28043,78 @@
"fg": 36123,
"rotates": false
},
- {
- "id": [ "explosion" ],
- "rotates": false,
- "multitile": true,
- "additional_tiles": [
- { "id": "corner", "fg": [ 36125, 36126, 36127, 36128 ] },
- { "id": "edge", "fg": [ 36129, 36130 ] },
- { "id": "unconnected", "fg": [ 36143 ] }
- ]
- },
- {
- "id": [ "explosion_medium" ],
- "rotates": false,
- "multitile": true,
- "additional_tiles": [
- { "id": "corner", "fg": [ 36131, 36132, 36133, 36134 ] },
- { "id": "edge", "fg": [ 36135, 36136 ] },
- { "id": "unconnected", "fg": [ 36143 ] }
- ]
- },
- {
- "id": [ "explosion_weak" ],
- "rotates": false,
- "multitile": true,
- "additional_tiles": [
- { "id": "corner", "fg": [ 36137, 36138, 36139, 36140 ] },
- { "id": "edge", "fg": [ 36141, 36142 ] },
- { "id": "unconnected", "fg": [ 36143 ] }
- ]
- },
+{
+ "id": ["explosion"],
+ "bg": 972,
+ "rotates": false,
+
+ "multitile": true,
+ "additional_tiles": [
+ {
+ "id": "corner",
+ "fg": [36125, 36126, 36127, 36128],
+ "bg": 0
+ },
+ {
+ "id": "edge",
+ "fg": [36129, 36130],
+ "bg": 0
+ },
+ {
+ "id": "unconnected",
+ "fg": [36143],
+ "bg": 0
+ }
+ ]
+ },
+ {
+ "id": ["explosion_medium"],
+ "bg": 972,
+ "rotates": false,
+
+ "multitile": true,
+ "additional_tiles": [
+ {
+ "id": "corner",
+ "fg": [36131, 36132, 36133, 36134],
+ "bg": 0
+ },
+ {
+ "id": "edge",
+ "fg": [36135, 36136],
+ "bg": 0
+ },
+ {
+ "id": "unconnected",
+ "fg": [36143],
+ "bg": 0
+ }
+ ]
+ },
+
+ {
+ "id": ["explosion_weak"],
+ "bg": 972,
+ "rotates": false,
+ "multitile": true,
+ "additional_tiles": [
+ {
+ "id": "corner",
+ "fg": [36137, 36138, 36139, 36140],
+ "bg": 0
+ },
+ {
+ "id": "edge",
+ "fg": [36141, 36142],
+ "bg": 0
+ },
+ {
+ "id": "unconnected",
+ "fg": [36143],
+ "bg": 0
+ }
+ ]
+ },
{ "id": [ "bone_knife" ], "fg": 36143 , "rotates": false },
{ "id": [ "overlay_wielded_bone_knife" ], "fg": 36144 , "rotates": false },
{ "id": [ "bullwhip_razor" ], "fg": 36145 , "rotates": false },