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
8928a620
Commit
8928a620
authored
Oct 23, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
d06c48da
Pipeline
#6379
passed with stages
in 37 minutes and 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c85401700.lua
expansions/script/c85401700.lua
+2
-1
expansions/script/c85402100.lua
expansions/script/c85402100.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
8928a620
No preview for this file type
expansions/script/c85401700.lua
View file @
8928a620
...
...
@@ -8,6 +8,7 @@ function c85401700.initial_effect(c)
e1
:
SetTarget
(
c85401700
.
tg
)
e1
:
SetOperation
(
c85401700
.
op
)
c
:
RegisterEffect
(
e1
)
------回手效果
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EFFECT_DESTROY_REPLACE
)
...
...
@@ -36,7 +37,7 @@ end
function
c85401700
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
not
tc
:
IsRelateToEffect
(
e
)
then
return
end
tc
:
RegisterFlagEffect
(
85401700
,
RESET_EVENT
,
0
,
0
)
tc
:
RegisterFlagEffect
(
85401700
,
RESET_EVENT
,
EFFECT_FLAG_CLIENT_HINT
,
0
,
0
,
aux
.
Stringid
(
85401700
,
1
)
)
Duel
.
SendtoHand
(
tc
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
end
...
...
expansions/script/c85402100.lua
View file @
8928a620
...
...
@@ -143,7 +143,7 @@ function c85402100.costbz(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c85402100
.
opbz
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e
:
GetHandler
():
RegisterFlagEffect
(
85402101
,
RESET_EVENT
+
RESET_PHASE
+
PHASE_END
,
0
,
1
)
e
:
GetHandler
():
RegisterFlagEffect
(
85402101
,
RESET_EVENT
+
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
85402100
,
0
)
)
local
b
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
if
b
>
0
then
for
i
=
1
,
b
,
1
do
...
...
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