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
05cc91d2
Commit
05cc91d2
authored
Jun 27, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
y1s1
parent
f7c813b7
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
13 deletions
+14
-13
expansions/script/c12038012.lua
expansions/script/c12038012.lua
+1
-1
expansions/script/c65020046.lua
expansions/script/c65020046.lua
+4
-3
expansions/script/c65030033.lua
expansions/script/c65030033.lua
+1
-1
expansions/script/c65030034.lua
expansions/script/c65030034.lua
+1
-1
expansions/script/c65030035.lua
expansions/script/c65030035.lua
+1
-1
expansions/script/c65030036.lua
expansions/script/c65030036.lua
+1
-1
expansions/script/c65030037.lua
expansions/script/c65030037.lua
+1
-1
expansions/script/c65030038.lua
expansions/script/c65030038.lua
+1
-1
expansions/script/c65030039.lua
expansions/script/c65030039.lua
+1
-1
expansions/script/c65030040.lua
expansions/script/c65030040.lua
+1
-1
expansions/script/c65050161.lua
expansions/script/c65050161.lua
+1
-1
No files found.
expansions/script/c12038012.lua
View file @
05cc91d2
...
@@ -5,7 +5,7 @@ local cm=_G["c"..m]
...
@@ -5,7 +5,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--xyz summon
--xyz summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
mfilter
,
nil
,
2
,
99
)
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
mfilter
,
nil
,
2
,
2
)
--SpecialSummon
--SpecialSummon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
...
...
expansions/script/c65020046.lua
View file @
05cc91d2
...
@@ -27,6 +27,7 @@ function c65020046.initial_effect(c)
...
@@ -27,6 +27,7 @@ function c65020046.initial_effect(c)
e4
:
SetCategory
(
CATEGORY_REMOVE
)
e4
:
SetCategory
(
CATEGORY_REMOVE
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_TO_GRAVE
)
e4
:
SetCode
(
EVENT_TO_GRAVE
)
e4
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCountLimit
(
1
,
65020046
)
e4
:
SetCountLimit
(
1
,
65020046
)
e4
:
SetCondition
(
c65020046
.
con
)
e4
:
SetCondition
(
c65020046
.
con
)
...
@@ -40,9 +41,9 @@ function c65020046.con(e,tp,eg,ep,ev,re,r,rp)
...
@@ -40,9 +41,9 @@ function c65020046.con(e,tp,eg,ep,ev,re,r,rp)
return
a
>
b
and
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
return
a
>
b
and
eg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
1
-
tp
)
end
end
function
c65020046
.
remtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c65020046
.
remtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
eg
:
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
local
g
=
eg
:
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
:
Filter
(
Card
.
IsAbleToRemove
,
nil
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
g
:
GetCount
()
>
0
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
g
,
g
:
GetCount
(),
0
,
0
)
end
end
function
c65020046
.
remop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65020046
.
remop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
local
g
=
eg
:
Filter
(
Card
.
IsControler
,
nil
,
1
-
tp
)
...
...
expansions/script/c65030033.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030033.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030033.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030033
.
confil
(
c
)
function
c65030033
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030033
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030033
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030033
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030033
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030034.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030034.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030034.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030034
.
confil
(
c
)
function
c65030034
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030034
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030034
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030034
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030034
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030035.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030035.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030035.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030035
.
confil
(
c
)
function
c65030035
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030035
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030035
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030035
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030035
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030036.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030036.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030036.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030036
.
confil
(
c
)
function
c65030036
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030036
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030036
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030036
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030036
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030037.lua
View file @
05cc91d2
...
@@ -33,7 +33,7 @@ function c65030037.initial_effect(c)
...
@@ -33,7 +33,7 @@ function c65030037.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030037
.
confil
(
c
)
function
c65030037
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030037
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030037
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030037
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030037
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030038.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030038.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030038.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030038
.
confil
(
c
)
function
c65030038
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030038
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030038
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030038
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030038
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030039.lua
View file @
05cc91d2
...
@@ -39,7 +39,7 @@ function c65030039.initial_effect(c)
...
@@ -39,7 +39,7 @@ function c65030039.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030039
.
confil
(
c
)
function
c65030039
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030039
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030039
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030039
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030039
.
confil
,
1
,
nil
)
...
...
expansions/script/c65030040.lua
View file @
05cc91d2
...
@@ -33,7 +33,7 @@ function c65030040.initial_effect(c)
...
@@ -33,7 +33,7 @@ function c65030040.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c65030040
.
confil
(
c
)
function
c65030040
.
confil
(
c
)
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Location
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
return
c
:
IsSetCard
(
0x3da9
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
(
c
:
Is
Position
(
POS_FACEUP
)
or
c
:
IsPreviousPosition
(
POS_FACEUP
))
end
end
function
c65030040
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65030040
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c65030040
.
confil
,
1
,
nil
)
return
eg
:
IsExists
(
c65030040
.
confil
,
1
,
nil
)
...
...
expansions/script/c65050161.lua
View file @
05cc91d2
...
@@ -53,7 +53,7 @@ end
...
@@ -53,7 +53,7 @@ end
function
c65050161
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65050161
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
then
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
()
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SET_ATTACK_FINAL
)
e1
:
SetCode
(
EFFECT_SET_ATTACK_FINAL
)
e1
:
SetValue
(
2000
)
e1
:
SetValue
(
2000
)
...
...
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