KH3D icon.png
The icon for Kingdom Hearts Dream Drop Distance HD

Code Break: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
mNo edit summary
 
(72 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{game|DDD}}
{{game|DDD|DHD}}
{{images|gif displaying Code Break; gif displaying each suboroutine}}
{{images|image for Prize Box/Disc Jammer, gif displaying Code Break; gif displaying each suboroutine}}
{{Expand|add mechanics, colored code, code pieces, and redirects (upper and normalcase) for each subroutine}}
{{InfoAbility
[[File:RS Sprite Code Break KH3D.png|right]]{{nihongo|'''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.
|kana=コードブレイク
|romaji=Kōdo Bureiku
|dddname=Code Break
|dddimage=Code Break KH3D.png
|dddatk1=Moving Spark
|dddel1={{AT|mag}} None
|dddpow1=6.0
|dddatk2=Auto Destruct
|dddel2={{AT|mag}} None
|dddpow2=6.0
}}
'''Code Break''' 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==
==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.
[[File:RS Sprite Code Break KH3D.png|left|200px]]
In ''Kingdom Hearts 3D: Dream Drop Distance'', Code Break is the [[Reality Shift]] in [[The Grid]]. Upon activation, 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===
In ''[[Kingdom Hearts Dream Drop Distance HD]]'', the word fragments have either {{button|x}}, {{button|s}}, {{button|c}}, or {{button|t}} in front of it, requiring the player to press the corresponding button to select the word fragments.
<!--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?-->
;Code
:<code>AUTO_DISTRUCT
:{
:&nbsp;IF POWER == 0 THEN
:&nbsp;&nbsp;POWER=GET_ENERGY()
:&nbsp;POWER *= 9999;<!--semicolon or colon?-->
:&nbsp;EXPLOSION(POWER)
:}</code>
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===
===List of actions===
<!--*'''DISC JAMMER''': Used against Rinzler.--to do what?--
{|border="1" cellspacing="0" cellpadding="2"
-->
|-style="{{style|ddd|a}}"
===ENERGY JAMMER===
!Image||Name||Effect||Fragments
<!--*'''ENERGY JAMMER''': Used against [[Commantis]] to prevent it from recharging its health.--necessary to win the battle--
|-
-->
!colspan="4" style="{{style|ddd|b}}"|Target: Enemy
===MOVING SPARK===
|-
<!--GIF OF MOVING SPARK-->
![[File:Moving Spark (Code Break RS) KH3D.png|200px]]||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 control over its movement. After a short time, or when pressing {{button|dsa}}/{{button|x}}, the target explodes and damages nearby enemies.
;Code
|MOVING<br>SPARK
:<code>MOVING_SPARK
|-
:{
!<!--[[File:Prize Box (Code Break RS) KH3D.png|200px]]-->||PRIZE BOX
:&nbsp;DE = GET_NIGHTMARE()
|Causes the enemy to drop an [[Item]] or {{c|Deck Command|ddd}}.
:&nbsp;CTRL = DE.GET_CTRL()
|PRIZE<br>BOX
:&nbsp;CTRL.INSERT(SPARK)
|-
:&nbsp;CTRL.MOVING()
![[File:Switch Target (Enemy) (Code Break RS) KH3D.png|200px]]||SWITCH TARGET
:}</code>
|When activated, SWITCH TARGET causes the target to attack its allies instead of the party for 15 seconds. Any circuit lines on the target will turn from CLU's orange to Flynn's white.
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.
|SWITCH<br>TARGET
{{-}}
|-
!colspan="4" style="{{style|ddd|b}}"|Target: Turret
|-
![[File:Auto Destruct (Code Break RS) KH3D.png|200px]]||AUTO DESTRUCT
|When activated, AUTO DESTRUCT immediately destroys the turret. If the turret is placed on a destructible wall, floor or glass, AUTO DESTRUCT will be the only word fragments to appear; the explosion will also take out the wall, opening new paths and preventing the turret from ever respawning. Any enemies within a short distance of the turret will take damage.
|AUTO<br>DESTRUCT
|-
![[File:Prize Shot (Code Break RS) KH3D.png|200px]]||PRIZE SHOT
|When activated, turrets shoot small (unless the Forecast's effects apply) HP prizes, munny, or Droplets instead of lasers for 30 seconds, after which the turrets shoot regular bullets.
|PRIZE<br>SHOT
|-
![[File:Switch Target (Turret) (Code Break RS) KH3D.png|200px]]||SWITCH TARGET
|When activated, SWITCH TARGET causes the turret to indefinitely attack enemies instead of the party.
|SWITCH<br>TARGET
|-
!colspan="4" style="{{style|ddd|b}}"|Target: Recognizer
|-
![[File:Transport (Code Break RS) KH3D.png|200px]]||TRANSPORT
|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 the white associated with Users. Recognizers will remain commandeered on future visits to The Grid.
|TR<br>AN<br>S<br>PO<br>RT
|-
!colspan="4" style="{{style|ddd|b}}"|Target: Switch
|-
![[File:Unlock (Code Break RS) KH3D.png|200px]]||UNLOCK
|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.
|UN<br>L<br>OC<br>K
|-
!colspan="4" style="{{style|ddd|b}}"|Target: Rinzler
|-
!<!--[[File:Disc Jammer (Code Break RS) KH3D.png|200px]]-->||DISC JAMMER
|When activated, DISC JAMMER prevents {{ns|Game|Rinzler}} from attacking with his discs for a short time. During this time, Rinzler is surrounded by a red, pixelated aura.
|DISC<br>JAMMER
|-
!colspan="4" style="{{style|ddd|b}}"|Target: Commantis
|-
![[File:Energy Jammer (Code Break RS) KH3D.png|200px]]||ENERGY JAMMER
|Energy Jammer is used against the [[Commantis]] while it recharges its health. When activated, ENERGY JAMMER stop the Commantis from recharging. This Code Break is mandatory in defeating the Commantis.
|EN<br>ERGY<br>JAM<br>MER
|}


===PRIZE BOX===
==Learning Code Break==
<!--*'''PRIZE BOX''': Causes the enemy or turret to drop an Item or Command.-->
===''Kingdom Hearts 3D: Dream Drop Distance''===
===PRIZE SHOT===
*[[Sora]] and [[Riku]] can use Code Break when a Reality Shift is triggered in The Grid.
<!--*'''PRIZE SHOT''': Used on turrets and large turrets to make them shoot prizes, as well as cause enemies to drop [[Item]] or [[Deck Command (KH3D)|Command]].-->
===SWITCH TARGET===
<!--GIF OF SWITCH TARGET-->
'''SWITCH TARGET''' is composed of the fragments "SWITCH" and "TARGET". It can be used on Nightmares, Guards, and turrets.<!--Recognizers?-->
;Code (against enemies)
:<code>SWITCH_TARGET
:{
:&nbsp;DE = GET_NIGHTMARE()
:&nbsp;TAR = DE.TARGET()
:&nbsp;IF TAR != ENEMY THEN
:&nbsp;&nbsp;&nbsp;&nbsp;TAR.SWITCH(ENEMY)
:}</code>


;Code (against turrets)
:<code>SWITCH_TARGET
:{
:&nbsp;GM = GET_GIMMICK()
:&nbsp;TAR = GM.TARGET()
:&nbsp;IF TAR != ENEMY THEN
:&nbsp;&nbsp;&nbsp;&nbsp;TAR.SWITCH(ENEMY)
:}</code>
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?-->
{{-}}
===TRANSPORT===
<!--GIF OF TRANSPORT-->
'''TRANSPORT''' is composed of the fragments "TR", "AN", "S", "PO", and "RT". It can be used on CLU's [[Recognizer]]s.
;Code
:<code>TRANSPORT
:{
:&nbsp;WHILE ADR < 100
:&nbsp;&nbsp;ADR += NEXT_POINT()
:&nbsp;WEND<!--check against english, just in case-->
:&nbsp;WARP( ADR )
:}</code>
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.
{{-}}
===UNLOCK===
<!--
*'''UNLOCK''': Used on a lock to open the locked doors at the [[Dock]]. (main door blocks lift to lower floors of Docks; other door blocks door to side-tunnel, allowing Sora/Riku to sidestep all the Nightmares in that tunnel
Locks RELOCK EACH DROP; poss. once return to world map-->
{{ability-stub}}
[[Category:Reality Shifts]]
[[Category:Reality Shifts]]

Latest revision as of 05:51, 17 March 2024

Gawrsh, aren't we here because of the picture?
Goofy B 6★ KHUX.png
This article needs some images!

Please upload a picture of image for Prize Box/Disc Jammer, gif displaying Code Break; gif displaying each suboroutine.

Code Break
(コードブレイク Kōdo Bureiku?)
Code Break KH3D.png
Attack Element Power Reaction
Value
Status Guard?
Moving Spark Magic Command None 6.0
Auto Destruct Magic Command None 6.0

Code Break 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[edit]

RS Sprite Code Break KH3D.png

In Kingdom Hearts 3D: Dream Drop Distance, Code Break is the Reality Shift in The Grid. Upon activation, 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.

In Kingdom Hearts Dream Drop Distance HD, the word fragments have either X, Square, Circle, or Triangle in front of it, requiring the player to press the corresponding button to select the word fragments.

List of actions[edit]

Image Name Effect Fragments
Target: Enemy
Moving Spark (Code Break RS) KH3D.png MOVING SPARK When activated, MOVING SPARK charges the target with energy and gives the player control over its movement. After a short time, or when pressing A/X, the target explodes and damages nearby enemies. MOVING
SPARK
PRIZE BOX Causes the enemy to drop an Item or Deck Command. PRIZE
BOX
Switch Target (Enemy) (Code Break RS) KH3D.png SWITCH TARGET When activated, SWITCH TARGET causes the target to attack its allies instead of the party for 15 seconds. Any circuit lines on the target will turn from CLU's orange to Flynn's white. SWITCH
TARGET
Target: Turret
Auto Destruct (Code Break RS) KH3D.png AUTO DESTRUCT When activated, AUTO DESTRUCT immediately destroys the turret. If the turret is placed on a destructible wall, floor or glass, AUTO DESTRUCT will be the only word fragments to appear; the explosion will also take out the wall, opening new paths and preventing the turret from ever respawning. Any enemies within a short distance of the turret will take damage. AUTO
DESTRUCT
Prize Shot (Code Break RS) KH3D.png PRIZE SHOT When activated, turrets shoot small (unless the Forecast's effects apply) HP prizes, munny, or Droplets instead of lasers for 30 seconds, after which the turrets shoot regular bullets. PRIZE
SHOT
Switch Target (Turret) (Code Break RS) KH3D.png SWITCH TARGET When activated, SWITCH TARGET causes the turret to indefinitely attack enemies instead of the party. SWITCH
TARGET
Target: Recognizer
Transport (Code Break RS) KH3D.png TRANSPORT 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 the white associated with Users. Recognizers will remain commandeered on future visits to The Grid. TR
AN
S
PO
RT
Target: Switch
Unlock (Code Break RS) KH3D.png UNLOCK 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. UN
L
OC
K
Target: Rinzler
DISC JAMMER 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
Target: Commantis
Energy Jammer (Code Break RS) KH3D.png ENERGY JAMMER Energy Jammer is used against the Commantis while it recharges its health. When activated, ENERGY JAMMER stop the Commantis from recharging. This Code Break is mandatory in defeating the Commantis. EN
ERGY
JAM
MER

Learning Code Break[edit]

Kingdom Hearts 3D: Dream Drop Distance[edit]

  • Sora and Riku can use Code Break when a Reality Shift is triggered in The Grid.