User:Polavux/Technical:Bloons TD 5 (multiplatform)/Upgrades: Difference between revisions

LowoTV (talk | contribs)
m Polavux moved page User:Polavux/Technical:Bloons TD 5 (mobile)/Upgrades to User:Polavux/Technical:Bloons TD 5 (multiplatform)/Upgrades: Text replacement - "Bloons TD 5 (mobile)" to "Bloons TD 5 (multiplatform)"
 
(One intermediate revision by one other user not shown)
Line 112: Line 112:
!Required?
!Required?
!Behavior when absent
!Behavior when absent
|-
|<code>RequiresMinUpgradeCounters</code>
|The crosspath needed for this upgrade to be used (I think?)
|Array of numbers
|
|
|-
|-
|<code>Operation</code>
|<code>Operation</code>
|It decides what to do with a variable. It can either be <code>Adjust</code> or <code>Replace</code>.
|It decides what to do with a variable. It can either be <code>Adjust</code> or <code>Replace</code>.
|String
|String
|
|
|-
|<code>Adjust</code>
|It adds/subtracts numerical values. Requires <code>Operation</code> to be <code>Adjust</code>.
|N/A
|
|
|-
|<code>Replace</code>
|It replaces values with others. Requires <code>Operation</code> to be <code>Replace</code>.
|N/A
|
|
|
|
|}
|}