ProduceCashDelay: Difference between revisions
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Flag | ||
Specifies the | |name={{PAGENAME}} | ||
|files={{Categ|Rules(md).ini}} | |||
|values={{values|integers|Greater than 1}} | |||
|default=0 | |||
|types={{categ|BuildingTypes}} | |||
|ra2=yes | |||
|yr=yes | |||
}} | |||
Specifies the interval in frames after which the owning player should be given {{f|ProduceCashAmount|link}} of credits. This is part of the oil derrick tech structure logic. | |||
{{bugs}} | |||
Only values greater than {{tt|1}} are supported, otherwise the delay timer will not work correctly and the building will not produce cash aside from the startup cash. | |||
The delay timer will not start if {{f|ProduceCashStartup|link}} is set to {{tt|0}}. In this case the building will not produce cash. | |||
There's a bug in the original implementation that caused the logic to break when the building was producing cash while attacked by a {{f|Temporal|link}} weapon. The timer would not reset, effectively jamming the building until it is captured by and recaptured from a {{f|MultiplayPassive|yes}} house. | |||
==Nots== | |||
I found this tag in <b>The Second Tiberium War 2.93</b> and it worked. ;I'm not sure if it was added with another extension or not. 🤔 | |||
== See also == | |||
* [[ProduceCashStartup]] | |||
* [[ProduceCashAmount]] |
Latest revision as of 13:43, 15 August 2024
Flag: | ProduceCashDelay |
File(s): | Rules(md).ini |
Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. (Limited to: Greater than 1) |
Default: | 0 |
Applicable to: | BuildingTypes |
Specifies the interval in frames after which the owning player should be given ProduceCashAmount of credits. This is part of the oil derrick tech structure logic.
Bugs/Side-Effects/Unexpected Limitations
Only values greater than 1 are supported, otherwise the delay timer will not work correctly and the building will not produce cash aside from the startup cash.
The delay timer will not start if ProduceCashStartup is set to 0. In this case the building will not produce cash.
There's a bug in the original implementation that caused the logic to break when the building was producing cash while attacked by a Temporal weapon. The timer would not reset, effectively jamming the building until it is captured by and recaptured from a MultiplayPassive=yes house.
Nots
I found this tag in The Second Tiberium War 2.93 and it worked. ;I'm not sure if it was added with another extension or not. 🤔