Skip to content

Commit

Permalink
Added new Card function descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrQ authored Nov 6, 2024
1 parent bed9c40 commit 412c3c8
Show file tree
Hide file tree
Showing 11 changed files with 176 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/functions/Card/IsFlipSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsFlipSummoned
namespace: Card
description: >-
Checks if a card is currently [Flip Summoned](https://yugipedia.com/wiki/Flip_Summon).
summary: Checks if a card is currently Flip Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Flip Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsFusionSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsFusionSummoned
namespace: Card
description: >-
Checks if a card is currently [Fusion Summoned](https://yugipedia.com/wiki/Fusion_Summon).
summary: Checks if a card is currently Fusion Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Fusion Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsGeminiSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsGeminiSummoned
namespace: Card
description: >-
Checks if a card is currently a [Gemini Monster that has been Normal Summoned again](https://yugipedia.com/wiki/Gemini_monster).
summary: Checks if a card is currently a Gemini Monster that has been Normal Summoned again.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently a Gemini Monster that has been Normal Summoned again, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsLinkSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsLinkSummoned
namespace: Card
description: >-
Checks if a card is currently [Link Summoned](https://yugipedia.com/wiki/Link_Summon).
summary: Checks if a card is currently Link Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Link Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsNormalSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsNormalSummoned
namespace: Card
description: >-
Checks if a card is currently [Normal Summoned/Set](https://yugipedia.com/wiki/Normal_Summon).
summary: Checks if a card is currently Normal Summoned/Set.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Normal Summoned/Set, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsPendulumSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsPendulumSummoned
namespace: Card
description: >-
Checks if a card is currently [Pendulum Summoned](https://yugipedia.com/wiki/Pendulum_Summon).
summary: Checks if a card is currently Pendulum Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Pendulum Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsRitualSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsRitualSummoned
namespace: Card
description: >-
Checks if a card is currently [Ritual Summoned](https://yugipedia.com/wiki/Ritual_Summon).
summary: Checks if a card is currently Ritual Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Ritual Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsSpecialSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsSpecialSummoned
namespace: Card
description: >-
Checks if a card is currently [Special Summoned](https://yugipedia.com/wiki/Special_Summon).
summary: Checks if a card is currently Special Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Special Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsSynchroSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsSynchroSummoned
namespace: Card
description: >-
Checks if a card is currently [Synchro Summoned](https://yugipedia.com/wiki/Synchro_Summon).
summary: Checks if a card is currently Synchro Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Synchro Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsTributeSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsTributeSummoned
namespace: Card
description: >-
Checks if a card is currently [Tribute Summoned/Set](https://yugipedia.com/wiki/Tribute_Summon).
summary: Checks if a card is currently Tribute Summoned/Set.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Tribute Summoned/Set, `false` otherwise.
status: { index: stable }
tags: [ card-check ]
16 changes: 16 additions & 0 deletions api/functions/Card/IsXyzSummoned.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---!function
name: IsXyzSummoned
namespace: Card
description: >-
Checks if a card is currently [Xyz Summoned](https://yugipedia.com/wiki/Xyz_Summon).
summary: Checks if a card is currently Xyz Summoned.
parameters:
- name: c
type: [ Card ]
description: The card to check.
returns:
- type: [ bool ]
description: >-
`true` if the card is currently Xyz Summoned, `false` otherwise.
status: { index: stable }
tags: [ card-check ]

0 comments on commit 412c3c8

Please sign in to comment.