Boosted Uppercut and MediaWiki:Common.css: Difference between pages

From JakSpeedruns Wiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
[[File:Boosted Uppercut.gif|thumb|A boosted uppercut being performed in Sentinel Beach]]
/* CSS placed here will be applied to all skins */
A '''boosted uppercut''' or "'''boosted'''" is a movement technique that gives Jak much more horizontal momentum than the conventional intended movement techniques, making it possible to cross larger gaps. The technique has a few methods by which it can be performed, all of which yield increased horizontal momentum:


* by slowly walking off of a ledge and pressing square, cross, circle in succession before Jak begins his falling animation;
@media screen {
* by running along the edge of a ledge, and then pressing square, cross, circle in succession (often called a sideways boosted);
  #mw-head {
* by standing on the very edge of a ledge so that Jak's feet point downwards, and then pressing square, cross, circle in succession;
    position: absolute;
* In Jak and Daxter: The Precursor Legacy only, by zoom walking off of a ledge, then cancelling the goggles with triangle and quickly pressing square, cross, circle in succession.
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/Isg6ykH.png");
    background-color: #a16644;
  }
}


Boosted uppercuts can be performed in Jak and Daxter: The Precursor Legacy, Jak II: Renegade, and Jak 3.  
@media screen {
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #0d2400;
    overflow-y: scroll;
  }
}


== Technical ==
@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}


@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}


== Tutorial ==
@media screen {
<youtube>https://www.youtube.com/watch?v=IwfJVeF38Hg</youtube>
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
 
    color: #fff;
== Discovery ==
    font-size: 0.85em;
The Backwards Boosted Uppercut was the first variant of the Boosted Uppercut to be discovered. Backwards Boosted Uppercuts regularly occur in casual play which makes it impossible to determine when it was first performed. A speedrunner named Meggachilly discovered the Boosted Uppercut that is still used in Jak and Daxter speedruns today.
    font-weight: bold;
 
    cursor: default;
== Other Notes ==
  }
 
}
{{Movement_Techniques}}

Revision as of 21:02, 16 February 2024

/* CSS placed here will be applied to all skins */

@media screen {
  #mw-head {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-image: url("https://i.imgur.com/Isg6ykH.png");
    background-color: #a16644;
  }
}

@media screen {
  body {
    background-image: url("https://i.imgur.com/arVoy1Y.png");
    background-color: #0d2400;
    overflow-y: scroll;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
    color: #fdffaf;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #f0e433;
  }
}

@media screen {
  .vector-legacy-sidebar .vector-menu-portal .vector-menu-heading {
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    cursor: default;
  }
}