Advertisement
ramin1992

buffs

Nov 20th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <buff id="cantBreath" mutex="drown" duration="29400" stack="discard" actions="debuff(freshAir)" onexpired="drown" notificationClass="UnderwaterBuffNotification" icon="ui_game_symbol_oxygen" name_key="cannotBreathe" description_key="cannotBreatheDesc" tooltip_key="cannotBreatheTooltip"/>
  2.  
  3. <buff id="drown" duration="0" stack="discard" actions="damage(0,4,0,0)" type="drowning" icon="ui_game_symbol_oxygen" name_key="drowning" description_key="drowningDesc" tooltip_key="drowningTooltip">
  4. <modify id="1" stat="health" amount="-14" rate="4"/>
  5. </buff>
  6.  
  7. <buff id="puke" duration="1" stack="discard" actions="debuff(cantBreath);debuff(cannotBreatheWrn);debuff(drown)"/>
  8.  
  9. <buff id="poisonburn" mutex="cannotBreath,drowning,extinguishFireBuff" debuffif="+water > 1" duration="3" onexpired="nowater" stack="reset" ffcheck="true" actions="debuff(burningSmall);attach(ParticleEffects/p_onFire, @impact);damage(0,1,0,1);damage(0,3,0,0)" icon="ui_game_symbol_fire" name_key="burning" description_key="burningDesc" tooltip_key="burningTooltip" cures="canBoiledWater,bottledWater,goldenRodTea,redTea">
  10. <modify id="0" stat="speedmodifier" mulValue="0.6"/>
  11. <modify id="1" stat="health" amount="-10" rate="2"/>
  12. </buff>
  13.  
  14. <buff id="nowater" requires="wet" duration="5" stack="reset" ffcheck="true" icon="ui_game_symbol_food_poisoning" name_key="hangover" description_key="hangoverDesc" tooltip_key="hangoverTooltip" >
  15. <modify id="0" stat="health" amount="-10" rate="1"/>
  16. </buff>
  17.  
  18. <buff id="lightend" duration="5" stack="discard"
  19. actions="attach(ParticleEffects/p_electric_shock, @impact)" castsound="electric_fence_impact"
  20. icon="ui_game_symbol_electric_power" name_key="shockedBuffName" description_key="shockedBuffDesc" tooltip_key="shockedBuffTooltip">
  21. <modify id="0" stat="health" amount="-5" rate="1"/>
  22. <modify id="1" stat="speedmodifier" mulValue="0.4" duration="2"/>
  23. </buff>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement