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
19a71814
Commit
19a71814
authored
Oct 17, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
74b4c687
Pipeline
#6289
passed with stages
in 29 minutes and 48 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
12 deletions
+6
-12
expansions/script/c26805018.lua
expansions/script/c26805018.lua
+1
-1
expansions/script/c81000000.lua
expansions/script/c81000000.lua
+1
-7
expansions/script/c81008099.lua
expansions/script/c81008099.lua
+1
-1
expansions/script/c81010001.lua
expansions/script/c81010001.lua
+1
-1
expansions/script/c81010002.lua
expansions/script/c81010002.lua
+1
-1
expansions/script/c81010003.lua
expansions/script/c81010003.lua
+1
-1
No files found.
expansions/script/c26805018.lua
View file @
19a71814
...
...
@@ -3,7 +3,7 @@ local m=26805018
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
81010004
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
MZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c81000000.lua
View file @
19a71814
...
...
@@ -80,13 +80,7 @@ end
function
Tenka
.
Asamiya
(
c
)
c
:
EnableReviveLimit
()
aux
.
AddCodeList
(
c
,
81027000
)
local
ea
=
Effect
.
CreateEffect
(
c
)
ea
:
SetType
(
EFFECT_TYPE_SINGLE
)
ea
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
ea
:
SetCode
(
EFFECT_CHANGE_CODE
)
ea
:
SetRange
(
LOCATION_MZONE
+
LOCATION_HAND
)
ea
:
SetValue
(
81027000
)
c
:
RegisterEffect
(
ea
)
aux
.
EnableChangeCode
(
c
,
81027000
,
LOCATION_MZONE
+
LOCATION_HAND
)
end
--
function
Tenka
.
Einstein
(
c
)
...
...
expansions/script/c81008099.lua
View file @
19a71814
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e1
:
SetOperation
(
cm
.
sumsuc
)
c
:
RegisterEffect
(
e1
)
--change
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
MZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
--search
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
...
...
expansions/script/c81010001.lua
View file @
19a71814
...
...
@@ -10,7 +10,7 @@ function cm.initial_effect(c)
e0
:
SetOperation
(
cm
.
sumsuc
)
c
:
RegisterEffect
(
e0
)
--change
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
MZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
--tograve
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
...
...
expansions/script/c81010002.lua
View file @
19a71814
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
e0
:
SetOperation
(
cm
.
sumsuc
)
c
:
RegisterEffect
(
e0
)
--change
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
MZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
expansions/script/c81010003.lua
View file @
19a71814
--水晶之泪
function
c81010003
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
81010004
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
MZONE
+
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
81010004
,
LOCATION_
ONFIELD
+
LOCATION_GRAVE
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
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