Jump to content

OreTwinkleChance: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 5 revisions imported
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
When the map is initialized, there is this chance that a cell containing Ore will also get the OreTwinkle= animation. The chance of this is 1 in this number (so if set to 30 there would be a 1 in 30 chance of any cell containing Ore to also get this animation).
|name=OreTwinkleChance
|files={{Categ|ini=Rules}}
|values={{values|unsigned integers}}
|default=50
|types={{Categ|AudioVisual}}
|ra2=yes
|yr=yes
|rp=yes
}}
Specifies the probability for any Ore-containing cell to 'twinkle'. The probability is 1 in <tt>OreTwinkleChance</tt>, meaning, if this is set to 50, each cell containing ore has a 1 in 50 chance of playing this animation.
==Note==
The lower the value, the more Animations will blink faster.

Latest revision as of 22:00, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: OreTwinkleChance
File(s): Rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Default: 50
Applicable to: AudioVisual


Specifies the probability for any Ore-containing cell to 'twinkle'. The probability is 1 in OreTwinkleChance, meaning, if this is set to 50, each cell containing ore has a 1 in 50 chance of playing this animation.

Note

The lower the value, the more Animations will blink faster.