Commit 4851263f authored by salix5's avatar salix5

fix: 22PP string id

parent cf6da85e
......@@ -61,4 +61,4 @@ end
function c57499304.spfilter(c,e,tp)
return not c:IsSetCard(0x48) and c:IsRankBelow(3) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and Duel.GetLocationCountFromEx(tp,tp,nil,c)>0
end
\ No newline at end of file
end
......@@ -31,4 +31,4 @@ function c64104037.spcon(e,c)
end
function c64104037.indes(e,c)
return not c:IsSummonLocation(LOCATION_EXTRA)
end
\ No newline at end of file
end
......@@ -73,4 +73,4 @@ function c83888009.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,83888009)
Duel.Damage(tp,Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)*300,REASON_EFFECT)
Duel.Damage(1-tp,Duel.GetFieldGroupCount(1-tp,LOCATION_HAND,0)*300,REASON_EFFECT)
end
\ No newline at end of file
end
......@@ -2,7 +2,7 @@
function c84900597.initial_effect(c)
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(84900597,1))
e1:SetDescription(aux.Stringid(84900597,0))
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
......@@ -16,7 +16,7 @@ function c84900597.initial_effect(c)
c:RegisterEffect(e2)
--indes
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(84900597,2))
e3:SetDescription(aux.Stringid(84900597,1))
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_REMOVE)
e3:SetCountLimit(1,84900598)
......@@ -60,4 +60,4 @@ function c84900597.indop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,2)
tc:RegisterEffect(e1)
end
end
\ No newline at end of file
end
......@@ -3,7 +3,7 @@ function c99370594.initial_effect(c)
aux.AddCodeList(c,35705817)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(99370594,1))
e1:SetDescription(aux.Stringid(99370594,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
......@@ -14,7 +14,7 @@ function c99370594.initial_effect(c)
c:RegisterEffect(e1)
--tohand
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(99370594,2))
e2:SetDescription(aux.Stringid(99370594,1))
e2:SetCategory(CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
......@@ -62,4 +62,4 @@ function c99370594.activate1(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
end
end
\ No newline at end of file
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment