Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
6f7104c9
Commit
6f7104c9
authored
Oct 25, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
da953129
Pipeline
#6419
passed with stages
in 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
script/c101107040.lua
script/c101107040.lua
+2
-1
script/c101107044.lua
script/c101107044.lua
+1
-1
No files found.
expansions/pre-release.cdb
View file @
6f7104c9
No preview for this file type
script/c101107040.lua
View file @
6f7104c9
...
...
@@ -24,6 +24,7 @@ function c101107040.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCondition
(
c101107040
.
drcon
)
e2
:
SetTarget
(
c101107040
.
drtg
)
e2
:
SetOperation
(
c101107040
.
drop
)
...
...
@@ -47,7 +48,7 @@ end
function
c101107040
.
ffilter
(
c
,
fc
,
sub
,
mg
,
sg
)
if
not
sg
then
return
true
end
return
not
sg
:
IsExists
(
Card
.
IsFusionCode
,
1
,
c
,
c
:
GetFusionCode
())
and
#
sg
<
2
or
sg
:
IsExists
(
aux
.
NOT
(
Card
.
IsLocation
),
1
,
c
,
c
:
GetLocation
(
))
and
(
#
sg
<
2
or
sg
:
IsExists
(
aux
.
NOT
(
Card
.
IsLocation
),
1
,
c
,
c
:
GetLocation
()
))
end
function
c101107040
.
matlimit
(
e
,
c
,
fc
,
st
)
if
st
~=
SUMMON_TYPE_FUSION
then
return
true
end
...
...
script/c101107044.lua
View file @
6f7104c9
...
...
@@ -101,7 +101,7 @@ function c101107044.ovlop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
g
)
result
=
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
if
result
>
0
and
c
:
IsRelateToEffect
(
e
)
and
rc
:
IsRelateToEffect
(
re
)
then
if
result
>
0
and
c
:
IsRelateToEffect
(
e
)
and
rc
:
IsRelateToEffect
(
re
)
and
not
rc
:
IsImmuneToEffect
(
e
)
then
local
og
=
rc
:
GetOverlayGroup
()
if
og
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
...
...
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