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 @@ -608,13 +608,13 @@ SET_CLOWN_CREW = 0x1d3
SET_BLITZCLIQUE = 0x1d6
SET_THEOREALIZE = 0x1d7
SET_ALEISTER = 0x1d8
SET_ANGELECHY = 0x1dc
--Released but the official English name is unconfirmed
SET_DARK_TUNER = 0x1d5
--Pre-release archetypes
SET_WHITE_KNIGHT_NIGHT = 0x1d9
SET_DAEDALUS = 0x1da
SET_ASUTRA = 0x1db
SET_ANGELECHY = 0x1dc
SET_ARS_MAGNA = 0x1dd
SET_DIACTORUS = 0x1de
SET_MEDIUS = 0x1df
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions pre-release/c101305091.lua → official/c28904860.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
--Angelechy Bastion
--Scripted by Hatter
local s,id=GetID()
local CARD_ANGELECHY_SHATRANGA=42410161
function s.initial_effect(c)
c:EnableReviveLimit()
--Synchro Summon procedure: 1 Tuner + 1+ non-Tuners
Expand Down Expand Up @@ -39,7 +40,7 @@ function s.initial_effect(c)
e3:SetValue(aux.indoval)
c:RegisterEffect(e3)
end
s.listed_names={101305090} --"Angelechy Shatranga"
s.listed_names={CARD_ANGELECHY_SHATRANGA}
s.listed_series={SET_ANGELECHY}
function s.bantg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler()
Expand All @@ -62,7 +63,7 @@ function s.plcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsContains(c) and not c:IsPreviousLocation(LOCATION_SZONE)
end
function s.plfilter(c)
return c:IsCode(101305090) and not c:IsForbidden()
return c:IsCode(CARD_ANGELECHY_SHATRANGA) and not c:IsForbidden()
end
function s.pltg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsContinuousSpell()
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/c101305081.lua → official/c54577949.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--Witness of the Ancient
--Scripted by The Razgriz
local s,id=GetID()
local TOKEN_ARC=id+100
local TOKEN_ARC=id+1
function s.initial_effect(c)
--If you have a Synchro Monster in your field or GY: You can Special Summon this card from your hand
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.
2 changes: 1 addition & 1 deletion pre-release/c101305088.lua → official/c89027418.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--Imposter Shift
--scripted by pyrQ
local s,id=GetID()
local TOKEN_IMPOSTER=id+100
local TOKEN_IMPOSTER=id+1
function s.initial_effect(c)
--Activate
local e0=Effect.CreateEffect(c)
Expand Down