Added firepit that replenishes your stamina

This commit is contained in:
Marcin Kostrzewski 2020-04-06 10:40:39 +02:00
parent 87c7198199
commit 02ca45748a
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -74,5 +74,19 @@
"thirst": 0,
"hunger": -25
}
},
{
"name" : "firepit",
"position" : {
"x": 10,
"y": 7
},
"isPickupable": false,
"effect" : {
"hp": 10,
"stamina": 5,
"thirst": 0,
"hunger": 0
}
}
]