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
Mr.Tan
pre-release-database-cdb
Commits
0fdf8b9f
Commit
0fdf8b9f
authored
Oct 23, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cdb
parent
4c0b93dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
SUDA.cdb
SUDA.cdb
+0
-0
pack/2024-10-26 SUDA(1207).ydk
pack/2024-10-26 SUDA(1207).ydk
+1
-0
script/c101207049.lua
script/c101207049.lua
+3
-2
No files found.
SUDA.cdb
View file @
0fdf8b9f
No preview for this file type
pack/2024-10-26 SUDA(1207).ydk
View file @
0fdf8b9f
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
101207046
101207046
101207047
101207047
101207048
101207048
101207049
101207050
101207050
101207051
101207051
101207052
101207052
...
...
script/c101207049.lua
View file @
0fdf8b9f
...
@@ -19,9 +19,10 @@ function s.initial_effect(c)
...
@@ -19,9 +19,10 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--draw
--draw
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_TODECK
)
e2
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_TODECK
)
e
1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e
2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e
1
:
SetCode
(
EVENT_PHASE
+
PHASE_STANDBY
)
e
2
:
SetCode
(
EVENT_PHASE
+
PHASE_STANDBY
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetTarget
(
s
.
drtg
)
e2
:
SetTarget
(
s
.
drtg
)
e2
:
SetOperation
(
s
.
dract
)
e2
:
SetOperation
(
s
.
dract
)
...
...
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