Skip to content

Commit

Permalink
update Maximum functions
Browse files Browse the repository at this point in the history
  • Loading branch information
that-hatter committed Oct 27, 2024
1 parent 3750f3a commit b414e65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 4 additions & 5 deletions api/functions/Card/AddCenterToSideEffectHandler.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---!function
name: AddCenterToSideEffectHandler
namespace: Card
description: |-
Grants an Effect to a center Maximum Monster's [L] and [R] pieces. Primarily used to share protection effects.
summary: Grants an Effect to a Maximum Monster's [L] and [R] pieces.
description: Grants an effect to a center Maximum Monster's [L] and [R] pieces. Primarily used to share protection effects.
summary: Grants an effect to a Maximum Monster's [L] and [R] pieces.
status:
index: stable
parameters:
Expand All @@ -12,5 +11,5 @@ parameters:
description: The main (center) Maximum Monster Card.
- name: eff
type: [ Effect ]
description: The Effect to be granted to the Left and Right monsters.
tags: [ rush ]
description: The effect to be granted to the [L] and [R] monsters.
tags: [ rush, registers-effect ]
8 changes: 3 additions & 5 deletions api/functions/Card/AddMaximumAtkHandler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---!function
name: AddMaximumAtkHandler
namespace: Card
description: |-
Adds an Effect to a Card that changes its original ATK to be its Maximum ATK when in Maximum Mode.
The Maximum ATK is obtained from the Card's metatable.
description: Adds an Effect to a Card that changes its original ATK to its Maximum ATK when in Maximum Mode. The Maximum ATK is obtained from the card's metatable.
summary: Implements the Maximum ATK of a Maximum monster.
status:
index: stable
parameters:
- name: c
type: [ Card ]
description: The Card that will receive the Effect.
tags: [ rush ]
description: The card that will receive the effect.
tags: [ rush, registers-effect ]
2 changes: 1 addition & 1 deletion api/functions/Xyz/AddProcedure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ parameters:
description: An additional check to perform on material groups.
required: false
defaultValue: nil
tags: [ xyz-related ]
tags: [ xyz-related, registers-effect ]

0 comments on commit b414e65

Please sign in to comment.