Browse Source

Added beach to the gameconfig.json

remotes/origin/locations
David Hermann 2 years ago
parent
commit
456b7d8c59
  1. 17
      src/main/resources/gameconfig.json

17
src/main/resources/gameconfig.json

@ -33,6 +33,23 @@
]
}
]
},
{
"name": "Strand",
"items": [
"Holz",
"Stein"
],
"mobs": [
{
"name": "Big Foot",
"hp": 50,
"damage": "10-15",
"items": [
"Fell"
]
}
]
}
]
}
Loading…
Cancel
Save