From b414e65d2d05798d67dd24e31326a234ef993fe5 Mon Sep 17 00:00:00 2001 From: Hatter Date: Sun, 27 Oct 2024 08:11:00 +0800 Subject: [PATCH] update Maximum functions --- api/functions/Card/AddCenterToSideEffectHandler.yml | 9 ++++----- api/functions/Card/AddMaximumAtkHandler.yml | 8 +++----- api/functions/Xyz/AddProcedure.yml | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/api/functions/Card/AddCenterToSideEffectHandler.yml b/api/functions/Card/AddCenterToSideEffectHandler.yml index f81c93fd..66f7da7f 100644 --- a/api/functions/Card/AddCenterToSideEffectHandler.yml +++ b/api/functions/Card/AddCenterToSideEffectHandler.yml @@ -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: @@ -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 ] diff --git a/api/functions/Card/AddMaximumAtkHandler.yml b/api/functions/Card/AddMaximumAtkHandler.yml index fd3363b6..0881f5f5 100644 --- a/api/functions/Card/AddMaximumAtkHandler.yml +++ b/api/functions/Card/AddMaximumAtkHandler.yml @@ -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 ] diff --git a/api/functions/Xyz/AddProcedure.yml b/api/functions/Xyz/AddProcedure.yml index 519152fc..b692c32c 100644 --- a/api/functions/Xyz/AddProcedure.yml +++ b/api/functions/Xyz/AddProcedure.yml @@ -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 ]