-
Notifications
You must be signed in to change notification settings - Fork 4
Shop Items
Bina Mircea edited this page Jan 14, 2023
·
2 revisions
Shop items can be bought by the player by walking over them if the player has enough money. Each item has a cost. Some items can be picked up multiple times.
- costs 25 gold
- heals the player for 1 full heart (or half a heart if the player is not missing an entire heart)
- cannot be picked up if the player is at full hp
- costs 50 gold
- adds one full heart to the player max hp
- cannot be picked up if the player already has 10 hearts
- costs 50 gold
- increases movement speed by 25% of the original
- movement speed multiplier is displayed in the right corner of the screen
- cannot be picked up if the multiplier is already x3
- costs 50 gold
- increases attack speed by 50% of the original
- attack speed multiplier is displayed in the right corner of the screen
- cannot be picked up if the multiplier is already x10