From 2bc4506dc8b296bd9fd5a54215779463ec4b79a7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 5 Aug 2020 20:38:42 -0700 Subject: Add tiles for light survivor helmet and heavy survivor hood Clean up explosion formatting --- tile_config.json | 63 +++++++++++++------------------------------------------- 1 file changed, 14 insertions(+), 49 deletions(-) diff --git a/tile_config.json b/tile_config.json index 9905940..e3036c1 100644 --- a/tile_config.json +++ b/tile_config.json @@ -755,6 +755,7 @@ { "id": "helmet_football", "fg": 425, "rotates": false }, { "id": "helmet_galea", "fg": 426, "rotates": false }, { "id": "helmet_lobster", "fg": 426 }, + { "id": "helmet_lsurvivor", "fg": 426 }, { "id": "helmet_survivor", "fg": 426 }, { "id": "helmet_xlsurvivor", "fg": 426 }, { "id": "helmet_larmor", "fg": 427 }, @@ -1108,6 +1109,7 @@ { "id": "overlay_worn_helmet_riot", "fg": 648, "rotates": false }, { "id": "overlay_worn_helmet_scavenger", "fg": 649, "rotates": false }, { "id": "overlay_worn_helmet_skid", "fg": 650, "rotates": false }, + { "id": "overlay_worn_helmet_lsurvivor", "fg": 651, "rotates": false }, { "id": "overlay_worn_helmet_survivor", "fg": 651, "rotates": false }, { "id": "overlay_worn_helmet_xlsurvivor", "fg": 652, "rotates": false }, { "id": "overlay_worn_hmil_armor", "fg": 653, "rotates": false }, @@ -1125,6 +1127,7 @@ }, { "id": [ "overlay_worn_hood_survivor", "overlay_worn_hsurvivor_night_cap01" ], "fg": 658, "rotates": false }, { "id": "overlay_worn_hood_lsurvivor", "fg": 658, "rotates": false }, + { "id": "overlay_worn_hood_hsurvivor", "fg": 658, "rotates": false }, { "id": "overlay_worn_hood_xlsurvivor", "fg": 658, "rotates": false }, { "id": "overlay_worn_hood_wsurvivor", "fg": 659, "rotates": false }, { "id": "overlay_worn_cowl_wool", "fg": 659, "rotates": false }, @@ -1583,6 +1586,7 @@ { "id": [ "hood_h20survivor", "survivor_night_cap01" ], "fg": 951 }, { "id": "hood_lsurvivor", "fg": 951 }, { "id": [ "hood_survivor", "hsurvivor_night_cap01" ], "fg": 951 }, + { "id": "hood_hsurvivor", "fg": 951 }, { "id": "wetsuit_spring", "fg": 952, "bg": 957, "rotates": false }, { "id": "winter_jacket_army", "fg": 953, "rotates": false }, { "id": "winter_pants_army", "fg": 954, "rotates": false }, @@ -28043,76 +28047,37 @@ "fg": 36123, "rotates": false }, -{ + { "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": "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": "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": "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 }, -- cgit v1.2.1