- Joined
- Dec 19, 2007
- Messages
- 1,234
The following trigger will allow cleave attack to hit destructable such as trees.
-
Destructible - Pick every destructible within 300.00 of (Point(R1, R2)) and do (Actions)
-
Loop - Actions
- Set R3 = ((Damage taken) x (0.01 x (Real((Level of Cleaving Attack (100 levels) for (Damage source))))))
- Destructible - Set life of (Picked destructible) to ((Current life of (Picked destructible)) - R3)
-
Loop - Actions