Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
yks
pre-release-database-cdb
Commits
24b9632b
Commit
24b9632b
authored
May 13, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 魅惑の女王
parent
9dd795c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
script/c23756165.lua
script/c23756165.lua
+3
-3
script/c50140163.lua
script/c50140163.lua
+1
-1
script/c87257460.lua
script/c87257460.lua
+1
-1
No files found.
script/c23756165.lua
View file @
24b9632b
...
...
@@ -24,7 +24,7 @@ c23756165.lvup={50140163,87257460}
c23756165
.
lvdn
=
{
87257460
}
function
c23756165
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_LV
then
if
c
:
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_LV
or
(
re
and
re
:
GetHandler
():
IsCode
(
87257460
))
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
23756165
,
0
))
e1
:
SetCategory
(
CATEGORY_EQUIP
)
...
...
@@ -49,7 +49,7 @@ function c23756165.eqcon1(e,tp,eg,ep,ev,re,r,rp)
local
ec
=
e
:
GetLabelObject
():
GetLabelObject
()
return
(
ec
==
nil
or
ec
:
GetFlagEffect
(
23756165
)
==
0
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
100222027
)
end
function
c23756165
.
eqcon
1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c23756165
.
eqcon
2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ec
=
e
:
GetLabelObject
():
GetLabelObject
()
return
(
ec
==
nil
or
ec
:
GetFlagEffect
(
23756165
)
==
0
)
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
100222027
)
end
...
...
@@ -120,7 +120,7 @@ function c23756165.spop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c23756165
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
tc
=
g
:
GetFirst
()
if
tc
then
Duel
.
SpecialSummon
(
tc
,
SUMMON_VALUE_LV
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
end
end
script/c50140163.lua
View file @
24b9632b
...
...
@@ -11,7 +11,7 @@ c50140163.lvup={23756165}
c50140163
.
lvdn
=
{
23756165
,
87257460
}
function
c50140163
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_LV
then
if
c
:
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
SUMMON_VALUE_LV
or
(
re
and
re
:
GetHandler
():
IsCode
(
23756165
))
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
50140163
,
0
))
e1
:
SetCategory
(
CATEGORY_EQUIP
)
...
...
script/c87257460.lua
View file @
24b9632b
...
...
@@ -128,7 +128,7 @@ function c87257460.spop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c87257460
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
tc
=
g
:
GetFirst
()
if
tc
then
Duel
.
SpecialSummon
(
tc
,
SUMMON_VALUE_LV
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
end
end
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