1 Star 0 Fork 0

Alanisia/ygopro-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
c17871506.lua 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
mercury233 提交于 2016-07-13 22:38 . new cards INOV (#484)
--真紅眼の凶星竜-メテオ・ドラゴン
function c17871506.initial_effect(c)
aux.EnableDualAttribute(c)
--indes
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(c17871506.indtg)
e1:SetValue(1)
e1:SetCondition(aux.IsDualState)
c:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
c:RegisterEffect(e2)
end
function c17871506.indtg(e,c)
return c:IsSetCard(0x3b) and c~=e:GetHandler()
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alanisia/ygopro-scripts.git
git@gitee.com:alanisia/ygopro-scripts.git
alanisia
ygopro-scripts
ygopro-scripts
master

搜索帮助