Added drinkable river

This commit is contained in:
Marcin Kostrzewski 2020-04-06 10:47:10 +02:00
parent 02ca45748a
commit 2b9a9d3c0c
2 changed files with 108 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -88,5 +88,113 @@
"thirst": 0,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 3,
"y": 5
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 3,
"y": 6
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 3,
"y": 7
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 2,
"y": 7
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 2,
"y": 8
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "purewater",
"position" : {
"x": 1,
"y": 8
},
"isPickupable": false,
"effect" : {
"hp": 2,
"stamina": 2,
"thirst": -40,
"hunger": 0
}
},
{
"name" : "rock",
"position" : {
"x": 3,
"y": 4
},
"isPickupable" : false
},
{
"name" : "rock",
"position" : {
"x": 2,
"y": 5
},
"isPickupable" : false
},
{
"name" : "rock",
"position" : {
"x": 4,
"y": 5
},
"isPickupable" : false
}
]