Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SandboxVars = {
  2.     Zombies = 3,
  3.     Distribution = 1,
  4.     DayLength = 2,
  5.     StartYear = 1,
  6.     StartMonth = 5,
  7.     StartDay = 1,
  8.     StartTime = 1,
  9.     WaterShut = 5,
  10.     ElecShut = 4,
  11.     WaterShutModifier = 14,
  12.     ElecShutModifier = 14,
  13.     FoodLoot = 2,
  14.     WeaponLoot = 2,
  15.     OtherLoot = 2,
  16.     Temperature = 3,
  17.     Rain = 3,
  18.     ErosionSpeed = 4,
  19.     XpMultiplier = 1.0,
  20.     Farming = 3,
  21.     StatsDecrease = 3,
  22.     NatureAbundance = 3,
  23.     Alarm = 3,
  24.     LockedHouses = 6,
  25.     StarterKit = false,
  26.     Nutrition = true,
  27.     FoodRotSpeed = 3,
  28.     FridgeFactor = 4,
  29.     LootRespawn = 5,
  30.     TimeSinceApo = 1,
  31.     PlantResilience = 3,
  32.     PlantAbundance = 3,
  33.     EndRegen = 3,
  34.     Helicopter = 2,
  35.     MetaEvent = 2,
  36.     SleepingEvent = 2,
  37.     ZombieLore = {
  38.         Speed = 2,
  39.         Strength = 2,
  40.         Toughness = 2,
  41.         Transmission = 1,
  42.         Mortality = 6,
  43.         Reanimate = 3,
  44.         Cognition = 3,
  45.         Memory = 2,
  46.         Decomp = 1,
  47.         Sight = 3,
  48.         Hearing = 2,
  49.         Smell = 2,
  50.         ThumpNoChasing = true,
  51.     },
  52.     ZombieConfig = {
  53.         PopulationMultiplier = 1.0,
  54.         PopulationStartMultiplier = 1.0,
  55.         PopulationPeakMultiplier = 1.5,
  56.         PopulationPeakDay = 28,
  57.         RespawnHours = 72.0,
  58.         RespawnUnseenHours = 16.0,
  59.         RespawnMultiplier = 0.1,
  60.         RedistributeHours = 12.0,
  61.         FollowSoundDistance = 100,
  62.         RallyGroupSize = 20,
  63.         RallyTravelDistance = 20,
  64.         RallyGroupSeparation = 15,
  65.         RallyGroupRadius = 3,
  66.     },
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement