Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. newEntity{ base = "BASE_GAUNTLETS",
  2. unique = true,
  3. name = "Stone Gauntlets of Harkor'Zun",
  4. unided_name = "dark stone gauntlets",
  5. desc = [[Fashioned in ancient times by cultists of Harkor'Zun, these heavy granite gauntlets where designed to protect the wearer from the wrath of their dark master.]],
  6. level_range = {20, 30},
  7. rarity = 210,
  8. encumber = 14,
  9. metallic = false,
  10. cost = 150,
  11. material_level = 4,
  12. wielder = {
  13. fatigue = 20,
  14. resists={[DamageType.ACID] = 20},
  15. resists={[DamageType.PHYSICAL] = 10},
  16. resists_cap={[DamageType.ACID] = 10},
  17. resists_cap={[DamageType.PHYSICAL] = 5},
  18. },
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement