Advertisement
melance

Fire Ogre

Feb 27th, 2015
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.80 KB | None | 0 0
  1. <?xml-stylesheet type="text/xsl" href="5eMonsterBlock.xsl"?>
  2. <Monsters>
  3.     <Monster Name="Ogre, Fire" Include="True">
  4.         <Size>Large</Size>
  5.         <Type>giant</Type>
  6.         <Alignment>chaotic evil</Alignment>
  7.         <AC>15 (natural armor)</AC>
  8.         <HP>170</HP>
  9.         <HD>10d10 + 80</HD>
  10.         <Speed>40 ft.</Speed>
  11.         <STR>20</STR>
  12.         <DEX>10</DEX>
  13.         <CON>18</CON>
  14.         <INT>8</INT>
  15.         <WIS>8</WIS>
  16.         <CHA>7</CHA>
  17.         <Detail name="Saving Throws">Intelligence +2</Detail>
  18.         <Detail name="Damage Immunities">fire</Detail>
  19.         <Detail name="Senses">darkvision 60 ft., passive Perception 10</Detail>
  20.         <Detail name="Languages">Common, Giant</Detail>
  21.         <CR>8</CR>
  22.         <XP>3,900</XP>
  23.         <Abilities>
  24.             <Ability name="Flaming Weapon">Any weapon wielded by the ogre is engulfed in flames as long as it is being held and up to 1 round after it is released.  This grants an additional 2d6 fire damage</Ability>
  25.             <Ability name="Fire Touch">The ogre can use his hands to increase the temperature of anything he touches to the point of catching fire.  This can cause 2d6 fire damage</Ability>
  26.         </Abilities>
  27.         <Actions>
  28.             <Action>
  29.                 <Title>Flaming Maul</Title>
  30.                 <Type>Melee Weapon Attack</Type>
  31.                 <Description>+8 to hit, reach 5 ft., one target</Description>
  32.                 <Hit>12 (2d6 + 5) bludgeoning damage plus 7 (2d6) fire damage </Hit>
  33.             </Action>
  34.             <Action>
  35.                 <Title>Flaming Javelin</Title>
  36.                 <Type>Melee or Ranged Weapon Attack</Type>
  37.                 <Description>+8 to hit, reach 5 ft. or 30/120 ranged, one target</Description>
  38.                 <Hit>12 (2d6 + 5) piercing damage plus 7 (2d6) fire damage</Hit>
  39.             </Action>
  40.             <Action>
  41.                 <Title>Fire Touch</Title>
  42.                 <Type>Melee Weapon Attack</Type>
  43.                 <Description>+8 to hit, reach 5ft., one target</Description>
  44.                 <Hit>8 (2d6 + 1) fire damage</Hit>
  45.             </Action>
  46.         </Actions>
  47.     </Monster>
  48. </Monsters>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement