Jump to content

User:MadnessEdits/Sandbox/Danko Sousai Ken

From Hokuto no Ken Encyclopedia | HnKWiki

Danko Sōsai Ken (断己相殺拳, Self-Sacrifice Offset Fist)
The ultimate technique of Nanto Suichō Ken. It destroys the enemy at the expense of the user's life. Rei performed this technique in his failed attempt to defeat Raoh.

Appears in

[edit | edit source]
Original Manga
Rei performs this against Raoh in volume 8, chapter 66, titled "The Unseen Demon Fist!" (見えざる魔拳!, Miezaru Maken!)
Rei Gaiden
Rofu performs this against Rei in volume 6, chapter 53, titled "The Heaven Soaring Waterfowl" (天駆ける水鳥, Ten Kakeru Mizudori)
Hokuto Musō
Rei leaps into the air and strikes the ground upon landing, sending out a shock wave of ki around him slicing all surrounding enemies.

Trivia

[edit | edit source]
  • The effects of the technique are never revealed on-panel, as both times it is shown to be used, it loses out to another technique. However, in the TV series, Raoh reads through the technique and envisions it in action.


CSS used:

.pi-theme-technique {
    display: grid;
    width: 355px;
    grid-template: "empty    name" "furigana image" "furigana info" / 55px 300px;
    font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
}

.pi-theme-technique.pi-europa.portable-infobox {
    width: 355px;
}

.pi-theme-technique.pi-europa.pi-background {
    background: transparent;
}

.pi-theme-technique .pi-title {
    grid-area: name;
    color: #fff;
    font-style: italic;
    font-size: 25px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
    background: transparent;
}

.pi-theme-technique .pi-title + .pi-image {
    grid-area: image;
}

.pi-theme-technique .pi-data[data-source="Furigana"] {
    grid-area: furigana;
    font-family: 'Noto Serif JP', serif;
    font-size: 31px;
    writing-mode: vertical-rl;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
    padding: 0 8px 8px 0;
}

.pi-theme-technique .pi-data[data-source="Furigana"] .pi-data-value {
    font-size: 30px;
    height: 100%;
    border: none;
}

.pi-theme-technique .pi-data[data-source="Furigana"] ruby {
    margin-bottom: 10px;
}

.pi-theme-technique .pi-header {
    text-align: left;
    border: 1px solid #25467c;
    margin: 10px;
    background: linear-gradient(to left, #121139, #000);
    color: white;
    box-shadow: 0 0 5px #25467c;
    font-style: italic;
}

.pi-theme-technique.pi-europa .pi-header.pi-item-spacing {
    padding: 5px 13px;
}

.pi-theme-technique > .pi-group {
    grid-area: info;
    background: #1d1e23;
    box-shadow: 0 0 15px inset #313441;
    border-radius: 0 0 6px 6px;
}

.pi-theme-technique.pi-europa .pi-collapse .pi-header:first-child::after,
.pi-theme-technique.pi-europa .pi-header.collapsible::after {
    border-color: #fff;
}

.pi-theme-technique .pi-collapse.pi-collapse-closed .pi-header:first-child::after {
    margin-top: -6px;
}

.pi-theme-technique .pi-collapse .pi-header:first-child::after {
    margin-top: -4px;
}

.pi-theme-technique.pi-europa .pi-data-label,
.pi-theme-technique.pi-europa .pi-data-value {
    border-bottom: 1px solid #516475;
    font-size: 14px;
    line-height: 19px;
}
.pi-theme-technique.pi-europa .pi-data-label {
    padding-left: 5px;
}

.pi-theme-technique.pi-europa .pi-data-label + .pi-data-value {
    text-align: right;
    padding-right: 5px;
}

.pi-theme-technique.pi-europa .pi-item-spacing {
    padding: 5px 13px;
}