mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Gamedata file updates
This commit is contained in:
parent
5d4c0cb0ed
commit
278e8391e6
7 changed files with 856 additions and 10 deletions
|
|
@ -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!"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue