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
10a9d736
Commit
10a9d736
authored
Aug 15, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
becc53bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
expansions/script/c47310019.lua
expansions/script/c47310019.lua
+2
-1
No files found.
expansions/script/c47310019.lua
View file @
10a9d736
...
@@ -64,7 +64,7 @@ function s.repfilter(c)
...
@@ -64,7 +64,7 @@ function s.repfilter(c)
end
end
function
s
.
desreptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
desreptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
eg
:
IsExists
(
s
.
defilter
,
1
,
nil
,
tp
)
if
chk
==
0
then
return
eg
:
IsExists
(
s
.
defilter
,
1
,
nil
,
tp
)
and
Duel
.
GetFlagEffect
(
tp
,
id
)
==
0
and
c
:
GetEquipGroup
():
FilterCount
(
s
.
repfilter
,
nil
)
>
0
end
and
c
:
GetEquipGroup
():
FilterCount
(
s
.
repfilter
,
nil
)
>
0
end
return
Duel
.
SelectEffectYesNo
(
tp
,
c
,
96
)
return
Duel
.
SelectEffectYesNo
(
tp
,
c
,
96
)
end
end
...
@@ -81,6 +81,7 @@ function s.desrepop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,6 +81,7 @@ function s.desrepop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
eqg
:
Select
(
Card
.
IsAbleToGrave
,
1
,
1
,
nil
)
local
g
=
eqg
:
Select
(
Card
.
IsAbleToGrave
,
1
,
1
,
nil
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REPLACE
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
+
REASON_REPLACE
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
end
function
s
.
tohand
(
c
)
function
s
.
tohand
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
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