Bees
HP: 10 / 10
Energy: 8 / 10
array ( 'fish' => '54', 'misc_item_1' => '44', 'misc_item_2' => '20', 'misc_item_3' => '22', 'treasure' => '4', )
Currently: Investigate Trees
You are fighting a Rat (10/10 HP)
game state:
array (
'id' => 1,
'name' => 'Bees',
'stats' =>
array (
'energy' => 8,
'energy_max' => 10,
'hp' => 10,
'hp_max' => 10,
),
'state' => 'fight',
'state_' =>
array (
'action' => 'investigate_trees',
'mob' => 'rat',
'mob_state' =>
array (
'health' => 10,
'health_max' => 10,
),
),
'loc' =>
array (
'name' => 'A forest clearing',
'links' =>
array (
0 =>
array (
'to' => 'home',
'description' => 'Enter the hut',
'cost' => 0,
),
),
'actions' =>
array (
0 =>
array (
'id' => 'fish',
'description' => 'Do some fishing',
'cost' => 1,
),
1 =>
array (
'id' => 'investigate_trees',
'description' => 'Investigate the trees',
'cost' => 1,
),
),
),
'inv' =>
array (
'fish' => '54',
'misc_item_1' => '44',
'misc_item_2' => '20',
'misc_item_3' => '22',
'treasure' => '4',
),
'fight' =>
array (
'loc' => 'Investigate Trees',
'mob' => 'a Rat',
'hp' => 10,
'max_hp' => 10,
),
'events' =>
array (
),
)