2023-09-01 13:09:01 +03:00
|
|
|
< [Documentation](../../Readme.md) / [Modding](../Readme.md) / [Bonus Format](../Bonus_Format.md) / Bonus Propagators
|
|
|
|
|
2023-08-13 00:17:38 +03:00
|
|
|
## Available propagators
|
|
|
|
|
|
|
|
- BATTLE_WIDE
|
|
|
|
|
|
|
|
Affects both sides during battle
|
|
|
|
|
|
|
|
- VISITED_TOWN_AND_VISITOR
|
|
|
|
|
|
|
|
Used with Legion artifacts (town visited by hero)
|
|
|
|
|
|
|
|
- PLAYER_PROPAGATOR
|
|
|
|
|
|
|
|
Bonus will affect all objects owned by player. Used by Statue of Legion.
|
|
|
|
|
|
|
|
- TEAM_PROPAGATOR
|
|
|
|
|
|
|
|
Bonus will affect all objects owned by player and his allies.
|
|
|
|
|
|
|
|
- HERO
|
|
|
|
|
|
|
|
Bonus will be transferred to hero (for example from stacks in his army).
|
|
|
|
|
|
|
|
- GLOBAL_EFFECT
|
|
|
|
|
|
|
|
This effect will influence all creatures, heroes and towns on the map.
|