Added sample entities

This commit is contained in:
Marcin Kostrzewski 2020-04-05 23:14:34 +02:00
parent 864877b866
commit 617ee0c2c2

View File

@ -0,0 +1,30 @@
[
{
"name" : "berry",
"position" : {
"x": 5,
"y": 5
},
"isPickupable" : true,
"effect" : {
"hp" : -10,
"stamina" : 5,
"thirst" : 0,
"hunger" : 20
}
},
{
"name" : "cranberry",
"position" : {
"x": 7,
"y": 1
},
"isPickupable" : true,
"effect" : {
"hp" : 0,
"stamina" : 5,
"thirst" : 2,
"hunger" : 10
}
}
]