Meta upgrades

This commit is contained in:
Martin
2022-12-19 13:17:32 +01:00
parent e8fc5a1ec9
commit 714ea8883b
8 changed files with 302 additions and 67 deletions

View File

@@ -63,9 +63,9 @@
"metaUpgrades": {
"health": {
"costs": [
5,
10,
15
0,
0,
0
],
"bonuses": [
10,
@@ -75,9 +75,9 @@
},
"overallDamage": {
"costs": [
6,
0,
10,
15
0
],
"bonuses": [
1,
@@ -87,8 +87,8 @@
},
"projectilePiercing": {
"costs": [
7,
10,
0,
0,
15
],
"bonuses": [
@@ -99,9 +99,9 @@
},
"movementSpeed": {
"costs": [
8,
10,
15
0,
0,
0
],
"bonuses": [
10,

View File

@@ -15,12 +15,12 @@
"META_HEALTH_DESC": "Increases max health by {0}",
"META_OVERALL_DAMAGE_TITLE": "OVERALL DAMAGE",
"META_OVERALL_DAMAGE_DESC": "Increases overall damage by {0}",
"META_PROJECTILE_PIERCING_TITLE": "",
"META_PROJECTILE_PIERCING_DESC": "",
"META_MOVEMENT_SPEED_TITLE": "",
"META_MOVEMENT_SPEED_DESC": "",
"META_XP_GATHERER_TITLE": "",
"META_XP_GATHERER_DESC": "",
"META_GOLD_GATHERER_TITLE": "",
"META_GOLD_GATHERER_DESC": ""
"META_PROJECTILE_PIERCING_TITLE": "PROJECTILE PIERCING",
"META_PROJECTILE_PIERCING_DESC": "Projectiles pierce {0} times",
"META_MOVEMENT_SPEED_TITLE": "MOVEMENT SPEED",
"META_MOVEMENT_SPEED_DESC": "Increases movement speed",
"META_XP_GATHERER_TITLE": "XP GATHERER",
"META_XP_GATHERER_DESC": "Increases the amount of XP obtained by {0}",
"META_GOLD_GATHERER_TITLE": "GOLD GATHERER",
"META_GOLD_GATHERER_DESC": "Increases the amount of gold obtained by {0}"
}