- Joined
- Apr 15, 2016
- Messages
- 118
-
SR By Bite
-

Events
-


Game - GDD_Event becomes Equal to 0.00
-
-

Conditions
-


(GDD_DamagedUnit has buff Venom (Non-stacking)) Equal to True
-


(GDD_DamagedUnit has buff Venom (Stacking)) Equal to True
-
-

Actions
-


Set BBLEEDMaxIndex = (BBLEEDMaxIndex + 1)
-


Set BBLEEDKiller[BBLEEDMaxIndex] = GDD_DamageSource
-


Set BBLEEDDying[BBLEEDMaxIndex] = GDD_DamagedUnit
-


Set BBLEEDPeriod[BBLEEDMaxIndex] = 0.00
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




BBLEEDMaxIndex Equal to 1
-
-



Then - Actions
-




Trigger - Turn on SR By Bite Period <gen>
-
-



Else - Actions
-
-
-
-
SR By Bite Period
-

Events
-


Time - Every 0.02 seconds of game time
-
-

Conditions
-

Actions
-


For each (Integer BBLEEDCurrentIndex) from 1 to BBLEEDMaxIndex, do (Actions)
-



Loop - Actions
-




Set BBLEEDPeriod[BBLEEDCurrentIndex] = (BBLEEDPeriod[BBLEEDCurrentIndex] + 0.02)
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






BBLEEDPeriod[BBLEEDCurrentIndex] Greater than or equal to 10.00
-
-





Then - Actions
-






Set BBLEEDKiller[BBLEEDCurrentIndex] = BBLEEDKiller[BBLEEDMaxIndex]
-






Set BBLEEDDying[BBLEEDCurrentIndex] = BBLEEDDying[BBLEEDMaxIndex]
-






Set BBLEEDMaxIndex = (BBLEEDMaxIndex - 1)
-






Set BBLEEDCurrentIndex = (BBLEEDCurrentIndex - 1)
-






If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-







If - Conditions
-








BBLEEDMaxIndex Equal to 0
-
-







Then - Actions
-








Trigger - Turn off (This trigger)
-
-







Else - Actions
-
-
-





Else - Actions
-






Unit - Cause BBLEEDKiller[BBLEEDCurrentIndex] to damage BBLEEDDying[BBLEEDCurrentIndex], dealing (10.00 x 0.02) damage of attack type Spells and damage type Normal
-
-
-
-
-
-






