Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
REIKAI
ygopro
Commits
66ec6417
Commit
66ec6417
authored
Mar 16, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EFFECT_CANNOT_BE_BATTLE_TARGET
parent
68a85b67
Changes
52
Show whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
53 additions
and
25 deletions
+53
-25
script/c10979723.lua
script/c10979723.lua
+1
-0
script/c11475049.lua
script/c11475049.lua
+1
-0
script/c131182.lua
script/c131182.lua
+1
-0
script/c18027138.lua
script/c18027138.lua
+1
-1
script/c2250266.lua
script/c2250266.lua
+1
-1
script/c2333365.lua
script/c2333365.lua
+1
-0
script/c23782705.lua
script/c23782705.lua
+1
-0
script/c2460565.lua
script/c2460565.lua
+1
-0
script/c25034083.lua
script/c25034083.lua
+1
-0
script/c26509612.lua
script/c26509612.lua
+1
-1
script/c29400787.lua
script/c29400787.lua
+1
-1
script/c2986553.lua
script/c2986553.lua
+1
-0
script/c29947751.lua
script/c29947751.lua
+1
-1
script/c32491822.lua
script/c32491822.lua
+1
-1
script/c45298492.lua
script/c45298492.lua
+1
-0
script/c46239604.lua
script/c46239604.lua
+1
-1
script/c48179391.lua
script/c48179391.lua
+1
-0
script/c48582558.lua
script/c48582558.lua
+1
-1
script/c50449881.lua
script/c50449881.lua
+1
-1
script/c51085303.lua
script/c51085303.lua
+1
-1
script/c54635862.lua
script/c54635862.lua
+1
-1
script/c55401221.lua
script/c55401221.lua
+1
-0
script/c63730624.lua
script/c63730624.lua
+1
-1
script/c66865880.lua
script/c66865880.lua
+1
-1
script/c67511500.lua
script/c67511500.lua
+1
-0
script/c68170903.lua
script/c68170903.lua
+1
-1
script/c6924874.lua
script/c6924874.lua
+1
-0
script/c70458081.lua
script/c70458081.lua
+1
-0
script/c71411377.lua
script/c71411377.lua
+1
-0
script/c71519605.lua
script/c71519605.lua
+1
-1
script/c73219648.lua
script/c73219648.lua
+2
-1
script/c75162696.lua
script/c75162696.lua
+1
-0
script/c75363626.lua
script/c75363626.lua
+1
-0
script/c75367227.lua
script/c75367227.lua
+1
-1
script/c7617062.lua
script/c7617062.lua
+1
-1
script/c7625614.lua
script/c7625614.lua
+1
-1
script/c77084837.lua
script/c77084837.lua
+1
-1
script/c79636594.lua
script/c79636594.lua
+1
-0
script/c80304126.lua
script/c80304126.lua
+1
-0
script/c82260502.lua
script/c82260502.lua
+1
-1
script/c82670878.lua
script/c82670878.lua
+1
-1
script/c87294988.lua
script/c87294988.lua
+1
-0
script/c9024367.lua
script/c9024367.lua
+1
-1
script/c90640901.lua
script/c90640901.lua
+1
-0
script/c90960358.lua
script/c90960358.lua
+1
-0
script/c91420254.lua
script/c91420254.lua
+1
-0
script/c91559748.lua
script/c91559748.lua
+1
-0
script/c92854392.lua
script/c92854392.lua
+1
-1
script/c95466842.lua
script/c95466842.lua
+1
-0
script/c9666558.lua
script/c9666558.lua
+1
-0
script/c99348756.lua
script/c99348756.lua
+1
-0
script/c99795159.lua
script/c99795159.lua
+1
-1
No files found.
script/c10979723.lua
View file @
66ec6417
...
...
@@ -14,6 +14,7 @@ function c10979723.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c10979723
.
atlimit
)
e2
:
SetValue
(
1
)
...
...
script/c11475049.lua
View file @
66ec6417
...
...
@@ -46,6 +46,7 @@ function c11475049.atop(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetTarget
(
c11475049
.
atktg
)
e1
:
SetValue
(
1
)
...
...
script/c131182.lua
View file @
66ec6417
...
...
@@ -21,6 +21,7 @@ function c131182.initial_effect(c)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e4
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e4
:
SetTarget
(
c131182
.
atktg
)
e4
:
SetValue
(
1
)
c
:
RegisterEffect
(
e4
)
...
...
script/c18027138.lua
View file @
66ec6417
...
...
@@ -49,7 +49,7 @@ function c18027138.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetTarget
(
c18027138
.
atlimit
)
e1
:
SetValue
(
1
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
script/c2250266.lua
View file @
66ec6417
...
...
@@ -20,7 +20,7 @@ function c2250266.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetCondition
(
c2250266
.
cona2
)
e3
:
SetTarget
(
c2250266
.
atlimit
)
...
...
script/c2333365.lua
View file @
66ec6417
...
...
@@ -14,6 +14,7 @@ function c2333365.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetTarget
(
c2333365
.
tg
)
e2
:
SetValue
(
1
)
c
:
RegisterEffect
(
e2
)
...
...
script/c23782705.lua
View file @
66ec6417
...
...
@@ -4,6 +4,7 @@ function c23782705.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetTarget
(
c23782705
.
tg
)
...
...
script/c2460565.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c2460565.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c2460565
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c25034083.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c25034083.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c25034083
.
attg
)
e1
:
SetValue
(
1
)
...
...
script/c26509612.lua
View file @
66ec6417
...
...
@@ -40,7 +40,7 @@ function c26509612.activate(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
c26509612
.
attg2
)
e3
:
SetValue
(
1
)
e3
:
SetValue
(
c26509612
.
attg
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_BATTLE
)
Duel
.
RegisterEffect
(
e3
,
tp
)
end
...
...
script/c29400787.lua
View file @
66ec6417
...
...
@@ -9,7 +9,7 @@ function c29400787.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e2
:
SetTarget
(
c29400787
.
bttg
)
...
...
script/c2986553.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c2986553.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c2986553
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c29947751.lua
View file @
66ec6417
...
...
@@ -5,7 +5,7 @@ function c29947751.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetCondition
(
c29947751
.
cona
)
e1
:
SetTarget
(
c29947751
.
tga
)
...
...
script/c32491822.lua
View file @
66ec6417
...
...
@@ -32,7 +32,7 @@ function c32491822.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e4
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e4
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e4
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e4
:
SetCondition
(
c32491822
.
atcon
)
e4
:
SetTarget
(
c32491822
.
atlimit
)
...
...
script/c45298492.lua
View file @
66ec6417
...
...
@@ -8,6 +8,7 @@ function c45298492.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c45298492
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c46239604.lua
View file @
66ec6417
...
...
@@ -24,7 +24,7 @@ function c46239604.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetTarget
(
c46239604
.
atlimit
)
e3
:
SetValue
(
1
)
...
...
script/c48179391.lua
View file @
66ec6417
...
...
@@ -39,6 +39,7 @@ function c48179391.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
)
e5
:
SetRange
(
LOCATION_SZONE
)
e5
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e5
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e5
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e5
:
SetCondition
(
c48179391
.
atkcon
)
...
...
script/c48582558.lua
View file @
66ec6417
...
...
@@ -35,7 +35,7 @@ function c48582558.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetCondition
(
c48582558
.
atkcon
)
...
...
script/c50449881.lua
View file @
66ec6417
...
...
@@ -20,7 +20,7 @@ function c50449881.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c50449881
.
atlimit
)
e2
:
SetValue
(
1
)
...
...
script/c51085303.lua
View file @
66ec6417
...
...
@@ -19,7 +19,7 @@ function c51085303.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
c51085303
.
attg
)
...
...
script/c54635862.lua
View file @
66ec6417
...
...
@@ -16,7 +16,7 @@ function c54635862.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c54635862
.
atlimit
)
e2
:
SetValue
(
1
)
...
...
script/c55401221.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c55401221.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c55401221
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c63730624.lua
View file @
66ec6417
...
...
@@ -37,7 +37,7 @@ function c63730624.initial_effect(c)
e5
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e5
:
SetRange
(
LOCATION_SZONE
)
e5
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e5
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e5
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e5
:
SetCondition
(
c63730624
.
ocon1
)
e5
:
SetTarget
(
c63730624
.
otg1
)
e5
:
SetValue
(
1
)
...
...
script/c66865880.lua
View file @
66ec6417
...
...
@@ -9,7 +9,7 @@ function c66865880.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetCondition
(
c66865880
.
con
)
...
...
script/c67511500.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c67511500.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsRace
,
RACE_DRAGON
))
e1
:
SetValue
(
1
)
...
...
script/c68170903.lua
View file @
66ec6417
...
...
@@ -14,7 +14,7 @@ function c68170903.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetTarget
(
c68170903
.
target
)
e1
:
SetValue
(
1
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
1
)
...
...
script/c6924874.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c6924874.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c6924874
.
atlimit
)
e1
:
SetValue
(
1
)
...
...
script/c70458081.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c70458081.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c70458081
.
bttg
)
e1
:
SetValue
(
1
)
...
...
script/c71411377.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c71411377.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c71411377
.
atlimit
)
e1
:
SetValue
(
1
)
...
...
script/c71519605.lua
View file @
66ec6417
...
...
@@ -15,7 +15,7 @@ function c71519605.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetCondition
(
c71519605
.
atcon
)
e2
:
SetTarget
(
c71519605
.
atlimit
)
...
...
script/c73219648.lua
View file @
66ec6417
...
...
@@ -21,6 +21,7 @@ function c73219648.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetTarget
(
c73219648
.
atktg
)
e3
:
SetValue
(
1
)
...
...
@@ -48,5 +49,5 @@ function c73219648.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c73219648
.
atktg
(
e
,
c
)
return
c
:
Is
Faceup
()
and
c
:
Is
SetCard
(
0x45
)
and
c
:
GetCode
()
~=
73219648
return
c
:
IsSetCard
(
0x45
)
and
c
:
GetCode
()
~=
73219648
end
script/c75162696.lua
View file @
66ec6417
...
...
@@ -16,6 +16,7 @@ function c75162696.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c75162696
.
tg
)
e2
:
SetValue
(
1
)
...
...
script/c75363626.lua
View file @
66ec6417
...
...
@@ -15,6 +15,7 @@ function c75363626.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c75363626
.
atktg
)
e2
:
SetValue
(
1
)
...
...
script/c75367227.lua
View file @
66ec6417
...
...
@@ -9,7 +9,7 @@ function c75367227.initial_effect(c)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetTarget
(
c75367227
.
tg
)
e1
:
SetValue
(
1
)
c
:
RegisterEffect
(
e1
)
...
...
script/c7617062.lua
View file @
66ec6417
...
...
@@ -17,7 +17,7 @@ function c7617062.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e3
:
SetTarget
(
c7617062
.
bttg
)
...
...
script/c7625614.lua
View file @
66ec6417
...
...
@@ -13,7 +13,7 @@ function c7625614.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCondition
(
c7625614
.
atkcon
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
...
...
script/c77084837.lua
View file @
66ec6417
...
...
@@ -24,7 +24,7 @@ function c77084837.initial_effect(c)
c
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
)
e5
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e5
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e5
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
...
...
script/c79636594.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c79636594.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c79636594
.
bttg
)
e1
:
SetValue
(
1
)
...
...
script/c80304126.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c80304126.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c80304126
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c82260502.lua
View file @
66ec6417
...
...
@@ -5,7 +5,7 @@ function c82260502.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c82260502
.
atlimit
)
e1
:
SetValue
(
1
)
...
...
script/c82670878.lua
View file @
66ec6417
...
...
@@ -102,7 +102,7 @@ function c82670878.adop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetTarget
(
c82670878
.
atlimit
)
e3
:
SetValue
(
1
)
...
...
script/c87294988.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c87294988.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c87294988
.
bttg
)
e1
:
SetValue
(
1
)
...
...
script/c9024367.lua
View file @
66ec6417
...
...
@@ -4,7 +4,7 @@ function c9024367.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetTarget
(
c9024367
.
bttg
)
...
...
script/c90640901.lua
View file @
66ec6417
...
...
@@ -4,6 +4,7 @@ function c90640901.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetValue
(
c90640901
.
vala
)
c
:
RegisterEffect
(
e1
)
...
...
script/c90960358.lua
View file @
66ec6417
...
...
@@ -33,6 +33,7 @@ function c90960358.initial_effect(c)
c
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
)
e5
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e5
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
...
...
script/c91420254.lua
View file @
66ec6417
...
...
@@ -30,6 +30,7 @@ function c91420254.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e4
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e4
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e4
:
SetTarget
(
c91420254
.
bttg
)
e4
:
SetValue
(
1
)
...
...
script/c91559748.lua
View file @
66ec6417
...
...
@@ -15,6 +15,7 @@ function c91559748.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetTarget
(
c91559748
.
tg
)
e2
:
SetValue
(
1
)
...
...
script/c92854392.lua
View file @
66ec6417
...
...
@@ -36,7 +36,7 @@ function c92854392.activate(e,tp,eg,ep,ev,re,r,rp)
local
e3
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
c92854392
.
attg
)
e3
:
SetValue
(
1
)
...
...
script/c95466842.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c95466842.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c95466842
.
atlimit
)
e1
:
SetValue
(
1
)
...
...
script/c9666558.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c9666558.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c9666558
.
tg
)
e1
:
SetValue
(
1
)
...
...
script/c99348756.lua
View file @
66ec6417
...
...
@@ -5,6 +5,7 @@ function c99348756.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e1
:
SetTarget
(
c99348756
.
atktg
)
e1
:
SetValue
(
1
)
...
...
script/c99795159.lua
View file @
66ec6417
...
...
@@ -9,7 +9,7 @@ function c99795159.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_BE_BATTLE_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e2
:
SetTarget
(
c99795159
.
bttg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment