Update LostIsland.gamedata

This commit is contained in:
Natclanwy 2021-12-15 23:41:34 -07:00
parent 664123aadc
commit eaf74f4f21

View file

@ -1,8 +1,8 @@
{ {
"Application": "ark", "Application": "ark",
"Version": "1.0.0", "Version": "1.1.0",
"Created": "2021-12-15T00:00:00.0000000Z", "Created": "2021-12-16T06:25:00.0000000Z",
"MOD": "LostIsland", "Mod": "LostIsland"
"Creatures": [ "Creatures": [
{ {
"NameTag": "Amargasaurus", "NameTag": "Amargasaurus",
@ -29,6 +29,53 @@
"Mod": "LostIsland" "Mod": "LostIsland"
}, },
], ],
"Items": [
{
"Category": "Trophy",
"IsHarvestable": false,
"ClassName": "PrimalItemTrophy_BossDinopithecus_C",
"Description": "Dinopithecus Trophy",
"Mod": "LostIsland"
},
{
"Category": "Trophy",
"IsHarvestable": false,
"ClassName": "PrimalItemTrophy_BossDinopithecus_Easy_C",
"Description": "Dinopithecus Trophy (Gamma)",
"Mod": "LostIsland"
},
{
"Category": "Trophy",
"IsHarvestable": false,
"ClassName": "PrimalItemTrophy_BossDinopithecus_Medium_C",
"Description": "Dinopithecus Trophy (Beta)",
"Mod": "LostIsland"
},
{
"Category": "Trophy",
"IsHarvestable": false,
"ClassName": "PrimalItemTrophy_BossDinopithecus_Hard_C",
"Description": "Dinopithecus Trophy (Alpha)",
"Mod": "LostIsland"
}
],
"Inventories": [
{
"ClassName": "DinoDropInventoryComponent_BossDinopith_Easy_C",
"Description": "Boss Inventory - Dinopithecus (Gamma)",
"Mod": "LostIsland"
},
{
"ClassName": "DinoDropInventoryComponent_BossDinopith_Medium_C",
"Description": "Boss Inventory - Dinopithecus (Beta)",
"Mod": "LostIsland"
},
{
"ClassName": "DinoDropInventoryComponent_BossDinopith_Hard_C",
"Description": "Boss Inventory - Dinopithecus (Alpha)",
"Mod": "LostIsland"
},
],
"Engrams": [ "Engrams": [
{ {
"Level": 60, "Level": 60,
@ -38,10 +85,5 @@
"Description": "Amargasaurus Saddle", "Description": "Amargasaurus Saddle",
"Mod": "LostIsland" "Mod": "LostIsland"
}, },
], ]
"MapSpawners": [],
"SupplyCrates": [],
"Inventories": [],
"GameMaps": [],
"Mods": []
} }