Commit 4fb612bd authored by mercury233's avatar mercury233

update new cards

parent a245f486
#created by ...
#main
100200202
100200201
100200203
100293096
100293099
101111006
......
......@@ -51,6 +51,7 @@ end
function s.otop(e,tp,eg,ep,ev,re,r,rp,c)
local mg=Duel.GetMatchingGroup(s.otfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,tp)
local sg=Duel.SelectTribute(tp,c,1,1,mg)
c:SetMaterial(sg)
Duel.Release(sg,REASON_SUMMON+REASON_MATERIAL)
end
function s.atkfilter(c)
......@@ -68,6 +69,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
end
function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsDiscardable,tp,LOCATION_HAND,0,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST)
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -11,14 +11,14 @@ function s.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,id)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCondition(s.condition)
e1:SetTarget(s.target)
e1:SetOperation(s.operation)
c:RegisterEffect(e1)
end
function s.condition(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_NORMAL) and aux.dscon()
return e:GetHandler():IsSummonType(SUMMON_TYPE_NORMAL)
end
function s.filter(c,e,tp)
return c:IsLevelBelow(4) and c:IsRace(RACE_INSECT) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
......@@ -80,6 +80,10 @@ A.YGOPro正式更新后,对应的先行卡会失效,不能在正式版主机
Q.为什么搜索卡片时发现有重复卡片?
A.因为本补丁是先行卡补丁,正式更新的卡片可能会与本补丁的卡片重复。删除或更新本补丁即可。
Q.在宣言先行卡卡名时,提示宣言的卡不符合条件或无法被主机识别,是什么原因?
A.你没有更新先行卡补丁,导致客户端残留了已失效的先行卡,宣言这种卡不会被服务器识别。
注意在安装正式更新时同步更新先行卡补丁,即可避免这种情况。
Q.YGOPro怎么删除先行卡补丁?
A.删除expansions文件夹中 ygo233.com-pre-release.ypk 即可。
......
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