-
Notifications
You must be signed in to change notification settings - Fork 0
Items
kmac0443 edited this page Jan 30, 2015
·
22 revisions
The user will be able to find or make tools (depending on knowledge level). Tools will degrade on use.
Random Psuedo-Code (I'm not even sure if unity works this way):
public class Item {
// These variables are set by Unity
public int MAX_DURABILITY;
public int durability;
public void OnUse() {}
public void decreaseDurability() {this.durability--;}
}#Minimal Items
- Cloth Filter
- Fishing Pole
- Berry/Medicine Pouch?
- Mouth Filter
- Canteen?
- Hatchet
- Shovel
- Pickax
#Additional Features
- Bow and Arrow
- Rifle
- Sword
- Hammer
- Bullets
- Animal Traps
Home | Design | The Team | Team Deliverables