mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Merge branch 'master' of https://github.com/Bletch1971/ServerManagers
This commit is contained in:
commit
e80767f9b5
1 changed files with 63 additions and 0 deletions
63
GameData/Template/Template.gamedata
Normal file
63
GameData/Template/Template.gamedata
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"Application": "ark",
|
||||
"Version": "1.0.0",
|
||||
"Created": "2020-03-04T00:00:00.0000000Z",
|
||||
"Creatures": [
|
||||
{
|
||||
"NameTag": "Achatina",
|
||||
"IsSpawnable": true,
|
||||
"IsTameable": "True",
|
||||
"ClassName": "Achatina_Character_BP_C",
|
||||
"Description": "Achatina",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"Engrams": [
|
||||
{
|
||||
"Level": 55,
|
||||
"Points": 8,
|
||||
"IsTekGram": false,
|
||||
"ClassName": "EngramEntry_AdvancedBullet_C",
|
||||
"Description": "Advanced Bullet",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"Items": [
|
||||
{
|
||||
"Category": "Tools",
|
||||
"IsHarvestable": false,
|
||||
"ClassName": "PrimalItem_BloodExtractor_C",
|
||||
"Description": "Blood Extraction Syringe",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"MapSpawners": [
|
||||
{
|
||||
"ClassName": "DinoSpawnEntries_Beavers_C",
|
||||
"Description": "Beavers",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"SupplyCrates": [
|
||||
{
|
||||
"ClassName": "SupplyCrate_Cave_QualityTier1_C",
|
||||
"Description": "Cave Loot Crate (Green)",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"Inventories": [
|
||||
{
|
||||
"ClassName": "DinoDropInventoryComponent_BossSpider_Easy_C",
|
||||
"Description": "Boss Inventory - Broodmother (Easy)",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
],
|
||||
"GameMaps": [
|
||||
{
|
||||
"IsSotF": false,
|
||||
"ClassName": "TheIsland",
|
||||
"Description": "The Island",
|
||||
"Mod": "ArkPrime"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue