Advertisement
CptHowdy2012

AutoBases-Config-1

Mar 26th, 2023
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.43 KB | Software | 0 0
  1. {
  2.   "AccountKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  3.   "StaggeringSteps": 1000,
  4.   "DestroyAllBasesOnStartup": true,
  5.   "AllowCleanupOnBaseDestroyed": true,
  6.   "DestroyedBasesDontDropBags": false,
  7.   "SaveInventoryItemsWhenCreatingTemplate": true,
  8.   "TemplateGroups": {
  9.     "Group1": [
  10.       "Raid-1",
  11.       "Raid-2",
  12.       "ship"
  13.     ]
  14.   },
  15.   "AutoSpawn": {
  16.     "random": 60
  17.   },
  18.   "DinoKitingPrevention": {
  19.     "Enable": true,
  20.     "MaxDistanceFromSpawnPoint": 20000
  21.   },
  22.   "BaseResetSettings": {
  23.     "CheckInterval": 600,
  24.     "ResetDinoLocation": true,
  25.     "CheckRadius": 50000
  26.   },
  27.   "OnBaseSpawn": {
  28.     "CheckForPlayerStructures": true,
  29.     "BlockSpawningIfPlayerStructuresFound": true,
  30.     "RangeToCheckForStructures": 15000,
  31.     "DestroyNearbyStructuresOnSpawn": false,
  32.     "RangeToDestroyStructures": 15000,
  33.     "Foliage": {
  34.       "DestroyNearbyFoliage": true,
  35.       "ExtraDestroyFoliageRadius": 6000
  36.     },
  37.     "Dinos": {
  38.       "DestroyNearbyWildDinos": true,
  39.       "ExtraDestroyWildDinosRadius": 6000
  40.     }
  41.   },
  42.   "OnBaseDestroyed": {
  43.     "GiveRewardsOnBaseDestroyed": true,
  44.     "EnableLethalQuestsIntegration": true,
  45.     "GiveRewardToLastDamagingPlayer": true,
  46.     "GiveRewardToTribeOfLastDamagingPlayer": false,
  47.     "GiveRewardToAllNearbyPlayers": true,
  48.     "RadiusToGiveReward": 30000,
  49.     "RewardPresets": {
  50.       "Raid-1": {
  51.         "ItemPresets": "loot1",
  52.         "Items": [
  53.           {
  54.             "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'",
  55.             "Amount": 1,
  56.             "Quality": 10,
  57.             "IsBlueprint": false,
  58.             "Stats": {
  59.               "MinDamage": 100,
  60.               "MaxDamage": 200,
  61.               "MinDurability": 200,
  62.               "MaxDurability": 1000
  63.             }
  64.           }
  65.         ],
  66.         "Commands": [
  67.           "AddPoints {steamid} 2500"
  68.         ]
  69.       }
  70.     }
  71.   },
  72.   "ItemPresets": {
  73.     "loot1": [
  74.       {
  75.         "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'",
  76.         "Amount": 1,
  77.         "Quality": 0,
  78.         "IsBlueprint": false,
  79.         "Stats": {
  80.           "MinDamage": 100,
  81.           "MaxDamage": 200,
  82.           "MinDurability": 200,
  83.           "MaxDurability": 1000
  84.         }
  85.       },
  86.       {
  87.         "Blueprint": "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'",
  88.         "IsCryopod": true,
  89.         "Dino": {
  90.           "Blueprint": "",
  91.           "SaddleBlueprint": "",
  92.           "Level": 300,
  93.           "Neutered": false,
  94.           "Stats": {
  95.             "Health": 50,
  96.             "Stamina": 20,
  97.             "Oxygen": 10,
  98.             "Food": 20,
  99.             "Weight": 100,
  100.             "MeleeDamageMultiplier": 50,
  101.             "SpeedMultiplier": 40
  102.           }
  103.         }
  104.       }
  105.     ]
  106.   },
  107.   "Messages": {
  108.     "MessageSender": "AutoBases",
  109.     "BaseSpawned": {
  110.       "BroadcastInChat": true,
  111.       "BroadcastNotification": true,
  112.       "SendToDiscord": false,
  113.       "Notification": {
  114.         "Text": "{base} has been spawned at {lat} lat {lon} lon, raid it to be the first to get the loot!",
  115.         "DisplayTime": 10,
  116.         "DisplayScale": 1.5,
  117.         "Color": [ 0, 255, 0 ]
  118.       },
  119.       "Chat": {
  120.         "Text": "{base} has been spawned at {lat} lat {lon} lon, raid it to be the first to get the loot!",
  121.         "SenderName": "Auto Bases"
  122.       },
  123.       "Discord": {
  124.         "WebhookUrl": "",
  125.         "Username": "{map}",
  126.         "Text": "[**{map}**] {base} has been spawned at {lat} lat {lon} lon, raid it to be the first to get the loot! @everyone"
  127.       }
  128.     },
  129.     "BaseDestroyed": {
  130.       "BroadcastInChat": true,
  131.       "BroadcastNotification": true,
  132.       "SendToDiscord": true,
  133.       "Notification": {
  134.         "Text": "{base} has been destroyed and is no longer available",
  135.         "DisplayTime": 10,
  136.         "DisplayScale": 1.5,
  137.         "Color": [ 255, 0, 0 ]
  138.       },
  139.       "Chat": {
  140.         "Text": "{base} has been destroyed and is no longer available",
  141.         "SenderName": "Auto Bases"
  142.       },
  143.       "Discord": {
  144.         "WebhookUrl": "",
  145.         "Username": "{map}",
  146.         "Text": "{base} has been destroyed and is no longer available @here"
  147.       }
  148.     }
  149.   },
  150.   "Commands": {
  151.     "ShowActiveBases": {
  152.       "Enabled": true,
  153.       "Command": "/bases"
  154.     }
  155.   }
  156. }
  157.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement