Advertisement
Momshroom

Untitled

Mar 6th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.34 KB | None | 0 0
  1. #
  2. # This example file shows you how to set up a basic drop table.
  3. # Drop tables can be used in both a mob's equipment and drops
  4. # to have multiple items tied to a single table.
  5. SkeletonKingDrops:
  6.   Conditions:
  7.  - playerwithin 40
  8.   Drops:
  9.  - KingsCrown 1 0.01
  10.   - 371:0 32-64 1
  11.   - exp 100
  12.   - heroesexp 200
  13.   DropsPerLevel:
  14.  - exp 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement