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
4
Merge Requests
4
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
e771cceb
Commit
e771cceb
authored
May 22, 2025
by
mercury233
Committed by
GitHub
May 22, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor formats (#2946)
parent
75c20320
Changes
39
Show whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
96 additions
and
100 deletions
+96
-100
c10852583.lua
c10852583.lua
+1
-1
c11074235.lua
c11074235.lua
+1
-1
c17264592.lua
c17264592.lua
+1
-1
c21281085.lua
c21281085.lua
+1
-1
c24382602.lua
c24382602.lua
+1
-1
c27346636.lua
c27346636.lua
+1
-1
c27556460.lua
c27556460.lua
+1
-1
c30964246.lua
c30964246.lua
+1
-1
c32756828.lua
c32756828.lua
+1
-1
c33760966.lua
c33760966.lua
+1
-1
c34149150.lua
c34149150.lua
+9
-9
c38606913.lua
c38606913.lua
+1
-1
c4055337.lua
c4055337.lua
+1
-1
c4064925.lua
c4064925.lua
+1
-1
c42382265.lua
c42382265.lua
+1
-1
c44175358.lua
c44175358.lua
+0
-1
c45651298.lua
c45651298.lua
+1
-1
c45877457.lua
c45877457.lua
+1
-1
c4731783.lua
c4731783.lua
+1
-1
c47710198.lua
c47710198.lua
+1
-1
c57232301.lua
c57232301.lua
+1
-1
c58054262.lua
c58054262.lua
+1
-1
c58288565.lua
c58288565.lua
+1
-1
c58570206.lua
c58570206.lua
+0
-1
c60268386.lua
c60268386.lua
+21
-21
c67098897.lua
c67098897.lua
+1
-1
c68957925.lua
c68957925.lua
+1
-1
c71143015.lua
c71143015.lua
+0
-1
c74820316.lua
c74820316.lua
+1
-1
c74941992.lua
c74941992.lua
+13
-13
c79922118.lua
c79922118.lua
+1
-1
c81096431.lua
c81096431.lua
+21
-21
c8170654.lua
c8170654.lua
+1
-1
c84343351.lua
c84343351.lua
+1
-1
c84687358.lua
c84687358.lua
+1
-1
c86852702.lua
c86852702.lua
+1
-1
c93039339.lua
c93039339.lua
+1
-1
c93453053.lua
c93453053.lua
+2
-2
c93723936.lua
c93723936.lua
+0
-1
No files found.
c10852583.lua
View file @
e771cceb
c11074235.lua
View file @
e771cceb
c17264592.lua
View file @
e771cceb
c21281085.lua
View file @
e771cceb
c24382602.lua
View file @
e771cceb
c27346636.lua
View file @
e771cceb
c27556460.lua
View file @
e771cceb
c30964246.lua
View file @
e771cceb
c32756828.lua
View file @
e771cceb
c33760966.lua
View file @
e771cceb
c34149150.lua
View file @
e771cceb
c38606913.lua
View file @
e771cceb
c4055337.lua
View file @
e771cceb
c4064925.lua
View file @
e771cceb
c42382265.lua
View file @
e771cceb
c44175358.lua
View file @
e771cceb
...
...
@@ -81,4 +81,3 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local
tg
=
g
:
Filter
(
s
.
desfilter
,
nil
,
e
:
GetLabel
())
Duel
.
Remove
(
tg
,
POS_FACEUP
,
REASON_EFFECT
)
end
c45651298.lua
View file @
e771cceb
c45877457.lua
View file @
e771cceb
c4731783.lua
View file @
e771cceb
c47710198.lua
View file @
e771cceb
c57232301.lua
View file @
e771cceb
c58054262.lua
View file @
e771cceb
c58288565.lua
View file @
e771cceb
c58570206.lua
View file @
e771cceb
...
...
@@ -19,7 +19,6 @@ function s.fcheck1(ct)
end
return
true
end
end
function
s
.
fcheck2
(
tp
,
sg
,
fc
)
return
sg
:
GetCount
()
>=
3
...
...
c60268386.lua
View file @
e771cceb
c67098897.lua
View file @
e771cceb
c68957925.lua
View file @
e771cceb
c71143015.lua
View file @
e771cceb
...
...
@@ -112,4 +112,3 @@ end
function
c71143015
.
cfilter
(
c
)
return
c
:
IsLocation
(
LOCATION_GRAVE
)
or
(
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
())
end
c74820316.lua
View file @
e771cceb
c74941992.lua
View file @
e771cceb
c79922118.lua
View file @
e771cceb
c81096431.lua
View file @
e771cceb
c8170654.lua
View file @
e771cceb
c84343351.lua
View file @
e771cceb
c84687358.lua
View file @
e771cceb
c86852702.lua
View file @
e771cceb
c93039339.lua
View file @
e771cceb
c93453053.lua
View file @
e771cceb
c93723936.lua
View file @
e771cceb
...
...
@@ -26,7 +26,6 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
setop
)
c
:
RegisterEffect
(
e2
)
end
function
s
.
costfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_SYNCHRO
)
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
Duel
.
IsExistingTarget
(
s
.
negfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
c
)
...
...
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