Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 9th, 2010 | Syntax: None | Size: 1.92 KB | Hits: 20 | Expires: Never
Copy text to clipboard
  1. <SpellDef InternalName="Disrupt">
  2.         <DisplayName>Disrupt</DisplayName>
  3.         <Description>Damages the target and weakens them.</Description>
  4.         <Image>WaterCrystal_Medallion.png</Image>
  5.         <IconFG>Crushing_Blow.png</IconFG>
  6.         <IconColor>32,45,243</IconColor>
  7.         <Range>1</Range>
  8.         <SoundFX>Hit_Hammer1</SoundFX>
  9.         <ManaCost>0</ManaCost>
  10.         <cooldown>-1</cooldown>
  11.         <SpellLevel>1</SpellLevel>
  12.         <SpellType>Tactical</SpellType>
  13.         <SpellClass>Offensive</SpellClass>
  14.         <SpellTargetType>EnemyUnit</SpellTargetType>
  15.         <IsSpecialAbility>1</IsSpecialAbility>
  16.         <GameModifier InternalName="AttackModifier">
  17.                         <ModType>Unit</ModType>
  18.                         <Attribute>AdjustUnitStat</Attribute>
  19.                         <StrVal>UnitStat_Attack</StrVal>
  20.                         <Calculate InternalName="TargetAttack" ValueOwner="TargetUnit">
  21.                                 <Expression><![CDATA[[UnitStat_Attack] * -0.75]]></Expression>
  22.                         </Calculate>
  23.                         <Calculate InternalName="Value">
  24.                                 <Expression><![CDATA[[TargetAttack]]]></Expression>
  25.                         </Calculate>
  26.                         <Duration>2</Duration>
  27.         </GameModifier>
  28.         <GameModifier InternalName="AttackModifier">
  29.                         <ModType>Unit</ModType>
  30.                         <Attribute>AdjustUnitStat</Attribute>
  31.                         <StrVal>UnitStat_Attack</StrVal>
  32.                         <Calculate InternalName="TargetDefense" ValueOwner="TargetUnit">
  33.                                 <Expression><![CDATA[[UnitStat_Defense] * -0.75]]></Expression>
  34.                         </Calculate>
  35.                         <Calculate InternalName="Value">
  36.                                 <Expression><![CDATA[[TargetDefense]]]></Expression>
  37.                         </Calculate>
  38.                         <Duration>2</Duration>
  39.                 </GameModifier>
  40.                 <GameModifier>
  41.                   <ModType>Unit</ModType>
  42.                   <Attribute>DefendableDamage</Attribute>
  43.                   <Calculate InternalName="AttackerAttack" ValueOwner="CastingUnit">
  44.                         <Expression><![CDATA[[UnitStat_Attack]]]></Expression>
  45.                   </Calculate>
  46.                   <Calculate InternalName="Value">
  47.                         <Expression><![CDATA[[AttackerAttack]]]></Expression>
  48.                   </Calculate>
  49.                 </GameModifier>
  50.     </SpellDef>