SHOW:
|
|
- or go back to the newest paste.
| 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 |
| 29 | + | 10 items: 10 |
| 30 | #Fixedchest are chest you can put certain levels into a certain chest. | |
| 31 | ||
| 32 | fixedchest: | |
| 33 | #this is the name of the chest set. | |
| 34 | Example: | |
| 35 | 288 | |
| 36 | chance:9 | |
| 37 | 157 | |
| 38 | chance:50 | |
| 39 | Max-items-in-chest:5 | |
| 40 | ||
| 41 | Example1: #another example |