-
Notifications
You must be signed in to change notification settings - Fork 7
Item types
Donghyug David Jeong edited this page Sep 10, 2023
·
8 revisions
All Items will have images/art in the real game. Currently the sprites are incomplete.
All items share the structure shown in the following UML Diagram:
Purpose:
- Used by the player to fertilise a cropTile.
Usage:
- While holding the seed, press the action key next to or on the soil tile to fertilise it. A sprite change will occur on next
update()
.
Purpose:
- Used by the player to plant an Aloe Vera in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant an Atomic Algae in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Cosmic Cob in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Deadly Nightshade in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Hammer Plant in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Horticultural Heater in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Space Snapper in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.
Purpose:
- Used by the player to plant a Tobacco in the specified cropTile.
Usage:
- While holding the seed, press the action key next to or on the cropTile to plant it.