User Tools

Site Tools


cw4:cmod:docs:5d7a31f2-47c8-435b-8845-acef99115168

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cw4:cmod:docs:5d7a31f2-47c8-435b-8845-acef99115168 [2021/11/19 23:26] – [NORMAL BOOSTING] numberguycw4:cmod:docs:5d7a31f2-47c8-435b-8845-acef99115168 [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 13: Line 13:
  
   ? Air Sac Cauldron:   ? Air Sac Cauldron:
-  : +1 Sac , +5 payload & reduces cool-down to a minimum of 1 minute+  : +1 count, +5 payload & reduces cool-down to a minimum of 1 minute
   ? Blob Nest:   ? Blob Nest:
-  : +1 count & removes life behavior ( makes the blob last indefinitely until poofs ) & reduces cool-down to a minimum of 1 minute  +  : +1 count & removes life behavior ( makes the blob last indefinitely until poofs ) & reduces cool-down to a minimum of 1 minute 
-  ? Dark Tower: +  ? Dark Tower:
   : +2 range ( this tower is commented out in the code but you can enable it by removing the hash symbol. )   : +2 range ( this tower is commented out in the code but you can enable it by removing the hash symbol. )
-  ? Emitter: +  ? Emitter:
   : + 20 payload   : + 20 payload
-  ? Skimmer Factory: +  ? Skimmer Factory:
   : +1 count & removes life behavior ( makes the skimmer last indefinitely until poofs ) & reduces cool-down to a minimum of 1 minute   : +1 count & removes life behavior ( makes the skimmer last indefinitely until poofs ) & reduces cool-down to a minimum of 1 minute
   ? Spore Launcher:   ? Spore Launcher:
   : + 1 count & reduces cool-down to a minimum of 1 minute   : + 1 count & reduces cool-down to a minimum of 1 minute
-  ? Stash: +  ? Stash:
   : + 1000 capacity & reduces Offline Time to a minimum of ( 60 frames ) 2 seconds   : + 1000 capacity & reduces Offline Time to a minimum of ( 60 frames ) 2 seconds
-   
   ? Additional Boost   ? Additional Boost
   : Every 30 seconds an additional boost will be added ( Requires the " Mission " script )   : Every 30 seconds an additional boost will be added ( Requires the " Mission " script )
-    +
 ==== EDITED BOOSTING ==== ==== EDITED BOOSTING ====
- +<code 4rpl> 
-  ? Air Sac Cauldron: +#Air Sac Cauldron: 
-  : $airct:1 | +count +$airct: # +count  
-  : $airpl:5 | +payload +$airpl:#| +payload 
-  ? Blob Nest: +#Blob Nest 
-  : $blobct:1 | +count & removes life behavior ( makes the blob last indefinitely until poofs )   +$blobct: # +count & removes life behavior ( makes the blob last indefinitely until poofs )   
-  ? Dark Tower:  +#Dark Tower: 
-  : $darkt:2 | +range ( this tower is commented out in the code but you can enable it by removing the hash symbol. ) +$darkt: # +range ( this tower is commented out in the code but you can enable it by removing the hash symbol. ) 
-  ? Emitter +#Emitter 
-  : $emitpl:20 | +payload +$emitpl:20  # +payload 
-  ? Skimmer Factory +#Skimmer Factory 
-  : $skimct:1 | +count & removes life behavior ( makes the skimmer last indefinitely until poofs )   +$skimct: # +count & removes life behavior ( makes the skimmer last indefinitely until poofs )   
-  ? Spore Launcher: +#Spore Launcher: 
-  : $sporepl:1 | +count +$sporepl:0  #|  +payload 
-  ? Stash:  +$sporect:1  # +count 
-  : $stash:500 | +capacity +#Stash:  
-  +$stash:500 #| +capacity 
 +</code>
   ? Additional Boost   ? Additional Boost
   : Every amount of seconds an additional boost will be added ( Requires the " Mission " script )   : Every amount of seconds an additional boost will be added ( Requires the " Mission " script )
- 
  
 {{ cw4:cmod:docs:boost.png }} {{ cw4:cmod:docs:boost.png }}
cw4/cmod/docs/5d7a31f2-47c8-435b-8845-acef99115168.1637364370.txt.gz · Last modified: 2025/02/14 14:56 (external edit)