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
0320e0e8
Commit
0320e0e8
authored
Jan 10, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
521a7979
Pipeline
#42514
passed with stages
in 3 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
script/c101304019.lua
script/c101304019.lua
+4
-4
No files found.
script/c101304019.lua
View file @
0320e0e8
--糾罪巧γ'-「exapatisIA」
--糾罪巧γ'-「exapatisIA」
CATEGORY_MSET
=
0x100000000
--包含盖放怪兽的效果
CATEGORY_MSET
=
0x100000000
--包含盖放怪兽的效果
CATEGORY_SSET
=
0x200000000
--包含盖放魔陷的效果
CATEGORY_SSET
=
0x200000000
--包含盖放魔陷的效果
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--pendulum summon
--pendulum summon
...
@@ -121,8 +121,8 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -121,8 +121,8 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
if
Effect_e
:
GetType
()
&
(
EFFECT_TYPE_IGNITION
+
EFFECT_TYPE_TRIGGER_F
+
EFFECT_TYPE_TRIGGER_O
+
EFFECT_TYPE_QUICK_F
+
EFFECT_TYPE_QUICK_O
)
~=
0
then
if
Effect_e
:
GetType
()
&
(
EFFECT_TYPE_IGNITION
+
EFFECT_TYPE_TRIGGER_F
+
EFFECT_TYPE_TRIGGER_O
+
EFFECT_TYPE_QUICK_F
+
EFFECT_TYPE_QUICK_O
)
~=
0
then
local
tg
=
Effect_e
:
GetTarget
()
local
tg
=
Effect_e
:
GetTarget
()
if
tg
then
if
tg
then
tg
(
e
,
tp
,
Group
.
CreateGroup
(),
ep
,
ev
,
re
,
r
,
r
p
,
0
)
tg
(
e
,
tp
,
Group
.
CreateGroup
(),
tp
,
ev
,
e
,
r
,
t
p
,
0
)
tg
(
e
,
1
-
tp
,
Group
.
CreateGroup
(),
ep
,
ev
,
re
,
r
,
r
p
,
0
)
tg
(
e
,
1
-
tp
,
Group
.
CreateGroup
(),
tp
,
ev
,
e
,
r
,
t
p
,
0
)
if
Duel
.
GetFlagEffect
(
0
,
id
)
~=
0
then
if
Duel
.
GetFlagEffect
(
0
,
id
)
~=
0
then
Effect_e
:
SetTarget
(
s
.
sttg
(
tg
))
Effect_e
:
SetTarget
(
s
.
sttg
(
tg
))
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