- Joined
- Apr 1, 2017
- Messages
- 47
-
part 1
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Item - Create (Unique)Advanced tactics doctrine at (Center of Region 087 <gen>)
-
Set AdvancedDoctrineItem = (Last created item)
-
-
-
Tactic Doctrine
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to (Unique)Advanced tactics doctrine
-
-
Actions
-
Hero - Make OwnerOfAdvancedTcticsDoctr Heroes gain 120.00% experience from future kills
-
Set OwnerOfTcticsDoctr(Player) = (Owner of AdvancedDoctrineItem)
-
-
Also tell me if these are necessary
-
Player loses Doctrine tacit item
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to (Unique)Advanced tactics doctrine
-
-
Actions
-
Hero - Make OwnerOfAdvancedTcticsDoctr Heroes gain 100.00% experience from future kills
-
-
-
Player sells Doctrine tackit item
-
Events
-
Unit - A unit Pawns an item (to shop)
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to (Unique)Advanced tactics doctrine
-
-
Actions
-
Hero - Make OwnerOfAdvancedTacticsDoctr Heroes gain 100.00% experience from future kills
-
-