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
34a0c9d4
Commit
34a0c9d4
authored
Nov 24, 2023
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
84029cd5
Pipeline
#24132
passed with stages
in 29 minutes and 59 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c50223215.lua
expansions/script/c50223215.lua
+1
-1
expansions/script/c64800081.lua
expansions/script/c64800081.lua
+1
-1
expansions/script/c64800181.lua
expansions/script/c64800181.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
34a0c9d4
No preview for this file type
expansions/script/c50223215.lua
View file @
34a0c9d4
...
...
@@ -94,7 +94,7 @@ function c50223215.op3(e,tp,eg,ep,ev,re,r,rp)
local
g1
=
c
:
GetMutualLinkedGroup
()
local
sg1
=
g1
:
Filter
(
c50223215
.
filter
,
nil
)
local
ct
=
sg1
:
GetCount
()
local
fct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
local
fct
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
if
fct
>
ct
then
fct
=
ct
end
if
fct
>
1
then
local
tbl
=
{}
...
...
expansions/script/c64800081.lua
View file @
34a0c9d4
...
...
@@ -3,7 +3,7 @@ local m=64800081
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
3
,
3
,
cm
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
nil
,
3
,
4
,
cm
.
lcheck
)
c
:
EnableReviveLimit
()
--atk/def
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c64800181.lua
View file @
34a0c9d4
...
...
@@ -65,7 +65,7 @@ function cm.eqlimit(e,c)
return
c
==
e
:
GetLabelObject
()
end
function
cm
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x412
)
and
not
c
:
IsCode
(
64800181
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x412
)
and
not
c
:
IsCode
(
64800181
)
and
c
:
IsAbleToHand
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
tgfilter
,
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