Added drinkable river
This commit is contained in:
parent
02ca45748a
commit
2b9a9d3c0c
BIN
data/images/entities/purewater.png
Normal file
BIN
data/images/entities/purewater.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
@ -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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user