Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
MyCard
ygopro-scripts
Commits
184a618e
Commit
184a618e
authored
May 08, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update count limit of special summon proc
parent
8249a716
Changes
67
Hide whitespace changes
Inline
Side-by-side
Showing
67 changed files
with
67 additions
and
67 deletions
+67
-67
c1003028.lua
c1003028.lua
+1
-1
c14505685.lua
c14505685.lua
+1
-1
c16021142.lua
c16021142.lua
+1
-1
c17264592.lua
c17264592.lua
+1
-1
c18491580.lua
c18491580.lua
+1
-1
c19636995.lua
c19636995.lua
+1
-1
c20537097.lua
c20537097.lua
+1
-1
c21142671.lua
c21142671.lua
+1
-1
c26420373.lua
c26420373.lua
+1
-1
c27918365.lua
c27918365.lua
+1
-1
c28031913.lua
c28031913.lua
+1
-1
c28692962.lua
c28692962.lua
+1
-1
c29415459.lua
c29415459.lua
+1
-1
c30227494.lua
c30227494.lua
+1
-1
c31314549.lua
c31314549.lua
+1
-1
c3233859.lua
c3233859.lua
+1
-1
c34614289.lua
c34614289.lua
+1
-1
c36426778.lua
c36426778.lua
+1
-1
c36492575.lua
c36492575.lua
+1
-1
c38517737.lua
c38517737.lua
+1
-1
c42472002.lua
c42472002.lua
+1
-1
c45651298.lua
c45651298.lua
+1
-1
c46104361.lua
c46104361.lua
+1
-1
c48633301.lua
c48633301.lua
+1
-1
c49930315.lua
c49930315.lua
+1
-1
c54320860.lua
c54320860.lua
+1
-1
c54525057.lua
c54525057.lua
+1
-1
c55204071.lua
c55204071.lua
+1
-1
c55241609.lua
c55241609.lua
+1
-1
c56421754.lua
c56421754.lua
+1
-1
c56809158.lua
c56809158.lua
+1
-1
c56824871.lua
c56824871.lua
+1
-1
c58062306.lua
c58062306.lua
+1
-1
c58582979.lua
c58582979.lua
+1
-1
c61901281.lua
c61901281.lua
+1
-1
c63528891.lua
c63528891.lua
+1
-1
c6442944.lua
c6442944.lua
+1
-1
c65100616.lua
c65100616.lua
+1
-1
c66022706.lua
c66022706.lua
+1
-1
c67692580.lua
c67692580.lua
+1
-1
c67748760.lua
c67748760.lua
+1
-1
c68371799.lua
c68371799.lua
+1
-1
c71279983.lua
c71279983.lua
+1
-1
c72491806.lua
c72491806.lua
+1
-1
c73652465.lua
c73652465.lua
+1
-1
c7409792.lua
c7409792.lua
+1
-1
c75214390.lua
c75214390.lua
+1
-1
c77152542.lua
c77152542.lua
+1
-1
c77360173.lua
c77360173.lua
+1
-1
c81105204.lua
c81105204.lua
+1
-1
c81344637.lua
c81344637.lua
+1
-1
c81524756.lua
c81524756.lua
+1
-1
c82385847.lua
c82385847.lua
+1
-1
c82419869.lua
c82419869.lua
+1
-1
c84257883.lua
c84257883.lua
+1
-1
c88264978.lua
c88264978.lua
+1
-1
c91482773.lua
c91482773.lua
+1
-1
c91646304.lua
c91646304.lua
+1
-1
c92204263.lua
c92204263.lua
+1
-1
c92841002.lua
c92841002.lua
+1
-1
c93020401.lua
c93020401.lua
+1
-1
c94365540.lua
c94365540.lua
+1
-1
c9485511.lua
c9485511.lua
+1
-1
c98229575.lua
c98229575.lua
+1
-1
c98881931.lua
c98881931.lua
+1
-1
c99234526.lua
c99234526.lua
+1
-1
c99913726.lua
c99913726.lua
+1
-1
No files found.
c1003028.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c1003028.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
1003028
)
e1
:
SetCountLimit
(
1
,
1003028
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c1003028
.
spcon
)
c
:
RegisterEffect
(
e1
)
--xyzlimit
...
...
c14505685.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c14505685.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
14505685
)
e1
:
SetCountLimit
(
1
,
14505685
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c14505685
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--race
...
...
c16021142.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c16021142.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
16021142
)
e1
:
SetCountLimit
(
1
,
16021142
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c16021142
.
spcon
)
c
:
RegisterEffect
(
e1
)
--pos
...
...
c17264592.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c17264592.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCountLimit
(
1
,
17264592
)
e1
:
SetCountLimit
(
1
,
17264592
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c17264592
.
sprcon
)
e1
:
SetOperation
(
c17264592
.
sprop
)
c
:
RegisterEffect
(
e1
)
...
...
c18491580.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c18491580.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
18491580
)
e1
:
SetCountLimit
(
1
,
18491580
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c18491580
.
hspcon
)
e1
:
SetOperation
(
c18491580
.
hspop
)
c
:
RegisterEffect
(
e1
)
...
...
c19636995.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c19636995.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e1
:
SetTargetRange
(
POS_FACEUP_ATTACK
,
0
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
19636995
)
e1
:
SetCountLimit
(
1
,
19636995
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c19636995
.
hspcon
)
e1
:
SetValue
(
c19636995
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c20537097.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c20537097.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
20537097
)
e1
:
SetCountLimit
(
1
,
20537097
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c20537097
.
hspcon
)
e1
:
SetValue
(
c20537097
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c21142671.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c21142671.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
21142671
)
e1
:
SetCountLimit
(
1
,
21142671
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c21142671
.
spcon
)
c
:
RegisterEffect
(
e1
)
--special summon (from deck)
...
...
c26420373.lua
View file @
184a618e
...
...
@@ -17,7 +17,7 @@ function c26420373.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetCountLimit
(
1
,
26420373
)
e2
:
SetCountLimit
(
1
,
26420373
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetCondition
(
c26420373
.
hspcon
)
c
:
RegisterEffect
(
e2
)
--special summon
...
...
c27918365.lua
View file @
184a618e
...
...
@@ -8,7 +8,7 @@ function c27918365.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
27918365
)
e1
:
SetCountLimit
(
1
,
27918365
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c27918365
.
spcon
)
e1
:
SetValue
(
c27918365
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c28031913.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c28031913.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
28031913
)
e1
:
SetCountLimit
(
1
,
28031913
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c28031913
.
spcon
)
e1
:
SetValue
(
c28031913
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c28692962.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c28692962.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
28692962
)
e1
:
SetCountLimit
(
1
,
28692962
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c28692962
.
hspcon
)
e1
:
SetValue
(
c28692962
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c29415459.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c29415459.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
29415459
)
e1
:
SetCountLimit
(
1
,
29415459
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c29415459
.
hspcon
)
e1
:
SetValue
(
c29415459
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c30227494.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c30227494.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
30227494
)
e1
:
SetCountLimit
(
1
,
30227494
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c30227494
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--atkup
...
...
c31314549.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c31314549.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCountLimit
(
1
,
31314549
)
e1
:
SetCountLimit
(
1
,
31314549
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c31314549
.
spcon
)
c
:
RegisterEffect
(
e1
)
end
...
...
c3233859.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c3233859.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
3233859
)
e1
:
SetCountLimit
(
1
,
3233859
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c3233859
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--destroy
...
...
c34614289.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c34614289.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
34614289
)
e1
:
SetCountLimit
(
1
,
34614289
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c34614289
.
spcon
)
e1
:
SetOperation
(
c34614289
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c36426778.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c36426778.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
36426778
)
e1
:
SetCountLimit
(
1
,
36426778
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c36426778
.
spcon
)
c
:
RegisterEffect
(
e1
)
--search
...
...
c36492575.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c36492575.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
36492575
)
e1
:
SetCountLimit
(
1
,
36492575
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c36492575
.
spcon
)
e1
:
SetValue
(
c36492575
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c38517737.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c38517737.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
38517737
)
e1
:
SetCountLimit
(
1
,
38517737
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c38517737
.
spcon
)
e1
:
SetOperation
(
c38517737
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c42472002.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c42472002.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
42472002
)
e1
:
SetCountLimit
(
1
,
42472002
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c42472002
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--effect gain
...
...
c45651298.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c45651298.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
45651298
)
e1
:
SetCountLimit
(
1
,
45651298
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c45651298
.
spcon
)
c
:
RegisterEffect
(
e1
)
end
...
...
c46104361.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c46104361.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
46104361
)
e1
:
SetCountLimit
(
1
,
46104361
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c46104361
.
spcon
)
c
:
RegisterEffect
(
e1
)
--atk down
...
...
c48633301.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c48633301.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
48633301
)
e1
:
SetCountLimit
(
1
,
48633301
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c48633301
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--to grave
...
...
c49930315.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c49930315.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
49930315
)
e1
:
SetCountLimit
(
1
,
49930315
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c49930315
.
spcon
)
e1
:
SetOperation
(
c49930315
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c54320860.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c54320860.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
54320860
)
e1
:
SetCountLimit
(
1
,
54320860
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c54320860
.
spcon
)
c
:
RegisterEffect
(
e1
)
--destroy replace
...
...
c54525057.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c54525057.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
54525057
)
e1
:
SetCountLimit
(
1
,
54525057
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c54525057
.
spcon
)
e1
:
SetValue
(
c54525057
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c55204071.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c55204071.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
55204071
)
e1
:
SetCountLimit
(
1
,
55204071
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c55204071
.
spcon
)
e1
:
SetOperation
(
c55204071
.
spop
)
e1
:
SetValue
(
1
)
...
...
c55241609.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c55241609.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
55241609
)
e1
:
SetCountLimit
(
1
,
55241609
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c55241609
.
spcon
)
e1
:
SetValue
(
c55241609
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c56421754.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c56421754.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
56421754
)
e1
:
SetCountLimit
(
1
,
56421754
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c56421754
.
spcon
)
e1
:
SetOperation
(
c56421754
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c56809158.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c56809158.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
56809158
)
e1
:
SetCountLimit
(
1
,
56809158
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c56809158
.
hspcon
)
e1
:
SetValue
(
c56809158
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c56824871.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c56824871.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
56824871
)
e1
:
SetCountLimit
(
1
,
56824871
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c56824871
.
sprcon
)
e1
:
SetOperation
(
c56824871
.
sprop
)
c
:
RegisterEffect
(
e1
)
...
...
c58062306.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c58062306.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
58062306
)
e1
:
SetCountLimit
(
1
,
58062306
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c58062306
.
spcon
)
e1
:
SetOperation
(
c58062306
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c58582979.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c58582979.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
58582979
)
e1
:
SetCountLimit
(
1
,
58582979
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c58582979
.
hspcon
)
e1
:
SetOperation
(
c58582979
.
hspop
)
c
:
RegisterEffect
(
e1
)
...
...
c61901281.lua
View file @
184a618e
...
...
@@ -13,7 +13,7 @@ function c61901281.initial_effect(c)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetCountLimit
(
1
,
61901281
)
e2
:
SetCountLimit
(
1
,
61901281
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetCondition
(
c61901281
.
spcon
)
e2
:
SetOperation
(
c61901281
.
spop
)
c
:
RegisterEffect
(
e2
)
...
...
c63528891.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c63528891.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
63528891
)
e1
:
SetCountLimit
(
1
,
63528891
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c63528891
.
spcon
)
c
:
RegisterEffect
(
e1
)
end
...
...
c6442944.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c6442944.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetValue
(
1
)
e1
:
SetCountLimit
(
1
,
6442944
)
e1
:
SetCountLimit
(
1
,
6442944
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c6442944
.
hspcon
)
c
:
RegisterEffect
(
e1
)
--spsummon
...
...
c65100616.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c65100616.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
65100616
)
e1
:
SetCountLimit
(
1
,
65100616
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c65100616
.
spcon
)
e1
:
SetValue
(
c65100616
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c66022706.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c66022706.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
66022706
)
e1
:
SetCountLimit
(
1
,
66022706
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c66022706
.
hspcon
)
e1
:
SetValue
(
c66022706
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c67692580.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c67692580.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
67692580
)
e1
:
SetCountLimit
(
1
,
67692580
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c67692580
.
spcon
)
c
:
RegisterEffect
(
e1
)
end
...
...
c67748760.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c67748760.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
67748760
)
e1
:
SetCountLimit
(
1
,
67748760
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c67748760
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--tohand
...
...
c68371799.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c68371799.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
68371799
)
e1
:
SetCountLimit
(
1
,
68371799
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c68371799
.
spcon
)
e1
:
SetOperation
(
c68371799
.
spop
)
e1
:
SetValue
(
1
)
...
...
c71279983.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c71279983.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCountLimit
(
1
,
71279983
)
e1
:
SetCountLimit
(
1
,
71279983
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c71279983
.
spcon
)
e1
:
SetOperation
(
c71279983
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c72491806.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c72491806.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
72491806
)
e1
:
SetCountLimit
(
1
,
72491806
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c72491806
.
spcon
)
e1
:
SetOperation
(
c72491806
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c73652465.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c73652465.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
73652465
)
e1
:
SetCountLimit
(
1
,
73652465
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c73652465
.
spcon
)
c
:
RegisterEffect
(
e1
)
--position
...
...
c7409792.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c7409792.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
7409792
)
e1
:
SetCountLimit
(
1
,
7409792
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c7409792
.
spcon
)
e1
:
SetValue
(
1
)
c
:
RegisterEffect
(
e1
)
...
...
c75214390.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c75214390.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
75214390
)
e1
:
SetCountLimit
(
1
,
75214390
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c75214390
.
spcon
)
c
:
RegisterEffect
(
e1
)
--atkup
...
...
c77152542.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c77152542.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
77152542
)
e1
:
SetCountLimit
(
1
,
77152542
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c77152542
.
spcon
)
c
:
RegisterEffect
(
e1
)
--level
...
...
c77360173.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c77360173.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
77360173
)
e1
:
SetCountLimit
(
1
,
77360173
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c77360173
.
spcon
)
c
:
RegisterEffect
(
e1
)
--tohand
...
...
c81105204.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c81105204.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
81105204
)
e1
:
SetCountLimit
(
1
,
81105204
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c81105204
.
spcon
)
c
:
RegisterEffect
(
e1
)
--indes
...
...
c81344637.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c81344637.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
81344637
)
e1
:
SetCountLimit
(
1
,
81344637
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c81344637
.
spcon
)
c
:
RegisterEffect
(
e1
)
--to grave
...
...
c81524756.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c81524756.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
81524756
)
e1
:
SetCountLimit
(
1
,
81524756
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c81524756
.
spcon
)
e1
:
SetValue
(
c81524756
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c82385847.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c82385847.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
82385847
)
e1
:
SetCountLimit
(
1
,
82385847
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c82385847
.
spcon
)
c
:
RegisterEffect
(
e1
)
--destroy
...
...
c82419869.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c82419869.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
82419869
)
e1
:
SetCountLimit
(
1
,
82419869
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c82419869
.
spcon
)
e1
:
SetOperation
(
c82419869
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c84257883.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c84257883.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
84257883
)
e1
:
SetCountLimit
(
1
,
84257883
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c84257883
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--counter
...
...
c88264978.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c88264978.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
88264978
)
e1
:
SetCountLimit
(
1
,
88264978
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c88264978
.
hspcon
)
e1
:
SetOperation
(
c88264978
.
hspop
)
c
:
RegisterEffect
(
e1
)
...
...
c91482773.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c91482773.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
91482773
)
e1
:
SetCountLimit
(
1
,
91482773
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c91482773
.
spcon
)
c
:
RegisterEffect
(
e1
)
--special summon
...
...
c91646304.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c91646304.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
91646304
)
e1
:
SetCountLimit
(
1
,
91646304
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c91646304
.
spcon
)
e1
:
SetValue
(
c91646304
.
spval
)
c
:
RegisterEffect
(
e1
)
...
...
c92204263.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c92204263.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
92204263
)
e1
:
SetCountLimit
(
1
,
92204263
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c92204263
.
hspcon
)
e1
:
SetValue
(
c92204263
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c92841002.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c92841002.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
92841002
)
e1
:
SetCountLimit
(
1
,
92841002
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c92841002
.
spcon
)
c
:
RegisterEffect
(
e1
)
end
...
...
c93020401.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c93020401.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
93020401
)
e1
:
SetCountLimit
(
1
,
93020401
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c93020401
.
hspcon
)
e1
:
SetValue
(
c93020401
.
hspval
)
c
:
RegisterEffect
(
e1
)
...
...
c94365540.lua
View file @
184a618e
...
...
@@ -7,7 +7,7 @@ function c94365540.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_SPSUM_PARAM
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetTargetRange
(
POS_FACEUP_DEFENSE
,
0
)
e1
:
SetCountLimit
(
1
,
94365540
)
e1
:
SetCountLimit
(
1
,
94365540
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c94365540
.
condition
)
c
:
RegisterEffect
(
e1
)
--Special summon
...
...
c9485511.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c9485511.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
9485511
)
e1
:
SetCountLimit
(
1
,
9485511
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c9485511
.
spcon
)
e1
:
SetOperation
(
c9485511
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c98229575.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c98229575.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
98229575
)
e1
:
SetCountLimit
(
1
,
98229575
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c98229575
.
spcon
)
e1
:
SetOperation
(
c98229575
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
c98881931.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c98881931.initial_effect(c)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
98881931
)
e1
:
SetCountLimit
(
1
,
98881931
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c98881931
.
sprcon
)
c
:
RegisterEffect
(
e1
)
--atkup
...
...
c99234526.lua
View file @
184a618e
...
...
@@ -13,7 +13,7 @@ function c99234526.initial_effect(c)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetCountLimit
(
1
,
99234526
)
e2
:
SetCountLimit
(
1
,
99234526
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetCondition
(
c99234526
.
spcon
)
e2
:
SetOperation
(
c99234526
.
spop
)
c
:
RegisterEffect
(
e2
)
...
...
c99913726.lua
View file @
184a618e
...
...
@@ -6,7 +6,7 @@ function c99913726.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e1
:
SetCountLimit
(
1
,
99913726
)
e1
:
SetCountLimit
(
1
,
99913726
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c99913726
.
hspcon
)
e1
:
SetOperation
(
c99913726
.
hspop
)
c
:
RegisterEffect
(
e1
)
...
...
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