123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="utf-8" ?>
- <XnaContent>
- <Asset Type="RolePlayingGameData.Monster">
- <Name>Crimson Hood</Name>
- <MapSprite>
- <TextureName>Characters\Wizard2IdleLeft</TextureName>
- <FrameDimensions>128 192</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <SourceOffset>64 150</SourceOffset>
- <Animations />
- </MapSprite>
- <CharacterClassContentName>RedMage</CharacterClassContentName>
- <CharacterLevel>9</CharacterLevel>
- <InitialEquipmentContentNames>
- <Item>Weapons\SageStaff</Item>
- <Item>Armor\SageRobe</Item>
- <Item>Armor\MageBoots</Item>
- <Item>Armor\MageHood</Item>
- </InitialEquipmentContentNames>
- <Inventory>
- <Item>
- <ContentName>Items\MajorHealingPotion</ContentName>
- <Count>5</Count>
- </Item>
- </Inventory>
- <CombatSprite>
- <TextureName>Characters\Wizard3AttackLeft</TextureName>
- <FrameDimensions>256 192</FrameDimensions>
- <FramesPerRow>6</FramesPerRow>
- <SourceOffset>135 155</SourceOffset>
- <Animations />
- </CombatSprite>
- <DefendPercentage>30</DefendPercentage>
- <GearDrops>
- <Item>
- <GearName>Items\MajorMagicPotion</GearName>
- <DropPercentage>40</DropPercentage>
- </Item>
- <Item>
- <GearName>Weapons\SageStaff</GearName>
- <DropPercentage>10</DropPercentage>
- </Item>
- <Item>
- <GearName>Armor\SageRobe</GearName>
- <DropPercentage>10</DropPercentage>
- </Item>
- <Item>
- <GearName>Armor\MageBoots</GearName>
- <DropPercentage>5</DropPercentage>
- </Item>
- <Item>
- <GearName>Armor\MageHood</GearName>
- <DropPercentage>5</DropPercentage>
- </Item>
- </GearDrops>
- </Asset>
- </XnaContent>
|