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
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
Reinen
ygopro-scripts
Commits
b6fbb22a
Commit
b6fbb22a
authored
Feb 23, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 儀式魔人
parent
9ec37e73
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
6 deletions
+8
-6
c30492798.lua
c30492798.lua
+1
-1
c32013448.lua
c32013448.lua
+1
-0
c33145233.lua
c33145233.lua
+1
-1
c34358408.lua
c34358408.lua
+1
-1
c4141820.lua
c4141820.lua
+1
-1
c6628343.lua
c6628343.lua
+1
-0
c77153811.lua
c77153811.lua
+1
-1
c8903700.lua
c8903700.lua
+1
-1
No files found.
c30492798.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c30492798.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c30492798.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c30492798
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c30492798
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c30492798
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c30492798
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
c32013448.lua
View file @
b6fbb22a
...
@@ -23,6 +23,7 @@ function c32013448.initial_effect(c)
...
@@ -23,6 +23,7 @@ function c32013448.initial_effect(c)
end
end
function
c32013448
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c32013448
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
and
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x10cf
)
return
r
==
REASON_RITUAL
and
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x10cf
)
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c32013448
.
mtop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c32013448
.
mtop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c33145233.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c33145233.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c33145233.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c33145233
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33145233
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c33145233
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33145233
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
c34358408.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c34358408.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c34358408.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c34358408
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c34358408
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c34358408
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c34358408
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
c4141820.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c4141820.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c4141820.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c4141820
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4141820
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c4141820
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4141820
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
c6628343.lua
View file @
b6fbb22a
...
@@ -23,6 +23,7 @@ function c6628343.initial_effect(c)
...
@@ -23,6 +23,7 @@ function c6628343.initial_effect(c)
end
end
function
c6628343
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6628343
.
mtcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
and
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x10cf
)
return
r
==
REASON_RITUAL
and
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x10cf
)
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c6628343
.
mtop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6628343
.
mtop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c77153811.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c77153811.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c77153811.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c77153811
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c77153811
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c77153811
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c77153811
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
c8903700.lua
View file @
b6fbb22a
...
@@ -16,7 +16,7 @@ function c8903700.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c8903700.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c8903700
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c8903700
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_RITUAL
return
r
==
REASON_RITUAL
and
not
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_OVERLAY
)
end
end
function
c8903700
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c8903700
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
local
rc
=
eg
:
GetFirst
()
...
...
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