LeatherShieldPlus.xml 974 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Armor">
  4. <Name>Leather Shield</Name>
  5. <Description>This shield is made out of wood covered with 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>Shield05a</IconTextureName>
  15. <OwnerBuffStatistics>
  16. <MagicalDefense>5</MagicalDefense>
  17. </OwnerBuffStatistics>
  18. <Slot>Shield</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>