I have a doubt regarding percentage chance to get items. I was wondering if I have for example 3 items, each with a chance to be obtained, should have a certain "hierarchy" or order so it works properly. If you don't understand what I mean I'll post a trigger example:
-
Chance to get items
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random percentage) Less than or equal to 10.00
-
-
Then - Actions
-
Hero - Create Item A and give it to Hero
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random percentage) Less than or equal to 35.00
-
-
Then - Actions
-
Hero - Create Item B and give it to Hero
-
-
Else - Actions
-
Hero - Create Item C and give it to Hero
-
-
-
-
-
-