Jump to content

ProduceCashAmount: Difference between revisions

From ModEnc²
en>AlexB
No edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
|yr=yes
|yr=yes
}}
}}
Specifies the amount of credits given to the owning player every {{f|ProduceCashDelay|link}} {{tt|- 1}} frames. This is part of the oil derrick tech structure logic.<br>
The credits are granted only if the building is owned by a {{f|MultiplayPassive|no|link}} house and only if the player suffices the building's power and {{f|NeedsEngineer|link}} requirements. Otherwise, no credits are granted and the delay starts anew.<br>
Negative values can be used to withdraw credits from the owning player's bank account.<br>


Specifies the amount of credits given to the owning player every {{f|ProduceCashDelay|link}} {{tt|- 1}} frames. This is part of the oil derrick tech structure logic.
=={{bugs}}==
*See {{f|ProduceCashDelay|link}}.<br>
*If you do this:<br>
'''[GACNST]'''<br>
'''ProduceCashAmount=100'''<br>
'''ProduceCashDelay=2'''<br>


The credits are granted only if the building is owned by a {{f|MultiplayPassive|no|link}} house and only if the player suffices the building's power and {{f|NeedsEngineer|link}} requirements. Otherwise, no credits are granted and the delay starts anew.
'''[GAPOWR]'''<br>
 
'''ProduceCashAmount=-100'''<br>
Negative values can be used to withdraw credits from the owning player's bank account.
'''ProduceCashDelay=2'''<br>
 
As long as there are still '''GACNST''' and '''GAPOWR''' Your credit will not increase or decrease.<br>
{{bugs}}
See {{f|ProduceCashDelay|link}}.


== See also ==
== See also ==
* [[ProduceCashStartup]]
* [[ProduceCashStartup]]
* [[ProduceCashDelay]]
* [[ProduceCashDelay]]

Latest revision as of 17:44, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ProduceCashAmount
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 0
Applicable to: BuildingTypes


Specifies the amount of credits given to the owning player every ProduceCashDelay - 1 frames. This is part of the oil derrick tech structure logic.
The credits are granted only if the building is owned by a MultiplayPassive=no house and only if the player suffices the building's power and NeedsEngineer requirements. Otherwise, no credits are granted and the delay starts anew.
Negative values can be used to withdraw credits from the owning player's bank account.

Bugs/Side-Effects/Unexpected Limitations

[GACNST]
ProduceCashAmount=100
ProduceCashDelay=2

[GAPOWR]
ProduceCashAmount=-100
ProduceCashDelay=2
As long as there are still GACNST and GAPOWR Your credit will not increase or decrease.

See also