Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing functions #29

Merged
merged 36 commits into from
Sep 17, 2024
Merged

add missing functions #29

merged 36 commits into from
Sep 17, 2024

Conversation

that-hatter
Copy link
Member

@that-hatter that-hatter commented Sep 14, 2024

  • Auxiliary.AddEquipProcedure

  • Auxiliary.addContinuousLizardCheck
  • Auxiliary.addLizardCheck
  • Auxiliary.addTempLizardCheck
  • Auxiliary.createContinuousLizardCheck
  • Auxiliary.createTempLizardCheck

  • Card.IsNormalSpellTrap
  • Card.IsContinuousSpellTrap
  • Card.IsEquipCard
  • Card.IsMonsterCard
  • Card.IsSpellCard
  • Card.IsTrapCard
  • Card.IsSpellTrapCard
  • Card.IsTrapMonster

  • Card.IsBaseAttack
  • Card.IsTextAttack
  • Card.IsPreviousAttackOnField

  • Card.HasDefense
  • Card.IsBaseDefense
  • Card.IsTextDefense
  • Card.IsPreviousDefenseOnField

  • Card.IsOriginalLevel
  • Card.IsPreviousLevelOnField
  • Card.IsLevelBetween
  • Card.IsOriginalRank
  • Card.HasRank
  • Card.IsPreviousRankOnField
  • Card.IsScale

  • Card.IsPreviousAttributeOnField
  • Card.IsPreviousRaceOnField
  • Card.IsPreviousTypeOnField
  • Card.IsPreviousCodeOnField
  • Card.IsPreviousSequence

  • Card.HasCounter
  • Card.HasEquipCard
  • Card.IsOwner
  • Card.IsBattlePosition
  • Card.IsLevelBetween

  • Card.IsDestination
  • Card.IsLeaveFieldDest

  • Card.IsFieldID
  • Card.IsRealFieldID

  • Card.IsReasonCard
  • Card.IsReasonEffect
  • Card.IsReasonPlayer

  • Card.AddCannotBeSpecialSummoned
  • Card.AddMustBeSpecialSummoned
  • Card.AddMustBeSpecialSummonedByCardEffect
  • Card.AddMustBeRitualSummoned
  • Card.AddMustFirstBeRitualSummoned
  • Card.AddMustBeFusionSummoned
  • Card.AddMustFirstBeFusionSummoned
  • Card.AddMustBeSynchroSummoned
  • Card.AddMustFirstBeSynchroSummoned
  • Card.AddMustBeXyzSummoned
  • Card.AddMustFirstBeXyzSummoned
  • Card.AddMustBePendulumSummoned
  • Card.AddMustFirstBePendulumSummoned
  • Card.AddMustBeLinkSummoned
  • Card.AddMustFirstBeLinkSummoned

@that-hatter that-hatter merged commit 00d7310 into master Sep 17, 2024
1 check passed
@that-hatter that-hatter deleted the missing-functions branch September 17, 2024 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant