BruteMaster.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Monster">
  4. <Name>Brute Master</Name>
  5. <MapSprite>
  6. <TextureName>Characters\Boss1IdleLeft</TextureName>
  7. <FrameDimensions>174 216</FrameDimensions>
  8. <FramesPerRow>6</FramesPerRow>
  9. <SourceOffset>87 156</SourceOffset>
  10. <Animations />
  11. </MapSprite>
  12. <CharacterClassContentName>Warrior</CharacterClassContentName>
  13. <CharacterLevel>8</CharacterLevel>
  14. <InitialEquipmentContentNames>
  15. <Item>Weapons\PersianBlade</Item>
  16. <Item>Armor\IronArmor</Item>
  17. <Item>Armor\SteelHelmet</Item>
  18. </InitialEquipmentContentNames>
  19. <Inventory>
  20. <Item>
  21. <ContentName>Items\MajorHealingPotion</ContentName>
  22. <Count>5</Count>
  23. </Item>
  24. </Inventory>
  25. <CombatSprite>
  26. <TextureName>Characters\Boss1AttackLeft</TextureName>
  27. <FrameDimensions>288 288</FrameDimensions>
  28. <FramesPerRow>6</FramesPerRow>
  29. <SourceOffset>150 240</SourceOffset>
  30. <Animations>
  31. <Item>
  32. <Name>Walk</Name>
  33. <StartingFrame>25</StartingFrame>
  34. <EndingFrame>30</EndingFrame>
  35. <Interval>80</Interval>
  36. <IsLoop>true</IsLoop>
  37. </Item>
  38. </Animations>
  39. </CombatSprite>
  40. <DefendPercentage>20</DefendPercentage>
  41. <GearDrops>
  42. <Item>
  43. <GearName>Items\MajorHealingPotion</GearName>
  44. <DropPercentage>50</DropPercentage>
  45. </Item>
  46. <Item>
  47. <GearName>Armor\SteelHelmet</GearName>
  48. <DropPercentage>10</DropPercentage>
  49. </Item>
  50. </GearDrops>
  51. </Asset>
  52. </XnaContent>