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