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
0
Merge Requests
0
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
Vee4
ygopro-scripts-888
Commits
af45749a
Commit
af45749a
authored
Jul 15, 2024
by
八宫一月
Committed by
GitHub
Jul 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix魅惑の女王 (#2592)
* Update c87257460.lua * Update c23756165.lua * Update c50140163.lua
parent
920049bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c23756165.lua
c23756165.lua
+1
-1
c50140163.lua
c50140163.lua
+1
-1
c87257460.lua
c87257460.lua
+1
-1
No files found.
c23756165.lua
View file @
af45749a
...
@@ -52,7 +52,7 @@ function c23756165.eqcon1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -52,7 +52,7 @@ function c23756165.eqcon1(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c23756165
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c23756165
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
c
:
GetFlagEffect
(
id
+
1
)
>
0
and
not
aux
.
IsSelfEquip
(
c
,
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
return
c
:
GetFlagEffect
(
id
+
1
)
>
0
and
not
aux
.
IsSelfEquip
(
c
,
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
and
e
:
GetHandler
():
IsOriginalSetCard
(
0x3
)
end
end
function
c23756165
.
filter
(
c
)
function
c23756165
.
filter
(
c
)
return
c
:
IsLevelBelow
(
5
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
return
c
:
IsLevelBelow
(
5
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
...
...
c50140163.lua
View file @
af45749a
...
@@ -40,7 +40,7 @@ function c50140163.eqcon1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -40,7 +40,7 @@ function c50140163.eqcon1(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c50140163
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50140163
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
c
:
GetFlagEffect
(
id
+
1
)
>
0
and
not
aux
.
IsSelfEquip
(
c
,
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
return
c
:
GetFlagEffect
(
id
+
1
)
>
0
and
not
aux
.
IsSelfEquip
(
c
,
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
and
e
:
GetHandler
():
IsOriginalSetCard
(
0x3
)
end
end
function
c50140163
.
filter
(
c
)
function
c50140163
.
filter
(
c
)
return
c
:
IsAbleToChangeControler
()
return
c
:
IsAbleToChangeControler
()
...
...
c87257460.lua
View file @
af45749a
...
@@ -37,7 +37,7 @@ function c87257460.eqcon1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -37,7 +37,7 @@ function c87257460.eqcon1(e,tp,eg,ep,ev,re,r,rp)
return
not
aux
.
IsSelfEquip
(
e
:
GetHandler
(),
id
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
return
not
aux
.
IsSelfEquip
(
e
:
GetHandler
(),
id
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
end
end
function
c87257460
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c87257460
.
eqcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
aux
.
IsSelfEquip
(
e
:
GetHandler
(),
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
return
not
aux
.
IsSelfEquip
(
e
:
GetHandler
(),
id
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
95937545
)
and
e
:
GetHandler
():
IsOriginalSetCard
(
0x3
)
end
end
function
c87257460
.
filter
(
c
)
function
c87257460
.
filter
(
c
)
return
c
:
IsLevelBelow
(
3
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
return
c
:
IsLevelBelow
(
3
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
...
...
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