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
b5c529aa
Commit
b5c529aa
authored
Nov 05, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
876ce9c5
Pipeline
#41506
passed with stages
in 3 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
TW03.cdb
TW03.cdb
+0
-0
script/c100250005.lua
script/c100250005.lua
+11
-11
No files found.
TW03.cdb
View file @
b5c529aa
No preview for this file type
script/c100250005.lua
View file @
b5c529aa
...
...
@@ -30,17 +30,17 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e3
)
--special summon 2
local
e
3
=
Effect
.
CreateEffect
(
c
)
e
3
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e
3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e
3
:
SetCode
(
EVENT_ATTACK_ANNOUNCE
)
e
3
:
SetRange
(
LOCATION_SZONE
)
e
3
:
SetCountLimit
(
1
,
id
+
o
)
e
3
:
SetCondition
(
s
.
spcon2
)
e
3
:
SetTarget
(
s
.
sptg2
)
e
3
:
SetOperation
(
s
.
spop2
)
c
:
RegisterEffect
(
e
3
)
local
e
4
=
Effect
.
CreateEffect
(
c
)
e
4
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e
4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e
4
:
SetCode
(
EVENT_ATTACK_ANNOUNCE
)
e
4
:
SetRange
(
LOCATION_SZONE
)
e
4
:
SetCountLimit
(
1
,
id
+
o
)
e
4
:
SetCondition
(
s
.
spcon2
)
e
4
:
SetTarget
(
s
.
sptg2
)
e
4
:
SetOperation
(
s
.
spop2
)
c
:
RegisterEffect
(
e
4
)
end
function
s
.
cfilter
(
c
)
return
c
:
IsFaceupEx
()
and
c
:
IsSetCard
(
0x100d
)
...
...
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