Commit 62bbee54 authored by Nemo Ma's avatar Nemo Ma

upd phase 1

parent 606155cc
......@@ -1612,6 +1612,14 @@
33310213 0
33310214 0
33310215 0
#230702
82228624 0
82228630 0
98920550 0
33330413 1
82209090 1
88880249 1
91000402 1
#230625
10113025 0
10173032 0
......@@ -5932,6 +5940,17 @@
82221014 0
90351999 0
#WILDEST
67200610 0
67200611 0
67200612 0
67200613 0
67200614 0
67200615 0
67200616 0
67200617 0
67200618 0
67200619 0
67200620 0
90700071 0
90700072 0
90700059 0
......
No preview for this file type
--paranomain decoherent histories
--21.08.04
local m=11451200
local cm=_G["c"..m]
function cm.initial_effect(c)
--Decoherent Histories
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_ACTIVATE_COST)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(0,1)
e1:SetTarget(cm.costtg)
e1:SetOperation(cm.costop)
c:RegisterEffect(e1)
end
function cm.costtg(e,te,tp)
e:SetLabelObject(te:GetHandler())
return true
end
function cm.costop(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.AnnounceCard(e:GetHandlerPlayer())
if e:GetLabelObject():IsOriginalCodeRule(ac) then
if Duel.CheckLPCost(tp,3000) and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then
Duel.PayLPCost(tp,3000)
else
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_CHAIN_SOLVING)
e1:SetOperation(cm.ngop)
e1:SetReset(RESET_CHAIN)
e1:SetLabel(ev+1)
Duel.RegisterEffect(e1,tp)
end
end
end
function cm.ngop(e,tp,eg,ep,ev,re,r,rp)
if e:GetLabel()==ev then Duel.NegateEffect(ev) end
end
\ No newline at end of file
--无限可能性
function c65130333.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(65130333,0))
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
--e1:SetCountLimit(1,65130328+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c65130333.target)
e1:SetOperation(c65130333.activate)
c:RegisterEffect(e1)
end
local KOISHI_CHECK=false
if Card.SetCardData then KOISHI_CHECK=true end
function c65130333.copyfilter(c)
return c:IsType(TYPE_MONSTER) and not c:IsCode(65130303,65130304) and (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE))
end
function c65130333.cfilter(c)
return c:IsCode(65130303,65130304) and c:IsAttack(878) and c:IsDefense(1157)
end
function c65130333.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c65130333.cfilter,tp,LOCATION_MZONE,0,1,nil,65130303,65130304) and Duel.IsExistingMatchingCard(c65130333.copyfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,LOCATION_MZONE+LOCATION_GRAVE,1,nil) end
--Duel.SetOperationInfo(0,CATEGORY_DESTROY,sg,sg:GetCount(),0,0)
end
function c65130333.activate(e,tp,eg,ep,ev,re,r,rp)
if not KOISHI_CHECK then return end
local c=e:GetHandler()
if not Duel.IsExistingMatchingCard(c65130333.copyfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,LOCATION_MZONE+LOCATION_GRAVE,1,nil)then return end
local g=Duel.GetMatchingGroup(c65130333.cfilter,tp,LOCATION_MZONE,0,nil)
local tc=g:GetFirst()
while tc do
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(65130333,1))
local cg=Duel.SelectMatchingCard(tp,c65130333.copyfilter,tp,LOCATION_MZONE+LOCATION_GRAVE,LOCATION_MZONE+LOCATION_GRAVE,1,1,nil)
local cc=cg:GetFirst()
local cid=cc:GetOriginalCode()
tc:SetEntityCode(cid,true)
tc:ReplaceEffect(cid,0,0)
tc:ResetFlagEffect(65130303)
tc:RegisterFlagEffect(65130333,RESET_EVENT+RESETS_STANDARD,0,1)
Duel.Hint(HINT_CARD,0,cid)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_BASE_ATTACK)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CANNOT_DISABLE)
e1:SetRange(LOCATION_MZONE)
e1:SetValue(878)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_SET_BASE_DEFENSE)
e2:SetValue(1157)
tc:RegisterEffect(e2)
tc=g:GetNext()
end
end
\ No newline at end of file
......@@ -880,7 +880,7 @@
!setname 0x67e 夏乡
!setname 0x367e 夏乡追忆
!setname 0x567e 夏乡净梦
!setname 0x67b 星渡使
!setname 0x367b 星渡使
#透明 3185687108 353 0xac0-0xacf
!setname 0xac1 龙源
......@@ -1054,4 +1054,6 @@
!setname 0xac97 虚空制裁大符(Voidictator Rune
!setname 0xcc97 虚空制裁大能(Voidictator Energy
#???
\ No newline at end of file
#???
!setname 0x758 宇宙之光
!setname 0x759 赛尔计划
\ No newline at end of file
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