Bees
HP: 9 / 10
Energy: 10 / 10
array ( 'fish' => 79, 'misc_item_1' => 44, 'misc_item_2' => 20, 'misc_item_3' => 22, 'treasure' => 5, )
Currently: Investigate Trees
You are fighting a Rat (7/10 HP)
game state:
array (
'id' => 1,
'name' => 'Bees',
'stats' =>
array (
'energy' => 10,
'energy_max' => 10,
'hp' => 9,
'hp_max' => 10,
),
'state' => 'fight',
'state_' =>
array (
'action' => 'investigate_trees',
'mob' => 'rat',
'mob_state' =>
array (
'health' => 7,
'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' => 79,
'misc_item_1' => 44,
'misc_item_2' => 20,
'misc_item_3' => 22,
'treasure' => 5,
),
'fight' =>
array (
'loc' => 'Investigate Trees',
'mob' => 'a Rat',
'hp' => 7,
'max_hp' => 10,
),
'events' =>
array (
0 =>
array (
'type' => 'activity',
'msg' => 'You hit the mob for 3 damage',
),
1 =>
array (
'type' => 'activity',
'msg' => 'You gained 3 skill points in Combat (total: 91)',
),
2 =>
array (
'type' => 'activity',
'msg' => 'the Rat uses Bite - you take 1 damage',
),
3 =>
array (
'type' => 'activity',
'msg' => 'You gained 1 skill points in Defense (total: 20)',
),
),
)