CrimsonHood.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <XnaContent>
  3. <Asset Type="RolePlayingGameData.Monster">
  4. <Name>Crimson Hood</Name>
  5. <MapSprite>
  6. <TextureName>Characters\Wizard2IdleLeft</TextureName>
  7. <FrameDimensions>128 192</FrameDimensions>
  8. <FramesPerRow>6</FramesPerRow>
  9. <SourceOffset>64 150</SourceOffset>
  10. <Animations />
  11. </MapSprite>
  12. <CharacterClassContentName>RedMage</CharacterClassContentName>
  13. <CharacterLevel>9</CharacterLevel>
  14. <InitialEquipmentContentNames>
  15. <Item>Weapons\SageStaff</Item>
  16. <Item>Armor\SageRobe</Item>
  17. <Item>Armor\MageBoots</Item>
  18. <Item>Armor\MageHood</Item>
  19. </InitialEquipmentContentNames>
  20. <Inventory>
  21. <Item>
  22. <ContentName>Items\MajorHealingPotion</ContentName>
  23. <Count>5</Count>
  24. </Item>
  25. </Inventory>
  26. <CombatSprite>
  27. <TextureName>Characters\Wizard3AttackLeft</TextureName>
  28. <FrameDimensions>256 192</FrameDimensions>
  29. <FramesPerRow>6</FramesPerRow>
  30. <SourceOffset>135 155</SourceOffset>
  31. <Animations />
  32. </CombatSprite>
  33. <DefendPercentage>30</DefendPercentage>
  34. <GearDrops>
  35. <Item>
  36. <GearName>Items\MajorMagicPotion</GearName>
  37. <DropPercentage>40</DropPercentage>
  38. </Item>
  39. <Item>
  40. <GearName>Weapons\SageStaff</GearName>
  41. <DropPercentage>10</DropPercentage>
  42. </Item>
  43. <Item>
  44. <GearName>Armor\SageRobe</GearName>
  45. <DropPercentage>10</DropPercentage>
  46. </Item>
  47. <Item>
  48. <GearName>Armor\MageBoots</GearName>
  49. <DropPercentage>5</DropPercentage>
  50. </Item>
  51. <Item>
  52. <GearName>Armor\MageHood</GearName>
  53. <DropPercentage>5</DropPercentage>
  54. </Item>
  55. </GearDrops>
  56. </Asset>
  57. </XnaContent>