LongSword.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Weapon">
  4. <Name>Long Sword</Name>
  5. <Description>The long sword's advantage lies in its incredible length.</Description>
  6. <GoldValue>350</GoldValue>
  7. <IsDroppable>true</IsDroppable>
  8. <MinimumCharacterLevel>3</MinimumCharacterLevel>
  9. <SupportedClasses>
  10. <Item>Warrior</Item>
  11. <Item>Paladin</Item>
  12. </SupportedClasses>
  13. <IconTextureName>Sword07a</IconTextureName>
  14. <TargetDamageRange>
  15. <Minimum>20</Minimum>
  16. <Maximum>30</Maximum>
  17. </TargetDamageRange>
  18. <SwingCueName>SwordSwing</SwingCueName>
  19. <HitCueName>SwordHit</HitCueName>
  20. <BlockCueName>SwordBlock</BlockCueName>
  21. <Overlay>
  22. <TextureName>Spells\OverlayMelee</TextureName>
  23. <FrameDimensions>111 130</FrameDimensions>
  24. <FramesPerRow>1</FramesPerRow>
  25. <Animations>
  26. <Item>
  27. <StartingFrame>1</StartingFrame>
  28. <EndingFrame>1</EndingFrame>
  29. <Interval>200</Interval>
  30. <IsLoop>false</IsLoop>
  31. </Item>
  32. </Animations>
  33. </Overlay>
  34. </Asset>
  35. </XnaContent>