mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Gamedata File Update
This commit is contained in:
parent
64aaa54fef
commit
4c2a9e50cd
1 changed files with 52 additions and 38 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue