Skip to content

Commit 3aac2bf

Browse files
authored
"THE CHRONICLES DECK: The Fallen & The Virtuous" + "Burst Protocol" official release script updates
1 parent 303f5e4 commit 3aac2bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+37
-37
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--黄昏の堕天使ルシファー
2-
--Lucifer, Darklord of the Evening Twilight
2+
--Darklord Eveningstar
33
--Scripted by The Razgriz
44
local s,id=GetID()
55
function s.initial_effect(c)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function s.initial_effect(c)
4141
c:RegisterEffect(e3)
4242
end
4343
s.listed_series={SET_ELVENNOTES}
44-
s.listed_names={101303039} --"Junora the Power Patron of Tuning"
44+
s.listed_names={5914858} --"Junora the Power Patron of Tuning"
4545
function s.lvfilter(c)
4646
return c:IsSequence(2) and c:HasLevel() and c:IsFaceup()
4747
end
@@ -54,7 +54,7 @@ function s.lvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
5454
Duel.SetPossibleOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
5555
end
5656
function s.synchrofilter(c)
57-
return (c:IsSetCard(SET_ELVENNOTES) or c:IsCode(101303039)) and c:IsSynchroSummonable()
57+
return (c:IsSetCard(SET_ELVENNOTES) or c:IsCode(5914858)) and c:IsSynchroSummonable()
5858
end
5959
function s.lvop(e,tp,eg,ep,ev,re,r,rp)
6060
local tc=Duel.GetFirstTarget()

0 commit comments

Comments
 (0)