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
1
Merge Requests
1
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
ce26f1d8
Commit
ce26f1d8
authored
Jun 23, 2025
by
wind2009
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fix EFFECT_CANNOT_REMOVE (#2953)"
This reverts commit
024ce996
.
parent
3f9b5d73
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
7 deletions
+14
-7
c14513273.lua
c14513273.lua
+1
-1
c18843291.lua
c18843291.lua
+11
-3
c53829527.lua
c53829527.lua
+1
-1
c86682165.lua
c86682165.lua
+1
-2
No files found.
c14513273.lua
View file @
ce26f1d8
...
@@ -48,7 +48,7 @@ end
...
@@ -48,7 +48,7 @@ end
function
s
.
rmlimit
(
e
,
c
,
rp
,
r
,
re
)
function
s
.
rmlimit
(
e
,
c
,
rp
,
r
,
re
)
local
tp
=
e
:
GetHandlerPlayer
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
and
c
:
IsOnField
()
and
c
:
IsCode
(
13331639
)
and
c
:
IsFaceup
()
return
c
:
IsControler
(
tp
)
and
c
:
IsOnField
()
and
c
:
IsCode
(
13331639
)
and
c
:
IsFaceup
()
and
r
&
REASON_EFFECT
~=
0
and
r
&
REASON_REDIRECT
==
0
and
rp
==
1
-
tp
and
r
&
REASON_EFFECT
~=
0
and
r
e
:
GetOwnerPlayer
()
~=
tp
end
end
function
s
.
penfilter
(
c
)
function
s
.
penfilter
(
c
)
return
c
:
IsSetCard
(
0x10f8
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
not
c
:
IsCode
(
id
)
and
not
c
:
IsForbidden
()
return
c
:
IsSetCard
(
0x10f8
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
not
c
:
IsCode
(
id
)
and
not
c
:
IsForbidden
()
...
...
c18843291.lua
View file @
ce26f1d8
...
@@ -25,6 +25,13 @@ function s.initial_effect(c)
...
@@ -25,6 +25,13 @@ function s.initial_effect(c)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetTarget
(
s
.
efilter
)
e2
:
SetTarget
(
s
.
efilter
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
id
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetTarget
(
s
.
eftg
)
c
:
RegisterEffect
(
e3
)
--remove and tograve
--remove and tograve
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetCategory
(
CATEGORY_DECKDES
)
e4
:
SetCategory
(
CATEGORY_DECKDES
)
...
@@ -58,9 +65,10 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -58,9 +65,10 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
efilter
(
e
,
c
,
rp
,
r
,
re
)
function
s
.
efilter
(
e
,
c
,
rp
,
r
,
re
)
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsHasEffect
(
id
)
and
r
&
REASON_EFFECT
>
0
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsSetCard
(
0x38
)
and
c
:
IsFaceup
()
end
and
r
&
REASON_EFFECT
>
0
and
r
&
REASON_REDIRECT
==
0
function
s
.
eftg
(
e
,
c
)
return
c
:
IsSetCard
(
0x38
)
and
c
:
IsFaceup
()
end
end
function
s
.
refilter
(
c
)
function
s
.
refilter
(
c
)
return
c
:
IsSetCard
(
0x38
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x38
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemoveAsCost
()
...
...
c53829527.lua
View file @
ce26f1d8
...
@@ -32,7 +32,7 @@ end
...
@@ -32,7 +32,7 @@ end
function
s
.
rmlimit
(
e
,
c
,
rp
,
r
,
re
)
function
s
.
rmlimit
(
e
,
c
,
rp
,
r
,
re
)
local
tp
=
e
:
GetHandlerPlayer
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsControler
(
tp
)
and
c
:
IsOnField
()
and
c
:
IsSetCard
(
0xea
)
and
c
:
IsFaceup
()
return
c
:
IsControler
(
tp
)
and
c
:
IsOnField
()
and
c
:
IsSetCard
(
0xea
)
and
c
:
IsFaceup
()
and
r
&
REASON_EFFECT
~=
0
and
r
&
REASON_REDIRECT
==
0
and
rp
==
1
-
tp
and
r
&
REASON_EFFECT
~=
0
and
r
e
:
GetOwnerPlayer
()
~=
tp
end
end
function
s
.
cfilter
(
c
)
function
s
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xea
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xea
)
and
c
:
IsType
(
TYPE_SYNCHRO
)
...
...
c86682165.lua
View file @
ce26f1d8
...
@@ -74,8 +74,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -74,8 +74,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
efilter
(
e
,
c
,
rp
,
r
,
re
)
function
s
.
efilter
(
e
,
c
,
rp
,
r
,
re
)
local
tp
=
e
:
GetHandlerPlayer
()
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
re
and
r
&
REASON_EFFECT
>
0
and
rp
==
1
-
tp
and
r
&
REASON_EFFECT
>
0
and
r
&
REASON_REDIRECT
==
0
and
rp
==
1
-
tp
end
end
function
s
.
rmfilter
(
c
,
code
)
function
s
.
rmfilter
(
c
,
code
)
return
c
:
IsFaceupEx
()
and
c
:
IsCode
(
code
)
and
c
:
IsAbleToRemove
()
return
c
:
IsFaceupEx
()
and
c
:
IsCode
(
code
)
and
c
:
IsAbleToRemove
()
...
...
wind2009
@wind2009
mentioned in commit
9cf01f8e
·
Jun 30, 2025
mentioned in commit
9cf01f8e
mentioned in commit 9cf01f8e125d6e1852dd2fa94ecf160792220999
Toggle commit list
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