Kayella

enslaved spirit spectre

Jun 5th, 2021
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. -- Enslaved Spirit
  2. minions["Metadata/Monsters/LeagueUltimatum/Wraith/WraithSpectre"] = {
  3. name = "Enslaved Spirit",
  4. life = 3,
  5. energyShield = 0.08,
  6. fireResist = 0,
  7. coldResist = 40,
  8. lightningResist = 0,
  9. chaosResist = 0,
  10. damage = 0.6,
  11. damageSpread = 0.2,
  12. attackTime = 1.995,
  13. attackRange = 15,
  14. accuracy = 1,
  15. skillList = {
  16. "MeleeAtAnimationSpeedUnique",
  17. "EmptyActionDashWraith",
  18. "GSWraithIceBeam",
  19. "MPSUltimatumColdBasic",
  20. "GSWraithIceNova",
  21. },
  22. modList = {
  23. mod("PhysicalDamageGainAsCold", "BASE", 100), -- MonsterPhysicalAddedAsColdSkeletonMaps [physical_damage_%_to_add_as_cold = 100]
  24. },
  25. }
Advertisement
Add Comment
Please, Sign In to add comment