-
Notifications
You must be signed in to change notification settings - Fork 32
Items
rhys kim edited this page Dec 10, 2023
·
3 revisions
Implemented in src/item.rs
Currently, there are 10 items available. They can be found in the assets/items
folder.
Item Name | Description | |
---|---|---|
Bomb | An explosive that deals 10 damage. | |
Bottle | A throwable item that deals 10 damage, deals knockback, and temporarily stuns for 0.5 seconds. | |
Box | A breakable, throwable item that deals 20 damage, deals knockback, and temporarily stuns for 0.5 seconds. It drops the Bottle item. | |
Fish Food | A healing item that restores 50% of the player's health. | |
Health | A healing item that restores 100% of the player's health. | |
Musket | A weapon that fires projectiles. Each projectile deals 75 damage and temporarily stuns for 0.2 seconds. Each shot has a 1.2 second cooldown. Can fire up to 3 times. | |
Pellets | A healing item that restores 25% of the player's health. | |
Poison | A damaging item that deals damage equal to the player's current health. | |
Rock | A throwable item that deals 10 damage. | |
Sword | A melee weapon that deals 50 damage and temporarily stuns for 0.2 seconds. |