mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 19:28:53 +00:00
Improved boss
This commit is contained in:
parent
ad3a1f5f9e
commit
5320bef8fe
@ -520,9 +520,9 @@
|
|||||||
"id": "BasicBoss",
|
"id": "BasicBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossStoneGolem",
|
"graphicsType": "BossStoneGolem",
|
||||||
"health": 12,
|
"health": 14,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"speed": 98,
|
"speed": 99,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 1,
|
"xpReward": 1,
|
||||||
"goldReward": 2,
|
"goldReward": 2,
|
||||||
@ -534,9 +534,9 @@
|
|||||||
"id": "StandardBoss",
|
"id": "StandardBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossOrcKing",
|
"graphicsType": "BossOrcKing",
|
||||||
"health": 18,
|
"health": 20,
|
||||||
"damage": 3,
|
"damage": 3,
|
||||||
"speed": 106,
|
"speed": 108,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 2,
|
"xpReward": 2,
|
||||||
"goldReward": 2,
|
"goldReward": 2,
|
||||||
@ -548,9 +548,9 @@
|
|||||||
"id": "HardBoss",
|
"id": "HardBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossOrcKing",
|
"graphicsType": "BossOrcKing",
|
||||||
"health": 24,
|
"health": 26,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 113,
|
"speed": 117,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 2,
|
"xpReward": 2,
|
||||||
"goldReward": 4,
|
"goldReward": 4,
|
||||||
@ -562,9 +562,9 @@
|
|||||||
"id": "HarderBoss",
|
"id": "HarderBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossStoneGolem",
|
"graphicsType": "BossStoneGolem",
|
||||||
"health": 32,
|
"health": 34,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 120,
|
"speed": 126,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 3,
|
"xpReward": 3,
|
||||||
"goldReward": 5,
|
"goldReward": 5,
|
||||||
@ -576,9 +576,9 @@
|
|||||||
"id": "HardestBoss",
|
"id": "HardestBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossOrcKing",
|
"graphicsType": "BossOrcKing",
|
||||||
"health": 42,
|
"health": 44,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 130,
|
"speed": 133,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 5,
|
"xpReward": 5,
|
||||||
"goldReward": 6,
|
"goldReward": 6,
|
||||||
@ -592,7 +592,7 @@
|
|||||||
"graphicsType": "BossStoneGolem",
|
"graphicsType": "BossStoneGolem",
|
||||||
"health": 50,
|
"health": 50,
|
||||||
"damage": 5,
|
"damage": 5,
|
||||||
"speed": 133,
|
"speed": 137,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 10,
|
"xpReward": 10,
|
||||||
"goldReward": 10,
|
"goldReward": 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user