Skip to content

Commit c6d9a78

Browse files
authored
"Duelist Box: Prismatic Summon" + "Premium Pack 2026" + "Promotion Pack 2026" + "Miracle Ejector" + "Regulus, the Prince of Endymion" + "Stealth Angecradle" official release script updates
1 parent b278f68 commit c6d9a78

35 files changed

+12
-12
lines changed

archetype_setcode_constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,8 @@ SET_HECAHANDS = 0x1cc
601601
SET_ENNEACRAFT = 0x1cd
602602
SET_KEWL_TUNE = 0x1ce
603603
SET_ECCLESIA = 0x1cf
604+
SET_END_OF_THE_WORLD = 0x1d1
604605
--Released but the official English name is unconfirmed
605606
SET_ELVENNOTES = 0x1d0
606607
--Pre-release archetypes
607-
SET_END_OF_THE_WORLD = 0x1d1
608608
SET_FAIRY_TAIL = 0x1d2

card_counter_constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CARD_R_ACE_HYDRANT = 37617348
8686
CARD_RA = 10000010
8787
CARD_RED_DRAGON_ARCHFIEND = 70902743
8888
CARD_REDEYES_B_DRAGON = 74677422
89-
CARD_REGULUS_THE_PRINCE_OF_ENDYMION = 100200282
89+
CARD_REGULUS_THE_PRINCE_OF_ENDYMION = 96228804
9090
CARD_REVEALER_ICEBARRIER = 18319762
9191
CARD_REVERSAL_OF_FATE = 36690018
9292
CARD_RIKKA_KONKON = 76869711
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
--Surprise Fusion
33
--scripted by pyrQ
44
local s,id=GetID()
5-
local TOKEN_SURPRISE=id+100
5+
local TOKEN_SURPRISE=id+1
66
function s.initial_effect(c)
77
--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
88
local e1=Effect.CreateEffect(c)

0 commit comments

Comments
 (0)