Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
58c71e1c
You need to sign in or sign up before continuing.
Commit
58c71e1c
authored
Jul 05, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
37b84d0b
Pipeline
#3942
passed with stages
in 28 minutes and 10 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c12083080.lua
expansions/script/c12083080.lua
+1
-1
expansions/script/c12083081.lua
expansions/script/c12083081.lua
+1
-1
expansions/script/c12083082.lua
expansions/script/c12083082.lua
+1
-1
expansions/script/c16105026.lua
expansions/script/c16105026.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
58c71e1c
No preview for this file type
expansions/script/c12083080.lua
View file @
58c71e1c
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e2
:
SetValue
(
TYPE_EFFECT
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e1
:
Clone
()
e3
:
SetCode
(
EFFECT_
CHANGE
_RACE
)
e3
:
SetCode
(
EFFECT_
ADD
_RACE
)
e3
:
SetValue
(
RACE_DRAGON
)
c
:
RegisterEffect
(
e3
)
--search
...
...
expansions/script/c12083081.lua
View file @
58c71e1c
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e2
:
SetValue
(
TYPE_EFFECT
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e1
:
Clone
()
e3
:
SetCode
(
EFFECT_
CHANGE
_RACE
)
e3
:
SetCode
(
EFFECT_
ADD
_RACE
)
e3
:
SetValue
(
RACE_DRAGON
)
c
:
RegisterEffect
(
e3
)
--send to grave
...
...
expansions/script/c12083082.lua
View file @
58c71e1c
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e2
:
SetValue
(
TYPE_EFFECT
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e1
:
Clone
()
e3
:
SetCode
(
EFFECT_
CHANGE
_RACE
)
e3
:
SetCode
(
EFFECT_
ADD
_RACE
)
e3
:
SetValue
(
RACE_DRAGON
)
c
:
RegisterEffect
(
e3
)
--send to grave
...
...
expansions/script/c16105026.lua
View file @
58c71e1c
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e3
:
SetCategory
(
CATEGORY_TOHAND
)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetCountLimit
(
1
,
m
)
...
...
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