CREAMPAN0408

Untitled

Mar 30th, 2019
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # MOBTABLEs
  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. - 落ち武者の兜 1 0.5
  10. - 落ち武者のアイテム 1 20
  11. - 落ち武者の剣 1 0.1
  12. - exp 100
  13. - heroesexp 200
  14. DropsPerLevel:
  15. - exp 10
Add Comment
Please, Sign In to add comment