-
Untitled Trigger 005
-

Events
-


Unit - A unit Acquires an item
-
-

Conditions
-


(Item-type of (Item being manipulated)) Equal to Claws of Attack +1
-
-

Actions
-


For each (Integer A) from 1 to 6, do (If ((Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Claws of Attack +1) then do (Set ItemAmount = (ItemAmount + 1)) else do (Do nothing))
-


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



If - Conditions
-




ItemAmount Equal to 2
-
-



Then - Actions
-




Hero - Drop (Item carried by (Hero manipulating item) of type Claws of Attack +1) from (Hero manipulating item)
-




Item - Remove (Last dropped item)
-




Hero - Drop (Item carried by (Hero manipulating item) of type Claws of Attack +1) from (Hero manipulating item)
-




Item - Remove (Last dropped item)
-




Hero - Create Claws of Attack +2 and give it to (Hero manipulating item)
-
-



Else - Actions
-




Set ItemAmount = 0
-
-
-
-
-
For each (Integer A) from 1 to 6, do (If ((Item-type of (Item carried by (Hero manipulating item) in slot (Integer A))) Equal to Claws of Attack +1) then do (Set ItemAmount = (ItemAmount + 1)) else do (Do nothing))
Last edited:





