Code Break: Difference between revisions
(→Mechanics: 1. they have no hp bar, they are props, not enemies. 2. what context? it's used in a boss fight.) |
(→DISC JAMMER: this is what "context" refered to) |
||
Line 24: | Line 24: | ||
} | } | ||
{{CodeBreak|end}} | {{CodeBreak|end}} | ||
'''DISC JAMMER''' is composed of the fragments "DISC", "JAM", and "MER". It is used against [[Rinzler]]. When activated, DISC JAMMER prevents Rinzler from attacking with his discs for a short time. During this time, Rinzler is surrounded by a red, pixelated aura. | '''DISC JAMMER''' is composed of the fragments "DISC", "JAM", and "MER". It is used against [[Rinzler]].{{fact}}<!--at what point in the battle?--> When activated, DISC JAMMER prevents Rinzler from attacking with his discs for a short time. During this time, Rinzler is surrounded by a red, pixelated aura. | ||
{{-}} | {{-}} | ||
Revision as of 21:55, 7 March 2013
Gawrsh, aren't we here because of the picture?
| |
---|---|
This article needs some images!
Please upload a picture of gif displaying Code Break; gif displaying each suboroutine. |
Yes, the untapped power that lies within you. Now, child, it's time you awakened that power and realized your full potential.
| ||
This article needs more information!
Improve it by adding what you know about the following issues. |
Code Break (コードブレイク Kōdo Bureiku ) is a technique which appears in Kingdom Hearts 3D: Dream Drop Distance. It allows the user to manipulate the base code within a digital world for a variety of effects.
Mechanics
In Kingdom Hearts 3D: Dream Drop Distance, Code Break is the Reality Shift for The Grid. Once the Reality Shift is started, a multitude of constantly-shifting letters will appear on the touch screen, which sometimes resolve into certain word fragments of a specific color. The player must use the stylus to select the word fragments which compose the desired subroutine. Once Code Break is activated, a variety of actions can occur depending on the exact subroutine chosen.
AUTO DESTRUCT
AUTO DESTRUCT is composed of the fragments "AUTO" and "DESTRUCT". It can be used on turrets and large turrets. When activated, AUTO DESTRUCT immediately destroys the turret. If the turret is placed on a destructible wall, the explosion will also take out the wall, opening new paths and preventing the turret from ever respawning.
DISC JAMMER
DISC_JAMMER() { BOSS = GET_BOSS() CTRL=BOSS.GET_CTRL() CTRL.HACKING CTRL.STOP_DISC }
DISC JAMMER is composed of the fragments "DISC", "JAM", and "MER". It is used against Rinzler. When activated, DISC JAMMER prevents Rinzler from attacking with his discs for a short time. During this time, Rinzler is surrounded by a red, pixelated aura.
ENERGY JAMMER
ENERGY JAMMER is composed of the fragments "EN", "ERGY", "JAM", and "MER". It is used against the Commantis while it recharges its health. When activated, ENERGY JAMMER stop the Commantis from recharging.
MOVING SPARK
MOVING SPARK is composed of the fragments "MOVING" and "SPARK". It can be used on Nightmares and Guards. When activated, MOVING SPARK charges the target with energy and gives the player character 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() { WHILE PRIZE_BOX == 0 PRIZE_BOX=SEARCH() WEND PRIZE_BOX.DROP() }
PRIZE SHOT
SWITCH TARGET
- Used on enemies
SWITCH TARGET is composed of the fragments "SWITCH" and "TARGET". It can be used on Nightmares, Guards, and turrets. 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.
- Used on turrets
TRANSPORT
TRANSPORT is composed of the fragments "TR", "AN", "S", "PO", and "RT". It can be used on CLU's Recognizers. When activated, TRANSPORT causes the target Recognizer to stop firing and become usable for transportation, indicated by its circuit lines changing color from CLU's orange to Flynn's white. Recognizers will remain commandeered on future visits to The Grid.
UNLOCK
UNLOCK is composed of the fragments "UN", "L", "OC", and "K". It can be used on lock mechanisms at the Dock. When activated, UNLOCK unlocks any doors connected to the lock mechanism by circuit lines, which change color from orange to white. However, the lock must be unlocked on each visit to The Grid.