(Created page with "<noinclude>{{#cargo_declare: _table=UMVC3_MovementData | chara = String | airActions = Wikitext String | FwdDashDur = Wikitext string | bwdDashDur = Wikitext string | jumpDur = Wikitext string | superJumpDur = Wikitext string | wallJumpDur = Wikitext string | dblJumpDur = Wikitext string | airDashType = Wikitext string | earliestADJump = Wikitext string | earliestADSJump = Wikitext string | upADDur = Wikitext stri...") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
| chara = String | | chara = String | ||
| airActions = Wikitext String | | airActions = Wikitext String | ||
| | | fwdWalkSpd = Wikitext String | ||
| bwdWalkSpd = Wikitext String | |||
| fwdDashDur = Wikitext string | |||
| fwdDashSpd = Wikitext String | |||
| fwdDashDecel = Wikitext String | |||
| fwdDashStartup = Wikitext String | |||
| fwdDashCancel = Wikitext String | |||
| bwdDashDur = Wikitext string | | bwdDashDur = Wikitext string | ||
| bwdDashSpd = Wikitext String | |||
| bwdDashDecel = Wikitext String | |||
| bwdDashStartup = Wikitext String | |||
| bwdDashCancel = Wikitext String | |||
| jumpDur = Wikitext string | | jumpDur = Wikitext string | ||
| superJumpDur = Wikitext string | | superJumpDur = Wikitext string | ||
| wallJumpDur = Wikitext string | | wallJumpDur = Wikitext string | ||
| | | airJumpDur = Wikitext string | ||
| airDashType = Wikitext string | | airDashType = Wikitext string | ||
| earliestADJump = Wikitext string | | earliestADJump = Wikitext string | ||
Line 22: | Line 32: | ||
| flightStartup = Wikitext String | | flightStartup = Wikitext String | ||
| flightDur = Wikitext string | | flightDur = Wikitext string | ||
| flightRecovery = Wikitext string | | flightRecovery = Wikitext string <!-- AKA Unfly Startup --> | ||
}}</noinclude><includeonly>{{#ifeq:{{{ | }}</noinclude><includeonly>{{#ifeq:{{{StoreInCargo|true}}}|true|{{#cargo_store: | ||
_table=UMVC3_MovementData | _table=UMVC3_MovementData | ||
| chara = {{{ | | chara = {{{chara}}} | ||
| airActions = {{{airActions}}} | |||
| fwdWalkSpd = {{{fwdWalkSpd}}} | |||
| bwdWalkSpd = {{{bwdWalkSpd}}} | |||
| fwdDashDur = {{{fwdDashDur}}} | |||
| fwdDashSpd = {{{fwdDashSpd}}} | |||
| fwdDashDecel = {{{fwdDashDecel}}} | |||
| fwdDashStartup = {{{fwdDashStartup}}} | |||
| fwdDashCancel = {{{fwdDashCancel}}} | |||
| bwdDashDur = {{{bwdDashDur}}} | |||
| bwdDashSpd = {{{bwdDashSpd}}} | |||
| bwdDashDecel = {{{bwdDashDecel}}} | |||
| bwdDashStartup = {{{bwdDashStartup}}} | |||
| bwdDashCancel = {{{bwdDashCancel}}} | |||
| jumpDur = {{{jumpDur}}} | |||
| superJumpDur = {{{superJumpDur}}} | |||
| wallJumpDur = {{{wallJumpDur}}} | |||
| airJumpDur = {{{airJumpDur}}} | |||
| airDashType = {{{airDashType}}} | |||
| earliestADJump = {{{earliestADJump}}} | |||
| earliestADSJump = {{{earliestADSJump}}} | |||
| upADDur = {{{upADDur}}} | |||
| upFwdADDur = {{{upFwdADDur}}} | |||
| fwdADDur = {{{fwdADDur}}} | |||
| dwnFwdADDur = {{{dwnFwdADDur}}} | |||
| dwnADDur = {{{dwnADDur}}} | |||
| dwnBwdADDur = {{{dwnBwdADDur}}} | |||
| bwdADDur = {{{bwdADDur}}} | |||
| upBwdADDur = {{{upBwdADDur}}} | |||
| flightStartup = {{{flightStartup}}} | |||
| flightDur = {{{flighDur}}} | |||
| flightRecovery = {{{FlightRecovery}}} | |||
}}}} | }}}} | ||
{| class="wikitable" style="text-align:center" | {| class="wikitable" style="text-align:center" | ||
|+ style="text-align: center; font-size: xx-large" | {{{chara}}} Movement Data | |||
! Number of Air Actions | |||
! Forward Walk Speed | |||
! Backward Walk Speed | |||
! Forward Dash Duration | |||
! Forward Dash Initial Speed | |||
! Forward Dash Deceleration | |||
! Forward Dash Startup | |||
! Forward Dash Cancel Delay | |||
|- | |||
| {{{airActions|}}} | |||
| {{{fwdWalkSpd|}}} | |||
| {{{bwdWalkSpd|}}} | |||
| {{{fwdDashDur|}}} | |||
| {{{fwdDashSpd|}}} | |||
| {{{fwdDashDecel|}}} | |||
| {{{fwdDashStartup|}}} | |||
| {{{fwdDashCancel|}}} | |||
|- | |||
! Backward Dash Duration | |||
! Backward Dash Intial Speed | |||
! Backward Dash Deceleration | |||
! Backward Dash Startup | |||
! Backward Dash Cancel Delay | |||
! Jump Duration | |||
! Superjump Duration | |||
! Walljump Duration | |||
|- | |||
| {{{bwdDashDur|}}} | |||
| {{{bwdDashSpd|}}} | |||
| {{{bwdDashDecel|}}} | |||
| {{{bwdDashStartup|}}} | |||
| {{{bwdDashCancel|}}} | |||
| {{{jumpDur|}}} | |||
| {{{superJumpDur|}}} | |||
| {{{wallJumpDur|}}} | |||
|- | |||
! Air jump Duration | |||
! Air Dash Type | |||
! Earliest Airdash from Jump | |||
! Earliest Airdassh from Superjump | |||
! Up Air Dash Duration | |||
! Up-forward Air Dash Duration | |||
! Forward Air Dash Duration | |||
! Down-forward Air Dash Duration | |||
|- | |||
| {{{airJumpDur|}}} | |||
| {{{airDashType|}}} | |||
| {{{earliestADJump|}}} | |||
| {{{earliestADSJump|}}} | |||
| {{{upADDur|}}} | |||
| {{{upFwdADDur|}}} | |||
| {{{fwdADDur|}}} | |||
| {{{dwnFwdADDur|}}} | |||
|- | |||
! Down Air Dash Duration | |||
! Down-back Air Dash Duration | |||
! Back Air Dash Duration | |||
! Up-back Air Dash Duration | |||
! Flight Startup | |||
! Flight Duration | |||
! Flight Recovery (Unfly) | |||
|- | |||
| {{{dwnADDur|}}} | |||
| {{{dwnBwdADDur|}}} | |||
| {{{bwdADDur|}}} | |||
| {{{upBwdADDur|}}} | |||
| {{{flightStartup|}}} | |||
| {{{flightDur|}}} | |||
| {{{flightRecovery|}}} | |||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
[[Category:Cargo Templates]] | [[Category:Cargo Templates]] | ||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 13:30, 15 July 2024
This template defines the table "UMVC3_MovementData". View table.
Template DocumentationEdit This Documentation
Example
{{MovementData-UMVC3 | chara = C. Viper | airActions = 2 | fwdWalkSpd = 3.1 | bwdWalkSpd = 3.1 | fwdDashDur = 15 | fwdDashSpd = 18 | fwdDashDecel = 1.00 | fwdDashStartup = 1 | fwdDashCancel = 4 | bwdDashDur = 23 | bwdDashSpd = 15 | bwdDashDecel = 0.80 | bwdDashStartup = 1 | bwdDashCancel = 4 | jumpDur = 49 | superJumpDur = 81 | wallJumpDur = | airJumpDur = 22 | airDashType = 8-Way | earliestADJump = 8 | earliestADSJump = 4 | upADDur = 38(5) | upFwdADDur = 30(9) | fwdADDur = 38(7) | dwnFwdADDur = Until Grounded(9) | dwnADDur = 38(5) | dwnBwdADDur = Until Grounded(9) | bwdADDur = 37(7) | upBwdADDur = 30(9) | flightStartup = | flightDur = | flightRecovery = }}
Number of Air Actions | Forward Walk Speed | Backward Walk Speed | Forward Dash Duration | Forward Dash Initial Speed | Forward Dash Deceleration | Forward Dash Startup | Forward Dash Cancel Delay |
---|---|---|---|---|---|---|---|
2 | 3.1 | 3.1 | 15 | 18 | 1.00 | 1 | 4 |
Backward Dash Duration | Backward Dash Intial Speed | Backward Dash Deceleration | Backward Dash Startup | Backward Dash Cancel Delay | Jump Duration | Superjump Duration | Walljump Duration |
23 | 15 | 0.80 | 1 | 4 | 49 | 81 | |
Air jump Duration | Air Dash Type | Earliest Airdash from Jump | Earliest Airdassh from Superjump | Up Air Dash Duration | Up-forward Air Dash Duration | Forward Air Dash Duration | Down-forward Air Dash Duration |
22 | 8-Way | 8 | 4 | 38(5) | 30(9) | 38(7) | Until Grounded(9) |
Down Air Dash Duration | Down-back Air Dash Duration | Back Air Dash Duration | Up-back Air Dash Duration | Flight Startup | Flight Duration | Flight Recovery (Unfly) | |
38(5) | Until Grounded(9) | 37(7) | 30(9) |
Explanation of Parameters
- airActions
- The number of dashes and/or air jumps a character can do while in the air. Using either a jump or air dash contributes to this limit. Not every characters has an air dash and/or a air jump.
- fwdDashDur
- The total length in frames of a characters forward ground dash, if not cancelled early.
- bwdDashDur
- The total length in frames of a characters backwards ground dash, if not cancelled early.
- jumpDur
- The total length in frames of a characters jump, if not interrupted. This is measured from when the character leaves the ground to when they land.
- superJumpDur
- The total length in frames of a characters superjump, if not interrupted. This is measured from when the character leaves the ground to when they land.
This documentation is automatically transcluded from Template:MovementData-UMVC3/Documentation and is not included when this page is transcluded.