instruction stringclasses 1
value | input stringlengths 10 1.11k | output stringlengths 67 7.06k |
|---|---|---|
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this card is Normal or Special Summoned: You can target 1 "Memento" card in your GY, except "Mementotlan Ghattic"; add it to your hand. If this card is sent to the GY by a "Memento" monster's effect: You can Special Summon this card. You can only use each effect of "Mementotlan Ghattic" once per turn. | --メメント・ウラモン
--Mementotlan Ghattic
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Add 1 "Memento" card from your GY to your hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetPro... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When an opponent's monster declares an attack, if you control an "Altergeist" card: You can Special Summon this card from your hand, and if you do, negate that attack. If this card is Special Summoned: You can target 1 face-up card your opponent controls; negate the effects of that card while it and this monster are fa... | --オルターガイスト・クンティエリ
--Altergeist Kunquery
local s,id=GetID()
function s.initial_effect(c)
--Negate attack
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(L... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you control a "Marincess" Link Monster: Target 1 face-up monster your opponent controls; negate that face-up monster's effects until the end of this turn, then, if you control a Link-2 or higher "Marincess" monster, all face-up monsters you currently control are unaffected by your opponent's card effects until the e... | --海晶乙女波動
--Marincess Wave
--Scripted by Larry126
local s,id=GetID()
function s.initial_effect(c)
--Negate 1 of opponent's monsters
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EF... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Fusion Summon 1 Fusion Monster from your Extra Deck, using monsters from your hand or Deck as Fusion Material, including a "Destiny HERO" monster that it lists as material, but destroy it during the End Phase of the next turn, also for the rest of this turn after this card resolves, you cannot Special Summon monsters, ... | --フュージョン・デステニー
--Fusion Destiny
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Fusion.CreateSummonEff(c,aux.FilterBoolFunction(Card.ListsArchetypeAsMaterial,SET_DESTINY_HERO),Fusion.InHandMat,s.fextra,nil,nil,s.stage2,nil,nil,nil,nil,nil,nil,nil,s.extratg)
e1:SetCountLimit(1,id,EFFECT_COUNT_CODE... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card is activated: You can target 1 Level 4 or lower "Dragunity" monster in your GY; add it to your hand. If your "Dragunity" monster whose original Level is 5 or higher attacks, it is unaffected by your opponent's card effects until the end of the Damage Step. You can only activate 1 "Dragunity Draft" per tu... | --ドラグニティ・ドラフト
--Dragunity Draft
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCode(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,id,EFFECT_COUNT_CODE_O... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | [ Pendulum Effect ] Once per turn, when a Fusion Monster(s) is Special Summoned to your side of the field (except during the Damage Step): You can Special Summon 1 face-up "Odd-Eyes" Pendulum Monster from your Extra Deck. ---------------------------------------- [ Monster Effect ] During your Main Phase: You can Fusion... | --EMマンモスプラッシュ
--Performapal Splashmammoth
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCATION_PZONE)
e2:SetCode(EVENT... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Destroy as many Tokens you control as possible, then destroy cards on the field up to the number of Tokens destroyed by this effect. | --トークン復活祭
--Token Sundae
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
end
function s.cfilter(c)
re... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn: You can banish 1 FIRE monster from your Graveyard to target 1 card in your opponent's Graveyard; banish that target. | --火遁封印式
--Sealing Ceremony of Katon
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
c:RegisterEffect(e1)
--remove
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card is Normal Summoned: You can Special Summon 1 Winged Beast "Dragunity" monster from your hand, then equip it with this card. While this card is equipped to a monster, that monster can attack your opponent directly, but when it does so using this effect, the battle damage inflicted to your opponent is halv... | --ドラグニティ-ピルム
--Dragunity Pilum
local s,id=GetID()
function s.initial_effect(c)
--Equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(s.... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control "Shining Sarcophagus", you can Normal Summon this card without Tributing. Other monsters you control gain 500 ATK, during your turn only. If this card is Normal or Special Summoned: You can target 1 monster your opponent controls; take control of it until the End Phase, but that monster cannot attack ... | --デーモンの光来
--Archfiend's Advent
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Can be Normal Summoned without Tributing if you control "Shining Sarcophagus"
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SUMMON_PROC)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this card destroys an opponent's monster by battle and sends it to the Graveyard: Inflict damage to your opponent equal to half the original ATK of that monster in the Graveyard. | --オッドアイズ・ドラゴン
--Odd-Eyes Dragon
local s,id=GetID()
function s.initial_effect(c)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_BATTLE_DES... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Cannot be Normal Summoned/Set. Must be Special Summoned (from your hand) by having exactly 5 WIND monsters in your GY. If this card is Special Summoned: Destroy all Spells and Traps your opponent controls. You can only use this effect of "Windrose the Elemental Lord" once per turn. If this face-up card leaves the field... | --風霊神ウィンドローズ
--Windrose the Elemental Lord
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
c:Registe... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During each of your End Phases, destroy this card unless you reveal 1 "Iron Core of Koa'ki Meiru" in your hand. Each time a "Koa'ki Meiru" monster on the field is destroyed during the End Phase, its owner can add 1 "Koa'ki Meiru" monster from their Deck to their hand. | --鋼核合成獣研究所
--Iron Core Specimen Lab
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--maintain
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Send any number of other Spells/Traps you control to the GY; gain 1000 LP for each card sent to the GY this way. | --非常食
--Emergency Provisions
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(s.cost)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
end
f... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2+ Level 2 Beast monsters You can detach 1 material from this card; your "Melffy" monsters can attack directly this turn. During your opponent's turn (Quick Effect): You can target 1 Beast Xyz Monster you control; return that monster to the Extra Deck, then you can Special Summon Level 2 or lower Beast monsters from yo... | --わくわくメルフィーズ
--Joyous Melffys
--Scripted by Larry126
local s,id=GetID()
function s.initial_effect(c)
--Xyz Summon
c:EnableReviveLimit()
Xyz.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsRace,RACE_BEAST),2,2,nil,nil,Xyz.InfiniteMats)
--Your "Melffy" monsters can attack directly this turn
local e1=Effect.CreateEffe... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card is Normal Summoned: You can target 1 Level 3 or lower "Speedroid" monster in your GY; Special Summon it. | --SRダブルヨーヨー
--Speedroid Double Yoyo
local s,id=GetID()
function s.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCod... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Activate only if you control a face-up "Malefic" monster. Select 1 monster your opponent controls, and destroy it. | --Sin Claw Stream
--Malefic Claw Stream
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER_E)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up monster your opponent controls; the ATK of all other monsters currently on the field become equal to that monster's current ATK, until the end of this turn. | --単一化
--Universal Adapter
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetCond... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | (This card is always treated as an "Atlantean" card.) You can discard 1 card to the GY; WATER monsters you currently control become Level 7 until the end of this turn. If this card is sent to the GY to activate a WATER monster's effect: Special Summon 1 Level 4 or lower "Atlantean" or "Mermail" monster from your Deck, ... | --水精鱗の深影隊
--Mermail Shadow Squad
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Make the Levels of all WATER monsters you currently control become 7 until the end of that turn
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_LVCHANGE)
e1:SetType(EF... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Cannot be Synchro Summoned. Must be Special Summoned (from your Extra Deck) by sending 2 monsters you control with a Level difference of 7 to the GY (1 Level 8 or higher Tuner and 1 non-Tuner Synchro Monster). Negate the effects of face-up monsters without a Level that were Special Summoned from the Extra Deck. If your... | --ベアルクティ-セプテン=トリオン
--Ursarctic Septentrion
local s,id=GetID()
function s.initial_effect(c)
--Must be properly summoned before reviving
c:EnableReviveLimit()
--Must be special summoned by its own method
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When you Xyz Summon a monster: You can Special Summon this card from your hand. Once per turn: You can detach 1 Xyz Material from a monster you control, then target 1 face-up Xyz Monster on the field; reduce its Rank by 1, and if you do, it loses 300 ATK. | --黄血鬼
--Yellow-Bellied Oni
local s,id=GetID()
function s.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetRange(LOCATION_HAND)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a Spell/Trap Card, or monster effect, is activated, while you control both "Toon World" and a Toon monster(s): Negate the activation, and if you do, destroy that card. You can only activate 1 "Toon Terror" per turn. | --トゥーン・テラー
--Toon Terror
--Scripted by Hel
local s,id=GetID()
function s.initial_effect(c)
--Negate the activation of a monster effect or spell/trap card
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCo... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control this face-up card, when a "Saber" monster is destroyed by battle and sent to the Graveyard, draw 1 card. | --X-セイバー アクセル
--X-Saber Axel
local s,id=GetID()
function s.initial_effect(c)
--draw
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Remove 2 Spell Counters on your side of the field to negate the activation of a Spell Card and destroy it. | --対抗魔術
--Anti-Spell
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_CHAINING)
e1:SetCondition(s.condition)
e1:SetCost(s.cost)
e1:SetTarget(s.target)
e1:SetOperation(s.ac... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a "Steelswarm" monster is Tribute Summoned face-up by Tributing this card: You can Special Summon 1 Level 4 or lower "Steelswarm" monster from your Deck. | --インヴェルズを呼ぶ者
--Steelswarm Caller
local s,id=GetID()
function s.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_BE_MATERIAL)
e1:SetCondition(s.spcon)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When your opponent's card(s) in their hand are discarded to the Graveyard, inflict 500 points of damage to their Life Points for each card that was discarded. | --魔力の棘
--Magical Thorn
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--damage
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetProperty(EFFEC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Destroy all monsters on the field. | --ブラック・ホール
--Dark Hole
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
end
function s.target(e,tp,eg,e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute this card; add 1 "Uria, Lord of Searing Flames", "Hamon, Lord of Striking Thunder" or "Raviel, Lord of Phantasms" from your Deck or GY to your hand, then you can Special Summon 1 Level 10 Pyro, Thunder, or Fiend monster from your hand whose ATK equals its own DEF, ignoring its Summoning conditions, but ... | --幻魔の召喚神
--Phantasmal Summoning Beast
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Search 1 "Uria, Lord of Searing Flames", "Hamon, Lord of Striking Thunder", or "Raviel, Lord of Phantasms"
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+C... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can banish both 1 face-up Spellcaster-Type monster you control, except this card, and 1 "Spellbook" card from your Graveyard to target 1 face-up monster your opponent controls; take control of that target until the End Phase. You can only use the effect of "Emperor of Prophecy" once per turn. This card cannot attac... | --魔導皇士 アンプール
--Emperor of Prophecy
local s,id=GetID()
function s.initial_effect(c)
--Take control 1 of opponent's monsters until end phase
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_CONTROL)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card is Normal Summoned: You can Set 1 "Altergeist" Trap directly from your Deck. You can target 1 "Altergeist" card you control and 1 "Altergeist" monster in your GY; send that card on the field to the GY, and if you do, Special Summon that other monster from your GY. You can only use this effect of "Alterge... | --オルターガイスト・マリオネッター
--Altergeist Marionetter
local s,id=GetID()
function s.initial_effect(c)
--Set 1 "Altergeist" Trap from the Deck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(s.settg)
e1:... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn: You can target 1 "Iron Chain" monster you control; it gains 300 ATK/DEF. * The above text is unofficial and describes the card's functionality in the OCG. | --C・コイル
--Iron Chain Coil
local s,id=GetID()
function s.initial_effect(c)
--atkup
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this card is Special Summoned: You can roll a six-sided die, and if you roll a 1 or 6, destroy up to 2 cards on the field. If this card is sent to the GY: You can roll a six-sided die, and if you roll a 2, 3, 4, or 5, Special Summon this card, also you cannot Special Summon from the Extra Deck while this card remain... | --サイコ・ローヴァー
--Psychic Rover
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Roll a die and destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DICE+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FL... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | At the end of the Damage Step, if this card attacked and is still on the field: Target 1 Spell/Trap your opponent controls; destroy that target. | --アマゾネスの賢者
--Amazoness Sage
local s,id=GetID()
function s.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_DAMAGE_STEP_EN... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a card(s) you control would be destroyed by battle or an opponent's card effect, you can destroy this card instead of 1 of those cards. If a card(s) your opponent controls would be destroyed by battle or card effect, you can banish this card from your GY instead of 1 of those cards. You can only use each effect of "... | --遮攻カーテン
--Blockout Curtain
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--destroy replace yours
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up monster your opponent controls; equip that face-up monster to 1 "Mikanko" monster you control as an Equip Spell, then if a Ritual Monster Card is on the field, you can inflict 500 damage to your opponent for each Equip Spell you control. You can banish this card from your GY; Special Summon 1 of your "... | --御巫かみかくし
--Mikanko Spiritwalk
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Equip 1 monster the opponent controls to a "Mikanko" monster you control
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_EQUIP+CATEGORY_DAMAGE)
e1:SetType(EFFECT_TYPE_AC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this card is Tributed by a card effect: You can add 1 Dragon-Type "Nekroz" Ritual Monster from your Deck to your hand. If this card is banished: You can target 1 of your banished "Nekroz" monsters, except this card; Special Summon that monster. You can only use 1 "Exa, Enforcer of the Nekroz" effect per turn, and on... | --影霊衣の戦士 エグザ
--Exa, Enforcer of the Nekroz
local s,id=GetID()
function s.initial_effect(c)
--tohand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_RELEASE)
e1:SetProperty(E... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Cannot be Normal Summoned/Set. Must first be Special Summoned (from your hand) by Tributing 2 monsters, while you control "Toon World". Cannot attack the turn it is Special Summoned. You must pay 500 LP to declare an attack with this monster. If "Toon World" on the field is destroyed, destroy this card. Can attack your... | --ブルーアイズ・トゥーン・ドラゴン
--Blue-Eyes Toon Dragon
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCondition(s.spc... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can banish 2 Dragon and/or Winged Beast monsters from your GY; Special Summon this card from your hand or GY. You can target 1 face-up monster; its effects are negated, also it loses 1000 ATK for each Equip Card you control. When your opponent's monster is destroyed by battle and sent to the GY: You can equip it to... | --ドラグニティアームズ-グラム
--Dragunity Arma Gram
--Scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Special summon procedure (from hand or GY)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Face-up "Watt" monsters you control can attack your opponent directly this turn. | --エレキー
--Wattkey
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
end
s.listed_series={SET_WATT}
function s.filter(c)
return c:IsFaceup(... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you have a "Gate Guardian" monster in your GY: Pay half your LP; Special Summon 1 Level 11 or higher "Gate Guardian" monster from your hand, Deck, or Extra Deck, ignoring its Summoning conditions. You can banish this card from your GY; add 1 of your "Sanga of the Thunder", "Kazejin", or "Suijin" from your Deck or ba... | --ダーク・エレメント
--Dark Element
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,id)
e1:SetCondit... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute Summon this card in face-up Attack Position by Tributing 1 "Fabled" monster. Once per turn, the first opponent's Normal Spell Card effect to resolve becomes "Your opponent discards 1 card". | --魔轟神ディアネイラ
--Fabled Dianaira
local s,id=GetID()
function s.initial_effect(c)
--Can be Tribute Summoned by Tributing 1 "Fabled" monster
local e1=aux.AddNormalSummonProcedure(c,true,true,1,1,SUMMON_TYPE_TRIBUTE,aux.Stringid(id,0),s.otfilter)
--The effect of a Normal Spell activated by the opponent becomes "Your oppon... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Discard 1 card; add 2 "Magician" Pendulum Monsters with different names from your Deck to your hand, also, until the end of your opponent's next turn after this card resolves, "Magician" cards in your Pendulum Zones cannot be destroyed by card effects. You can only activate 1 "Pendulum Call" per turn. You cannot activa... | --ペンデュラム・コール
--Pendulum Call
local s,id=GetID()
function s.initial_effect(c)
--Add 2 "Magician" monsters with different names from your Deck to your hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCod... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn, while you control this Tribute Summoned card: You can conduct up to 3 Normal Summons/Sets this turn, not just 1. While this Tribute Summoned card is in the Monster Zone, if your monster attacks a Defense Position monster, inflict piercing battle damage to your opponent. Once per opponent's turn (Quick Ef... | --ふわんだりぃず×すのーる
--Floowandereeze & Snowl
--Scripted by Hatter
local s,id=GetID()
function s.initial_effect(c)
--Can conduct 3 normal summons
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1)
e1:SetCondition(s.trco... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control a monster, you take no battle damage. | --スピリットバリア
--Spirit Barrier
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--avoid battle damage
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_AVOID_B... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up monster your opponent controls and 1 Warrior monster you control; equip that opponent's face-up monster to your monster as an Equip Spell, and if you do, until the end of this turn, your opponent takes no damage from battles involving that monster you control. You can only activate 1 "Cross Over" per t... | --クロス・オーバー
--Cross Over
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,id,EFFECT_COUNT_CODE_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 3 Level 4 monsters When this card is Special Summoned: You can target 1 monster your opponent controls; this card gains ATK equal to that monster's current ATK. If your opponent controls more cards than you do: You can detach 1 material from this card, then choose 1 unused Main Monster Zone or Spell & Trap Zone; this c... | --No.57 奮迅竜トレスラグーン
--Number 57: Tri-Head Dust Dragon
local s,id=GetID()
function s.initial_effect(c)
--xyz summon
Xyz.AddProcedure(c,nil,4,3)
c:EnableReviveLimit()
--atkup
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EF... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you have no cards in your hand and this card is in your GY: You can banish 1 DARK monster from your GY, then target 1 DARK monster you control; it can attack directly this turn. You can only use this effect of "Infernity Queen" once per turn. | --インフェルニティ・クイーン
--Infernity Queen
--Scripted by The Razgriz
local s,id=GetID()
function s.initial_effect(c)
--Make 1 DARK monster you control able to attack directly
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn, during your Main Phase, if this card was Normal or Special Summoned this turn: You can Special Summon 1 Level 4 or lower "Raidraptor" monster from your hand. | --RR-バニシング・レイニアス
--Raidraptor - Vanishing Lanius
local s,id=GetID()
function s.initial_effect(c)
--Special Summon 1 Level 4 or lower "Raidraptor" monster from your hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card is treated as a Normal Monster while face-up on the field or in the GY. While this card is a Normal Monster on the field, you can Normal Summon it to have it become an Effect Monster with this effect. ● Once per turn: You can Special Summon 1 Insect or Plant monster from your hand or GY. | --ギガプラント
--Gigaplant
local s,id=GetID()
function s.initial_effect(c)
Gemini.AddProcedure(c)
--Special Summon 1 Insect or Plant monster
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 "Odd-Eyes" monster + 1 Pendulum Monster When this card is Special Summoned: You can target 1 face-up Attack Position monster your opponent controls; return it to the hand. When a Spell/Trap Card, or another monster's effect, is activated (Quick Effect): You can shuffle 1 face-up Pendulum Monster from your Extra Deck ... | --オッドアイズ・ボルテックス・ドラゴン
--Odd-Eyes Vortex Dragon
local s,id=GetID()
function s.initial_effect(c)
--fusion material
c:EnableReviveLimit()
Fusion.AddProcMix(c,true,true,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_ODD_EYES),aux.FilterBoolFunctionEx(Card.IsType,TYPE_PENDULUM))
--Add to hand
local e1=Effect.CreateEffect(c... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can apply any of the following effects, in sequence, based on the number of "Solfachord" Pendulum Monster Cards you control with different names. ● 3+: Return 1 card from your Pendulum Zone to the hand, and if you do, place 1 face-up "Solfachord" Pendulum Monster from your Extra Deck in your Pendulum Zone. ● 5+: Sp... | --ドレミコード・スケール
--Solfachord Scale
--Scripted by the Razgriz
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,id,EFFECT_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a Link Monster's effect is activated that targets this face-up card on the field (Quick Effect): You can destroy this card, then make 1 face-up monster on the field unable to attack, also it has its effects negated. During the End Phase, if this card is in the GY because it was destroyed on the field by battle or ... | --アネスヴァレット・ドラゴン
--Anesthrokket Dragon
local s,id=GetID()
function s.initial_effect(c)
--destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,id)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | [ Pendulum Effect ] If a monster(s) is Pendulum Summoned: Return this card to the hand. ---------------------------------------- [ Monster Effect ] When this card is Normal Summoned: You can return all cards you control in the same column as the cards in your Pendulum Zones to the hand (including the Pendulum Zone card... | --キュウドウ魂 HAN-SHI
--Han-Shi Kyudo Spirit
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
Pendulum.AddProcedure(c)
Spirit.AddProcedure(c,EVENT_SUMMON_SUCCESS,EVENT_FLIP)
--Return this card from the Pendulum Zone
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card destroys a monster by battle and sends it to the Graveyard, inflict 300 damage to your opponent. Once per turn, you can Special Summon 1 Level 4 or lower "Iron Chain" monster from your Graveyard, except "Iron Chain Repairman". This card cannot attack the turn you activate this effect. | --C・リペアラー
--Iron Chain Repairman
local s,id=GetID()
function s.initial_effect(c)
--When this card destroys a monster by battle, inflict 300 damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetType(EFFECT_TYPE_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Apply the following effect, then you can attach this card to a Rank 4 Xyz Monster you control. ● For the rest of this turn, all "Ryzeal" monsters you control gain 1000 ATK. If this card is sent to the GY, except from the field: You can target 1 card in your opponent's GY; banish it. You can only use each effect of "Ryz... | --ライゼオル・マスドライバー
--Ryzeal Mass Driver
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Apply the following effect then you can attach this card to a Rank 4 Xyz Monster you control as material
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Special Summon 1 "Sunseed" monster from your Deck, and if you do, take 1000 damage. If you control no "Sunavalon" Link Monsters, you can only Special Summon "Sunseed Genius Loci" with this effect. For the rest of this turn after this card resolves, you cannot Special Summon monsters from the Extra Deck, except Plant mo... | --聖蔓の播種
--Sunvine Sowing
--Logical Nonsense
--Substitute ID
local s,id=GetID()
function s.initial_effect(c)
--Special summon 1 "Sunseed" monster from Deck, take 1000 damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DAMAGE)
e1:SetType(EFFEC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Destroy 1 monster on the field with an A-Counter. Then, you can Special Summon 1 Level 4 "Alien" monster from your Deck. Destroy it during the End Phase. | --トライアングル・エリア
--Mysterious Triangle
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can reveal 1 Ritual Spell in your hand; Special Summon both this card from your hand and 1 "Impcantation" monster from your Deck, except "Impcantation Candoll". If this card is Special Summoned from the Deck: You can add 1 Ritual Spell from your Deck to your hand. You can only use 1 "Impcantation Candoll" effect pe... | --魔神儀-キャンドール
--Impcantation Candoll
local s,id=GetID()
function s.initial_effect(c)
--spsummon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,id)
e1:SetCost(s.spcost)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a monster is Normal or Special Summoned to a zone a Link Monster points to (except during the Damage Step): You can Special Summon this card from your GY (if it was there when the Summon resolved) or hand (even if not), but banish it when it leaves the field. You can only use this effect of "Sea Archiver" once per t... | --シーアーカイバー
--Sea Archiver
local s,id=GetID()
function s.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SUMMON_SU... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | "Legendary Knight Timaeus" + "Legendary Knight Critias" + "Legendary Knight Hermos" Must be Special Summoned (from your Extra Deck) by sending the above cards you control to the GY. (You do not use "Polymerization".) Unaffected by other cards' effects. Once per battle, if this card battles, during damage calculation (Q... | --合神竜ティマイオス
--Timaeus the Knight of Destiny
local s,id=GetID()
function s.initial_effect(c)
--fusion material
c:EnableReviveLimit()
Fusion.AddProcMix(c,true,true,80019195,85800949,84565800)
Fusion.AddContactProc(c,s.contactfil,s.contactop,true)
--immune
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SING... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute Summon this card by Tributing 1 Effect Monster. During your opponent's Main Phase, if a card(s) is added from the Main Deck to their hand (except by drawing it) and this card is in your hand, you can: Immediately after this effect resolves, Tribute Summon this card. If this card is Normal or Special Sum... | --光の天穿バハルティヤ
--Bahalutiya, the Grand Radiance
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--summon with 1 tribute
local e1=aux.AddNormalSummonProcedure(c,true,true,1,1,SUMMON_TYPE_TRIBUTE,aux.Stringid(id,0),s.otfilter)
local e2=aux.AddNormalSetProcedure(c,true,true,1,1,SUMMON_TYPE_TRIBUT... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Detach 1 material from a monster on either field, and if you do, excavate the top 4 cards of your Deck, choose 1 of them, and apply the appropriate effect based on its card type, also place the rest on top of the Deck in the same order. ● Monster/Spell: Add it to your hand. ● Trap: Set it. It can be activated this turn... | --傀儡流儀-パペット・シャーク
--Puppet Shark
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,id,E... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1+ non-Tuner monsters If this card is Special Summoned: You can add 1 "Black Garden" from your Deck or GY to your hand. You can banish this card from your GY, then target 1 "Rose Dragon" monster or 1 Dragon Synchro Monster in your GY; Special Summon it. You can only use each effect of "Garden Rose Maiden" onc... | --ガーデン・ローズ・メイデン
--Garden Rose Maiden
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--synchro summon
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
c:EnableReviveLimit()
--search
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFEC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up Special Summoned monster on the field; change it to face-down Defense Position. If you control a Level 5 or higher Illusion monster, while this card is in your GY: You can Set this card, but banish it when it leaves the field. You can only use 1 "Sinful Spoils of Slumber - Morrian" effect per turn, and... | --微睡の罪宝-モーリアン
--Sinful Spoils of Slumber - Morrian
--Scripted by Hatter
local s,id=GetID()
function s.initial_effect(c)
--Change 1 Special Summoned monster to face-down position
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_POSITION)
e1:SetType(EFFECT_TYPE_ACTIVATE)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 "Vanquish Soul" monster you control; Special Summon up to 2 "Vanquish Soul" monsters from your hand, with different names from each other, neither of which has the same original Attribute as the targeted monster (but negate their effects and return them to the hand during the End Phase), then you can return to... | --VSトリニティ・バースト
--Vanquish Soul Trinity Burst
--Scripted by Larry126
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_C... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Each player can only control 1 Attribute of monster. Send all other face-up monsters they control to the GY. | --御前試合
--Gozen Match
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMING_STANDBY_PHASE,TIMING_STANDBY_PHASE|TIMINGS_CHECK_MONSTER)
e1:SetTarget(s.acttg)
c:RegisterEffect(e1)
--adjust
loc... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 Level 4 monsters You can also Xyz Summon this card by using a "Ghostrick" Xyz Monster you control as material, except "Ghostrick Angel of Mischief". (Transfer its materials to this card.) When the number of materials on this card becomes 10, you win the Duel. Once per turn: You can detach 1 material from this card; a... | --ゴーストリックの駄天使
--Ghostrick Angel of Mischief
local s,id=GetID()
function s.initial_effect(c)
--xyz summon
Xyz.AddProcedure(c,nil,4,2,s.ovfilter,aux.Stringid(id,0))
c:EnableReviveLimit()
--win
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DIS... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Negate all LIGHT monster effects activated on the field or in the GY. | --閃光を吸い込むマジック・ミラー
--Light-Imprisoning Mirror
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--disable
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Cannot be Normal Summoned/Set. Must be Special Summoned (from your hand) by Tributing 1 "Blue-Eyes Ultimate Dragon". Gains 300 ATK for each Dragon monster in your GY. When a card or effect is activated that targets this card (Quick Effect): You can negate that effect. | --青眼の光龍
--Blue-Eyes Shining Dragon
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--cannot special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_CONDITION)
e1:SetValue(aux.F... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | At the start of the Battle Phase: You can change the equipped monster's battle position, and if you do, immediately after this effect resolves, Normal Summon 1 monster. You can only use this effect of "Supermagic Sword of Raptinus" once per turn. Apply this effect depending on the equipped monster's battle position. ● ... | --ラプテノスの超魔剣
--Supermagic Sword of Raptinus
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
aux.AddEquipProcedure(c)
--Cannot target
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_EQUIP)
e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e1:SetValue(aux.tgoval)
e1:SetCondition(s.indcon)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | All face-up "Saber" monsters you control gain 400 ATK. | --総剣司令 ガトムズ
--Commander Gottoms, Swordmaster
local s,id=GetID()
function s.initial_effect(c)
--atk
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,SET_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1+ non-Tuner monsters If this card is Synchro Summoned using a "Blackwing" monster as material, it is treated as a Tuner while face-up on the field. You can only use each of these effects of "Assault Blackwing - Sohaya the Rain Storm" once per turn. ● When this card is Synchro Summoned: You can target 1 "Assa... | --A BF-五月雨のソハヤ
--Assault Blackwing - Sohaya the Rain Storm
local s,id=GetID()
function s.initial_effect(c)
--synchro summon
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
c:EnableReviveLimit()
--add type
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetPrope... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can banish this card from your hand or GY; Special Summon 1 Level 4 or lower FIRE Warrior monster from your hand as a Tuner. If this card is Normal or Special Summoned: You can target 1 Level 4 or lower FIRE Warrior monster in your GY, except "Infernoble Knight Ricciardetto"; Special Summon it, also you cannot Spec... | --焔聖騎士-リッチャルデット
--Infernoble Knight Ricciardetto
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Special Summon 1 Level 4 or lower FIRE Warrior monster from your hand as a Tuner
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During the Damage Step, in either player's turn, when a face-up EARTH Normal Monster you control attacks or is attacked: You can send this card from your hand to the Graveyard; that monster gains 1000 ATK and DEF until the End Phase. | --ジェム・マーチャント
--Gem-Merchant
local s,id=GetID()
function s.initial_effect(c)
--atk,def up
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMING_DAMAGE_STEP)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 Effect Monsters Gains 500 ATK for each monster this card points to. Cannot be destroyed by battle or your opponent's card effects, while this card points to a monster. | --コード・トーカー
--Code Talker
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--link summon
Link.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsType,TYPE_EFFECT),2,2)
c:EnableReviveLimit()
--atk
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If an Insect or Plant monster is in either GY, you can Special Summon this card (from your hand). You can only Special Summon "Fairyant the Circular Sorcerer" once per turn this way. If this card you control would be used as Synchro Material for an Insect or Plant monster, you can treat it as a non-Tuner. | --円喚師フェアリ
--Fairyant the Circular Sorcerer
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Special Summon itself from the hand
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetRange(LOCATION_HAND)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 "Unchained" monster you control and 1 card on the field; destroy both. If this Set card is destroyed by card effect: You can Special Summon 1 "Unchained" monster from your Deck. You can only use each effect of "Escape of the Unchained" once per turn. | --破械唱導
--Escape of the Unchained
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--Destroy both 1 "Unchained" monster you control and 1 card on the field
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If your LP are lower than 100: Draw 2 cards, then, if your LP are lower than 10, draw 2 additional cards. | --走魔灯
--End of the Line
--Scripted by DyXel
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1 or more non-Tuner monsters Tokens you control cannot be destroyed by battle or card effects. If this card you control is destroyed by your opponent's card (either by battle or by card effect) and sent to your Graveyard: You can Tribute all Tokens you control, then target 1 Level 4 or lower "Mecha Phantom Be... | --幻獣機コンコルーダ
--Mecha Phantom Beast Concoruda
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Synchro Summon procedure
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
--Tokens you control cannot be destroyed by battle
local e1=Effect.CreateEffect(c)
e1:SetCode(EFFECT_INDESTRUCTABL... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card can be treated as 2 Tributes for the Tribute Summon of an EARTH Normal Monster. | --ガイアフレーム
--Earth Effigy
local s,id=GetID()
function s.initial_effect(c)
--double tribute
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DOUBLE_TRIBUTE)
e1:SetValue(s.condition)
c:RegisterEffect(e1)
end
function s.condition(e,c)
return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsType... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 3 Normal Monsters Must be Fusion Summoned. You can only control 1 "First of the Dragonlords". Cannot be destroyed by battle, and is unaffected by other monsters' effects. Once, while face-up on the field, when a Spell/Trap Card or effect is activated (Quick Effect): You can destroy all Spells and Traps on the field. Yo... | --始祖の竜王
--First of the Dragonlords
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Fusion Materials: 3 Normal Monsters
Fusion.AddProcMixN(c,true,true,aux.FilterBoolFunctionEx(Card.IsType,TYPE_NORMAL),3)
c:AddMustBeFusionSummoned()
--You can only control 1 "First of the Dr... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up "Heroic" monster you control; this turn, double its ATK, but it cannot attack your opponent directly. You can only activate 1 "Heroic Chance" per turn. | --ヒロイック・チャンス
--Heroic Chance
local s,id=GetID()
function s.initial_effect(c)
--Targeted "Heroic" monster's ATK becomes doubled, cannot attack directly
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_C... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a Level 7 or lower "Red-Eyes" monster(s) you control is destroyed by your opponent's attack or card effect and sent to your GY, while this card is in your hand: You can Special Summon this card in Defense Position, and if you do, Special Summon as many of those destroyed monsters as possible in the same position the... | --真紅眼の遡刻竜
--Red-Eyes Retro Dragon
local s,id=GetID()
function s.initial_effect(c)
--Special Summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DE... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When your "Salamangreat" monster is targeted for an attack by an opponent's monster: You can send this card from your hand to the GY, then target those 2 monsters that would battle; gain LP equal to the ATK of that opponent's monster, also your targeted monster cannot be destroyed by battle this turn. When your "Salama... | --転生炎獣ラクーン
--Salamangreat Raccoon
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--Gain LP equal to opponent's attacking monster's ATK
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_BE_BATTLE_TARG... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card in your hand, field, or GY can be used as a substitute for any 1 Fusion Material whose name is mentioned on the Fusion Monster Card, but the other materials must be correct. * The above text is unofficial and describes the card's functionality in the OCG. | --心眼の女神
--Goddess with the Third Eye
local s,id=GetID()
function s.initial_effect(c)
--fusion substitute
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_FUSION_SUBSTITUTE)
e1:SetCondition(s.subcon)
c:RegisterEffect(e1)
end
function s.subcon(e)
return e:GetHandler():IsLocation(LOC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Send 1 face-up monster you control to the GY; apply this effect, depending on the Type it had on the field. ● Plant: During the End Phase of this turn, draw 2 cards, then discard 1 card. ● Non-Plant: Add 1 Level 4 or lower Plant monster from your Deck to your hand. You can only activate 1 "Frozen Rose" per turn. | --冷薔薇の抱香
--Frozen Rose
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--activate (draw and discard)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,id,EFFECT_COUNT_CODE_OATH)
e1:SetCos... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Banish 2 face-up "Blackwing" Tuner monsters you control; draw 2 cards. | --ブラック・ブースト
--Blackboost
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCost(s.cost)
e1:SetTarget(s.target)
e1:SetOperation(s.a... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a "Destiny HERO" monster attacks a monster with a higher ATK, the attacking monster gains 1000 ATK during damage calculation only. | --ダーク・シティ
--Dark City
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--atk up
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetRang... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | As long as this card remains in face-up Attack Position on your side of the field, increase your Life Points by 1000 points during each of your Standby Phases. | --そよ風の精霊
--Spirit of the Breeze
local s,id=GetID()
function s.initial_effect(c)
--recover
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_PHASE|PHA... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control another "Ice Barrier" monster, each time your opponent activates a card or effect by paying LP, they lose 500 LP immediately after it resolves. You can only use each of the following effects of "Judge of the Ice Barrier" once per turn. You can target 1 or 2 "Ice Barrier" monsters in your GY and 1 or 2... | --氷結界の浄玻璃
--Judge of the Ice Barrier
--Logical Nonsense
--Substitute ID
local s,id=GetID()
function s.initial_effect(c)
--Opponent loses 500 LP each time they pay LP
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EVENT_PAY_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | "Sangan" + "Witch of the Black Forest" | --クリッチー
--Sanwitch
local s,id=GetID()
function s.initial_effect(c)
--fusion material
c:EnableReviveLimit()
Fusion.AddProcMix(c,true,true,78010363,26202165)
end |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can target 1 face-up "Wind-Up" monster you control; increase its Level by 1 and its ATK by 600, until the End Phase. This effect can only be used once while this card is face-up on the field. | --ゼンマイウォリアー
--Wind-Up Warrior
local s,id=GetID()
function s.initial_effect(c)
--atk/lv up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetProperty(EFFECT_FLAG_NO_TURN_RESET+EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATIO... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | "Ancient Gear Golem", and monsters that mention it, in your Monster Zone are unaffected by your opponent's activated monster effects. If your opponent controls a monster: You can Fusion Summon 1 Fusion Monster that mentions "Ancient Gear Golem" from your Extra Deck, by banishing monsters from your field or GY as materi... | --古代の機械競闘
--Ancient Gear Duel
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--"Ancient Gear Golem" and monsters that mention it are unaffected by your opponent's activ... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute any number of Tokens, then target 1 monster you control with 0 ATK; it gains ATK equal to the number Tributed x 1000 (until the end of this turn), and if it does, it can attack monsters up to the number Tributed during each Battle Phase this turn. You can only use this effect of "Token Support" once per... | --共闘闘君
--Token Support
--scripted by Naim
local s,id=GetID()
local TOKEN_ALLIANCE=id+1
function s.initial_effect(c)
--Activate
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e0)
--Increase the ATK of a monster by 1000 per Token tributed also it can m... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control another "Noble Knight" monster, your opponent cannot target monsters you control with less than 1800 ATK, except this card, with card effects, and their monsters cannot target them with attacks. If a "Noble Arms" Equip Spell becomes equipped to this card: Target 1 face-up card on the field; destroy th... | --聖騎士トリスタン
--Noble Knight Drystan
local s,id=GetID()
function s.initial_effect(c)
--cannot be battle target
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(0,LOCATION_MZONE)
e1:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET)
e1:SetCondition(s.con)
e1:SetVa... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Tribute 1 Winged Beast monster, then target 2 cards on the field; destroy them. | --ゴッドバードアタック
--Icarus Attack
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER_E)
e1:SetCost(s.... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this face-up card is removed from your side of the field, destroy "Andro Sphinx" and "Sphinx Teleia" on your side of the field and remove them from play. | --光のピラミッド
--Pyramid of Light
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--Register when this card leaves the field
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Cannot be Normal Summoned if you control a Level 5 or higher monster. When this card is Normal Summoned: You can target 1 monster with 0 DEF in your Graveyard; Special Summon that target in face-up Defense Position. Its effects are negated. You cannot Special Summon any other monsters, except from the Extra Deck, durin... | --カメンレオン
--Masked Chameleon
local s,id=GetID()
function s.initial_effect(c)
--cannot summon
local e1=Effect.CreateEffect(c)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_SUMMON)
e1:SetCondition(s.sumcon)
c:RegisterEffect(e1)
--special s... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute 1 Cyberse monster; Special Summon 1 "Mathmech" monster from your Deck. If this card is sent to the GY: You can target 1 Cyberse monster you control in the Extra Monster Zone; it can make up to 2 attacks on monsters during each Battle Phase this turn. You can only use each effect of "Mathmech Nabla" once... | --斬機ナブラ
--Mathmech Nabla
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,id)
e1:... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a monster(s) is Summoned: Destroy all monsters on the field. | --激流葬
--Torrential Tribute
local s,id=GetID()
function s.initial_effect(c)
--Activate(summon)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
local e2=Effec... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.