FORUM ARCHIVED

Clockwork Grapple bolt does not deal damage.

Discussion in 'Bugs' started by Ruigi, Jun 26, 2012.

  1. Ruigi

    Ruigi Will Mod for Digglebucks

    This version (the current version) deals no damage on hit.
    Code:
    <spell name="Clockwork Grapple Hit" type="beam" >
     <effect type="paralyze" amount="1" turns="2"/>
     <anim sprite="sprites/sfx/mechanical_buff/mechanical_buff" frames="4" framerate="100" sfx="chain" centerEffect="0"/>
     <effect type="suction" after="1"/>
     </spell>
    This corrected version will deal damage appropriately.
    Code:
    <spell name="Clockwork Grapple Hit" type="beam" >
     <effect type="paralyze" amount="1" turns="2"/>
     <anim sprite="sprites/sfx/mechanical_buff/mechanical_buff" frames="4" framerate="100" sfx="chain" centerEffect="0"/>
     <effect type="suction"/>
     </spell>
     
    OmniNegro likes this.
  2. dbaumgart

    dbaumgart Art Director Staff Member