{ "RAT_KING": { "components": [ {"_type": "AnimatedScene", "layout": [ "[status|boss1 |boss2 |boss3 |boss4 |_]", "[torch1|boss5 |boss6 |boss7 |boss8 |torch2]", "[floor1|boss9 |boss10|boss11|boss12|_]", "[floor2|boss13|boss14|boss15|boss16|_]", "[floor3|player1|player2|player3|player4|_]", "[floor4|player5|player6|player7|player8|_]" ], "background": "test_background", "floor": false, "floor_pos": "floor1", "actors": [ { "name": "boss", "sprite": "rat_king_boss", "cell": "boss5", "scale_x": 0.6, "scale_y": 0.6, "x": 0, "y": 0 }, { "name": "player", "sprite": "peasant_girl_rear_view", "cell": "player2", "scale_x": 0.5, "scale_y": 0.5, "x": 0, "y": 0 } ], "fixtures": [ { "name": "torch_fixture", "sprite": "torch_fixture", "scale_x": 0.5, "scale_y": 0.5, "cell": "torch1", "x": 66, "y": -50 }, { "name": "torch_fixture", "sprite": "torch_fixture", "scale_x": -0.5, "scale_y": 0.5, "cell": "torch2", "x": 132, "y": -30 } ] }, {"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false}, {"_type": "Sound", "attack": "Marmot_Scream_1", "death": "Creature_Death_1"} ] } }