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
2 changes: 1 addition & 1 deletion archetype_setcode_constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ SET_HECAHANDS = 0x1cc
SET_ENNEACRAFT = 0x1cd
SET_KEWL_TUNE = 0x1ce
SET_ECCLESIA = 0x1cf
SET_END_OF_THE_WORLD = 0x1d1
--Released but the official English name is unconfirmed
SET_ELVENNOTES = 0x1d0
--Pre-release archetypes
SET_END_OF_THE_WORLD = 0x1d1
SET_FAIRY_TAIL = 0x1d2
2 changes: 1 addition & 1 deletion card_counter_constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CARD_R_ACE_HYDRANT = 37617348
CARD_RA = 10000010
CARD_RED_DRAGON_ARCHFIEND = 70902743
CARD_REDEYES_B_DRAGON = 74677422
CARD_REGULUS_THE_PRINCE_OF_ENDYMION = 100200282
CARD_REGULUS_THE_PRINCE_OF_ENDYMION = 96228804
CARD_REVEALER_ICEBARRIER = 18319762
CARD_REVERSAL_OF_FATE = 36690018
CARD_RIKKA_KONKON = 76869711
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pre-release/c100450016.lua → official/c35167375.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--Surprise Fusion
--scripted by pyrQ
local s,id=GetID()
local TOKEN_SURPRISE=id+100
local TOKEN_SURPRISE=id+1
function s.initial_effect(c)
--Make 1 face-up monster you control become the declared Type and Attribute, then you can Fusion Summon 1 Fusion Monster from your Extra Deck, using monsters you control, including the targeted monster
local e1=Effect.CreateEffect(c)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pre-release/c100450002.lua → official/c53770666.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--Armament Reincarnation
--scripted by pyrQ
local s,id=GetID()
local TOKEN_ARMAMENT_REINCARNATION=id+100
local TOKEN_ARMAMENT_REINCARNATION=id+1
function s.initial_effect(c)
--Special Summon "Armament Reincarnation Tokens" (Warrior/LIGHT/Level 1/ATK 500/DEF 500) up to the number of Equip Spells, and Traps with an effect that equip themselves to a monster, in your GY, then you can destroy as many cards in your Spell & Trap Zone as possible, including this card, then Set as many Equip Spells, and Traps with an effect that equip themselves to a monster, as possible from your GY
local e1=Effect.CreateEffect(c)
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c100449001.lua → official/c59011257.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ function s.ctrlop(e,tp,eg,ep,ev,re,r,rp)
if tc and tc:IsRelateToEffect(e) and Duel.GetControl(c,tc:GetControler()) and c:IsFaceup() then
c:SetCardTarget(tc)
local fid=c:GetFieldID()
tc:RegisterFlagEffect(id+100,RESET_EVENT|(RESETS_STANDARD&~RESET_TURN_SET),EFFECT_FLAG_CLIENT_HINT,1,fid,aux.Stringid(id,1))
tc:RegisterFlagEffect(id+1,RESET_EVENT|(RESETS_STANDARD&~RESET_TURN_SET),EFFECT_FLAG_CLIENT_HINT,1,fid,aux.Stringid(id,1))
--That monster cannot be Tributed nor used as material for a Fusion, Synchro, Xyz or Link Summon while this monster is face-up on the field
local e1a=Effect.CreateEffect(c)
e1a:SetType(EFFECT_TYPE_FIELD)
e1a:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1a:SetCode(EFFECT_UNRELEASABLE_SUM)
e1a:SetRange(LOCATION_MZONE)
e1a:SetTarget(function(e,c) return c:GetFlagEffectLabel(id+100)==fid end)
e1a:SetTarget(function(e,c) return c:GetFlagEffectLabel(id+1)==fid end)
e1a:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e1a:SetValue(1)
e1a:SetReset(RESET_EVENT|RESETS_STANDARD)
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.
8 changes: 4 additions & 4 deletions pre-release/c100449005.lua → official/c94384774.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--Ebisu Shinsen Matsuri
--scripted by pyrQ
local s,id=GetID()
local TOKEN_SHINSEN=id+100
local TOKEN_EBISU=id+200
local TOKEN_SHINSEN=id+1
local TOKEN_EBISU=id+2
function s.initial_effect(c)
--Activate
local e0=Effect.CreateEffect(c)
Expand Down Expand Up @@ -38,7 +38,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_PHASE+PHASE_BATTLE_START)
e2:SetRange(LOCATION_SZONE)
e2:SetCondition(function(e) return not e:GetHandler():HasFlagEffect(id+100) end)
e2:SetCondition(function(e) return not e:GetHandler():HasFlagEffect(id+1) end)
e2:SetTarget(s.ebisusptg)
e2:SetOperation(s.ebisuspop)
c:RegisterEffect(e2)
Expand Down Expand Up @@ -95,7 +95,7 @@ function s.ebisusptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return #g>0 and Duel.GetMZoneCount(tp,g)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,TOKEN_EBISU,0,TYPES_TOKEN,-2,-2,7,RACE_FAIRY,ATTRIBUTE_WATER) end
local c=e:GetHandler()
c:RegisterFlagEffect(id+100,RESET_EVENT|RESETS_STANDARD|RESET_PHASE|PHASE_BATTLE,0,1)
c:RegisterFlagEffect(id+1,RESET_EVENT|RESETS_STANDARD|RESET_PHASE|PHASE_BATTLE,0,1)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g+c,#g+1,tp,0)
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,tp,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,0)
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pre-release/c100450003.lua → official/c95915457.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function s.initial_effect(c)
e2:SetOperation(s.thop)
c:RegisterEffect(e2)
end
s.listed_names={100450002} --"Armament Reincarnation"
s.listed_names={53770666} --"Armament Reincarnation"
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and chkc:IsFaceup() end
if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,LOCATION_MZONE,0,1,nil) end
Expand Down Expand Up @@ -66,7 +66,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.thfilter(c)
return c:IsCode(100450002) and c:IsAbleToHand()
return c:IsCode(53770666) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
Expand Down
File renamed without changes.
File renamed without changes.