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
MyCard
pre-release-database-cdb
Commits
e50b5621
Commit
e50b5621
authored
Aug 09, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 糾罪巧-Archaη.TAIL
parent
cd3501df
Pipeline
#40026
passed with stages
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
script/c100245023.lua
script/c100245023.lua
+15
-8
No files found.
script/c100245023.lua
View file @
e50b5621
--糾罪巧
-
Archaη.TAIL
--糾罪巧
-
Archaη.TAIL
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--pendulum summon
--pendulum summon
...
@@ -57,10 +57,10 @@ function s.initial_effect(c)
...
@@ -57,10 +57,10 @@ function s.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e5
:
SetCode
(
EVENT_TO_GRAVE
)
e5
:
SetCode
(
EVENT_TO_GRAVE
)
e5
:
Set
Range
(
LOCATION_MZONE
)
e5
:
Set
LabelObject
(
c
)
e5
:
SetCondition
(
s
.
damcon
)
e5
:
SetCondition
(
s
.
damcon
)
e5
:
SetOperation
(
s
.
damop
)
e5
:
SetOperation
(
s
.
damop
)
c
:
RegisterEffect
(
e5
)
Duel
.
RegisterEffect
(
e5
,
0
)
Duel
.
AddCustomActivityCounter
(
id
,
ACTIVITY_SPSUMMON
,
s
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
id
,
ACTIVITY_SPSUMMON
,
s
.
counterfilter
)
end
end
function
s
.
counterfilter
(
c
)
function
s
.
counterfilter
(
c
)
...
@@ -157,18 +157,25 @@ function s.indtg2(e,c)
...
@@ -157,18 +157,25 @@ function s.indtg2(e,c)
return
c
:
IsType
(
TYPE_MONSTER
)
or
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsFaceup
()
return
c
:
IsType
(
TYPE_MONSTER
)
or
c
:
IsSetCard
(
0x2d5
)
and
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsFaceup
()
end
end
function
s
.
flipop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
flipop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
e
:
GetHandler
():
RegisterFlagEffect
(
id
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
3
))
end
function
s
.
efffilter
(
c
,
ec
)
return
c
==
ec
and
c
:
IsFaceup
()
and
c
:
GetFlagEffect
(
id
)
>
0
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
not
c
:
IsDisabled
()
end
end
function
s
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
id
)
>
0
local
c
=
e
:
GetLabelObject
()
local
p
=
c
:
GetControler
()
return
Duel
.
IsExistingMatchingCard
(
s
.
efffilter
,
p
,
LOCATION_MZONE
,
0
,
1
,
nil
,
c
)
end
end
function
s
.
damfilter
(
c
,
tp
)
function
s
.
damfilter
(
c
,
tp
)
return
c
:
GetOwner
()
==
1
-
tp
and
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
GetOwner
()
==
1
-
tp
and
c
:
IsType
(
TYPE_MONSTER
)
end
end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
dam
=
eg
:
FilterCount
(
s
.
damfilter
,
nil
,
tp
)
local
c
=
e
:
GetLabelObject
()
if
dam
>
0
then
local
p
=
c
:
GetControler
()
local
dam
=
eg
:
IsExists
(
s
.
damfilter
,
1
,
nil
,
p
)
if
dam
then
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Damage
(
1
-
tp
,
dam
*
900
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
p
,
900
,
REASON_EFFECT
)
end
end
end
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