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
Crescent/毛虫
pre-release-database-cdb
Commits
5f19a209
Commit
5f19a209
authored
Jun 12, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
443bdfb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
script/c101206013.lua
script/c101206013.lua
+1
-5
script/c101206058.lua
script/c101206058.lua
+1
-0
No files found.
script/c101206013.lua
View file @
5f19a209
...
@@ -74,10 +74,6 @@ end
...
@@ -74,10 +74,6 @@ end
function
s
.
drcon
(
e
)
function
s
.
drcon
(
e
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
end
end
function
s
.
rmfilter
(
c
)
return
c
:
IsFaceup
()
and
Duel
.
IsExistingMatchingCard
(
s
.
rmfilter2
,
1
-
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
1
,
nil
,
c
:
GetRace
(),
c
:
GetAttribute
())
end
function
s
.
rmfilter1
(
c
)
function
s
.
rmfilter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToRemove
()
return
c
:
IsFaceup
()
and
c
:
IsAbleToRemove
()
and
Duel
.
IsExistingMatchingCard
(
s
.
rmfilter2
,
1
-
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
1
,
nil
,
c
:
GetRace
(),
c
:
GetAttribute
())
and
Duel
.
IsExistingMatchingCard
(
s
.
rmfilter2
,
1
-
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
1
,
nil
,
c
:
GetRace
(),
c
:
GetAttribute
())
...
@@ -114,6 +110,6 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -114,6 +110,6 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
rmfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
rmfilter
1
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
Remove
(
g2
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
g2
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
\ No newline at end of file
script/c101206058.lua
View file @
5f19a209
...
@@ -74,6 +74,7 @@ function s.smtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -74,6 +74,7 @@ function s.smtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CODE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CODE
)
local
code
=
Duel
.
AnnounceCard
(
tp
,
table.unpack
(
nt
))
local
code
=
Duel
.
AnnounceCard
(
tp
,
table.unpack
(
nt
))
getmetatable
(
e
:
GetHandler
()).
announce_filter
=
{
TYPE_MONSTER
,
OPCODE_ISTYPE
,
TYPE_NORMAL
,
OPCODE_ISTYPE
,
5405694
,
OPCODE_ISCODE
,
OPCODE_OR
,
OPCODE_AND
}
Duel
.
SetTargetParam
(
code
)
Duel
.
SetTargetParam
(
code
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCATION_GRAVE
)
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