Added sample entities
This commit is contained in:
parent
864877b866
commit
617ee0c2c2
30
data/mapdata/mapEntities.json
Normal file
30
data/mapdata/mapEntities.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user