watcher 
Egg which hatches into a helpful pet. Or you can eat it if you want.
Vars | |
| pedometer | Datum used to measure our steps |
|---|---|
| steps_to_hatch | How far should we travel to hatch? |
| steps_travelled | How far have we moved? |
Procs | |
| jiggle | Animate the egg |
| on_stepped | Called when we are moved, whether inside an inventory or by ourself somehow |
Var Details
pedometer 
Datum used to measure our steps
steps_to_hatch 
How far should we travel to hatch?
steps_travelled 
How far have we moved?
Proc Details
jiggle
Animate the egg
on_stepped
Called when we are moved, whether inside an inventory or by ourself somehow