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
Crescent/毛虫
pre-release-database-cdb
Commits
eedbc39c
Commit
eedbc39c
authored
Jul 17, 2024
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
5a358d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
script/c101206010.lua
script/c101206010.lua
+11
-11
No files found.
script/c101206010.lua
View file @
eedbc39c
...
...
@@ -37,17 +37,17 @@ function s.initial_effect(c)
e4
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e4
)
--spsummon
local
e
4
=
Effect
.
CreateEffect
(
c
)
e
4
:
SetDescription
(
aux
.
Stringid
(
id
,
3
))
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_GRAVE
)
e
3
:
SetCountLimit
(
1
,
id
+
o
*
3
)
e
4
:
SetCondition
(
s
.
spcon2
)
e
4
:
SetTarget
(
s
.
sptg2
)
e
4
:
SetOperation
(
s
.
spop2
)
c
:
RegisterEffect
(
e
4
)
local
e
5
=
Effect
.
CreateEffect
(
c
)
e
5
:
SetDescription
(
aux
.
Stringid
(
id
,
3
))
e
5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e
5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e
5
:
SetCode
(
EVENT_ATTACK_ANNOUNCE
)
e
5
:
SetRange
(
LOCATION_GRAVE
)
e
5
:
SetCountLimit
(
1
,
id
+
o
*
3
)
e
5
:
SetCondition
(
s
.
spcon2
)
e
5
:
SetTarget
(
s
.
sptg2
)
e
5
:
SetOperation
(
s
.
spop2
)
c
:
RegisterEffect
(
e
5
)
end
function
s
.
tgfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xc6
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsAbleToGraveAsCost
()
...
...
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