{ "RAT_KING": { "components": [ {"_type": "BossFight", "background": "test_background", "floor": false, "floor_pos": "floor1", "player": { "sprite": "peasant_girl_rear_view", "start_pos": "player2", "scale": 0.5, "mid_cell": false }, "boss": { "start_pos": "boss5", "scale": 0.6, "mid_cell": true, "sprite": "rat_king_boss" }, "fixtures": [ {"name": "torch_fixture", "scale_x": 0.5, "scale_y": 0.5, "cell": "torch1", "x": 66, "y": -50}, {"name": "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"} ] } }