Gamedata file updates

This commit is contained in:
Brett Hewitson 2021-06-20 16:14:13 +10:00
parent 5d4c0cb0ed
commit 278e8391e6
7 changed files with 856 additions and 10 deletions

View file

@ -1,21 +1,24 @@
{
"Application": "ark",
"Version": "1.0.0",
"Created": "2019-03-20T00:00:00.0000000Z",
"Creatures": [],
"Version": "1.1.0",
"Created": "2021-06-20T00:00:00.0000000Z",
"Engrams": [
{
"Level": 122,
"Points": 0,
"Level": 7,
"Points": 2,
"IsTekGram": false,
"ClassName": "EngramEntry_AwesomeSpyGlass_C",
"Description": "Awesome SpyGlass",
"Mod": "Awesome SpyGlass!"
},
],
"MapSpawners": [],
"SupplyCrates": [],
"Inventories": [],
"GameMaps": [],
"Mods": []
"Items": [
{
"Category": "Item",
"IsHarvestable": false,
"ClassName": "PrimalItem_AwesomeSpyGlass_C",
"Description": "Awesome SpyGlass",
"Mod": "Awesome SpyGlass!"
}
]
}