diff --git a/data/json/external_tileset/alternative_mutation.json b/data/json/external_tileset/alternative_mutation.json index c21afc27fe38..475060650533 100644 --- a/data/json/external_tileset/alternative_mutation.json +++ b/data/json/external_tileset/alternative_mutation.json @@ -1,32 +1,31 @@ -{ - "type": "mod_tileset", - "compatibility": [ - "UNDEAD_PEOPLE_BASE", - "UNDEAD_PEOPLE" - ], - "tiles-new": [ - { - "file": "external_tileset/alternative_mutation.png", - "sprite_width": 32, - "sprite_height": 32, - "sprite_offset_y": -16, - "tiles": [ - { "id": "overlay_mutation_FELINE_EARS", "fg": 0, "rotates": false }, - { "id": "overlay_mutation_LUPINE_EARS", "fg": 1, "rotates": false }, - { "id": "overlay_mutation_MOUSE_EARS", "fg": 2, "rotates": false }, - { "id": "overlay_mutation_CANINE_EARS", "fg": 3, "rotates": false }, - { "id": "overlay_mutation_URSINE_EARS", "fg": 4, "rotates": false } - ] - }, - { - "file": "external_tileset/alternative_mutation.png", - "sprite_width": 32, - "sprite_height": 32, - "sprite_offset_y": 16, - "tiles": [ - { "id": "overlay_mutation_TAIL_FLUFFY", "fg": 9, "rotates": false }, - { "id": "overlay_mutation_TAIL_STUB", "fg": 12, "rotates": false } - ] - } - ] -} +[ + { + "type": "mod_tileset", + "compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], + "tiles-new": [ + { + "file": "external_tileset/alternative_mutation.png", + "sprite_width": 32, + "sprite_height": 32, + "sprite_offset_y": -16, + "tiles": [ + { "id": "overlay_mutation_FELINE_EARS", "fg": 0, "rotates": false }, + { "id": "overlay_mutation_LUPINE_EARS", "fg": 1, "rotates": false }, + { "id": "overlay_mutation_MOUSE_EARS", "fg": 2, "rotates": false }, + { "id": "overlay_mutation_CANINE_EARS", "fg": 3, "rotates": false }, + { "id": "overlay_mutation_URSINE_EARS", "fg": 4, "rotates": false } + ] + }, + { + "file": "external_tileset/alternative_mutation.png", + "sprite_width": 32, + "sprite_height": 32, + "sprite_offset_y": 16, + "tiles": [ + { "id": "overlay_mutation_TAIL_FLUFFY", "fg": 9, "rotates": false }, + { "id": "overlay_mutation_TAIL_STUB", "fg": 12, "rotates": false } + ] + } + ] + } +]