Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # =========================================================== #
  2. #                    Champion mobs                            #
  3. #            Turns random mobs into Champions                 #
  4. # =========================================================== #
  5.  
  6. # Enable Champions L2JMod
  7. ChampionEnable = True
  8.  
  9. # Chance for a mob to became champion (in percents) - 0 to disable
  10. ChampionFrequency = 99
  11.  
  12. # Min and max lvl allowed for a mob to be champion.
  13. ChampionMinLevel = 20
  14. ChampionMaxLevel = 85
  15.  
  16. # Hp multiplier
  17. ChampionHp = 10
  18.  
  19. # Hp Regen Multiplier
  20. ChampionRegenHp = 1.
  21.  
  22. # Rewards multiplier
  23. ChampionRewards = 10
  24.  
  25. # Adenas & seal stones rewards multiplier
  26. ChampionAdenasRewards = 10
  27.  
  28. # Atk bonus for champion (changes apply on patk & matk)
  29. ChampionAtk = 1.
  30.  
  31. # Spd Atk bonus for champion (changes apply on patkspd & matkspd)
  32. ChampionSpdAtk = 1.
  33.  
  34. # Chance to obtain a specified reward item from a higher lvl champion (in percents)   default is off using glittering medal as reward
  35. ChampionRewardItem = 0
  36.  
  37. # Specified reward item ID
  38. ChampionRewardItemID = 6393
  39.  
  40. # Specified reward item quantity
  41. ChampionRewardItemQty = 1
  42.  
  43. # Champion Mob Custom Title
  44. ChampionTitle = Champion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement