More level design

This commit is contained in:
Marcin Kostrzewski 2020-04-06 11:12:31 +02:00
parent e49ef3013c
commit 82081212ac

View File

@ -352,5 +352,138 @@
"thirst" : 0, "thirst" : 0,
"hunger" : -20 "hunger" : -20
} }
},
{
"name" : "cranberry",
"position" : {
"x": 5,
"y": 12
},
"isPickupable" : true,
"effect" : {
"hp" : 0,
"stamina" : 5,
"thirst" : -2,
"hunger" : -10
}
},
{
"name" : "cranberry",
"position" : {
"x": 5,
"y": 13
},
"isPickupable" : true,
"effect" : {
"hp" : 0,
"stamina" : 5,
"thirst" : -2,
"hunger" : -10
}
},
{
"name" : "tree",
"position" : {
"x": 6,
"y": 13
},
"isPickupable" : false
},
{
"name" : "rock",
"position" : {
"x": 7,
"y": 15
},
"isPickupable" : false
},
{
"name" : "tree",
"position" : {
"x": 6,
"y": 15
},
"isPickupable" : false
}
,
{
"name" : "tree",
"position" : {
"x": 6,
"y": 14
},
"isPickupable" : false
},
{
"name" : "rabbit",
"position" : {
"x": 17,
"y": 6
},
"isPickupable" : true,
"effect" : {
"hp": 30,
"stamina": -5,
"thirst": -5,
"hunger": -40
}
},
{
"name" : "rabbit",
"position" : {
"x": 3,
"y": 14
},
"isPickupable" : true,
"effect" : {
"hp": 30,
"stamina": -5,
"thirst": -5,
"hunger": -40
}
},
{
"name" : "berry",
"position" : {
"x": 5,
"y": 16
},
"isPickupable" : true,
"effect" : {
"hp" : -10,
"stamina" : 5,
"thirst" : 0,
"hunger" : -20
}
},
{
"name" : "berry",
"position" : {
"x": 7,
"y": 13
},
"isPickupable" : true,
"effect" : {
"hp" : -10,
"stamina" : 5,
"thirst" : 0,
"hunger" : -20
}
},
{
"name" : "bush",
"position" : {
"x": 7,
"y": 5
},
"isPickupable" : false
},
{
"name" : "bush",
"position" : {
"x": 10,
"y": 15
},
"isPickupable" : false
} }
] ]