User:PrivateTarkus/sandbox2: Difference between revisions

From Dustloop Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{#cargo_query:tables=MoveData_BBTag
==Air Dash Values==
|fields=chara=Character,startup=Startup,
<div style="width: fit-content; margin: 0 auto;">
|group by=chara
{{#cargo_query:tables=ggacrCharacters
|order by=Startup
|fields=CONCAT('[[file:', icon, '|24px|link=]] ', name)=Character,numberOfAirDashes=Number of Air Dashes,CONCAT(airDashStartup,"F")=Forwards Air Dash Startup,CONCAT(airDashForwardsDuration,"F")=Forwards Air Dash Duration,airDashForwardsSpeed=Forwards Air Dash Speed,CONCAT(airDashBackwardsStartup,"F")=Backwards Air Dash Startup,CONCAT(airDashBackwardsDuration,"F")=Backwards Air Dash Duration,airDashBackwardsSpeed=Backwards Air Dash Speed,minimumRisingAirDashHeight=Minimum Rising Airdash Height
|format=dynamic table|order by=chara,_rowID|rows per page=50
|format=table
|details fields=notes,images,hitboxes
|where=name=Ky Kiske
}}
}}
</div>
* VX and VY are Horizontal Velocity and Vertical Velocity respectively.
# Height in pixels, based on the distance between the character's origin and the ground. "Rising" is defined as having any upwards velocity, including after air ukemi. While descending (or at zero vertical velocity), characters have a universal minimum airdash height of 40 pixels.
# Values in brackets represent Justice's values during Omega Shift.

Revision as of 20:31, 12 August 2023

Air Dash Values

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Kiske ORDER BY `cargo__ggacrCharacters`.`_pageID`,CONCAT('[[file:', icon, '|...' at line 1

Function: CargoSQLQuery::run Query: SELECT `cargo__ggacrCharacters`.`_pageID` AS `cargo_backlink_page_id_ggacrCharacters`,CONCAT('File:', icon, ' ', name) AS `Character`,`numberOfAirDashes` AS `Number of Air Dashes`,CONCAT(airDashStartup,"F") AS `Forwards Air Dash Startup`,CONCAT(airDashForwardsDuration,"F") AS `Forwards Air Dash Duration`,`airDashForwardsSpeed` AS `Forwards Air Dash Speed`,CONCAT(airDashBackwardsStartup,"F") AS `Backwards Air Dash Startup`,CONCAT(airDashBackwardsDuration,"F") AS `Backwards Air Dash Duration`,`airDashBackwardsSpeed` AS `Backwards Air Dash Speed`,`minimumRisingAirDashHeight` AS `Minimum Rising Airdash Height` FROM `cargo__ggacrCharacters` WHERE name=Ky Kiske ORDER BY `cargo__ggacrCharacters`.`_pageID`,CONCAT('File:', icon, ' ', name),`numberOfAirDashes`,CONCAT(airDashStartup,"F"),CONCAT(airDashForwardsDuration,"F") LIMIT 100

  • VX and VY are Horizontal Velocity and Vertical Velocity respectively.
  1. Height in pixels, based on the distance between the character's origin and the ground. "Rising" is defined as having any upwards velocity, including after air ukemi. While descending (or at zero vertical velocity), characters have a universal minimum airdash height of 40 pixels.
  2. Values in brackets represent Justice's values during Omega Shift.