Commit 7cfdd312 authored by tsubaki's avatar tsubaki

2.0rc update

parent b506b2d7
Pipeline #32967 passed with stage
in 8 seconds
No preview for this file type
No preview for this file type
pics/29510.jpg

78.5 KB | W: | H:

pics/29510.jpg

100 KB | W: | H:

pics/29510.jpg
pics/29510.jpg
pics/29510.jpg
pics/29510.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -8,7 +8,7 @@ function c29501.initial_effect(c) ...@@ -8,7 +8,7 @@ function c29501.initial_effect(c)
e1:SetDescription(aux.Stringid(29501,0)) e1:SetDescription(aux.Stringid(29501,0))
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1) e1:SetCountLimit(1,29501)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCost(c29501.cost) e1:SetCost(c29501.cost)
e1:SetTarget(c29501.target) e1:SetTarget(c29501.target)
......
...@@ -23,7 +23,7 @@ function c29510.initial_effect(c) ...@@ -23,7 +23,7 @@ function c29510.initial_effect(c)
e4:SetCategory(CATEGORY_DRAW) e4:SetCategory(CATEGORY_DRAW)
e4:SetType(EFFECT_TYPE_QUICK_O) e4:SetType(EFFECT_TYPE_QUICK_O)
e4:SetCode(EVENT_CHAINING) e4:SetCode(EVENT_CHAINING)
e4:SetCountLimit(3,29510) e4:SetCountLimit(2,29510)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetCondition(c29510.condition) e4:SetCondition(c29510.condition)
e4:SetCost(c29510.cost) e4:SetCost(c29510.cost)
...@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -55,7 +55,7 @@ function c29510.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RegisterEffect(e1) e:GetHandler():RegisterEffect(e1)
end end
function c29510.target(e,tp,eg,ep,ev,re,r,rp,chk) function c29510.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(1-tp,1) end if chk==0 then return true end
end end
function c29510.operation(e,tp,eg,ep,ev,re,r,rp) function c29510.operation(e,tp,eg,ep,ev,re,r,rp)
local g=Group.CreateGroup() local g=Group.CreateGroup()
......
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