LeatherBootsPlus.xml 987 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Armor">
  4. <Name>Leather Boots</Name>
  5. <Description>This armor set is made out of hardened leather with additional magical protection.</Description>
  6. <GoldValue>350</GoldValue>
  7. <IsDroppable>true</IsDroppable>
  8. <MinimumCharacterLevel>2</MinimumCharacterLevel>
  9. <SupportedClasses>
  10. <Item>Warrior</Item>
  11. <Item>Paladin</Item>
  12. <Item>Barbarian</Item>
  13. </SupportedClasses>
  14. <IconTextureName>Boots02c</IconTextureName>
  15. <OwnerBuffStatistics>
  16. <MagicalDefense>5</MagicalDefense>
  17. </OwnerBuffStatistics>
  18. <Slot>Boots</Slot>
  19. <OwnerHealthDefenseRange>
  20. <Minimum>2</Minimum>
  21. <Maximum>4</Maximum>
  22. </OwnerHealthDefenseRange>
  23. <OwnerMagicDefenseRange>
  24. <Minimum>2</Minimum>
  25. <Maximum>3</Maximum>
  26. </OwnerMagicDefenseRange>
  27. </Asset>
  28. </XnaContent>