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
5
Merge Requests
5
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
604fb5a4
Commit
604fb5a4
authored
Jan 22, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Krawler
parent
15f8ab90
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
c10698416.lua
c10698416.lua
+1
-1
c15710054.lua
c15710054.lua
+1
-1
c39998992.lua
c39998992.lua
+1
-1
c46083111.lua
c46083111.lua
+1
-1
c51205763.lua
c51205763.lua
+1
-1
c66393507.lua
c66393507.lua
+1
-1
c83293307.lua
c83293307.lua
+1
-1
c88316955.lua
c88316955.lua
+1
-1
c92781606.lua
c92781606.lua
+1
-1
No files found.
c10698416.lua
View file @
604fb5a4
...
...
@@ -41,7 +41,7 @@ function c10698416.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c10698416
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c10698416
.
filter1
(
c
,
e
,
tp
)
...
...
c15710054.lua
View file @
604fb5a4
...
...
@@ -38,7 +38,7 @@ function c15710054.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c15710054
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c15710054
.
filter1
(
c
,
e
,
tp
)
...
...
c39998992.lua
View file @
604fb5a4
...
...
@@ -38,7 +38,7 @@ function c39998992.initial_effect(c)
end
function
c39998992
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
IsReason
(
REASON_EFFECT
)))
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
Is
PreviousControler
(
tp
)
and
c
:
Is
Reason
(
REASON_EFFECT
)))
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
end
function
c39998992
.
spfilter1
(
c
,
e
,
tp
)
...
...
c46083111.lua
View file @
604fb5a4
...
...
@@ -39,7 +39,7 @@ function c46083111.tgop(e,tp,eg,ep,ev,re,r,rp)
end
function
c46083111
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c46083111
.
filter1
(
c
,
e
,
tp
)
...
...
c51205763.lua
View file @
604fb5a4
...
...
@@ -43,7 +43,7 @@ function c51205763.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c51205763
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c51205763
.
filter1
(
c
,
e
,
tp
)
...
...
c66393507.lua
View file @
604fb5a4
...
...
@@ -43,7 +43,7 @@ function c66393507.initial_effect(c)
end
function
c66393507
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
IsReason
(
REASON_EFFECT
)))
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
Is
PreviousControler
(
tp
)
and
c
:
Is
Reason
(
REASON_EFFECT
)))
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
end
function
c66393507
.
spfilter1
(
c
,
e
,
tp
)
...
...
c83293307.lua
View file @
604fb5a4
...
...
@@ -40,7 +40,7 @@ function c83293307.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c83293307
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c83293307
.
filter1
(
c
,
e
,
tp
)
...
...
c88316955.lua
View file @
604fb5a4
...
...
@@ -38,7 +38,7 @@ function c88316955.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c88316955
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetReasonPlayer
()
==
1
-
tp
end
function
c88316955
.
filter1
(
c
,
e
,
tp
)
...
...
c92781606.lua
View file @
604fb5a4
...
...
@@ -50,7 +50,7 @@ function c92781606.initial_effect(c)
end
function
c92781606
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
IsReason
(
REASON_EFFECT
)))
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
==
1
-
tp
and
c
:
Is
PreviousControler
(
tp
)
and
c
:
Is
Reason
(
REASON_EFFECT
)))
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
end
function
c92781606
.
spfilter1
(
c
,
e
,
tp
)
...
...
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