53,710
edits
KrytenKoro (talk | contribs) (→AUTO DESTRUCT: yearg) |
KrytenKoro (talk | contribs) |
||
Line 8: | Line 8: | ||
===AUTO DESTRUCT=== | ===AUTO DESTRUCT=== | ||
<!--GIF OF AUTO DESTRUCT | <!--GIF OF AUTO DESTRUCT--> | ||
'''AUTO DESTRUCT''' is composed of the fragments "AUTO" and "DESTRUCT". It can be used on turrets and large turrets.{{fact}}<!--can we get names for these? Create articles since they are enemies?--> | '''AUTO DESTRUCT''' is composed of the fragments "AUTO" and "DESTRUCT". It can be used on turrets and large turrets.{{fact}}<!--can we get names for these? Create articles since they are enemies?--> | ||
;Code | ;Code | ||
Line 24: | Line 24: | ||
===ENERGY JAMMER=== | ===ENERGY JAMMER=== | ||
===MOVING SPARK=== | ===MOVING SPARK=== | ||
<!--GIF OF MOVING SPARK | <!--GIF OF MOVING SPARK--> | ||
'''MOVING SPARK''' is composed of the fragments "MOVING" and "SPARK". It can be used on | '''MOVING SPARK''' is composed of the fragments "MOVING" and "SPARK". It can be used on Nightmares and Guards. | ||
;Code | ;Code | ||
:<code>MOVING_SPARK | :<code>MOVING_SPARK | ||
Line 34: | Line 34: | ||
: CTRL.MOVING() | : CTRL.MOVING() | ||
:}</code> | :}</code> | ||
When activated, MOVING SPARK charges the target with energy and gives the player control over its movement. After a short time, the target explodes | When activated, MOVING SPARK charges the target with energy and gives the player character<!--is there a better word for "Sora or Riku"?--> control over its movement. After a short time, or when detonated by the player character, the target explodes and damages nearby enemies. | ||
{{-}} | {{-}} | ||
===PRIZE BOX=== | ===PRIZE BOX=== | ||
Line 50: | Line 50: | ||
: TAR.SWITCH(ENEMY) | : TAR.SWITCH(ENEMY) | ||
:}</code> | :}</code> | ||
When activated, SWITCH TARGET causes the target to attack its allies instead of the player character. Any circuit lines on the target will turn from CLU's orange to Flynn's white.<!--I think it causes Guards to self-destruct?--> | When activated, SWITCH TARGET causes the target to attack its allies instead of the player character.<!--is there a better word for "Sora, Riku, and their Spirits"?--> Any circuit lines on the target will turn from CLU's orange to Flynn's white.<!--I think it causes Guards to self-destruct?--> | ||
{{-}} | {{-}} | ||
edits