Commit 6e3d6934 authored by 聖園ミカ's avatar 聖園ミカ 🐟

update

parent ac94e6c7
No preview for this file type
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
local e12=Effect.CreateEffect(c)
e12:SetType(EFFECT_TYPE_FIELD)
e12:SetCode(EFFECT_CANNOT_SSET)
e12:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e12:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e12:SetRange(LOCATION_FZONE)
e12:SetTargetRange(1,0)
e12:SetTarget(cm.setlimit)
......@@ -29,7 +29,7 @@ function cm.initial_effect(c)
local e13=Effect.CreateEffect(c)
e13:SetType(EFFECT_TYPE_FIELD)
e13:SetCode(EFFECT_CANNOT_ACTIVATE)
e13:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE)
e13:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e13:SetRange(LOCATION_FZONE)
e13:SetTargetRange(1,0)
e13:SetValue(cm.actlimit)
......
--E·W的叛乱 阿撒兹勒
local cm,m,o=GetID()
function cm.initial_effect(c)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0xb81,0xa02),aux.NonTuner(nil),1)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0xb81),aux.NonTuner(nil),1)
c:EnableReviveLimit()
--[[
local e1=Effect.CreateEffect(c)
......@@ -43,7 +43,7 @@ function cm.initial_effect(c)
end
--e1
function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
return c:IsSetCard(0xb81,0xa02)
return c:IsSetCard(0xb81)
end
--e2
function cm.con2(e,tp,eg,ep,ev,re,r,rp)
......@@ -80,7 +80,7 @@ function cm.op2op(e,tp,eg,ep,ev,re,r,rp)
end
function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and eg:GetFirst():IsSetCard(0xb81,0xa02)
return ep==tp and eg:GetFirst():IsSetCard(0xb81)
end
function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.SetLP(tp,1)
......
......@@ -45,7 +45,7 @@ function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end
function cm.filter(c)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and c:IsSetCard(0x3b82,0x3a04)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and c:IsSetCard(0x3b82)
end
function cm.atktg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and cm.filter(chkc) and chkc:IsControler(tp) end
......@@ -69,7 +69,7 @@ function cm.atkop1(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.spfilter1(c,e,tp)
return c:IsSetCard(0x3b82,0x3a04) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsType(TYPE_MONSTER)
return c:IsSetCard(0x3b82) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsType(TYPE_MONSTER)
end
function cm.spfilter(c,e,tp,mc)
......
......@@ -904,7 +904,7 @@
!setname 0xb81 交界
!setname 0x3b82 千式
!setname 0x5b82 圣星
!setname 0x5b83 决斗者☆
!setname 0xb83 决斗者☆
!counter 0x1b80 记忆结晶指示物
#若冰 3478623505 362 0xba0-0xbaf
......@@ -1003,7 +1003,11 @@
!counter 0x430 少女病指示物
!counter 0x43f 妖精乡指示物
#古战场逃兵 1586842214 475
#古战场逃兵 1586842214 475 0x5d0-0x5df
!setname 0x5d4 杰钢
!setname 0x5d5 高达
!setname 0x5d6 吉姆
!setname 0x5d7 扎古
#积木 2528992628 502 0xcb0-0xcbf
!setname 0xcb1 数码兽
......
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