Gamedata file update

This commit is contained in:
Brett Hewitson 2021-07-01 20:59:13 +10:00 committed by GitHub
parent ecae566749
commit a1d1adb653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,68 +1,82 @@
{ {
"Application": "ark", "Application": "ark",
"Version": "1.0.0", "Version": "1.0.2",
"Created": "2018-04-19T22:00:55.6876809Z", "Created": "2021-07-01T00:00:0.0000000Z",
"Engrams": [ "Engrams": [
{ {
"Level": 1, "Level": 1,
"Points": 0, "Points": 5,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulTerminal_DS_C",
"Description": "Soul Terminal",
"Mod": "Dino Storage v2"
},
{
"Level": 1,
"Points": 0,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulFinder_DS_C",
"Description": "Soul Finder",
"Mod": "Dino Storage v2"
},
{
"Level": 1,
"Points": 0,
"IsTekGram": false, "IsTekGram": false,
"ClassName": "EngramEntry_SoulTraps_DS_C", "ClassName": "EngramEntry_SoulTraps_DS_C",
"Description": "Soul Trap", "Description": "SoulTraps",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
}, },
{ {
"Level": 1, "Level": 35,
"Points": 0, "Points": 5,
"IsTekGram": false, "IsTekGram": false,
"ClassName": "EngramEntry_SoulGun_DS_C", "ClassName": "EngramEntry_SoulGun_DS_C",
"Description": "Soul Gun", "Description": "SoulGun",
"Mod": "Dino Storage v2"
},
{
"Level": 35,
"Points": 2,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulFinder_DS_C",
"Description": "SoulFinder",
"Mod": "Dino Storage v2"
},
{
"Level": 35,
"Points": 10,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulTerminal_DS_C",
"Description": "SoulTerminal",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
} }
], ],
"Items": [ "Items": [
{
"Category": "Structure",
"IsHarvestable": false,
"ClassName": "SoulTerminal_DS_C",
"Description": "Soul Terminal",
"Mod": "Dino Storage v2"
},
{
"Category": "Item",
"IsHarvestable": false,
"ClassName": "SoulFinder_DS_C",
"Description": "Soul Finder",
"Mod": "Dino Storage v2"
},
{ {
"Category": "Item", "Category": "Tool",
"IsHarvestable": false,
"ClassName": "SoulTrap_DS_C",
"Description": "SoulTrap Single",
"Mod": "Dino Storage v2"
},
{
"Category": "Tool",
"IsHarvestable": false, "IsHarvestable": false,
"ClassName": "SoulTraps_DS_C", "ClassName": "SoulTraps_DS_C",
"Description": "Soul Trap", "Description": "SoulTraps Bulk",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
}, },
{ {
"Category": "Weapon", "Category": "Weapon",
"IsHarvestable": false, "IsHarvestable": false,
"ClassName": "SoulGun_DS_C", "ClassName": "SoulGun_DS_C",
"Description": "Soul Gun", "Description": "SoulGun",
"Mod": "Dino Storage v2"
},
{
"Category": "Tool",
"IsHarvestable": false,
"ClassName": "SoulFinder_DS_C",
"Description": "SoulFinder",
"Mod": "Dino Storage v2"
},
{
"Category": "Weapon",
"IsHarvestable": false,
"ClassName": "DebuffGun_DS_C",
"Description": "Debuff Gun",
"Mod": "Dino Storage v2"
},
{
"Category": "Structure",
"IsHarvestable": false,
"ClassName": "SoulTerminal_DS_C",
"Description": "SoulTerminal",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
} }
] ]