2020-04-05 23:14:34 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name" : "berry",
|
|
|
|
"position" : {
|
|
|
|
"x": 5,
|
|
|
|
"y": 5
|
|
|
|
},
|
|
|
|
"isPickupable" : true,
|
|
|
|
"effect" : {
|
|
|
|
"hp" : -10,
|
|
|
|
"stamina" : 5,
|
|
|
|
"thirst" : 0,
|
|
|
|
"hunger" : 20
|
|
|
|
}
|
|
|
|
},
|
2020-04-06 00:07:13 +02:00
|
|
|
|
2020-04-05 23:14:34 +02:00
|
|
|
{
|
|
|
|
"name" : "cranberry",
|
|
|
|
"position" : {
|
|
|
|
"x": 7,
|
|
|
|
"y": 1
|
|
|
|
},
|
|
|
|
"isPickupable" : true,
|
|
|
|
"effect" : {
|
|
|
|
"hp" : 0,
|
|
|
|
"stamina" : 5,
|
|
|
|
"thirst" : 2,
|
|
|
|
"hunger" : 10
|
|
|
|
}
|
2020-04-06 00:01:16 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name" : "rabbit",
|
|
|
|
"position" : {
|
|
|
|
"x": 12,
|
|
|
|
"y": 16
|
|
|
|
},
|
|
|
|
"isPickupable" : true,
|
|
|
|
"effect" : {
|
|
|
|
"hp": 30,
|
|
|
|
"stamina": -5,
|
|
|
|
"thirst": -5,
|
|
|
|
"hunger": 40
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name" : "bush",
|
|
|
|
"position" : {
|
|
|
|
"x": 15,
|
|
|
|
"y": 9
|
|
|
|
},
|
2020-04-06 00:07:13 +02:00
|
|
|
"isPickupable" : false
|
2020-04-06 00:03:06 +02:00
|
|
|
},
|
2020-04-05 23:59:07 +02:00
|
|
|
{
|
|
|
|
"name" : "rock",
|
|
|
|
"position" : {
|
|
|
|
"x": 13,
|
|
|
|
"y": 1
|
|
|
|
},
|
2020-04-06 00:07:13 +02:00
|
|
|
"isPickupable" : false
|
2020-04-05 23:14:34 +02:00
|
|
|
}
|
|
|
|
]
|