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
Ai
ygopro-222DIY-cards
Commits
de352f75
Commit
de352f75
authored
Sep 10, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
6a80afe2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
expansions/script/c18003011.lua
expansions/script/c18003011.lua
+1
-1
expansions/script/c18003012.lua
expansions/script/c18003012.lua
+1
-1
expansions/script/c18003013.lua
expansions/script/c18003013.lua
+3
-3
expansions/script/c18003014.lua
expansions/script/c18003014.lua
+3
-3
No files found.
expansions/script/c18003011.lua
View file @
de352f75
...
@@ -6,7 +6,7 @@ function c18003011.initial_effect(c)
...
@@ -6,7 +6,7 @@ function c18003011.initial_effect(c)
--SpecialSummon
--SpecialSummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
18003011
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
18003011
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
...
...
expansions/script/c18003012.lua
View file @
de352f75
...
@@ -7,7 +7,7 @@ function c18003012.initial_effect(c)
...
@@ -7,7 +7,7 @@ function c18003012.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
18003012
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
18003012
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
,
18003012
)
e1
:
SetCountLimit
(
1
,
18003012
)
...
...
expansions/script/c18003013.lua
View file @
de352f75
...
@@ -6,9 +6,9 @@ function c18003013.initial_effect(c)
...
@@ -6,9 +6,9 @@ function c18003013.initial_effect(c)
--SpecialSummon
--SpecialSummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
18003013
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
18003013
,
0
))
e1
:
SetCategory
(
CATEGORY_
SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_
DISABLE
+
CATEGORY_ATKCHANGE
)
e1
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
,
18003013
)
e1
:
SetCountLimit
(
1
,
18003013
)
e1
:
SetCondition
(
c18003013
.
con
)
e1
:
SetCondition
(
c18003013
.
con
)
...
...
expansions/script/c18003014.lua
View file @
de352f75
...
@@ -6,8 +6,8 @@ function c18003014.initial_effect(c)
...
@@ -6,8 +6,8 @@ function c18003014.initial_effect(c)
--SpecialSummon
--SpecialSummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
18003014
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
18003014
,
0
))
e1
:
SetCategory
(
CATEGORY_
SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_
REMOVE
+
CATEGORY_TODECK
)
e1
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
,
18003014
)
e1
:
SetCountLimit
(
1
,
18003014
)
...
@@ -96,7 +96,7 @@ function c18003014.valcheck(e,c)
...
@@ -96,7 +96,7 @@ function c18003014.valcheck(e,c)
end
end
function
c18003014
.
immtg
(
e
,
c
)
function
c18003014
.
immtg
(
e
,
c
)
local
seq
=
c
:
GetSequence
()
local
seq
=
c
:
GetSequence
()
return
seq
==
0
or
seq
==
4
return
seq
==
0
or
seq
==
4
or
seq
==
6
or
seq
==
7
end
end
function
c18003014
.
efilter
(
e
,
re
)
function
c18003014
.
efilter
(
e
,
re
)
return
e
:
GetHandlerPlayer
()
~=
re
:
GetHandlerPlayer
()
and
re
:
IsActivated
()
return
e
:
GetHandlerPlayer
()
~=
re
:
GetHandlerPlayer
()
and
re
:
IsActivated
()
...
...
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