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
6e85c787
Commit
6e85c787
authored
Dec 10, 2022
by
REIKAI
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update files
parent
dedc7cd4
Pipeline
#18527
passed with stages
in 24 minutes and 51 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
expansions/script/c16104210.lua
expansions/script/c16104210.lua
+9
-0
expansions/script/c81066029.lua
expansions/script/c81066029.lua
+1
-1
No files found.
expansions/script/c16104210.lua
View file @
6e85c787
...
...
@@ -62,6 +62,12 @@ function cm.drop(e,tp)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
Duel
.
ShuffleHand
(
tp
)
local
e0
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e0
:
SetTargetRange
(
1
,
0
)
e0
:
SetCode
(
EFFECT_SKIP_DP
)
Duel
.
RegisterEffect
(
e0
,
tp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_TO_HAND
)
...
...
@@ -84,6 +90,9 @@ function cm.drop(e,tp)
local
e4
=
e3
:
Clone
()
e4
:
SetLabelObject
(
e2
)
Duel
.
RegisterEffect
(
e4
,
tp
)
local
e5
=
e3
:
Clone
()
e5
:
SetLabelObject
(
e0
)
Duel
.
RegisterEffect
(
e5
,
tp
)
end
function
cm
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
...
...
expansions/script/c81066029.lua
View file @
6e85c787
...
...
@@ -62,7 +62,7 @@ function cm.setcon(e,tp,eg,ep,ev,re,r,rp)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsSetCard
(
0x581f
)
and
not
re
:
GetHandler
():
IsCode
(
m
)
and
rp
==
tp
end
function
cm
.
setfilter
(
c
)
return
c
:
IsCode
(
810
4400
4
,
37564048
)
and
c
:
IsSSetable
()
return
c
:
IsCode
(
810
1002
4
,
37564048
)
and
c
:
IsSSetable
()
end
function
cm
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
setfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
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