final commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
extends Node
|
||||
|
||||
var availableUpgrades := ["dumbbell","firstAidKit", "rollback", "fasterFaster", "speedMayhem", "thoseWereTheDays", "dashMachine", "shotgun"]
|
||||
var availableGoldUpgrade := ["shotgun", "dashMachine", "firstAidKit", "stopwatch"]
|
||||
|
||||
var upgradeDescriptions := {
|
||||
"firstAidKit": "+50% time back",
|
||||
@@ -8,15 +9,16 @@ var upgradeDescriptions := {
|
||||
"rollback": "-20% speed up when taking damage",
|
||||
"fasterFaster": "+15% speed",
|
||||
"speedMayhem": "deal more damage with more speed",
|
||||
"thoseWereTheDays": "every rollback, gain +10% damage",
|
||||
"thoseWereTheDays": "every rollback, gain permanent +10% damage",
|
||||
"dashMachine": "just a better dash.",
|
||||
"shotgun": "a shotgun. literally just a fricking shotgun."
|
||||
}
|
||||
|
||||
var goldUpgradeDescriptionOverrides := {
|
||||
"firstAidKit": "i mean its now the second aid kit, right?",
|
||||
"shotgun": "still a shotgun, but now shiny ooo",
|
||||
"dashMachine": "dash everywhere, go wild.",
|
||||
"stopwatch": "countdowns are 50% slower. its cool isn't it?",
|
||||
"stopwatch": "new upgrade countdowns are 50% slower.",
|
||||
"adrenaline": "when 5 seconds left on the health countdown, recieve a 75% buff on EVERYTHING.",
|
||||
"threeWaves": "something is coming in three waves."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user