2
0

IronShield.xml 796 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Armor">
  4. <Name>Iron Shield</Name>
  5. <Description>The iron armor set is inlaid with bronze.</Description>
  6. <GoldValue>500</GoldValue>
  7. <IsDroppable>true</IsDroppable>
  8. <MinimumCharacterLevel>5</MinimumCharacterLevel>
  9. <SupportedClasses>
  10. <Item>Warrior</Item>
  11. <Item>Paladin</Item>
  12. </SupportedClasses>
  13. <IconTextureName>Shield03a</IconTextureName>
  14. <Slot>Shield</Slot>
  15. <OwnerHealthDefenseRange>
  16. <Minimum>8</Minimum>
  17. <Maximum>10</Maximum>
  18. </OwnerHealthDefenseRange>
  19. <OwnerMagicDefenseRange>
  20. <Minimum>5</Minimum>
  21. <Maximum>6</Maximum>
  22. </OwnerMagicDefenseRange>
  23. </Asset>
  24. </XnaContent>