Advertisement
Alienfr

Untitled

Mar 22nd, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. dungeons:
  2.  
  3. Dungeon:
  4. enabled: true
  5. enable_monster_drops: false
  6. empty_fighter_inventory: false
  7. empty_spectator_inventory: false
  8. levels:
  9. - level1
  10. - level2
  11. allow_sharing: false
  12. mode: normal
  13.  
  14. waves:
  15. wave1:
  16. delay: 10
  17. mobCount: 1
  18. mobs:
  19. Creeper:
  20. probability: 10
  21. Zombie:
  22. probability: 50
  23. Spider:
  24. probability: 40
  25. rewards:
  26. "1":
  27. amount: 128
  28.  
  29. wave2:
  30. delay: 10
  31. mobCount: 1
  32. mobs:
  33. Creeper:
  34. probability: 40
  35. Zombie:
  36. probability: 60
  37. rewards:
  38. money:
  39. amount: 20
  40. levels:
  41. level1:
  42. regenerate_on_level_entrance: false
  43. wavemode: limited
  44. world: world
  45. waves: [wave1]
  46. edges:
  47. - - 932.0
  48. - 68.0
  49. - 544.0
  50. - - 946.0
  51. - 63.0
  52. - 528.0
  53. - - 945.0
  54. - 67.0
  55. - 527.0
  56. - - 941.0
  57. - 62.0
  58. - 525.0
  59. - - 932.0
  60. - 64.0
  61. - 531.0
  62. - - 928.0
  63. - 70.0
  64. - 536.0
  65. spawns:
  66. - - 937.0
  67. - 65.0
  68. - 530.0
  69. - - 943.0
  70. - 65.0
  71. - 540.0
  72. - - 940.0
  73. - 65.0
  74. - 538.0
  75. - - 944.0
  76. - 65.0
  77. - 532.0
  78. warps:
  79. entrance:
  80. location:
  81. - 935.0
  82. - 65.0
  83. - 535.0
  84. lobby:
  85. location:
  86. - 943.0
  87. - 64.0
  88. - 526.0
  89. spectator:
  90. location:
  91. - 930.0
  92. - 67.0
  93. - 533.0
  94. requirement:
  95. amount: 1
  96. type: wave_cleared
  97. level2:
  98. regenerate_on_level_entrance: false
  99. wavemode: limited
  100. world: world
  101. waves: [wave2:50]
  102. edges:
  103. - - 948.0
  104. - 68.0
  105. - 544.0
  106. - - 961.0
  107. - 63.0
  108. - 528.0
  109. spawns:
  110. - - 952.0
  111. - 64.0
  112. - 532.0
  113. - - 949.0
  114. - 64.0
  115. - 530.0
  116. warps:
  117. entrance:
  118. location:
  119. - 955.0
  120. - 64.0
  121. - 534.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement