Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. # Configuration file
  2.  
  3. advanced {
  4. I:evolutionTicks=50
  5. S:extraValues <
  6. 3
  7. 4.5
  8. >
  9. S:mystLocs <
  10. >
  11. B:resetTags=false
  12. }
  13.  
  14.  
  15. ai {
  16. I:aiDisableDistance=32
  17. I:attackCooldown=20
  18. I:breedingDelay=4000
  19. I:chaseDistance=32
  20. B:cull=true
  21. I:cullDistance=115
  22. I:eggHatchTime=10000
  23. B:explosions=false
  24. I:mateMultiplier=1
  25. I:maxAIThreads=1
  26. I:maxPlayerDamage=50
  27. I:mobAggroRadius=8
  28. I:pokemobLifeSpan=8000
  29. I:pokemobagressticks=150
  30. B:pokemobagresswarning=false
  31. B:pokemobsDamageBlocks=false
  32. B:pokemobsDamageOwner=false
  33. B:pokemobsDamagePlayers=true
  34. B:pokemobsEatGravel=false
  35. }
  36.  
  37.  
  38. client {
  39. I:autoRecallDistance=45
  40. B:autoRecallPokemobs=false
  41. B:autoSelectMoves=false
  42. B:guiDown=true
  43. I:guiOffset <
  44. 0
  45. 0
  46. >
  47. B:moveAnimationCallLists=true
  48. }
  49.  
  50.  
  51. database {
  52. S:configDatabases <
  53. pokemobs
  54. moves
  55. >
  56. B:forceDatabase=true
  57. }
  58.  
  59.  
  60. generation {
  61. S:berryLocations <
  62. cheri:TWplains,Bsavanna'Svillage
  63. chesto:TWforest,Bconiferous
  64. pecha:TWforest,Bconiferous
  65. rawst:TWmountain,Whills'TWnether'Scave
  66. aspear:TWforest,Bconiferous
  67. leppa:TWplains,Bsavanna
  68. oran:TWforest,Whills,Bconiferous'Sall
  69. persim:TWswamp
  70. lum:TWjungle,Bhills
  71. sitrus:TWjungle,Whills
  72. nanab:TWjungle,Bhills'TWbeach,Bcold'TWocean,Bcold
  73. pinap:TWjungle
  74. cornn:TWswamp
  75. enigma:TWend
  76. jaboca:TWmountain,Whills
  77. rowap:TWforest,Wconiferous
  78. >
  79. S:cave=
  80. B:doSpawnBuilding=true
  81. S:industrial=
  82. I:meteorDistance=3000
  83. B:meteors=true
  84. S:plants=
  85. B:pokemartMerchant=true
  86. S:rock=
  87. S:surface=
  88. S:terrains=
  89. S:trees=
  90. B:useConfigForBerryLocations=false
  91. }
  92.  
  93.  
  94. misc {
  95. B:contributorStarters=true
  96. S:defaultMobs=
  97. S:defaultStarts <
  98. >
  99. B:guiOnLogin=true
  100. B:loginmessage=true
  101. B:mysterygift=true
  102. B:pcHoldsOnlyPokecubes=true
  103. B:pvpExp=false
  104. D:scalefactor=1.0
  105. B:tableRecipe=true
  106. }
  107.  
  108.  
  109. spawning {
  110. B:deactivateAnimals=false
  111. B:deactivateMonsters=false
  112. B:disableMonsters=false
  113. B:expFunction=false
  114. I:levelCap=50
  115. I:levelVariance=5
  116. I:maxSpawnRadius=32
  117. I:minLegendLevel=40
  118. I:minSpawnRadius=14
  119. D:mobDensityMultiplier=0.75
  120. I:mobSpawnNumber=8
  121. B:nests=false
  122. I:nestsPerChunk=1
  123. B:pokemonSpawn=true
  124. B:refreshNests=false
  125. B:shouldCap=true
  126. S:spawnLevelFunctions <
  127. 0:abs((25)*(sin(x*10^-3)^3 + sin(y*10^-3)^3))
  128. 1:1+r/1300;r
  129. 2:(25)*(sin(x*0.5*10^-3)^4 + sin(y*0.5*10^-3)^4)
  130. >
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement