FORUM ARCHIVED

Enchantment: It causes profuse bleeding

Discussion in 'Dungeons of Dredmor General' started by Soda Seven, Aug 30, 2012.

  1. Soda Seven

    Soda Seven Member

    I did krong just now enchanting and dying over and over until I got this.
    Googled and still no idea of what it actually does. Since there is no page about it.
    Can anyone tell me what it is?

    Screen Shot 2555-08-30 at 6.27.18 PM.png
     
  2. Ruigi

    Ruigi Will Mod for Digglebucks

    Code:
    <spell name="Bleedout Pain" type="target" >
     <effect type="damage" piercing="3" affectscaster="1"/>
       </spell>
    <spell name="Bleeding Out" type="target">
     <effect type="bleed" />
     <buff useTimer="1" time="8" 
      self="0" 
      stacksize="3" 
      allowstacking="1" 
      icon="skills/bleeding_out64.png" 
      smallicon="skills/bleeding_out32.png"
          bad="1" >
     <primarybuff id="0" amount="-1"/> <!-- Burliness -->
     <secondarybuff id="0" amount="-3"/> <!-- hp -->
     </buff>
     <anim sprite="sprites/sfx/corpse_hit_mini/corpse_hit_mini" frames="4" framerate="100" sfx="impact" centerEffect="0"/>
       <description text="Massive blood loss decreases strength." />
       <effect type="dot" spell="Bleedout Pain" amount="8" />
       </spell>
     
  3. Soda Seven

    Soda Seven Member

    Thanks a lot!