ClaymorePlus.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Weapon">
  4. <Name>Claymore Plus</Name>
  5. <Description>Magically embued, this claymore will enhance a hero's abilities.</Description>
  6. <GoldValue>350</GoldValue>
  7. <IsDroppable>true</IsDroppable>
  8. <MinimumCharacterLevel>2</MinimumCharacterLevel>
  9. <SupportedClasses>
  10. <Item>Warrior</Item>
  11. <Item>Paladin</Item>
  12. </SupportedClasses>
  13. <IconTextureName>Sword05a</IconTextureName>
  14. <OwnerBuffStatistics>
  15. <HealthPoints>10</HealthPoints>
  16. <PhysicalOffense>5</PhysicalOffense>
  17. </OwnerBuffStatistics>
  18. <TargetDamageRange>
  19. <Minimum>10</Minimum>
  20. <Maximum>18</Maximum>
  21. </TargetDamageRange>
  22. <SwingCueName>SwordSwing</SwingCueName>
  23. <HitCueName>SwordHit</HitCueName>
  24. <BlockCueName>SwordBlock</BlockCueName>
  25. <Overlay>
  26. <TextureName>Spells\OverlayMelee</TextureName>
  27. <FrameDimensions>111 130</FrameDimensions>
  28. <FramesPerRow>1</FramesPerRow>
  29. <Animations>
  30. <Item>
  31. <StartingFrame>1</StartingFrame>
  32. <EndingFrame>1</EndingFrame>
  33. <Interval>200</Interval>
  34. <IsLoop>false</IsLoop>
  35. </Item>
  36. </Animations>
  37. </Overlay>
  38. </Asset>
  39. </XnaContent>