2
0

OrcGrunt.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlaying.Data.Monster">
  4. <Name>Orc Grunt</Name>
  5. <MapSprite>
  6. <TextureName>Characters\OrcIdleLeft</TextureName>
  7. <FrameDimensions>208 240</FrameDimensions>
  8. <FramesPerRow>6</FramesPerRow>
  9. <SourceOffset>104 185</SourceOffset>
  10. <Animations />
  11. </MapSprite>
  12. <CharacterClassContentName>Barbarian</CharacterClassContentName>
  13. <CharacterLevel>2</CharacterLevel>
  14. <InitialEquipmentContentNames>
  15. <Item>Weapons\Club</Item>
  16. <Item>Armor\HideArmor</Item>
  17. </InitialEquipmentContentNames>
  18. <Inventory />
  19. <CombatSprite>
  20. <TextureName>Characters\OrcAttackLeft</TextureName>
  21. <FrameDimensions>320 212</FrameDimensions>
  22. <FramesPerRow>6</FramesPerRow>
  23. <SourceOffset>170 160</SourceOffset>
  24. <Animations>
  25. <Item>
  26. <Name>Idle</Name>
  27. <StartingFrame>37</StartingFrame>
  28. <EndingFrame>42</EndingFrame>
  29. <Interval>80</Interval>
  30. <IsLoop>true</IsLoop>
  31. </Item>
  32. </Animations>
  33. </CombatSprite>
  34. <DefendPercentage>20</DefendPercentage>
  35. <GearDrops>
  36. <Item>
  37. <GearName>Items\MinorHealingPotion</GearName>
  38. <DropPercentage>50</DropPercentage>
  39. </Item>
  40. <Item>
  41. <GearName>Weapons\Club</GearName>
  42. <DropPercentage>10</DropPercentage>
  43. </Item>
  44. <Item>
  45. <GearName>Armor\HideArmor</GearName>
  46. <DropPercentage>10</DropPercentage>
  47. </Item>
  48. </GearDrops>
  49. </Asset>
  50. </XnaContent>