Latest revision |
Your text |
Line 1: |
Line 1: |
| {{game|DDD|DHD}} | | {{game|DDD}} |
| {{images|image for Prize Box/Disc Jammer, gif displaying Code Break; gif displaying each suboroutine}} | | {{images|gif displaying Code Break; gif displaying each suboroutine}} |
| {{InfoAbility | | {{Expand|add mechanics, colored code, code pieces, and redirects (upper and normalcase) for each subroutine}} |
| |kana=コードブレイク | | [[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. |
| |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== |
| [[File:RS Sprite Code Break KH3D.png|left|200px]]
| | 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. |
| 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. Touching outside the colored word fragments three times cancels Code Break. | |
|
| |
|
| 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. Pressing an input with no effect three times cancels Code Break.
| | ===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?--> |
| | ;Code |
| | :<code>AUTO_DISTRUCT |
| | :{ |
| | : IF POWER == 0 THEN |
| | : POWER=GET_ENERGY() |
| | : POWER *= 9999;<!--semicolon or colon?--> |
| | : 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. |
| | {{-}} |
|
| |
|
| ===List of actions=== | | ===DISC JAMMER=== |
| {|border="1" cellspacing="0" cellpadding="2"
| | <!--*'''DISC JAMMER''': Used against Rinzler.--to do what?-- |
| |-style="{{style|ddd|a}}"
| | --> |
| !Image||Name||Effect||Fragments | | ===ENERGY JAMMER=== |
| |-
| | <!--*'''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=== |
| ![[File:Moving Spark (Code Break RS) KH3D.png|200px]]||MOVING SPARK
| | <!--GIF OF 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 {{button|dsa}}/{{button|x}}, the target explodes and damages nearby enemies.
| | '''MOVING SPARK''' is composed of the fragments "MOVING" and "SPARK". It can be used on Nightmares and Guards. |
| |MOVING<br>SPARK<ref name="3dvshd"/>
| | ;Code |
| |-
| | :<code>MOVING_SPARK |
| !<!--[[File:Prize Box (Code Break RS) KH3D.png|200px]]-->||PRIZE BOX
| | :{ |
| |Causes the enemy to drop an [[Item]] or {{c|Deck Command|ddd}}.
| | : DE = GET_NIGHTMARE() |
| |PRIZE<br>BOX<ref name="3dvshd"/>
| | : CTRL = DE.GET_CTRL() |
| |-
| | : CTRL.INSERT(SPARK) |
| ![[File:Switch Target (Enemy) (Code Break RS) KH3D.png|200px]]||SWITCH TARGET
| | : CTRL.MOVING() |
| |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.
| | :}</code> |
| |SWITCH<br>TARGET<ref name="3dvshd"/>
| | 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. |
| |-
| | {{-}} |
| !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. Any enemies within a short distance of the turret will take damage.
| |
|
| |
|
| If the turret is placed on a destructible wall, floor or glass, AUTO DESTRUCT will destroy the turret whose explosion will damage nearby enemies, and take out that destructible wall, floor, or glass, opening new paths and preventing the turret from ever respawning. AUTO DESTRUCT will also be the only subroutine available when using Code Break in this case.
| | ===PRIZE BOX=== |
| |AUTO<br>DESTRUCT<ref>In ''Kingdom Hearts 3D: Dream Drop Distance'', AUTO DESTRUCT appears as two fragments regardless of the situation while in ''Kingdom Hearts Dream Drop Distance HD'', AUTO DESTRUCT appears as two fragments only if no other subroutines are available, otherwise, it appears as one fragment to select.</ref>
| | <!--*'''PRIZE BOX''': Causes the enemy or turret to drop an Item or Command.--> |
| |-
| | ===PRIZE SHOT=== |
| ![[File:Prize Shot (Code Break RS) KH3D.png|200px]]||PRIZE SHOT
| | <!--*'''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]].--> |
| |When activated, turrets shoot small (unless the Forecast's effects apply where they're big instead) HP prizes, munny, or Droplets instead of lasers for 30 seconds, after which the turrets shoot regular bullets.
| | ===SWITCH TARGET=== |
| |PRIZE<br>SHOT<ref name="3dvshd">In ''Kingdom Hearts 3D: Dream Drop Distance'', this effect appears as two fragments while in ''Kingdom Hearts Dream Drop Distance HD'' it appears as one fragment to select.</ref>
| | <!--GIF OF SWITCH TARGET--> |
| |-
| | '''SWITCH TARGET''' is composed of the fragments "SWITCH" and "TARGET". It can be used on Nightmares, Guards, and turrets.<!--Recognizers?--> |
| ![[File:Switch Target (Turret) (Code Break RS) KH3D.png|200px]]||SWITCH TARGET
| | ;Code |
| |When activated, SWITCH TARGET causes the turret to indefinitely attack enemies instead of the party.
| | :<code>SWITCH_TARGET |
| |SWITCH<br>TARGET<ref name="3dvshd"/>
| | :{ |
| |-
| | : DE = GET_NIGHTMARE() |
| !colspan="4" style="{{style|ddd|b}}"|Target: Recognizer
| | : TAR = DE.TARGET() |
| |-
| | : IF TAR != ENEMY THEN |
| ![[File:Transport (Code Break RS) KH3D.png|200px]]||TRANSPORT
| | : TAR.SWITCH(ENEMY) |
| |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.
| | :}</code> |
| |TR<br>AN<br>S<br>PO<br>RT
| | 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?--> |
| |-
| | {{-}} |
| !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. Also returns the gravity of the arena back to normal if flipped.
| |
| |DISC<br>JAM<br>MER
| |
| |-
| |
| !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
| |
| |}
| |
|
| |
|
| ==Learning Code Break== | | ===TRANSPORT=== |
| ===''Kingdom Hearts 3D: Dream Drop Distance''=== | | <!--GIF OF TRANSPORT--> |
| *[[Sora]] and [[Riku]] can use Code Break when a Reality Shift is triggered in The Grid.
| | '''TRANSPORT''' is composed of the fragments "TR", "AN", "S", "PO", and "RT". It can be used on CLU's [[Recognizer]]s. |
| | ;Code |
| | :<code>TRANSPORT |
| | :{ |
| | : WHILE ADR < 100 |
| | : ADR += NEXT_POINT() |
| | : WEND<!--check against english, just in case--> |
| | : 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]] |