Template:UnitStinger/ru

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 05:43, 2 August 2026 by Aurelain (talk | contribs) (Created page with "<includeonly><!-- -->'''{{Translation|{{{id}}}|en|type=unit}}''' is a <!-- -->tier {{#invoke:Roman|main|{{{tier}}}}} unit of the <!-- -->{{F|{{{faction}}}|en}} faction. <!-- -->It can be recruited from the {{{dwelling}}}.<!-- --><br/><!-- -->{{#ifneq:{{{faction}}}|neutral| {{#ifeq:{{{id}}}|{{{base_id}}}| It can be upgraded into the {{{upgrade_a}}} or the {{{upgrade_b}}}. }} }}<!-- --></includeonly><!-- ###########################################...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


1. Base

Input:

{{UnitStinger/en
    | id=esquire
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Swordsman is a tier-I unit of the Temple faction. They can be recruited from the Гарнизон.

They can be upgraded into the Guard Captain or the Sun's Aegis.

2. Upgraded

Input:

{{UnitStinger/en
    | id=esquire_upg
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Guard Captain is a tier-I unit of the Temple faction. They can be recruited from the Гарнизон II.

They are one of the upgraded versions of the Swordsman, the other being the Sun's Aegis.

3. Alternative

Input:

{{UnitStinger/en
    | id=esquire_upg_alt
    | tier=1
    | faction=human
    | dwelling=[[Garrison/ru|Гарнизон II]]
    | base_id=esquire
    | upgrade_a=esquire_upg
    | upgrade_b=esquire_upg_alt
}}

Output: Sun's Aegis is a tier-I unit of the Temple faction. They can be recruited from the Гарнизон II.

They are one of the upgraded versions of the Swordsman, the other being the Guard Captain.