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
d00c2f8a
Commit
d00c2f8a
authored
Dec 28, 2025
by
wind2009
Committed by
GitHub
Dec 28, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Predaplants (#3088)
parent
52351481
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
c17825378.lua
c17825378.lua
+1
-0
c22138839.lua
c22138839.lua
+1
-0
c69105797.lua
c69105797.lua
+1
-0
No files found.
c17825378.lua
View file @
d00c2f8a
...
@@ -45,6 +45,7 @@ function c17825378.ctop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -45,6 +45,7 @@ function c17825378.ctop(e,tp,eg,ep,ev,re,r,rp)
if
sc
:
AddCounter
(
0x1041
,
1
)
and
sc
:
GetLevel
()
>
1
then
if
sc
:
AddCounter
(
0x1041
,
1
)
and
sc
:
GetLevel
()
>
1
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetCondition
(
c17825378
.
lvcon
)
e1
:
SetCondition
(
c17825378
.
lvcon
)
...
...
c22138839.lua
View file @
d00c2f8a
...
@@ -53,6 +53,7 @@ function c22138839.cop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,6 +53,7 @@ function c22138839.cop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsLevelAbove
(
2
)
then
if
tc
:
IsLevelAbove
(
2
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetCondition
(
c22138839
.
lvcon
)
e1
:
SetCondition
(
c22138839
.
lvcon
)
...
...
c69105797.lua
View file @
d00c2f8a
...
@@ -64,6 +64,7 @@ function c69105797.cop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -64,6 +64,7 @@ function c69105797.cop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsLevelAbove
(
2
)
then
if
tc
:
IsLevelAbove
(
2
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetCode
(
EFFECT_CHANGE_LEVEL
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetCondition
(
c69105797
.
lvcon
)
e1
:
SetCondition
(
c69105797
.
lvcon
)
...
...
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