ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
SpawnsTiberium: Difference between revisions
Jump to navigation
Jump to search
TiberiumToSpawn is Firestorm-only. Thanks to FS-21! |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name={{PAGENAME}} | |name={{PAGENAME}} | ||
|files={{Categ|ini=rules}} | |files={{Categ|ini=rules}} | ||
|types={{Categ| | |types={{Categ|TerrainTypes}} | ||
|values={{values|booleans}} | |values={{values|booleans}} | ||
|default=no | |default=no | ||
Line 11: | Line 11: | ||
}} | }} | ||
Whether this terrain object spawns Tiberium. | Whether this [[TerrainTypes|terrain object]] spawns Tiberium. | ||
In {{fs}} the Tiberium type to spawn is defined by {{f|TiberiumToSpawn|link}}. {{ts}}, {{ra2}} and {{yr}} are hardcoded to only spawn the first Tiberium type. | In {{fs}}, the Tiberium type to spawn is defined by {{f|TiberiumToSpawn|link}}. {{ts}}, {{ra2}} and {{yr}} are hardcoded to only spawn the first Tiberium type. | ||
This tag has many effects. The following list is not conclusive. | This tag has many effects. The following list is not conclusive. | ||
Line 19: | Line 19: | ||
* Terrain objects cannot burn or participate in tree fires | * Terrain objects cannot burn or participate in tree fires | ||
* If also {{f|IsAnimated|yes|link}}, spreads Tiberium when the first half of the animation played | * If also {{f|IsAnimated|yes|link}}, spreads Tiberium when the first half of the animation played | ||
* Objects are drawn using <tt>UNITSNO.PAL</tt> | * Objects are drawn using <tt>UNITSNO.PAL(But it doesn't remap the colors) ==See Also [[AltPalette]]==</tt> |
Latest revision as of 11:51, 30 September 2024
Flag: | SpawnsTiberium |
File(s): | rules(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Default: | no |
Applicable to: | TerrainTypes |
Whether this terrain object spawns Tiberium.
In Firestorm, the Tiberium type to spawn is defined by TiberiumToSpawn. Tiberian Sun, Red Alert 2 and Yuri's Revenge are hardcoded to only spawn the first Tiberium type.
This tag has many effects. The following list is not conclusive.
- If destroyed, a damage of 100 is dealt to the cell using C4Warhead, and a chain reaction is started (see ChainReaction)
- Terrain objects cannot burn or participate in tree fires
- If also IsAnimated=yes, spreads Tiberium when the first half of the animation played
- Objects are drawn using UNITSNO.PAL(But it doesn't remap the colors) ==See Also AltPalette==