| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="utf-8" ?>
- <XnaContent>
- <Asset Type="RolePlaying.Data.Monster">
- <Name>Orc Grunt</Name>
- <MapSprite>
- <TextureName>Characters\OrcIdleLeft</TextureName>
- <FrameDimensions>208 240</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <SourceOffset>104 185</SourceOffset>
- <Animations />
- </MapSprite>
- <CharacterClassContentName>Barbarian</CharacterClassContentName>
- <CharacterLevel>2</CharacterLevel>
- <InitialEquipmentContentNames>
- <Item>Weapons\Club</Item>
- <Item>Armor\HideArmor</Item>
- </InitialEquipmentContentNames>
- <Inventory />
- <CombatSprite>
- <TextureName>Characters\OrcAttackLeft</TextureName>
- <FrameDimensions>320 212</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <SourceOffset>170 160</SourceOffset>
- <Animations>
- <Item>
- <Name>Idle</Name>
- <StartingFrame>37</StartingFrame>
- <EndingFrame>42</EndingFrame>
- <Interval>80</Interval>
- <IsLoop>true</IsLoop>
- </Item>
- </Animations>
- </CombatSprite>
- <DefendPercentage>20</DefendPercentage>
- <GearDrops>
- <Item>
- <GearName>Items\MinorHealingPotion</GearName>
- <DropPercentage>50</DropPercentage>
- </Item>
- <Item>
- <GearName>Weapons\Club</GearName>
- <DropPercentage>10</DropPercentage>
- </Item>
- <Item>
- <GearName>Armor\HideArmor</GearName>
- <DropPercentage>10</DropPercentage>
- </Item>
- </GearDrops>
- </Asset>
- </XnaContent>
|