| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="utf-8" ?>
- <XnaContent>
- <Asset Type="RolePlaying.Data.Weapon">
- <Name>Claymore Plus</Name>
- <Description>Magically embued, this claymore will enhance a hero's abilities.</Description>
- <GoldValue>350</GoldValue>
- <IsDroppable>true</IsDroppable>
- <MinimumCharacterLevel>2</MinimumCharacterLevel>
- <SupportedClasses>
- <Item>Warrior</Item>
- <Item>Paladin</Item>
- </SupportedClasses>
- <IconTextureName>Sword05a</IconTextureName>
- <OwnerBuffStatistics>
- <HealthPoints>10</HealthPoints>
- <PhysicalOffense>5</PhysicalOffense>
- </OwnerBuffStatistics>
- <TargetDamageRange>
- <Minimum>10</Minimum>
- <Maximum>18</Maximum>
- </TargetDamageRange>
- <SwingCueName>SwordSwing</SwingCueName>
- <HitCueName>SwordHit</HitCueName>
- <BlockCueName>SwordBlock</BlockCueName>
- <Overlay>
- <TextureName>Spells\OverlayMelee</TextureName>
- <FrameDimensions>111 130</FrameDimensions>
- <FramesPerRow>1</FramesPerRow>
- <Animations>
- <Item>
- <StartingFrame>1</StartingFrame>
- <EndingFrame>1</EndingFrame>
- <Interval>200</Interval>
- <IsLoop>false</IsLoop>
- </Item>
- </Animations>
- </Overlay>
- </Asset>
- </XnaContent>
|