Advertisement
Daem0nF0rge

zones.json

Feb 6th, 2021 (edited)
1,578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.79 KB | None | 0 0
  1. {
  2.     "ConfigVersion": "7",
  3.     "ZoneCheckTimer": 3,
  4.     "AggressionReductionTickRate": 60,
  5.     "WarningMessageColor": [
  6.         200,
  7.         255,
  8.         0,
  9.         0
  10.     ],
  11.     "NotificationMessageTime": 15,
  12.     "WarningMessageImagePath": "HeroesAndBandits/gui/images/DeathWarning.paa",
  13.     "Zones": [
  14.         {
  15.             "Name": "Default Zone",
  16.             "UID": "prwyHseWHjBpNZDlM",
  17.             "X": 11250.0,
  18.             "Z": 4300.0,
  19.             "WarningRadius": 75.0,
  20.             "KillRadius": 50.0,
  21.             "MinHumanity": 0.0,
  22.             "MaxHumanity": 0.0,
  23.             "ShowWarningMsg": 1,
  24.             "WarningMessage": "!!Warning!! you are about to enter Default Zone if you continue you will be shot!",
  25.             "ShowWelcomeMsg": 0,
  26.             "WelcomeMessage": "Welcome to the Default Zone",
  27.             "WelcomeIcon": "HeroesAndBandits/gui/images/Bambi.paa",
  28.             "WelcomeMessageColor": [
  29.                 200,
  30.                 0,
  31.                 200,
  32.                 200
  33.             ],
  34.             "OverrideSafeZone": 0,
  35.             "GodModPlayers": 0,
  36.             "PreventWeaponRaise": 0,
  37.             "PreventActions": 0,
  38.             "BlockTrader": 0,
  39.             "KillAggressors": 0,
  40.             "AggressorThreshold": 155.0,
  41.             "AggressorReduction": 100.0,
  42.             "AggressorGlobal": 0,
  43.             "Affinities": [
  44.                 {
  45.                     "Affinity": "bambi",
  46.                     "MinPoints": -1.0,
  47.                     "MaxPoints": -1.0
  48.                 }
  49.             ],
  50.             "Guards": [
  51.                 {
  52.                     "X": 11250.0,
  53.                     "Y": 290.20001220703127,
  54.                     "Z": 4300.0,
  55.                     "Orientation": 0.0,
  56.                     "ActionPrefix": "",
  57.                     "Skin": "SurvivorM_Seth",
  58.                     "WeaponInHands": "M4A1",
  59.                     "WeaponInHandsMag": "Mag_STANAGCoupled_30Rnd",
  60.                     "WeaponInHandsAttachments": [
  61.                         "M4_RISHndgrd",
  62.                         "M4_OEBttstck",
  63.                         "M68Optic"
  64.                     ],
  65.                     "GuardGear": [
  66.                         "PlateCarrierVest",
  67.                         "JungleBoots_Black",
  68.                         "CargoPants_Black",
  69.                         "M65Jacket_Black"
  70.                     ],
  71.                     "GunSound": "M4_Shot_SoundSet",
  72.                     "DamagePerTickMin": 28.0,
  73.                     "DamagePerTickRand": 35.0,
  74.                     "GunTickMulitplier": 2.0,
  75.                     "HitChance": 1.0,
  76.                     "RespawnTimer": 1200.0,
  77.                     "CanBeKilled": 0,
  78.                     "RequireLineOfSight": 1
  79.                 }
  80.             ],
  81.             "SubZones": []
  82.         }
  83.     ]
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement