Bees
HP: 10 / 10
Energy: 10 / 10
array ( 'fish' => '53', 'misc_item_1' => '44', 'misc_item_2' => '20', 'misc_item_3' => '22', 'treasure' => '4', )
Current Location: A hut
Places to go:
Things to do:
game state:
array (
'id' => 1,
'name' => 'Bees',
'stats' =>
array (
'energy' => 10,
'energy_max' => 10,
'hp' => 10,
'hp_max' => 10,
),
'state' => '',
'state_' =>
array (
'action' => 'investigate_trees',
'mob' => 'rat',
'mob_state' =>
array (
'health' => 2,
'health_max' => 10,
),
),
'loc' =>
array (
'name' => 'A hut',
'links' =>
array (
0 =>
array (
'to' => 'forest',
'description' => 'Go outside',
'cost' => 0,
),
),
'actions' =>
array (
),
),
'inv' =>
array (
'fish' => '53',
'misc_item_1' => '44',
'misc_item_2' => '20',
'misc_item_3' => '22',
'treasure' => '4',
),
'events' =>
array (
),
)