Skip to content
rhys kim edited this page Apr 18, 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

Bomb

Bomb icon
An explosive that deals 10 damage.

Bottle

Bottle icon
A throwable item that deals 10 damage, deals push back, and temporarily stuns.

Box

Box icon
A breakable, throwable item that deals 20 damage, deals push back, and temporarily stuns. 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. 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.

Clone this wiki locally