Updated initial gold gai, dampened the difficulty around 50s mark, gold costs

This commit is contained in:
unknown 2023-01-12 13:56:36 +01:00
parent 8c2ff5a7a2
commit 298f4b7756

View File

@ -96,8 +96,8 @@
}, },
"projectilePiercing": { "projectilePiercing": {
"costs": [ "costs": [
50, 30,
120, 100,
200 200
], ],
"bonuses": [ "bonuses": [
@ -132,9 +132,9 @@
}, },
"goldGatherer": { "goldGatherer": {
"costs": [ "costs": [
20, 10,
40, 30,
70 50
], ],
"bonuses": [ "bonuses": [
0.1, 0.1,
@ -175,7 +175,7 @@
"speed": 60, "speed": 60,
"lifetime": -1, "lifetime": -1,
"xpReward": 0.9, "xpReward": 0.9,
"goldReward": 0, "goldReward": 0.11,
"healthPotionRewardChance": 0.01, "healthPotionRewardChance": 0.01,
"magnetRewardChance": 0.01, "magnetRewardChance": 0.01,
"chestRewardChance": 0 "chestRewardChance": 0
@ -194,6 +194,20 @@
"magnetRewardChance": 0.01, "magnetRewardChance": 0.01,
"chestRewardChance": 0 "chestRewardChance": 0
}, },
{
"id": "TreasureEnemy",
"moveType": "Launch",
"graphicsType": "Goblin",
"health": 4,
"damage": 1,
"speed": 50,
"lifetime": 25,
"xpReward": 1,
"goldReward": 1,
"healthPotionRewardChance": 0.02,
"magnetRewardChance": 0.02,
"chestRewardChance": 0
},
{ {
"id": "FastEnemy", "id": "FastEnemy",
"moveType": "Follow", "moveType": "Follow",
@ -369,7 +383,7 @@
"health": 4, "health": 4,
"damage": 1, "damage": 1,
"speed": 22, "speed": 22,
"lifetime": 27, "lifetime": 25,
"xpReward": 1, "xpReward": 1,
"goldReward": 0.15, "goldReward": 0.15,
"healthPotionRewardChance": 0.05, "healthPotionRewardChance": 0.05,
@ -438,7 +452,7 @@
"graphicsType": "Shark", "graphicsType": "Shark",
"health": 1, "health": 1,
"damage": 1, "damage": 1,
"speed": 370, "speed": 360,
"lifetime": 20, "lifetime": 20,
"xpReward": 1, "xpReward": 1,
"goldReward": 0.15, "goldReward": 0.15,
@ -455,7 +469,7 @@
"speed": 70, "speed": 70,
"lifetime": 30, "lifetime": 30,
"xpReward": 1, "xpReward": 1,
"goldReward": 0.15, "goldReward": 0.2,
"healthPotionRewardChance": 0.01, "healthPotionRewardChance": 0.01,
"magnetRewardChance": 0, "magnetRewardChance": 0,
"chestRewardChance": 0.01 "chestRewardChance": 0.01
@ -698,6 +712,14 @@
"cooldown": 1 "cooldown": 1
} }
}, },
{
"common": {
"enemyId": "BasicEnemy",
"startDelay": 0,
"stopDelay": 0.2,
"cooldown": 0.1
}
},
{ {
"common": { "common": {
"enemyId": "BasicBoss", "enemyId": "BasicBoss",
@ -955,7 +977,7 @@
"stopDelay": 130, "stopDelay": 130,
"cooldown": 45 "cooldown": 45
}, },
"enemiesToSpawn": 38 "enemiesToSpawn": 36
}, },
{ {
"common": { "common": {
@ -1143,10 +1165,10 @@
"common": { "common": {
"enemyId": "WaveEnemy", "enemyId": "WaveEnemy",
"startDelay": 1, "startDelay": 1,
"stopDelay": 201, "stopDelay": 210,
"cooldown": 25 "cooldown": 27
}, },
"enemiesToSpawn": 8 "enemiesToSpawn": 7
}, },
{ {
"common": { "common": {
@ -1162,9 +1184,9 @@
"enemyId": "WaveEnemyArmor", "enemyId": "WaveEnemyArmor",
"startDelay": 1, "startDelay": 1,
"stopDelay": 199, "stopDelay": 199,
"cooldown": 50 "cooldown": 48
}, },
"enemiesToSpawn": 8 "enemiesToSpawn": 6
}, },
{ {
"common": { "common": {
@ -1193,6 +1215,15 @@
}, },
"enemiesToSpawn": 12 "enemiesToSpawn": 12
}, },
{
"common": {
"enemyId": "TreasureEnemy",
"startDelay": 0,
"stopDelay": 50,
"cooldown": 10
},
"enemiesToSpawn": 1
},
{ {
"common": { "common": {
"enemyId": "WaveEnemyDeath", "enemyId": "WaveEnemyDeath",