- Joined
- Apr 15, 2016
- Messages
- 118
-
The Merchant Bag
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to The Merchant Bag
-
-
Actions
-
Set MerchantBagChance[1] = (Random integer number between 61 and 100)
-
Set MerchantBagChance[2] = (Random integer number between 31 and 60)
-
Set MerchantBagChance[3] = (Random integer number between 11 and 30)
-
Set MerchantBagChance[4] = (Random integer number between 1 and 10)
-
Set MerchantBagItem[MerchantBagChance[1]] = Flash Bomb
-
Set MerchantBagItem[MerchantBagChance[2]] = Tracker
-
Set MerchantBagItem[MerchantBagChance[3]] = Shock Trap
-
Set MerchantBagItem[MerchantBagChance[4]] = Chaos Bomb
-
Hero - Create MerchantBagItem[MerchantBagChance(Random integer number between 1 and 100)] and give it to (Casting unit)
-
-