Jump to content

SpawnsTiberium: Difference between revisions

From ModEnc²
en>AlexB
TiberiumToSpawn is Firestorm-only. Thanks to FS-21!
m 6 revisions imported
 
(3 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|Terrain}}
|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 22:05, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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==