Added firepit that replenishes your stamina
This commit is contained in:
parent
87c7198199
commit
02ca45748a
BIN
data/images/entities/firepit.png
Normal file
BIN
data/images/entities/firepit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
@ -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
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user