Browse Source

Created locations

remotes/origin/locations
Tanja Herche 2 years ago
parent
commit
0372a87d7a
  1. 36
      src/main/resources/gameconfig.json

36
src/main/resources/gameconfig.json

@ -37,18 +37,36 @@
{
"name": "Strand",
"items": [
"Holz",
"Stein"
],
"mobs": [
"Sand",
"Treibholz"
]
},
{
"name": "Big Foot",
"hp": 50,
"damage": "10-15",
"name": "Winterland",
"items": [
"Fell"
"Eiszapfen",
"Schnee"
]
}
},
{
"name": "Berge",
"items": [
"Quellwasser",
"Feuerstein"
]
},
{
"name": "Gruenland",
"items": [
"Lehm",
"Giftblume"
]
},
{
"name": "Wueste",
"items": [
"Sand",
"Kaktus"
]
}
]
Loading…
Cancel
Save