Card creation definition. Used in OcgCore#duelNewCard.
team: 0 | 1
Owner team.
controller: 0 | 1
Current controller of the card. Usually same as team.
Current location of the card. If duelist isn't 0 then it should always be OcgLocation#DECK or OcgLocation#EXTRA
Index of the card in the specified location. If location is DECK then if sequence == 0 it's the top, if sequence == 1 it's the bottom, otherwise the deck is shuffled. If location is EXTRA, REMOVED, GRAVE, or HAND it's ignored.
Position, may be automatically overriden depending on the location.