TamarBlade.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Weapon">
  4. <Name>Tamar Blade</Name>
  5. <Description>The sword is the personal weapon of the Tamar.</Description>
  6. <GoldValue>-1</GoldValue>
  7. <IsDroppable>true</IsDroppable>
  8. <MinimumCharacterLevel>10</MinimumCharacterLevel>
  9. <SupportedClasses>
  10. <Item>Mystic</Item>
  11. </SupportedClasses>
  12. <IconTextureName>Sword02d</IconTextureName>
  13. <OwnerBuffStatistics>
  14. <HealthPoints>20</HealthPoints>
  15. <PhysicalOffense>10</PhysicalOffense>
  16. </OwnerBuffStatistics>
  17. <TargetDamageRange>
  18. <Minimum>80</Minimum>
  19. <Maximum>100</Maximum>
  20. </TargetDamageRange>
  21. <SwingCueName>SwordSwing</SwingCueName>
  22. <HitCueName>SwordHit</HitCueName>
  23. <BlockCueName>SwordBlock</BlockCueName>
  24. <Overlay>
  25. <TextureName>Spells\OverlayMelee</TextureName>
  26. <FrameDimensions>111 130</FrameDimensions>
  27. <FramesPerRow>1</FramesPerRow>
  28. <Animations>
  29. <Item>
  30. <StartingFrame>1</StartingFrame>
  31. <EndingFrame>1</EndingFrame>
  32. <Interval>200</Interval>
  33. <IsLoop>false</IsLoop>
  34. </Item>
  35. </Animations>
  36. </Overlay>
  37. </Asset>
  38. </XnaContent>