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
1
Merge Requests
1
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
pre-release-database-cdb
Commits
04bbec97
Commit
04bbec97
authored
Aug 12, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
ffcd908f
Pipeline
#40112
passed with stages
in 3 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
script/c100244004.lua
script/c100244004.lua
+1
-1
script/c100244033.lua
script/c100244033.lua
+3
-5
No files found.
script/c100244004.lua
View file @
04bbec97
...
...
@@ -21,7 +21,7 @@ function s.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EFFECT_DESTROY_REPLACE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_
MZONE
+
LOCATION_
GRAVE
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetTarget
(
s
.
reptg
)
e2
:
SetValue
(
s
.
repval
)
...
...
script/c100244033.lua
View file @
04bbec97
...
...
@@ -53,10 +53,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
effectfilter
(
e
,
ct
)
local
p
=
e
:
GetHandler
():
GetControler
()
local
te
,
tp
=
Duel
.
GetChainInfo
(
ct
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
local
te
,
tp
,
loc
=
Duel
.
GetChainInfo
(
ct
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
,
CHAININFO_TRIGGERING_LOCATION
)
local
tc
=
te
:
GetHandler
()
return
p
==
tp
and
not
tc
:
IsCode
(
id
)
and
(
tc
:
IsOriginalSetCard
(
0x66
)
and
tc
:
IsType
(
TYPE_SYNCHRO
)
or
aux
.
IsCodeListed
(
tc
,
60800381
))
and
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_MZONE
and
te
:
IsActiveType
(
TYPE_MONSTER
)
return
p
==
tp
and
not
tc
:
IsCode
(
id
)
and
loc
==
LOCATION_MZONE
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
(
tc
:
IsOriginalSetCard
(
0x66
)
and
tc
:
IsType
(
TYPE_SYNCHRO
)
or
aux
.
IsCodeListed
(
tc
,
60800381
))
end
\ No newline at end of file
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