Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 3 additions & 3 deletions pre-release/c101208035.lua → official/c17749468.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
local s,id=GetID()
function s.initial_effect(c)
c:EnableReviveLimit()
--Fusion Materials: 1 "Queen of the Azamina" + 1 Fusion or Synchro Monster
--Fusion Materials: 1 "Queen Azamina" + 1 Fusion or Synchro Monster
Fusion.AddProcMix(c,true,true,65033975,aux.FilterBoolFunctionEx(Card.IsType,TYPE_FUSION|TYPE_SYNCHRO))
c:AddMustFirstBeFusionSummoned()
--Special Summon this card (from your Extra Deck) by Tributing 1 "St. Azamina" you control and 1 face-up monster your opponent controls
--Special Summon this card (from your Extra Deck) by Tributing 1 "Saint Azamina" you control and 1 face-up monster your opponent controls
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(id,0))
e0:SetType(EFFECT_TYPE_FIELD)
Expand Down Expand Up @@ -54,7 +54,7 @@ function s.initial_effect(c)
end
s.miracle_synchro_fusion=true
s.material_setcode={SET_AZAMINA}
s.listed_names={65033975,85065943} --"Queen of the Azamina", "St. Azamina"
s.listed_names={65033975,85065943} --"Queen Azamina", "Saint Azamina"
function s.selfspcostfilter(c,tp,fc)
return ((c:IsCode(85065943) or c:IsSummonCode(fc,MATERIAL_FUSION,tp,85065943)) or c:IsControler(1-tp)) and c:IsReleasable()
and c:IsCanBeFusionMaterial(fc,MATERIAL_FUSION) and (c:IsControler(tp) or c:IsFaceup())
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion pre-release/c101208026.lua → official/c19715246.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
local s,id=GetID()
function s.initial_effect(c)
c:EnableUnsummonable()
--Must be Special Summoned by a card effect
c:AddMustBeSpecialSummonedByCardEffect()
--Special Summon this card from your hand, then take 1 "Cyber Dragon" from your Deck, and either Special Summon it or equip it to this card
local e1=Effect.CreateEffect(c)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c101208045.lua → official/c31086840.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
s.xyz_number=69
s.listed_series={2407234,101208046} --"Number 69: Heraldry Crest", "Number 69: Heraldry Crest - Dark Matter Demolition"
s.listed_series={2407234,77571454} --"Number 69: Heraldry Crest", "Number 69: Heraldry Crest - Dark Matter Demolition"
function s.ovfilter(c,tp,xyzc)
return c:IsFaceup() and c:IsOriginalCodeRule(2407234)
end
Expand All @@ -33,7 +33,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return ttype&TYPE_MONSTER>0 and tloc&LOCATION_ONFIELD>0 and tplayer==1-tp
end
function s.xyzfilter(c,e,tp,mc)
return c:IsCode(101208046) and mc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT)
return c:IsCode(77571454) and mc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT)
and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0 and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions pre-release/c101208039.lua → official/c43321985.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ function s.initial_effect(c)
e2:SetValue(1)
c:RegisterEffect(e2)
end
s.listed_names={101208055,101208071,CARD_ANCIENT_FAIRY_DRAGON} --"The World of Spirits", "Eternal Sunshine"
s.listed_names={5414777,28903523,CARD_ANCIENT_FAIRY_DRAGON} --"The World of Spirits", "Eternal Sunshine"
function s.thfilter(c)
return ((c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_BEAST|RACE_PLANT|RACE_FAIRY)) or c:IsCode(101208071)) and c:IsAbleToHand()
return ((c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_BEAST|RACE_PLANT|RACE_FAIRY)) or c:IsCode(28903523)) and c:IsAbleToHand()
end
function s.drthtg(e,tp,eg,ep,ev,re,r,rp,chk)
local world_of_spirits_chk=Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsCode,101208055),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
local world_of_spirits_chk=Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsCode,5414777),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
local b1=not world_of_spirits_chk and Duel.IsPlayerCanDraw(tp,1)
local b2=world_of_spirits_chk and Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil)
if chk==0 then return b1 or b2 end
Expand All @@ -46,7 +46,7 @@ function s.drthtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetPossibleOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end
function s.drthop(e,tp,eg,ep,ev,re,r,rp)
local world_of_spirits_chk=Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsCode,101208055),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
local world_of_spirits_chk=Duel.IsExistingMatchingCard(aux.FaceupFilter(Card.IsCode,5414777),tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
if not world_of_spirits_chk then
Duel.Draw(tp,1,REASON_EFFECT)
else
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c101208018.lua → official/c58201062.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
s.listed_series={SET_DRAGON_RULER}
s.listed_names={id,101208047} --"Chasmatis, Dragon Ruler of Auroras"
s.listed_names={id,4965193} --"Chasmatis, Dragon Ruler of Auroras"
function s.thcostfilter(c)
return (c:IsAttribute(ATTRIBUTE_LIGHT) or c:IsRace(RACE_DRAGON)) and c:IsDiscardable()
end
Expand Down Expand Up @@ -60,7 +60,7 @@ function s.spcostfilter(c,e,tp)
and Duel.IsExistingTarget(s.spfilter,tp,LOCATION_GRAVE,0,1,c,e,tp)
end
function s.spfilter(c,e,tp)
return c:IsCode(101208047) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsCode(4965193) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function s.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c101208019.lua → official/c94655777.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
s.listed_series={SET_DRAGON_RULER}
s.listed_names={id,101208048} --"Eclepsis, Dragon Ruler of Woes"
s.listed_names={id,30350202} --"Eclepsis, Dragon Ruler of Woes"
function s.rmcostfilter(c)
return (c:IsAttribute(ATTRIBUTE_DARK) or c:IsRace(RACE_DRAGON)) and c:IsDiscardable()
end
Expand Down Expand Up @@ -85,7 +85,7 @@ function s.gyspcostfilter(c,e,tp)
and Duel.IsExistingTarget(s.gyspfilter,tp,LOCATION_GRAVE,0,1,c,e,tp)
end
function s.gyspfilter(c,e,tp)
return c:IsCode(101208048) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsCode(30350202) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function s.gyspcost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pre-release/c101208010.lua → official/c97662494.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--紋章獣スタット・ホエール
--Heraldic Beast Stat Whale
--Heraldic Beast Stad Whale
--scripted by Naim
local s,id=GetID()
function s.initial_effect(c)
Expand Down
File renamed without changes.