Guest User

Item config idea

a guest
May 20th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Random chests is chests that not are fixed chests.
  2. #Chance is in %
  3.  
  4. Item:
  5.    276
  6.         chance: 9
  7.     260
  8.         chance: 80
  9.     297
  10.         chance: 79
  11.     349    
  12.         chance: 92
  13.        
  14. #Defines how many items that can spawn in a chest.
  15. Max-items-in-chest: 10
  16.  
  17. #Defines what the change is for x items to spawn in a chest.
  18. #Also in %
  19. Change-of-item-amount:
  20.     1 items: 100
  21.     2 items: 90
  22.     3 items: 80
  23.     4 items: 70
  24.     5 items: 60
  25.     6 items: 50
  26.     7 items: 40
  27.     8 items: 30
  28.     9 items: 20
  29.     10 items: 10
Advertisement
Add Comment
Please, Sign In to add comment