Commit e2332a4d authored by DailyShana's avatar DailyShana

Update c95239444.lua

Q:カードをめくる枚数は墓地に送った植物族モンスターのどの場所でレベルを参照しますか?
A:墓地でのレベルを参照します。(14/02/15)

◇在把那个植物族怪兽送去墓地后,参照其在墓地的等级进行效果处理。
parent 3bdea07d
...@@ -32,8 +32,8 @@ function c95239444.stcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -32,8 +32,8 @@ function c95239444.stcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c95239444.cfilter,tp,LOCATION_MZONE+LOCATION_HAND,0,1,nil,ct) end if chk==0 then return Duel.IsExistingMatchingCard(c95239444.cfilter,tp,LOCATION_MZONE+LOCATION_HAND,0,1,nil,ct) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g=Duel.SelectMatchingCard(tp,c95239444.cfilter,tp,LOCATION_MZONE+LOCATION_HAND,0,1,1,nil,ct) local g=Duel.SelectMatchingCard(tp,c95239444.cfilter,tp,LOCATION_MZONE+LOCATION_HAND,0,1,1,nil,ct)
e:SetLabel(g:GetFirst():GetLevel())
Duel.SendtoGrave(g,REASON_COST) Duel.SendtoGrave(g,REASON_COST)
e:SetLabel(Duel.GetOperatedGroup():GetFirst():GetLevel())
end end
function c95239444.stop(e,tp,eg,ep,ev,re,r,rp) function c95239444.stop(e,tp,eg,ep,ev,re,r,rp)
local ct=e:GetLabel() local ct=e:GetLabel()
......
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