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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
89018434
You need to sign in or sign up before continuing.
Commit
89018434
authored
Mar 13, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
89246040
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/18016021.jpg
expansions/pics/18016021.jpg
+0
-0
expansions/script/c23000630.lua
expansions/script/c23000630.lua
+1
-1
expansions/script/c30553306.lua
expansions/script/c30553306.lua
+4
-3
expansions/script/c53716007.lua
expansions/script/c53716007.lua
+0
-1
No files found.
expansions/222DIY.cdb
View file @
89018434
No preview for this file type
expansions/pics/18016021.jpg
View replaced file @
89246040
View file @
89018434
56.8 KB
|
W:
|
H:
45.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c23000630.lua
View file @
89018434
...
...
@@ -65,7 +65,7 @@ function cm.cfilter(c)
return
c
:
IsSynchroType
(
TYPE_SYNCHRO
)
end
function
cm
.
eqtf
(
c
)
return
bm
.
c
.
cpos
(
c
,
tcode
)
and
c
:
IsLocation
(
m
z
)
return
c
:
GetEquipTarget
():
IsSetCard
(
0x364
)
and
c
:
IsLocation
(
s
z
)
end
function
cm
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
cm
.
eqtf
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
...
...
expansions/script/c30553306.lua
View file @
89018434
...
...
@@ -13,7 +13,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_
IGNITION
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
...
@@ -42,7 +42,8 @@ function cm.op1(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
tc
=
Duel
.
GetFirstTarget
()
local
sc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
tgf11
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
if
Duel
.
SpecialSummonStep
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
and
not
tc
:
IsFacedown
()
and
tc
:
IsRelateToEffect
(
e
)
then
local
cc
=
Duel
.
SpecialSummonStep
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
if
cc
and
not
tc
:
IsFacedown
()
and
tc
:
IsRelateToEffect
(
e
)
then
local
st
=
0
if
tc
:
IsType
(
TYPE_XYZ
)
then
st
=
tc
:
GetRank
()
else
st
=
tc
:
GetLevel
()
end
...
...
@@ -61,8 +62,8 @@ function cm.op1(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
sc
:
RegisterEffect
(
e1
)
end
Duel
.
SpecialSummonComplete
()
end
Duel
.
SpecialSummonComplete
()
end
--e2
function
cm
.
tgf2
(
c
,
e
,
tp
)
...
...
expansions/script/c53716007.lua
View file @
89018434
...
...
@@ -8,7 +8,6 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCondition
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
re
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
)
e1
:
SetTarget
(
SNNM
.
FanippetTrapSPTarget
(
m
,
1900
,
700
,
RACE_ZOMBIE
,
ATTRIBUTE_LIGHT
))
e1
:
SetOperation
(
SNNM
.
FanippetTrapSPOperation
(
800
,
m
,
1900
,
700
,
RACE_ZOMBIE
,
ATTRIBUTE_LIGHT
))
...
...
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