ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Difference between revisions of "Hospital"
From ModEnc
Amitakartok (talk | contribs) |
m (Not a TS-only bug apparently.) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|cs=no | |cs=no | ||
|am=no | |am=no | ||
− | |ts= | + | |ts=yes |
− | |fs= | + | |fs=yes |
− | | | + | |hp=yes |
|ra2=yes | |ra2=yes | ||
|yr=yes | |yr=yes | ||
Line 15: | Line 15: | ||
}} | }} | ||
− | If set to yes, | + | If set to yes, this [[BuildingType|building]] heals any [[InfantryTypes|infantry units]] that enter it. The building must also have {{f|Ammo|link}} set to a value greater than 0 to specify the number of times it can heal infantry. |
Note that giving the BuildingType a weapon will use up one {{f|Ammo|link}} each time the weapon fires and makes the building permanently unusuable (no firing, no healing) once it runs out of {{f|Ammo|link}}. | Note that giving the BuildingType a weapon will use up one {{f|Ammo|link}} each time the weapon fires and makes the building permanently unusuable (no firing, no healing) once it runs out of {{f|Ammo|link}}. | ||
+ | '''Note''': While this flag is still valid in Yuri's Revenge, YR Hospitals use {{f|InfantryGainSelfHeal|link}} instead. | ||
− | + | {{bugs}} | |
+ | |||
+ | Using this on a building that also has {{f|Factory|UnitType|link}} or {{f|Factory|InfantryType|link}} set causes the AI to spam only one type of unit from that factory, the first vehicle/infantry type that the AI can build (i.e. the AI [[house]] is listed as the object's {{f|Owner|link}}). |
Latest revision as of 13:57, 12 January 2022
Flag: | Hospital |
File(s): | rules(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Default: | no |
Applicable to: | BuildingTypes |
If set to yes, this building heals any infantry units that enter it. The building must also have Ammo set to a value greater than 0 to specify the number of times it can heal infantry.
Note that giving the BuildingType a weapon will use up one Ammo each time the weapon fires and makes the building permanently unusuable (no firing, no healing) once it runs out of Ammo.
Note: While this flag is still valid in Yuri's Revenge, YR Hospitals use InfantryGainSelfHeal instead.