User:Kaladin: Difference between revisions

2,726 edits
No edit summary
Line 35: Line 35:
==MoveCard Notes==
==MoveCard Notes==
* May need to find some way to include parathesized info in the properties field while still having it pull the cargo correctly.  
* May need to find some way to include parathesized info in the properties field while still having it pull the cargo correctly.  
** <pre>{{#cargo_query:tables = UMVC3_FrameData=fd, UMVC3_FrameData__properties=pr | join on = fd._ID=pr._rowID | fields = _value | where = moveId='c.viper_236S' | format = ol}}</pre>
* May want to create a seperate MoveDataCargoImage template for UMVC3 to change the "caption" field to something like "Voiceline" but also include a way to say which image belongs to which version.
* May want to create a seperate MoveDataCargoImage template for UMVC3 to change the "caption" field to something like "Voiceline" but also include a way to say which image belongs to which version.
* Come up with a solid notation for the cancels?  
* Come up with a solid notation for the cancels?  

Revision as of 14:08, 12 May 2025

Useful Stuff


Grounded Normal Chain/Cancel Table

* L/S/H stands for Launcher, Specials, and Hypers

Normal Chains Into Cancels Into Notes
5L
2L
5M
2M
5H
2H


MoveCard Notes

  • May need to find some way to include parathesized info in the properties field while still having it pull the cargo correctly.
    • {{#cargo_query:tables = UMVC3_FrameData=fd, UMVC3_FrameData__properties=pr | join on = fd._ID=pr._rowID | fields = _value | where = moveId='c.viper_236S' | format = ol}}
  • May want to create a seperate MoveDataCargoImage template for UMVC3 to change the "caption" field to something like "Voiceline" but also include a way to say which image belongs to which version.
  • Come up with a solid notation for the cancels?
    • L/S/H/D/J/U = Launcher/Special/Hyper/Dash/Jump/Unique
    • Ln/Sp/Hy/Ds/Jm/Uq = Launcher/Special/Hyper/Dash/Jump/Unique
    • May want to include Superjump, THC, and maybe DHC?