From ed2f7b4049229854e2af38072f5ec5e4b1604697 Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:57:22 +0200 Subject: [PATCH 1/2] Improve the description of "Duel.SSet" Added a ruling explanation/reference to the optional "confirm" parameter. --- api/functions/Duel/SSet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/functions/Duel/SSet.yml b/api/functions/Duel/SSet.yml index d0e08dd..b452cff 100644 --- a/api/functions/Duel/SSet.yml +++ b/api/functions/Duel/SSet.yml @@ -19,7 +19,7 @@ parameters: defaultValue: player - name: confirm type: [ bool ] - description: Determines whether the Set card(s) will be shown to the opponent or not after being Set. + description: Determines whether the Set card(s) will be shown to the opponent or not after being Set. Should be set to `false` if the effect can Set any Spell/Trap (e.g. "Ariane the Labrynth Servant" or "Dust Tornado", but not "Ancient Gear Drill"). required: false defaultValue: true returns: From f04eb8dfa156fe62e6c28105d1f083bb16ffc2cf Mon Sep 17 00:00:00 2001 From: pyrQ <30827955+pyrQ@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:44:21 +0200 Subject: [PATCH 2/2] Add hyperlinks to the cards' OCG db pages --- api/functions/Duel/SSet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/functions/Duel/SSet.yml b/api/functions/Duel/SSet.yml index b452cff..1409df4 100644 --- a/api/functions/Duel/SSet.yml +++ b/api/functions/Duel/SSet.yml @@ -19,7 +19,7 @@ parameters: defaultValue: player - name: confirm type: [ bool ] - description: Determines whether the Set card(s) will be shown to the opponent or not after being Set. Should be set to `false` if the effect can Set any Spell/Trap (e.g. "Ariane the Labrynth Servant" or "Dust Tornado", but not "Ancient Gear Drill"). + description: Determines whether the Set card(s) will be shown to the opponent or not after being Set. Should be set to `false` if the effect can Set any Spell/Trap (e.g. "[Ariane the Labrynth Servant](https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=17362&request_locale=ja)" or "[Dust Tornado](https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=4988&request_locale=ja)", but not "[Ancient Gear Drill](https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=6574&request_locale=ja)"). required: false defaultValue: true returns: