Skip to content
rhys kim edited this page Dec 10, 2023 · 3 revisions

Introduction

Implemented in src/item.rs

Currently, there are 10 items available. They can be found in the assets/items folder.

Current items

Item Name Description
Bomb Bomb icon An explosive that deals 10 damage.
Bottle Bottle icon A throwable item that deals 10 damage, deals knockback, and temporarily stuns for 0.5 seconds.
Box Box icon A breakable, throwable item that deals 20 damage, deals knockback, and temporarily stuns for 0.5 seconds. It drops the Bottle item.
Fish Food Fish food icon A healing item that restores 50% of the player's health.
Health Health icon A healing item that restores 100% of the player's health.
Musket Musket icon 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 Pellets icon A healing item that restores 25% of the player's health.
Poison Poison icon A damaging item that deals damage equal to the player's current health.
Rock Rock icon A throwable item that deals 10 damage.
Sword Sword icon A melee weapon that deals 50 damage and temporarily stuns for 0.2 seconds.
Clone this wiki locally