|
|
@ -1,7 +1,11 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"RAT_KING": { |
|
|
|
"RAT_KING": { |
|
|
|
"components": [ |
|
|
|
"components": [ |
|
|
|
{"_type": "BossFight", "background": "boss_fight_background", "weapon_sound": "Sword_Hit_2"}, |
|
|
|
{"_type": "BossFight", |
|
|
|
|
|
|
|
"background": "boss_fight_background", |
|
|
|
|
|
|
|
"stage": "none", |
|
|
|
|
|
|
|
"weapon_sound": "Sword_Hit_2" |
|
|
|
|
|
|
|
}, |
|
|
|
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false}, |
|
|
|
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false}, |
|
|
|
{"_type": "Animation", "easing": 3, "ease_rate": 0.2, "simple": false, "frames": 2, "speed": 0.02, "scale": 0.2}, |
|
|
|
{"_type": "Animation", "easing": 3, "ease_rate": 0.2, "simple": false, "frames": 2, "speed": 0.02, "scale": 0.2}, |
|
|
|
{"_type": "Sprite", "name": "rat_king_boss", "width": 720, "height": 720, "scale": 0.8, "stationary": false}, |
|
|
|
{"_type": "Sprite", "name": "rat_king_boss", "width": 720, "height": 720, "scale": 0.8, "stationary": false}, |
|
|
@ -12,6 +16,7 @@ |
|
|
|
"components": [ |
|
|
|
"components": [ |
|
|
|
{"_type": "BossFight", |
|
|
|
{"_type": "BossFight", |
|
|
|
"background": "devils_fingers_background", |
|
|
|
"background": "devils_fingers_background", |
|
|
|
|
|
|
|
"stage": "none", |
|
|
|
"weapon_sound": "Sword_Hit_2" |
|
|
|
"weapon_sound": "Sword_Hit_2" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false}, |
|
|
|
{"_type": "Combat", "hp": 20, "max_hp": 20, "damage": 20, "dead": false}, |
|
|
|