This mod adds three new tags allowing buildings to heal units from a specific
domain, unit combat or unit class. By doing this buildings that provide healing
can target their healing powers instead of just being able to heal any unit.
For instance drydocks can now heal any ship while a specialized building like
tank factory could heal just armor units.
For instance the updated part of the drydock definition using the new tags
looks like:
<DomainHealRateChanges>
<DomainHealRateChange>
<DomainType>DOMAIN_SEA</DomainType>
<iHealRateChange>10</iHealRateChange>
</DomainHealRateChange>
</DomainHealRateChanges>
<UnitClassHealRateChanges>
<UnitClassHealRateChange>
<UnitClassType>UNITCLASS_BATTLESHIP</UnitClassType>
<iHealRateChange>10</iHealRateChange>
</UnitClassHealRateChange>
</UnitClassHealRateChanges>
<UnitCombatHealRateChanges>
<UnitCombatHealRateChange>
<UnitCombatType>UNITCOMBAT_NAVAL</UnitCombatType>
<iHealRateChange>10</iHealRateChange>
</UnitCombatHealRateChange>
</UnitCombatHealRateChanges>
-----Notes to Modmakers-----
If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the XML files I have added
<!-- Building Heal Rate Start --> and
<!-- Building Heal Rate End --> in all of the places where changes
were made. In the SDK files I have added
// < Building Heal Rate Start > and
// < Building Heal Rate End > in all of the places where changes
were made.
-----Version Information-----
-----v0.3BtS------
- Updated to be compatible with Beyond the Sword v3.19 patch.
-----===Credits & Thanks===-----
- Exavier
Composite Mod - readme.txt format
- Dom Pedro II
For the idea for this mod
domain, unit combat or unit class. By doing this buildings that provide healing
can target their healing powers instead of just being able to heal any unit.
For instance drydocks can now heal any ship while a specialized building like
tank factory could heal just armor units.
For instance the updated part of the drydock definition using the new tags
looks like:
<DomainHealRateChanges>
<DomainHealRateChange>
<DomainType>DOMAIN_SEA</DomainType>
<iHealRateChange>10</iHealRateChange>
</DomainHealRateChange>
</DomainHealRateChanges>
<UnitClassHealRateChanges>
<UnitClassHealRateChange>
<UnitClassType>UNITCLASS_BATTLESHIP</UnitClassType>
<iHealRateChange>10</iHealRateChange>
</UnitClassHealRateChange>
</UnitClassHealRateChanges>
<UnitCombatHealRateChanges>
<UnitCombatHealRateChange>
<UnitCombatType>UNITCOMBAT_NAVAL</UnitCombatType>
<iHealRateChange>10</iHealRateChange>
</UnitCombatHealRateChange>
</UnitCombatHealRateChanges>
-----Notes to Modmakers-----
If you want to use this mod component in your mod I have tried to make things
as easy as possible for you. In the XML files I have added
<!-- Building Heal Rate Start --> and
<!-- Building Heal Rate End --> in all of the places where changes
were made. In the SDK files I have added
// < Building Heal Rate Start > and
// < Building Heal Rate End > in all of the places where changes
were made.
-----Version Information-----
-----v0.3BtS------
- Updated to be compatible with Beyond the Sword v3.19 patch.
Spoiler :
-----===Credits & Thanks===-----
- Exavier
Composite Mod - readme.txt format
- Dom Pedro II
For the idea for this mod