Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
a7c73267
Commit
a7c73267
authored
Aug 08, 2024
by
mercury233
Committed by
GitHub
Aug 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 古代の進軍
close #2614
parent
edb87fe5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
c4064925.lua
c4064925.lua
+11
-1
No files found.
c4064925.lua
View file @
a7c73267
...
@@ -36,6 +36,10 @@ function c4064925.initial_effect(c)
...
@@ -36,6 +36,10 @@ function c4064925.initial_effect(c)
ge3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
ge3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
ge3
:
SetCondition
(
c4064925
.
ssetcon
)
ge3
:
SetCondition
(
c4064925
.
ssetcon
)
Duel
.
RegisterEffect
(
ge3
,
0
)
Duel
.
RegisterEffect
(
ge3
,
0
)
local
ge4
=
ge1
:
Clone
()
ge4
:
SetCode
(
EVENT_CHANGE_POS
)
ge4
:
SetCondition
(
c4064925
.
cpcon
)
Duel
.
RegisterEffect
(
ge4
,
0
)
end
end
end
end
function
c4064925
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4064925
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
@@ -47,6 +51,12 @@ end
...
@@ -47,6 +51,12 @@ end
function
c4064925
.
ssetcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4064925
.
ssetcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c4064925
.
cfilter
,
1
,
nil
)
return
eg
:
IsExists
(
c4064925
.
cfilter
,
1
,
nil
)
end
end
function
c4064925
.
cfilter2
(
c
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsFacedown
()
end
function
c4064925
.
cpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c4064925
.
cfilter2
,
1
,
nil
)
end
function
c4064925
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c4064925
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
4064925
)
==
0
end
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
4064925
)
==
0
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
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