raycaster/assets/bosses.json

63 lines
1.7 KiB
JSON

{
"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",
"actors": [
{
"name": "boss",
"sprite": "rat_king_boss",
"cell": "boss5",
"scale_x": 0.6,
"scale_y": 0.6,
"x": 0,
"y": 0,
"at_mid": false
},
{
"name": "player",
"sprite": "peasant_girl_rear_view",
"cell": "player2",
"scale_x": 0.5,
"scale_y": 0.5,
"x": 0,
"y": 0,
"at_mid": false
}
],
"fixtures": [
{
"name": "torch_fixture",
"sprite": "torch_fixture",
"scale_x": 0.5,
"scale_y": 0.5,
"cell": "torch1",
"x": 66,
"y": -50,
"at_mid": false
},
{
"name": "torch_fixture",
"sprite": "torch_fixture",
"scale_x": -0.5,
"scale_y": 0.5,
"cell": "torch2",
"x": 132,
"y": -30,
"at_mid": false
}
]
},
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false},
{"_type": "Sound", "attack": "Marmot_Scream_1", "death": "Creature_Death_1"}
]
}
}