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
b71703ec
Commit
b71703ec
authored
May 28, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vme50
parent
d14d1a15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c33200503.lua
expansions/script/c33200503.lua
+1
-0
expansions/script/c33200522.lua
expansions/script/c33200522.lua
+3
-4
No files found.
expansions/222DIY.cdb
View file @
b71703ec
No preview for this file type
expansions/script/c33200503.lua
View file @
b71703ec
--逆转检事 狩魔冥
function
c33200503
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
33200501
)
aux
.
AddCodeList
(
c
,
33200500
)
--pendulum summon
aux
.
EnablePendulumAttribute
(
c
)
...
...
expansions/script/c33200522.lua
View file @
b71703ec
...
...
@@ -63,16 +63,15 @@ function c33200522.tzcon(e,tp,eg,ep,ev,re,r,rp)
return
re
:
GetHandler
():
GetFlagEffect
(
33200500
)
>
0
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rp
==
tp
end
function
c33200522
.
tztg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
0
,
LOCATION_HAND
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
0
,
LOCATION_HAND
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CARDTYPE
)
e
:
SetLabel
(
Duel
.
AnnounceType
(
tp
))
end
function
c33200522
.
tzop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
typ
=
e
:
GetLabel
()
local
c
=
e
:
GetHandler
()
if
not
Duel
.
IsExistingMatchingCard
(
c33200522
.
exfilter2
,
tp
,
0
,
LOCATION_HAND
,
1
,
nil
)
then
return
end
local
g
=
Duel
.
SelectMatchingCard
(
c33200522
.
exfilter2
,
tp
,
0
,
LOCATION_HAND
,
1
,
1
,
nil
)
if
g
>
GetCount
()
>
0
then
local
g
=
Duel
.
GetMatchingGroup
(
c33200522
.
exfilter2
,
tp
,
0
,
LOCATION_HAND
,
nil
,
typ
)
if
g
:
GetCount
()
>
0
then
for
tc
in
aux
.
Next
(
g
)
do
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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