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: | Cannot be Normal Summoned/Set. Must be Special Summoned by banishing all Reptile monsters you control and in your GY. This card's ATK/DEF become the number of monsters banished for its Special Summon x 600. Once per turn, during your End Phase: Target 1 card on the field; destroy it. This monster must be face-up on you... | --邪龍アナンタ
--Evil Dragon Ananta
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.FALSE)... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Your opponent cannot activate cards or effects when "Gusto" monsters you control declare their attacks this turn. | --ガスタの風塵
--Dust Storm of Gusto
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:SetCondition(s.condition)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
end
function s.condition(e,... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card is used to Ritual Summon any "Prediction Princess" Ritual Monster from your hand or GY in face-up Attack Position or face-down Defense Position. You must also Tribute monsters from your hand or field, whose total Levels equal or exceed the Level of the Ritual Monster you Ritual Summon. During the Standby Phas... | --冥占術の儀式
--Underworld Ritual of Prediction
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Ritual Summon
Ritual.AddProcGreater({handler=c,filter=s.ritualfil,lvtype=RITPROC_GREATER,sumpos=POS_FACEUP_ATTACK|POS_FACEDOWN_DEFENSE,location=LOCATION_HAND|LOCATION_GRAVE})
--Special Summon 1 non-Ritual ... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 "Infernoid" monster you control; that target is unaffected by the opponent's card effects this turn. If an "Infernoid" monster(s) you control would be destroyed by a card effect, you can banish this card from your Graveyard instead of destroying 1 of those monsters. | --煉獄の死徒
--Void Seer
local s,id=GetID()
function s.initial_effect(c)
--Targeted "Infernoid" monster becomes unaffected by opponent's card effects
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetTarget(s.target)
e1:SetOpera... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Ritual Summon this card with "Rebirth of Nephthys". If this card is Ritual Summoned: You can Special Summon 1 "Nephthys" Ritual Monster from your hand or Deck, except "Conductor of Nephthys" (this is treated as a Ritual Summon). If this card is Tributed or destroyed by a "Nephthys" card effect: You can activate... | --ネフティスの繋ぎ手
--Conductor of Nephthys
--Scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Special Summon 1 "Nephthys" Ritual from your hand/Deck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 "D/D/D" monster + 1 "D/D" monster If a "D/D" monster you control attacks a Defense Position monster, inflict piercing battle damage to your opponent. Once per turn, during your Standby Phase: You can destroy all cards in the Spell & Trap Zones. | --DDD剋竜王ベオウルフ
--D/D/D Dragonbane King Beowulf
local s,id=GetID()
function s.initial_effect(c)
--fusion material
c:EnableReviveLimit()
Fusion.AddProcMix(c,true,true,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_DDD),aux.FilterBoolFunctionEx(Card.IsSetCard,SET_DD))
--pierce
local e1=Effect.CreateEffect(c)
e1:SetType(... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During the Standby Phase of your next turn after you Tribute Summoned this face-up card on the field: Special Summon, from the Graveyard, as many monster(s) as possible that were used for its Tribute Summon. They cannot declare an attack, and their effects are negated. | --モザイク・マンティコア
--Mosaic Manticore
local s,id=GetID()
function s.initial_effect(c)
--remove
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCondition(s.regcon)
e1:SetOperation(s.regop)
c:RegisterEffect(e1)
end
function s.regcon(e,tp,eg,ep... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can only control 1 "Jester Confit". You can Special Summon this card (from your hand) in Attack Position. If Summoned this way, during your opponent's next End Phase: Target 1 face-up monster your opponent controls; return both that target and this face-up card to the hand. | --ジェスター・コンフィ
--Jester Confit
local s,id=GetID()
function s.initial_effect(c)
c:SetUniqueOnField(1,0,id)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_SPSUM_PARAM+EFFECT_FLAG_UNCOPYABLE)
e1:SetTargetRange(POS_FACEUP_ATTAC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 non-WIND "Sky Striker Ace" monster You can only Special Summon "Sky Striker Ace - Hayate(s)" once per turn. This card can attack directly. After damage calculation, if this card battled: You can send 1 "Sky Striker" card from your Deck to the GY. | --閃刀姫-ハヤテ
--Sky Striker Ace - Hayate
--Scripted by ahtelel
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Can only Special Summon "Sky Striker Ace - Hayate" once per turn
c:SetSPSummonOnce(id)
--Link Summon procedure
Link.AddProcedure(c,s.matfilter,1,1)
--Can attack directly
local e1=Eff... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2+ Level 1 monsters If this card is Xyz Summoned: You can target 1 face-up monster on the field; it gains 300 ATK/DEF for each material attached to this card. Once per turn: You can detach 1 material from this card; add 1 Level 1 Winged Beast monster from your Deck to your hand. All battle damage you take from battles ... | --LL-リサイト・スターリング
--Lyrilusc - Recital Starling
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
Xyz.AddProcedure(c,nil,1,2,nil,nil,Xyz.InfiniteMats)
--ATK Up
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DEFCHANGE)
e1:SetType... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this card is added from the Deck or GY to your hand by an effect of a WATER monster: You can reveal this card; look at your opponent's hand. If this card is Special Summoned: You can send the top card of your Deck to the GY, then target 1 Level 4 or lower WATER monster in your GY, except "Deep Sea Artisan"; Special ... | --深海のアーチザン
--Deep Sea Artisan
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--look
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,1))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_TO_HAND)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCountLimit(1,i... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | "Sanga of the Thunder" + "Kazejin" + "Suijin" Must be Special Summoned (from your Extra Deck) by banishing the above cards from your hand, field, and/or GY. When your opponent activates a card or effect that targets a card(s) you control (Quick Effect): You can negate that effect, and if you do, destroy that card. You ... | --合体魔神-ゲート・ガーディアン
--Gate Guardians Combined
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Fusion Materials
Fusion.AddProcMix(c,true,true,table.unpack(CARDS_SANGA_KAZEJIN_SUIJIN))
Fusion.AddContactProc(c,s.contactfil,s.contactop,true)
--Negate an opponent's targeti... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | (This card is always treated as a "Zubaba", "Gagaga", "Gogogo", and "Dododo" card.) During your Main Phase: You can Special Summon up to 1 each "Zubaba", "Gagaga", "Gogogo", and/or "Dododo" monster(s), except "Utopic Onomatopoeia", from your hand in Defense Position, also you cannot Special Summon from the Extra Deck f... | --希望皇オノマトピア
--Utopic Onomatopoeia
--Scripted by Logical Nonsense, AlphaKretin, and edo9300
local s,id=GetID()
function s.initial_effect(c)
--This card is always treated as a "Zubaba" card (required due to current cdb limitations)
c:AddSetcodesRule(id,true,SET_ZUBABA)
--Special Summon up to 1 each "Zubaba", "Gagaga",... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Special Summon this card as an Effect Monster (Fiend/DARK/Level 6/ATK 1000/DEF 2400). (This card is also still a Trap.) If Summoned this way: You can discard 1 card, then declare 1 Attribute; this card becomes that Attribute, and can be treated as 2 Tributes for the Tribute Summon of a monster with the same Attribute a... | --始源の帝王
--The First Monarch
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
--change attribute... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 "Junk Warrior" you control; if it battles an opponent's monster this turn while you control it, apply these effects. ● Your opponent cannot activate cards or effects until the end of the Damage Step. ● If it attacks a Defense Position monster, inflict piercing battle damage to your opponent. ● Double any battl... | --スクラップ・フィスト
--Scrap Fist
local s,id=GetID()
function s.initial_effect(c)
--Apply effects if 1 "Junk Warrior" you control battles this turn
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | "Veidos the Eruption Dragon of Extinction" + 2+ Level 9 or lower Pyro monsters Cannot be destroyed by card effects, also your opponent cannot target it with monster effects. If this card is Fusion Summoned: You can destroy all Spells and Traps your opponent controls. When your opponent activates a card or effect on the... | --滅亡き闇 ヴェイドス
--Veidos the Dragon of Endless Darkness
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Fusion Materials
Fusion.AddProcMixRep(c,true,true,s.matfilter,2,99,CARD_VEIDOS_ERUPTION_DRAGON)
--Cannot be destroyed by card effects
local e1=Effect.CreateEffect(c)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Discard 1 "Resonator" monster; add 1 Level 4 or lower Fiend monster from your Deck to your hand. You can only activate 1 "Resonator Command" per turn. | --コマンド・リゾネーター
--Resonator Command
--Scripted by Larry126
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
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: | If you control 2 or more "Raidraptor" monsters: You can add 1 "Raidraptor" monster from your Deck or GY to your hand. You can only use this effect of "Raidraptor - Nest" once per turn. | --RR-ネスト
--Raidraptor - Nest
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)
--Add 1 "Raidraptor" monster from deck or GY
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_TOHAND+C... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1+ non-Tuner monsters Your opponent cannot target this card with card effects, except during your Main Phase 2. | --神樹の守護獣-牙王
--Leo, the Keeper of the Sacred Tree
local s,id=GetID()
function s.initial_effect(c)
--synchro summon
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
c:EnableReviveLimit()
--immune
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn: You can pay 1000 LP; during your Main Phase this turn, you can Normal Summon 1 Cyberse monster, in addition to your Normal Summon/Set. (You can only gain this effect once per turn.) If this card is banished: You can Special Summon 1 Level 4 or lower monster from your hand. You can only use this effect of... | --バランサーロード
--Balancer Lord
local s,id=GetID()
function s.initial_effect(c)
--extra summon
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.sumcon)
e1:SetCost(Cost.PayLP(1000))
e1:SetTarget(s.... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can send this card from your hand or field to the GY; place 1 "Black Feather Whirlwind" from your Deck face-up in your Spell & Trap Zone. If a "Blackwing" Synchro Monster(s) or "Black-Winged Dragon" is Special Summoned to your field, while this card is in your GY (except during the Damage Step): You can banish this... | --BF-嵐砂のシャマール
--Blackwing - Shamal the Sandstorm
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Place "Black Feather Whirlwind" on the field
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND|LOCATION_MZONE)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can target 1 Fish, Sea Serpent, or Aqua monster in your GY with an equal or lower Level than the number of cards in your opponent's hand; Special Summon it, but it cannot activate its effects this turn. You can only use this effect of "Gluttonous Reptolphin Greethys" once per turn. If this card is sent to the GY as... | --貪食魚グリーディス
--Gluttonous Reptolphin Greethys
--Scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Special Summon 1 aqua, fish, or sea serpent monster from GY
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn, during your Standby Phase, you must pay 500 LP (this is not optional), or this card is destroyed. When resolving an opponent's card effect that targets this card, roll a six-sided die, and negate that effect if you roll a 2 or 5, and if you do, destroy that card. Once per turn, during the Standby Phase: ... | --インフェルノクインデーモン
--Infernalqueen Archfiend
local s,id=GetID()
function s.initial_effect(c)
--Once per turn, during your Standby Phase, you must pay 500 LP (this is not optional), or this card is destroyed
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While another face-up "Jurrac" monster is on the field, this card cannot be destroyed by battle. | --ジュラック・ブラキス
--Jurrac Brachis
local s,id=GetID()
function s.initial_effect(c)
--battle indestructable
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e2:SetCondition(s.indcon)
e2:SetValue(1)
c:RegisterEffect(e2)
end
function s.indcon(e)
return Duel.IsExist... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 monsters, including a Reptile monster If this card is Link Summoned: You can target 1 face-up monster your opponent controls; change its ATK to 0. During your Main Phase, if your opponent controls a monster(s) with 0 ATK: You can add Reptile monsters with different names from your Deck to your hand, up to the number ... | --レプティレス・エキドゥーナ
--Reptilianne Echidna
--Scripted by ahtelel
local s,id=GetID()
function s.initial_effect(c)
Link.AddProcedure(c,nil,2,2,s.lcheck)
c:EnableReviveLimit()
--atk
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_SINGLE+EFFE... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 face-up monster on the field; Special Summon 1 monster from your hand or GY, with the same original Type as that monster's, but with a different original name. If this card in its owner's Spell & Trap Zone is destroyed by an opponent's card effect: You can Set 1 "Super Team Buddy Force Unite!" directly from yo... | --一族の結集
--Super Team Buddy Force Unite!
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1 or more non-Tuner FIRE monsters Once per turn: You can add 1 "Laval" monster from your Deck to your hand, then send 1 "Laval" monster from your hand to the Graveyard. | --ラヴァルバル・ドラグーン
--Lavalval Dragun
local s,id=GetID()
function s.initial_effect(c)
--synchro summon
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTunerEx(Card.IsAttribute,ATTRIBUTE_FIRE),1,99)
c:EnableReviveLimit()
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 Level 5 monsters A "Raidraptor" Xyz Monster that has this card as material gains this effect. ● This card gains ATK equal to its Rank x 100. You can only use 1 of the following effects of "Raidraptor - Brave Strix" per turn, and only once that turn. You can detach 1 material from this card; Set 1 "Raidraptor" Spell/T... | --RR-ブレイブ・ストリクス
--Raidraptor - Brave Strix
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Xyz Summon Procedure
Xyz.AddProcedure(c,nil,5,2)
--Set 1 "Raidraptor" Spell/Trap directly from your Deck
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Inflict 300 damage to your opponent for each of their removed from play cards. | --D.D.ダイナマイト
--D.D. Dynamite
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DAMAGE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER|TIMING_DRAW_PHAS... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a monster(s) is Special Summoned by the effect of an "Evoltile" monster you control, your opponent cannot activate cards or effects. | --進化の宿命
--Evo-Karma
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)
--act limit
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e2:SetRange(LOCATION... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Special Summon this card (from your hand) by sending 1 card from your hand or field to the GY. If Summoned this way, you cannot Special Summon from the Extra Deck for the rest of this turn, except Rank 4 Xyz Monsters. You can only Special Summon "Ice Ryzeal" once per turn this way. If this card is Normal Summon... | --アイス・ライゼオル
--Ice Ryzeal
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Special Summon this card (from your hand)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | FLIP: Return 2 Monster Cards on your opponent's side of the field and 1 Monster Card on your side of the field to their owners' hands. | --尾も白い黒猫
--Dark Cat with White Tail
local s,id=GetID()
function s.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP)
e1:SetTarget(s.target)
e1:SetOp... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If your opponent controls more monsters than you do: Target any number of "D/D" monsters and/or "Dark Contract" cards in your Graveyard up to the difference; add those cards to your hand. You can only activate 1 "D/D Recruits" per turn. | --DDリクルート
--D/D Recruits
local s,id=GetID()
function s.initial_effect(c)
--activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(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_OATH)
e1:SetCondition(... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Tribute this card, then target 1 Spell/Trap Card on the field; destroy that target. | --ディープ・スィーパー
--Deep Sweeper
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:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCost(Cost.SelfTr... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Take 1 "Photon" or "Galaxy" Continuous Spell/Trap from your Deck and either add it to your hand or place it face-up on your field. If this Set card in its owner's control is destroyed by your opponent's card effect during your opponent's turn and you control "Galaxy-Eyes Photon Dragon" or an Xyz Monster that has it as ... | --フォトン・リタデイション
--Photon Timestop
--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_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 Level 4 Spellcaster monsters While this card is an Equip Card, the equipped monster can make up to 2 attacks on monsters during each Battle Phase. You can only use each of the following effects of "Ninaruru, the Magistus Glass Goddess" once per turn. You can detach 1 material from this card, then target 1 Level 4 or ... | --結晶の女神ニンアルル
--Ninaruru, the Magistus Glass Goddess
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--Xyz Summon
Xyz.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsRace,RACE_SPELLCASTER),4,2)
c:EnableReviveLimit()
--Return to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Str... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | All Link Monsters pointing to this card lose 1000 ATK, except "Codebreaker" Link Monsters. If a "Codebreaker" Link Monster(s) on the field is destroyed by battle or card effect, while this card is on the field: Destroy this card. If this card is destroyed by battle or card effect: You can add 1 "Codebreaker Zero Day" f... | --コードブレイカー・ゼロデイ
--Codebreaker Zero Day
--Anime script by Larry126, updated by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--atk down
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,LOCATION_... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When attacked by your opponent's monster, select another 1 of your Monster Cards and designate it as the attack's target, then calculate damage. | --幻影の妖精
--Dreamsprite
local s,id=GetID()
function s.initial_effect(c)
--change attack target
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_BATTLE_CONFIRM)
e1:SetCondition(s.condit... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 DARK Tuner + 1+ non-Tuner monsters During the Main Phase (Quick Effect): You can target 1 face-up monster your opponent controls; your opponent chooses 1 of these effects for you to apply. ● Destroy that monster. ● Gain LP equal to that monster's ATK. During the Battle Phase (Quick Effect): You can Fusion Summon 1 "E... | --地縛戒隷 ジオグレムリン
--Earthbound Servant Geo Gremlin
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Synchro Summon procedure
Synchro.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsAttribute,ATTRIBUTE_DARK),1,1,Synchro.NonTuner(nil),1,99)
--Opponent chooses 1 effect for y... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 "Gem-Knight" monster + 1 Rock-Type monster | --ジェムナイト・ジルコニア
--Gem-Knight Zirconia
local s,id=GetID()
function s.initial_effect(c)
--fusion material
c:EnableReviveLimit()
Fusion.AddProcMix(c,true,true,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_GEM_KNIGHT),aux.FilterBoolFunctionEx(Card.IsRace,RACE_ROCK))
end
s.material_setcode={SET_GEM,SET_GEM_KNIGHT} |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Your opponent cannot target this card with card effects. You cannot Special Summon monsters, except FIRE monsters. An Xyz Monster that was Summoned using this card as an Xyz Material gains this effect. ● When it is Xyz Summoned: You can target 1 "Hazy Flame" monster in your Graveyard; attach that target to this card as... | --陽炎獣 ヒュドラー
--Hazy Flame Hydra
local s,id=GetID()
function s.initial_effect(c)
--cannot be target
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetValue(aux.tgoval)
c:RegisterEffec... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When a face-up "Destiny HERO" monster you control is targeted for an attack: Destroy the attacking monster. | --D-カウンター
--D - Counter
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_BE_BATTLE_TARGET)
e1:SetCondition(s.condition)
e1:SetTarget(s.target)
e1:SetOperation(s.operation)
c:RegisterEffe... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During the Main Phase, if your opponent Special Summoned 3 or more monsters this turn (Quick Effect): You can Special Summon this card from your hand or GY. You can only use this effect of "Undaunted Bumpkin Beast" once per turn. While you control no other monsters, this Attack Position card cannot be destroyed by batt... | --不屈の獣僕
--Undaunted Bumpkin Beast
--Scripted by Hel
local s,id=GetID()
function s.initial_effect(c)
--Special Summon this card from your hand or GY
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_HAND|LOCATIO... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When an opponent's monster declares an attack: You can send this card from your hand to the Graveyard, then target 1 FIRE Fiend-Type monster in your Graveyard, except "Red Mirror"; add it to your hand. If you Synchro Summon while this card is in your Graveyard (except during the Damage Step, or the turn this card was s... | --レッド・ミラー
--Red Mirror
local s,id=GetID()
function s.initial_effect(c)
--to hand
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,id)
e1:SetCond... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Equip only to a "Mermail" monster. It gains 400 ATK. When a monster effect that was activated on your opponent's side of the field resolves, negate that effect, then send this card to the Graveyard. | --アビスケイル-クラーケン
--Abyss-scale of the Kraken
local s,id=GetID()
function s.initial_effect(c)
aux.AddEquipProcedure(c,nil,aux.FilterBoolFunction(Card.IsSetCard,SET_MERMAIL))
--Atk up
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_EQUIP)
e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetValue(400)
c:RegisterEffect(e2)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 monsters with different Types You can target 1 monster "Fur Hire" you control and 1 monster your opponent controls; destroy them. You can Tribute 1 monster; Special Summon 1 monster "Fur Hire" from your hand or GY with a different original name than the Tributed monster, then, if you Tributed a Link Monster to activa... | --空牙団の懐剣 ドナ
--Donner, Dagger Fur Hire
--Scripted by Hatter
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--2 monsters with different Types
Link.AddProcedure(c,nil,2,2,s.lcheck)
--Destroy 1 monster on each field
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCa... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Equip only to a "Gladiator Beast" monster. If the equipped monster would be destroyed, destroy this card instead. When this card is sent to your Graveyard because the equipped monster you controlled was shuffled into your Deck: Return this card to your hand. | --剣闘獣の闘器デーモンズシールド
--Gladiator Beast's Battle Archfiend Shield
local s,id=GetID()
function s.initial_effect(c)
aux.AddEquipProcedure(c,nil,aux.FilterBoolFunction(Card.IsSetCard,SET_GLADIATOR))
--Destroy instead
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_EQUIP)
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a Level 3 monster(s) is Normal or Special Summoned to your field while this card is in your GY (except during the Damage Step): You can Special Summon this card as a Tuner, but banish it when it leaves the field, also for the rest of this turn, you can only Special Summon Level/Rank 3 or higher monsters. If this car... | --電脳堺姫-娘々
--Virtual World Hime - Nyannyan
--Logical Nonsense
--Substitute ID
local s,id=GetID()
function s.initial_effect(c)
--If a level 3 monster is normal summoned, special summon this card from GY
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 DARK Tuner + 2+ non-Tuner monsters Cannot be destroyed by battle or card effects. Other monsters you control cannot attack. Once per turn: You can target 1 monster your opponent controls; any battle damage your opponent takes from attacks involving this card this turn is halved, also, change that monster's ATK to 0, ... | --魔王超龍 ベエルゼウス
--Beelzeus of the Diabolic Dragons
local s,id=GetID()
function s.initial_effect(c)
--Synchro summon
Synchro.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsAttribute,ATTRIBUTE_DARK),1,1,Synchro.NonTuner(nil),2,99)
c:EnableReviveLimit()
--Cannot be destroyed by battle
local e1=Effect.CreateEffect(c)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Send 1 "Evil Eye" monster and 1 "Evil Eye" Spell/Trap from your Deck to the GY; add 1 "Evil Eye" Equip Spell from your Deck to your hand, but for the rest of this turn, each time you activate a non-"Evil Eye" card or effect, you lose 500 LP. If you Link Summon an "Evil Eye" Link Monster: You can banish this card from y... | --災誕の呪眼
--Evil Eyes Unleashed
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Send 2 cards to the GY and add 1 "Evil Eye" Equip card to the hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During your Main Phase, if this card was Normal or Special Summoned this turn: You can Tribute this card; Special Summon 2 "Raidraptor" monsters from your hand and/or Graveyard whose total Levels equal 6. | --RR-ワイルド・ヴァルチャー
--Raidraptor - Wild Vulture
local s,id=GetID()
function s.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(s.spcon)
e1:SetCost(Cost.SelfTribute)
e1:SetTarget(s.... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you control a Fish Synchro Monster, this card cannot be destroyed, or banished, by card effects. You can only use each of the following effects of "The Most Distant, Deepest Depths" once per turn. You can banish 1 Fish monster from your hand or GY; add 1 "Ghoti" monster from your Deck to your hand. If a Fish mons... | --最果ての宇宙
--The Most Distant, Deepest Depths
--Scripted by Larry126
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)
--Prevent destruction by effects
local e2=Effect.CreateEffect(c)
e2:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | The ATK of this card becomes equal to the combined original ATK of the 2 monsters you Tributed for the Tribute Summon of this card. | --合成魔獣 ガーゼット
--Maju Garzett
local s,id=GetID()
function s.initial_effect(c)
--tribute check
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_MATERIAL_CHECK)
e1:SetValue(s.valcheck)
c:RegisterEffect(e1)
--give atk effect only when summon
local e2=Effect.CreateEffect(c)
e2:SetTyp... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 monsters, except Tokens You can activate the effects of "PSY-Framegear" monsters in your hand even while you control a monster(s). If a face-up Psychic monster you control is banished face-up while you control this monster (except during the Damage Step): You can activate this effect; during the End Phase of this tur... | --PSYフレームロード・Λ
--PSY-Framelord Lambda
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Link Summon procedure
Link.AddProcedure(c,aux.NOT(aux.FilterBoolFunctionEx(Card.IsType,TYPE_TOKEN)),2,2)
--Can activate the effects of "PSY-Framegear" monsters even if you control a... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a Chain (of 2 or more Links) occurred in your Main Phase 1, this card can attack twice during the Battle Phase this turn. | --コンボファイター
--Combo Fighter
local s,id=GetID()
function s.initial_effect(c)
--chain
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_MZONE)
e1:SetOperation(s.chop)
c:RegisterEffect(e1)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 Level 4 monsters When this card is Xyz Summoned: You can discard any number of cards; increase this card's Rank by the number of discarded cards. Once per turn, while this card has Xyz Material: You can target 1 monster in your GY; detach all materials from this card, and if you do, attach that target to this card as... | --外神ナイアルラ
--Outer Entity Nyarla
local s,id=GetID()
function s.initial_effect(c)
--xyz summon
Xyz.AddProcedure(c,nil,4,2)
c:EnableReviveLimit()
--rankup
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If your opponent controls more monsters than you do, you can Special Summon this card (from your hand). | --ヴェルズ・マンドラゴ
--Evilswarm Mandragora
local s,id=GetID()
function s.initial_effect(c)
--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.spcon)
c:RegisterEffect(e1)
end
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this Tribute Summoned card battles an opponent's monster, during damage calculation: You can make that opponent's monster lose 500 ATK for each face-up Pendulum Monster currently in your Extra Deck, until the end of this turn. When you Pendulum Summon 2 or more monsters at the same time while this card is in your GY... | --EMクレイブレイカー
--Performapal Clay Breaker
--Scripted by ahtelel
local s,id=GetID()
function s.initial_effect(c)
--atk down
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_TRIGGER_O+EFFECT_TYPE_SINGLE)
e1:SetCode(EVENT_PRE_DAMAGE_CALCULA... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If your opponent controls 2 or more monsters including a LIGHT monster, you can Special Summon this card (from your hand). | --A・O・J コズミック・クローザー
--Ally of Justice Cosmic Gateway
local s,id=GetID()
function s.initial_effect(c)
--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.spcon)
c:Regist... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Ritual Summon this card with "Breath of Acclamation". When an opponent's monster declares a direct attack: You can discard this card; negate the attack, and if you do, negate that monster's effects. (Quick Effect): You can target 1 face-up monster your opponent controls; return both that monster and this card t... | --颶風龍-ビュフォート・ノウェム
--Raging Storm Dragon - Beaufort IX
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Negate attack and effects
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you control a "Cubic" monster: Activate this card by targeting any number of monsters that are in your opponent's Graveyard because they were destroyed and sent there this turn; Special Summon them to your opponent's field, but each becomes ATK 0 and has 1 Cubic Counter placed on it. (Monsters with a Cubic Counter c... | --方界曼荼羅
--Cubic Mandala
local COUNTER_CUBIC=0x1038
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_COUNTER)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTi... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1+ non-Tuner monsters Cannot be destroyed by battle, unless it was Special Summoned from the Extra Deck. You can only use each of the following effects of "Centur-Ion Primera Primus" once per turn. If this card is Synchro Summoned: You can add 1 "Emblema" card from your Deck or GY to your hand, then you can d... | --騎士皇プリメラ・プリムス
--Centur-Ion Primera Primus
--Scripted by Hatter
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Synchro Summon procedure: 1 Tuner + 1+ non-Tuner monsters
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
--This Special Summoned card cannot be destroyed by battle, unl... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Activate 1 of these effects; ● Gain 1200 LP. ● Inflict 800 damage to your opponent. | --ご隠居の猛毒薬
--Poison of the Old Man
local s,id=GetID()
function s.initial_effect(c)
--rec or dam
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(s.target)
e1:SetOperation(s.operation)
c:RegisterEffect(e1)
end
func... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If all monsters you control are Winged Beast monsters and you control at least 2 monsters with different original names: Pay 600 LP; draw 2 cards. You can only activate 1 "Wing Requital" per turn. | --翼の恩返し
--Wing Requital
--Scripted by Neo Yuno
local s, id=GetID()
function s.initial_effect(c)
--Draw 2 cards
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... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Roll a six-sided die. Apply this effect, depending on whose turn it is. ● During your turn: Banish cards from your GY equal to the result. Then, if the result was 1, send 6 cards from the top of your Deck to the GY. ● During your opponent's turn: Send cards from the top of your Deck to the GY equal to the result. Then,... | --ダイスエット
--Dice It
--scripted by andre
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DICE+CATEGORY_REMOVE+CATEGORY_DECKDES)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,T... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can Set this card from your hand to your Spell & Trap Zone as a Spell Card. During your opponent's turn, if this Set card in the Spell & Trap Zone is destroyed and sent to your Graveyard: Special Summon it. During either player's turn, when a card or effect is activated that would destroy a Spell/Trap Card(s) you c... | --アーティファクト-チャクラム
--Artifact Chakram
local s,id=GetID()
function s.initial_effect(c)
--set
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_MONSTER_SSET)
e1:SetValue(TYPE_SPELL)
c:RegisterEffect(e1)
--spsummon
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,0))
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When this card is Normal Summoned: You can Special Summon 1 "Star Seraph" monster from your hand. | --光天使ウィングス
--Star Seraph Scout
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_SUMMON_SUCCESS)
e1:SetTarget(s.sptg)
e1:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When you Ritual Summon a monster, you can banish this card from your Graveyard as 1 of the monsters required for the Ritual Summon. If a player Ritual Summons using this card, the other player cannot Special Summon while that Ritual Summoned monster is face-up on the field. | --儀式魔人リリーサー
--Djinn Releaser of Rituals
local s,id=GetID()
function s.initial_effect(c)
--Can be used for a Ritual Summon while it is in the GY
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_EXTRA_RITUAL_MATERIAL)
e1:SetRange(LOCATION_GRAV... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During your Main Phase, you can Tribute Summon 1 Level 7 or higher monster in Attack Position in addition to your Normal Summon/Set. (You can only gain this effect once per turn.) While you control another Insect monster, this card can attack directly. | --ローズ・パピヨン
--Rose Papillon
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Additional Tribute Summon of a Level 7 or higher monster
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT)
e1:SetRange(LOCATION_MZ... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If your opponent controls a monster and you control no monsters, you can Special Summon this card (from your hand). Once per turn, if a monster(s) with ATK higher than this card is Special Summoned to your opponent's field (except during the Damage Step): You can make this card gain 700 ATK until the end of this turn. | --暗黒騎士ガイアロード
--Lord Gaia the Fierce Knight
local s,id=GetID()
function s.initial_effect(c)
--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.spcon)
c:RegisterEffect(e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you control no face-up monsters: Pay half your LP; Special Summon 1 Level 4 or lower "Elemental HERO" monster from your Deck. | --ヒーローアライブ
--A Hero Lives
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(s.condition)
e1:SetCost(s.cost)
e1:SetTarget(s.target)
e1:SetOperation(s.act... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During their respective turns, each player must show their opponent their hand. | --正々堂々
--Respect Play
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)
--
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_PUBLIC)
e2:SetRange(LOCATION_SZ... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Target 1 monster on the field; banish 1 monster with 1500 ATK/2100 DEF from your hand, your GY, or face-up on either field, and if you do, the targeted monster gains 1500 ATK. If this card is banished and you control a "Kashtira" monster: You can target 1 Effect Monster your opponent controls; negate its effects until ... | --クシャトリラ・オーバーラップ
--Kashtira Overlap
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Banish 1 monster and increase ATK of the target by 1500
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_REMOVE)
e1:SetType(EFFECT_TYPE_ACTIVATE)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card is used to Ritual Summon "Litmus Doom Swordsman". You must also Tribute monsters from your hand or field, whose total Levels equal 8 or more. If this card is in the GY: You can target 1 "Litmus Doom Swordsman" in your GY; shuffle both it and this card from the GY into the Deck, then draw 1 card. You can only ... | --リトマスの死儀式
--Litmus Doom Ritual
local s,id=GetID()
function s.initial_effect(c)
Ritual.AddProcGreaterCode(c,8,nil,72566043)
--to deck
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TODECK+CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_GRAVE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 LIGHT Machine monsters If this card is Fusion Summoned: You can activate this effect; during the Standby Phase of the next turn, add 1 card from your GY to your hand, with an effect that Fusion Summons a monster(s). When your opponent activates a Spell/Trap Card or effect (Quick Effect): You can banish 1 face-up LIGH... | --黎銘機ヘオスヴァローグ
--Heosvarog the Mechanical Dawn
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Fusion Materials: 2 LIGHT Machine monsters
Fusion.AddProcMixN(c,true,true,s.matfilter,2)
--Add 1 card with an effect that Fusion Summons from your GY to your hand
local e1=Effect... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During a Battle Phase, you can use this effect on 1 monster that has attacked this turn and is equipped with a Union Monster. Change the Union Monster back to a monster in face-up Attack or Defense Position. Also, the monster that was equipped with the Union Monster may attack again this turn. | --コンビネーション・アタック
--Combination Attack
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:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:S... |
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 10 or more monsters in your GY. Once per turn: You can Special Summon 1 Level 8 or higher Fairy monster from your hand or GY, but its effects are negated, also its ATK becomes 4000. | --究極時械神セフィロン
--Sephylon, the Ultimate Timelord
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:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a monster you control is destroyed by battle or an opponent's card effect: You can Special Summon this card from the GY (if it was there when the monster was destroyed) or hand (even if not), but banish it when it leaves the field. If this card is Special Summoned: You can target 1 face-up monster on the field; disc... | --妖醒龍ラルバウール
--Omni Dragon Brotaur
--Scripted by AlphaKretin
local s,id=GetID()
function s.initial_effect(c)
--Special summon from hand or GY
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:SetPrope... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card's name becomes "Lord of D." while on the field. When this card is Normal Summoned: You can discard 1 Spell/Trap; add 1 "The Flute of Summoning Dragon", "The Melody of Awakening Dragon", or "Dragon Revival Rhapsody" from your Deck to your hand. | --ロード・オブ・ドラゴン-ドラゴンの統制者-
--The King of D.
local s,id=GetID()
function s.initial_effect(c)
--This card's name becomes "Lord of D." while on the field
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_CHANGE_CODE)
e1:SetRange(LOCATION_MZONE)
e1... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | [ Pendulum Effect ] Once per turn: You can target 1 Dragon-Type monster you control that was Special Summoned from the Extra Deck; this turn, if that monster you control battles an opponent's monster, banish that opponent's monster after damage calculation (even if this card leaves the field). -------------------------... | --EM小判竜
--Performapal Coin Dragon
local s,id=GetID()
function s.initial_effect(c)
--pendulum summon
Pendulum.AddProcedure(c)
--remove
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_PZONE)
e1:Set... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 Tuner + 1+ non-Tuner monsters If you would take damage from a card effect, place 1 Black Feather Counter on this card instead. This card loses 700 ATK for each Black Feather Counter on it. Once per turn: You can remove all Black Feather Counters from this card, then target 1 face-up monster your opponent controls; th... | --ブラックフェザー・ドラゴン
--Black-Winged Dragon
local s,id=GetID()
function s.initial_effect(c)
--Allow Feather Counters
c:EnableCounterPermit(COUNTER_FEATHER)
--Synchro Summon
Synchro.AddProcedure(c,nil,1,1,Synchro.NonTuner(nil),1,99)
c:EnableReviveLimit()
--Replace effect damage
local e1=Effect.CreateEffect(c)
e1:SetTy... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 2 "D/D" monsters If this card is Special Summoned: You can activate this effect; you cannot Special Summon monsters for the rest of this turn, except "D/D" monsters, also place 2 "D/D" Pendulum Monsters with different names from your Deck in your Pendulum Zones, and if you do, take 1000 damage. If this Link Summoned ca... | --DDD深淵王ビルガメス
--D/D/D Abyss King Gilgamesh
--Scripted by Logical Nonsense
local s,id=GetID()
function s.initial_effect(c)
--Link Summon
Link.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,SET_DD),2)
--Must be properly summoned before being revived
c:EnableReviveLimit()
--Place 2 "D/D" monsters from your De... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | This card cannot attack directly, and can only attack Dragon-Type monsters. If this card battles a Dragon-Type monster, this card gains 1000 ATK during the Damage Step only, also that monster has its effects negated during this Battle Phase, as long as this card remains face-up on the field. | --ギャラクシー・ドラグーン
--Galaxy Dragon
local s,id=GetID()
function s.initial_effect(c)
--atklimit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_CANNOT_SELECT_BATTLE_TARGET)
e1:SetValue(s.bttg)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetC... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a face-up EARTH monster(s) you control is destroyed by battle or an opponent's card effect: You can Special Summon this card from your hand, then, you can send 1 monster from your Deck to the GY. You can only use this effect of "Cataclysmic Crusted Calcifida" once per turn. | --楽天禍カルクラグラ
--Cataclysmic Crusted Calcifida
--scripted by Logical Nonsense
--Substitute ID
local s,id=GetID()
function s.initial_effect(c)
--Special summon from hand, then mill a monster
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOGRAVE)
e... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | While you have 2 "D/D" cards in your Pendulum Zones, your opponent cannot target monsters on the field with Spell/Trap effects, Tribute them for a Tribute Summon, nor use them as Materials for a Fusion, Synchro, or Xyz Summon. Once per turn, during your Standby Phase: Take 1000 damage. | --常闇の契約書
--Dark Contract with the Eternal Darkness
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)
--Prevent effect target
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Add 1 card from your hand to your opponent's hand, then gain 2000 LP. | --天使の涙
--Graceful Tear
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:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(s.target)
e1:SetOperation(s.activate)
c:RegisterEffe... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If this face-up card leaves the field: Special Summon 1 "Steam Token" (Aqua/WIND/Level 1/ATK 100/DEF 100). If this card is in your GY: You can Tribute 1 monster; Special Summon this card from the GY. You can only use this effect of "Blackwing - Steam the Cloak" once per Duel. If this card Summoned this way is used as S... | --BF-隠れ蓑のスチーム
--Blackwing - Steam the Cloak
local s,id=GetID()
function s.initial_effect(c)
--token
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOKEN)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_LEAVE_FIELD)
e1:Se... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 3 Level 4 monsters | --覚醒の勇士 ガガギゴ
--Gagagigo the Risen
local s,id=GetID()
function s.initial_effect(c)
--xyz summon
Xyz.AddProcedure(c,nil,4,3)
c:EnableReviveLimit()
end |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | During your Main Phase, you can Normal Summon 1 "Ice Barrier" monster in addition to your Normal Summon/Set. (You can only gain this effect once per turn.) | --氷結界の虎将 グルナード
--General Grunard of the Ice Barrier
local s,id=GetID()
function s.initial_effect(c)
--extra summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_HAND|LOCATION_MZONE,0)
e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT)
e1:SetDescription(au... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When your opponent activates a Spell/Trap Card, or monster effect, while you control a face-up Attack Position "Infernity" monster and have no cards in your hand: Negate the activation, and if you do, destroy that card. | --インフェルニティ・バリア
--Infernity Barrier
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:SetTarget(s.target)
e1:SetOperation(s.activat... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | 1 "Fabled" Tuner + 1+ non-Tuner monsters If this card is Special Summoned: Your opponent can discard 1 card to negate this effect, otherwise you can draw 2 cards, then discard 1 card. If a monster(s) is sent from your opponent's hand to the GY (except during the Damage Step): You can target 1 of those monsters; Special... | --魔轟神アンドレイス
--Fabled Andwraith
--Logical Nonsense
local s,id=GetID()
function s.initial_effect(c)
--Synchro summon procedure
Synchro.AddProcedure(c,s.tfilter,1,1,Synchro.NonTuner(nil),1,99)
--Must be properly summoned before reviving
c:EnableReviveLimit()
--Draw 2 cards, discard 1. Opponent can negate this by disc... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | You can send 1 monster from your hand or field to the GY; draw 1 card. You can only use this effect of "Dark Factory of More Production" once per turn. | --闇の増産工場
--Dark Factory of More Production
--Scripted by Eerie Code
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)
--Send 1 monster from your hand/fi... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Once per turn, if this card is in your GY: You can make this card become a Dragon monster while in the GY, until the end of this turn. You can discard this card, then activate 1 of these effects; ● Add 1 non-WIND "roid" monster from your Deck to your hand. ● This turn, the activation of your cards and effects that incl... | --ドラゴンロイド
--Dragonroid
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--Search 1 non-WIND "roid" monster or prevent your Fusion Summoning effects from getting negated
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:S... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | When your opponent activates a monster effect on the field: Negate the activation, and if you do, destroy that card, then, you can apply the following effect. ● Banish 1 monster from your hand, and if you do, Special Summon the monster that was destroyed and sent to the GY by this effect to your field, but negate its e... | --龍皇の波動
--Draco-Utopian Aura
--Scripted by Eerie Code
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY+CATEGORY_REMOVE+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCod... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If a monster(s) you control returns to your hand by an opponent's card effect: Return as many monsters on the field to the hand as possible, then each player Special Summons monsters from their hand, in face-down Defense Position, equal to the number of Monster Cards that were returned to their hand. | --大騒動
--Major Riot
local s,id=GetID()
function s.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_TO_HAND)
e1:SetCondition(s.condition)
e1:SetTarget(s.target)
e1:SetOperation(s.operation)
c:Reg... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | FLIP: Target 1 Spell Card on the field; destroy that target. (If the target is Set, reveal it, and destroy it if it is a Spell Card. Otherwise, return it to its original position.) | --青い忍者
--Armed Ninja
local s,id=GetID()
function s.initial_effect(c)
--flip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetCategory(CATEGORY_DESTROY)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_FLIP)
e1:SetTarget(s.target)
e1:SetOperation(s.oper... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you reveal a card(s) in your hand to activate a "Vanquish Soul" card or effect (except during the Damage Step): You can Special Summon this card from your hand. (Quick Effect): You can activate 1 of these effects, by revealing monster(s) in your hand with the listed Attribute(s); ● FIRE: Change the battle position o... | --VS 蛟龍
--Vanquish Soul Jiaolong
--scripted by pyrQ
local s,id=GetID()
function s.initial_effect(c)
--Special Summon this card from your hand
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:SetProp... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | If you control 2 or more Link Monsters: You can Special Summon this card from your hand. During damage calculation, if your Link Monster battles an opponent's Link Monster (Quick Effect): You can banish this card from your GY, then target 1 Link Monster in your GY; your battling monster cannot be destroyed by that batt... | --クロス・デバッガー
--Cross Debug
--scripted by pyrQ and AlphaKretin
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_HAND)
e1:SetCountLimit(... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | Equip only to a FIRE Warrior monster. It gains 700 ATK. If the equipped monster would be destroyed by battle or card effect, you can destroy this card instead. While this card is equipped to a Fusion Monster you control: You can send this card and the equipped monster to the GY, and if you do, Special Summon 1 "Flame S... | --サラマンドラ・フュージョン
--Salamandra Fusion
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
--Equip only to a FIRE Warrior monster
aux.AddEquipProcedure(c,nil,s.eqfilter)
--Equipped monster gains 700 ATK
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_EQUIP)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:... |
Generate a YGOPro Lua script for the following Yu-Gi-Oh card effect: | [ Pendulum Effect ] Once per turn, when an opponent's monster declares a direct attack: You can activate this effect; you take no battle damage from that battle (even if this card leaves the field). ---------------------------------------- [ Monster Effect ] Once per turn, when an attack is declared involving a monster... | --EMドラネコ
--Performapal Gongato
local s,id=GetID()
function s.initial_effect(c)
Pendulum.AddProcedure(c)
--Negate damage (direct)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,0))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetRange(LOCATION_PZONE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.