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
8a70d569
Commit
8a70d569
authored
Jul 31, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
93c37f30
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
27 deletions
+26
-27
expansions/script/c33703012.lua
expansions/script/c33703012.lua
+1
-1
expansions/script/c33703023.lua
expansions/script/c33703023.lua
+1
-2
expansions/script/c47380005.lua
expansions/script/c47380005.lua
+24
-24
No files found.
expansions/script/c33703012.lua
View file @
8a70d569
...
...
@@ -112,7 +112,7 @@ function cm.lpop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetTargetRange
(
1
,
1
)
e1
:
SetValue
(
cm
.
aclimit
)
e1
:
SetLabel
(
rc
:
GetCode
())
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
...
...
expansions/script/c33703023.lua
View file @
8a70d569
...
...
@@ -30,8 +30,7 @@ function c33703023.checkop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c33703023
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
0
end
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
if
chk
==
0
then
return
not
e
:
GetHandler
():
IsPublic
()
end
end
function
c33703023
.
filter
(
c
,
num
)
local
num
=
Duel
.
GetFlagEffect
(
c
,
id
+
o
)
...
...
expansions/script/c47380005.lua
View file @
8a70d569
...
...
@@ -39,10 +39,10 @@ function s.mgfilter(c,e)
and
((
c
:
IsAbleToGrave
()
and
c
:
IsLocation
(
LOCATION_MZONE
))
or
(
c
:
IsLocation
(
LOCATION_REMOVED
)
and
c
:
IsAbleToExtra
()))
end
function
s
.
lfilter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
47380008
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_LINK
,
tp
,
false
,
false
)
return
c
:
IsCode
(
47380008
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_LINK
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
function
s
.
fselect
(
g
,
tp
)
return
g
:
CheckWithSumEqual
(
Card
.
GetLinkMarker
,
0x1ef
,
2
,
2
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
)
return
g
:
CheckWithSumEqual
(
Card
.
GetLinkMarker
,
0x1ef
,
2
,
2
)
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
mg
=
Duel
.
GetMatchingGroup
(
s
.
mgfilter
,
tp
,
LOCATION_MZONE
+
LOCATION_REMOVED
,
0
,
nil
,
e
)
...
...
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