Gamedata File Update

This commit is contained in:
Natclanwy 2021-12-11 20:28:47 -07:00 committed by GitHub
parent 64aaa54fef
commit 4c2a9e50cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +1,14 @@
{ {
"Application": "ark", "Application": "ark",
"Version": "1.0.0", "Version": "1.0.1",
"Created": "2018-04-19T22:00:55.6876809Z", "Created": "2021-03-04T02:11:40.5980963Z",
"Engrams": [ "Engrams": [
{ {
"Level": 1,
"Points": 0,
"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, "Level": 1,
"Points": 0, "Points": 0,
"IsTekGram": false, "IsTekGram": false,
"ClassName": "EngramEntry_SoulTraps_DS_C", "ClassName": "EngramEntry_SoulTraps_DS_C",
"Description": "Soul Trap", "Description": "Soul Traps (DS)",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
}, },
{ {
@ -32,37 +16,67 @@
"Points": 0, "Points": 0,
"IsTekGram": false, "IsTekGram": false,
"ClassName": "EngramEntry_SoulGun_DS_C", "ClassName": "EngramEntry_SoulGun_DS_C",
"Description": "Soul Gun", "Description": "Soul Gun (DS)",
"Mod": "Dino Storage v2"
},
{
"Level": 1,
"Points": 0,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulFinder_DS_C",
"Description": "Soul Finder (DS)",
"Mod": "Dino Storage v2"
},
{
"Level": 1,
"Points": 0,
"IsTekGram": false,
"ClassName": "EngramEntry_SoulTerminal_DS_C",
"Description": "Soul Terminal (DS)",
"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": "Soul Trap (DS)",
"Mod": "Dino Storage v2"
},
{
"Category": "Tool",
"IsHarvestable": false, "IsHarvestable": false,
"ClassName": "SoulTraps_DS_C", "ClassName": "SoulTraps_DS_C",
"Description": "Soul Trap", "Description": "Soul Traps (DS)",
"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": "Soul Gun (DS)",
"Mod": "Dino Storage v2"
},
{
"Category": "Tool",
"IsHarvestable": false,
"ClassName": "SoulFinder_DS_C",
"Description": "Soul Finder (DS)",
"Mod": "Dino Storage v2"
},
{
"Category": "Weapon",
"IsHarvestable": false,
"ClassName": "DebuffGun_DS_C",
"Description": "Debuff Gun (DS)",
"Mod": "Dino Storage v2"
},
{
"Category": "Structure",
"IsHarvestable": false,
"ClassName": "SoulTerminal_DS_C",
"Description": "Soul Terminal (DS)",
"Mod": "Dino Storage v2" "Mod": "Dino Storage v2"
} }
] ]