9 lines
189 B
Lua
9 lines
189 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"rock-big", {x = 0, y = 0}, {}},
|
|
{"wooden-chest", {x = 1.5, y = 1.5}, {items = {rpg_big_healing_potion = {type = "random", min = 3, max = 7}}, }},
|
|
},
|
|
}
|