mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-25 19:28:53 +00:00
Merge branch 'master' into logo-splash
This commit is contained in:
commit
19e1923cd6
@ -73,8 +73,8 @@
|
|||||||
"health": {
|
"health": {
|
||||||
"costs": [
|
"costs": [
|
||||||
10,
|
10,
|
||||||
20,
|
30,
|
||||||
30
|
50
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
10,
|
10,
|
||||||
@ -85,8 +85,8 @@
|
|||||||
"overallDamage": {
|
"overallDamage": {
|
||||||
"costs": [
|
"costs": [
|
||||||
20,
|
20,
|
||||||
30,
|
40,
|
||||||
40
|
70
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
0.5,
|
0.5,
|
||||||
@ -97,8 +97,8 @@
|
|||||||
"projectilePiercing": {
|
"projectilePiercing": {
|
||||||
"costs": [
|
"costs": [
|
||||||
50,
|
50,
|
||||||
100,
|
120,
|
||||||
150
|
200
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
1,
|
1,
|
||||||
@ -108,9 +108,9 @@
|
|||||||
},
|
},
|
||||||
"movementSpeed": {
|
"movementSpeed": {
|
||||||
"costs": [
|
"costs": [
|
||||||
10,
|
20,
|
||||||
30,
|
50,
|
||||||
50
|
100
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
10,
|
10,
|
||||||
@ -121,8 +121,8 @@
|
|||||||
"xpGatherer": {
|
"xpGatherer": {
|
||||||
"costs": [
|
"costs": [
|
||||||
10,
|
10,
|
||||||
20,
|
30,
|
||||||
30
|
50
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
0.1,
|
0.1,
|
||||||
@ -132,9 +132,9 @@
|
|||||||
},
|
},
|
||||||
"goldGatherer": {
|
"goldGatherer": {
|
||||||
"costs": [
|
"costs": [
|
||||||
10,
|
|
||||||
20,
|
20,
|
||||||
30
|
40,
|
||||||
|
70
|
||||||
],
|
],
|
||||||
"bonuses": [
|
"bonuses": [
|
||||||
0.1,
|
0.1,
|
||||||
@ -327,7 +327,7 @@
|
|||||||
"health": 30,
|
"health": 30,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"speed": 80,
|
"speed": 80,
|
||||||
"lifetime": -1,
|
"lifetime": 27,
|
||||||
"xpReward": 1,
|
"xpReward": 1,
|
||||||
"goldReward": 0.2,
|
"goldReward": 0.2,
|
||||||
"healthPotionRewardChance": 0.02,
|
"healthPotionRewardChance": 0.02,
|
||||||
@ -354,7 +354,7 @@
|
|||||||
"graphicsType": "Bat",
|
"graphicsType": "Bat",
|
||||||
"health": 5,
|
"health": 5,
|
||||||
"damage": 1,
|
"damage": 1,
|
||||||
"speed": 115,
|
"speed": 120,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 1,
|
"xpReward": 1,
|
||||||
"goldReward": 0.1,
|
"goldReward": 0.1,
|
||||||
@ -422,7 +422,7 @@
|
|||||||
"id": "CircleEnemyDark",
|
"id": "CircleEnemyDark",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "DarkRaven",
|
"graphicsType": "DarkRaven",
|
||||||
"health": 20,
|
"health": 19,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"speed": 25,
|
"speed": 25,
|
||||||
"lifetime": 27,
|
"lifetime": 27,
|
||||||
@ -506,7 +506,7 @@
|
|||||||
"id": "WaveEnemyArmorMarch",
|
"id": "WaveEnemyArmorMarch",
|
||||||
"moveType": "Launch",
|
"moveType": "Launch",
|
||||||
"graphicsType": "Skeleton",
|
"graphicsType": "Skeleton",
|
||||||
"health": 14,
|
"health": 16,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"speed": 170,
|
"speed": 170,
|
||||||
"lifetime": 30,
|
"lifetime": 30,
|
||||||
@ -520,9 +520,9 @@
|
|||||||
"id": "BasicBoss",
|
"id": "BasicBoss",
|
||||||
"moveType": "Follow",
|
"moveType": "Follow",
|
||||||
"graphicsType": "BossStoneGolem",
|
"graphicsType": "BossStoneGolem",
|
||||||
"health": 11,
|
"health": 14,
|
||||||
"damage": 2,
|
"damage": 2,
|
||||||
"speed": 95,
|
"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": 16,
|
"health": 20,
|
||||||
"damage": 3,
|
"damage": 3,
|
||||||
"speed": 102,
|
"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": 20,
|
"health": 26,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 110,
|
"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": 30,
|
"health": 34,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 115,
|
"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": 40,
|
"health": 44,
|
||||||
"damage": 4,
|
"damage": 4,
|
||||||
"speed": 125,
|
"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": 130,
|
"speed": 137,
|
||||||
"lifetime": -1,
|
"lifetime": -1,
|
||||||
"xpReward": 10,
|
"xpReward": 10,
|
||||||
"goldReward": 10,
|
"goldReward": 10,
|
||||||
@ -1027,7 +1027,7 @@
|
|||||||
"stopDelay": 1100,
|
"stopDelay": 1100,
|
||||||
"cooldown": 50
|
"cooldown": 50
|
||||||
},
|
},
|
||||||
"enemiesToSpawn": 30
|
"enemiesToSpawn": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"common": {
|
"common": {
|
||||||
|
@ -1707,7 +1707,7 @@
|
|||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": -320,
|
"x": -320,
|
||||||
"y": 479.9999999999999,
|
"y": 480,
|
||||||
"z": -1000
|
"z": -1000
|
||||||
},
|
},
|
||||||
"_lrot": {
|
"_lrot": {
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
{
|
{
|
||||||
"splash-setting": {
|
"splash-setting": {
|
||||||
"totalTime": 1500,
|
"totalTime": 2000,
|
||||||
"displayWatermark": false,
|
"displayWatermark": false,
|
||||||
"url": "C:\\_UNITY PROJ\\VampSu\\assets\\Media\\Images\\Game\\UI\\Y8LogoSplash.png"
|
"url": "project://assets/Media/Images/Game/UI/Y8Logo.png",
|
||||||
|
"clearColor": {
|
||||||
|
"x": 0,
|
||||||
|
"y": 0,
|
||||||
|
"z": 0,
|
||||||
|
"w": 1
|
||||||
|
},
|
||||||
|
"displayRatio": 0.05
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user