| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="utf-8" ?>
- <XnaContent>
- <Asset Type="RolePlaying.Data.Item">
- <Name>Glimmering Ruby</Name>
- <Description>Look at that shine!</Description>
- <GoldValue>-1</GoldValue>
- <IsDroppable>false</IsDroppable>
- <MinimumCharacterLevel>1</MinimumCharacterLevel>
- <SupportedClasses />
- <IconTextureName>Gems01b</IconTextureName>
- <Usage>0</Usage>
- <IsOffensive>false</IsOffensive>
- <TargetDuration>0</TargetDuration>
- <TargetEffectRange>
- <HealthPointsRange>
- <Minimum>3</Minimum>
- <Maximum>6</Maximum>
- </HealthPointsRange>
- <MagicPointsRange>
- <Minimum>-1</Minimum>
- <Maximum>1</Maximum>
- </MagicPointsRange>
- </TargetEffectRange>
- <AdjacentTargets>0</AdjacentTargets>
- <UsingCueName>HealPotion</UsingCueName>
- <TravelingCueName />
- <ImpactCueName>HealImpact</ImpactCueName>
- <BlockCueName>HealImpact</BlockCueName>
- <CreationSprite>
- <TextureName>Spells\Potion2c</TextureName>
- <FrameDimensions>64 64</FrameDimensions>
- <FramesPerRow>1</FramesPerRow>
- <SourceOffset>40 20</SourceOffset>
- <Animations>
- <Item>
- <Name>Creation</Name>
- <StartingFrame>1</StartingFrame>
- <EndingFrame>1</EndingFrame>
- <Interval>500</Interval>
- <IsLoop>false</IsLoop>
- </Item>
- </Animations>
- </CreationSprite>
- <SpellSprite>
- <TextureName>Spells\HealLargeSpell</TextureName>
- <FrameDimensions>102 102</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <SourceOffset>40 20</SourceOffset>
- <Animations>
- <Item>
- <Name>Traveling</Name>
- <StartingFrame>12</StartingFrame>
- <EndingFrame>12</EndingFrame>
- <Interval>120</Interval>
- <IsLoop>true</IsLoop>
- </Item>
- <Item>
- <Name>Impact</Name>
- <StartingFrame>13</StartingFrame>
- <EndingFrame>18</EndingFrame>
- <Interval>200</Interval>
- <IsLoop>false</IsLoop>
- </Item>
- </Animations>
- </SpellSprite>
- <Overlay>
- <TextureName>Spells\Effect3</TextureName>
- <FrameDimensions>130 210</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <Animations>
- <Item>
- <StartingFrame>1</StartingFrame>
- <EndingFrame>6</EndingFrame>
- <Interval>100</Interval>
- <IsLoop>false</IsLoop>
- </Item>
- </Animations>
- </Overlay>
- </Asset>
- </XnaContent>
|