Skip to content

Commit e6cd220

Browse files
authored
"Alliance Insight" official release script updates
1 parent 2129c54 commit e6cd220

Some content is hidden

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

81 files changed

+14
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
local s,id=GetID()
55
function s.initial_effect(c)
66
c:EnableReviveLimit()
7-
--Fusion Materials: 1 "Queen of the Azamina" + 1 Fusion or Synchro Monster
7+
--Fusion Materials: 1 "Queen Azamina" + 1 Fusion or Synchro Monster
88
Fusion.AddProcMix(c,true,true,65033975,aux.FilterBoolFunctionEx(Card.IsType,TYPE_FUSION|TYPE_SYNCHRO))
99
c:AddMustFirstBeFusionSummoned()
10-
--Special Summon this card (from your Extra Deck) by Tributing 1 "St. Azamina" you control and 1 face-up monster your opponent controls
10+
--Special Summon this card (from your Extra Deck) by Tributing 1 "Saint Azamina" you control and 1 face-up monster your opponent controls
1111
local e0=Effect.CreateEffect(c)
1212
e0:SetDescription(aux.Stringid(id,0))
1313
e0:SetType(EFFECT_TYPE_FIELD)
@@ -54,7 +54,7 @@ function s.initial_effect(c)
5454
end
5555
s.miracle_synchro_fusion=true
5656
s.material_setcode={SET_AZAMINA}
57-
s.listed_names={65033975,85065943} --"Queen of the Azamina", "St. Azamina"
57+
s.listed_names={65033975,85065943} --"Queen Azamina", "Saint Azamina"
5858
function s.selfspcostfilter(c,tp,fc)
5959
return ((c:IsCode(85065943) or c:IsSummonCode(fc,MATERIAL_FUSION,tp,85065943)) or c:IsControler(1-tp)) and c:IsReleasable()
6060
and c:IsCanBeFusionMaterial(fc,MATERIAL_FUSION) and (c:IsControler(tp) or c:IsFaceup())
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
local s,id=GetID()
55
function s.initial_effect(c)
66
c:EnableUnsummonable()
7-
--Must be Special Summoned by a card effect
87
c:AddMustBeSpecialSummonedByCardEffect()
98
--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
109
local e1=Effect.CreateEffect(c)

0 commit comments

Comments
 (0)