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
Soulgamer
ygopro-222DIY-cards
Commits
fbde5510
Commit
fbde5510
authored
Oct 23, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
8928a620
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
11 deletions
+4
-11
expansions/script/c12030001.lua
expansions/script/c12030001.lua
+1
-1
expansions/script/c33200032.lua
expansions/script/c33200032.lua
+1
-1
expansions/script/c33200069.lua
expansions/script/c33200069.lua
+2
-7
expansions/script/c33200258.lua
expansions/script/c33200258.lua
+0
-1
expansions/script/c33200263.lua
expansions/script/c33200263.lua
+0
-1
No files found.
expansions/script/c12030001.lua
View file @
fbde5510
...
...
@@ -56,7 +56,7 @@ function c12030001.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c12030001
.
disfilter1
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsDisabled
()
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsDisabled
()
and
c
:
IsFaceup
()
end
function
c12030001
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
and
chkc
:
IsControler
(
1
-
tp
)
and
c12030001
.
disfilter1
(
chkc
)
end
...
...
expansions/script/c33200032.lua
View file @
fbde5510
...
...
@@ -101,7 +101,7 @@ function c33200032.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
eg
:
IsExists
(
c33200032
.
repfilter
,
1
,
nil
,
tp
)
and
e
:
GetHandler
():
GetFlagEffect
(
33200032
)
==
0
end
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
33200032
,
0
))
then
local
g
=
eg
:
Filter
(
c33200032
.
repfilter
,
nil
)
local
g
=
eg
:
Filter
(
c33200032
.
repfilter
,
nil
,
tp
)
g
:
KeepAlive
()
e
:
SetLabelObject
(
g
)
return
true
...
...
expansions/script/c33200069.lua
View file @
fbde5510
...
...
@@ -50,13 +50,8 @@ function c33200069.activate(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
p
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
FilterSelect
(
tp
,
c33200069
.
filter
,
1
,
1
,
nil
,
e
,
tp
)
if
sg
:
GetFirst
():
IsAbleToHand
()
then
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
p
,
sg
)
Duel
.
ShuffleHand
(
p
)
else
Duel
.
SendtoGrave
(
sg
,
REASON_RULE
)
end
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
p
,
sg
)
Duel
.
ShuffleDeck
(
p
)
end
end
...
...
expansions/script/c33200258.lua
View file @
fbde5510
...
...
@@ -97,7 +97,6 @@ function c33200258.setop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_PHASE
+
PHASE_END
)
e2
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetOperation
(
c33200258
.
thop
)
...
...
expansions/script/c33200263.lua
View file @
fbde5510
...
...
@@ -49,7 +49,6 @@ function c33200263.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
3
,
3
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
ShuffleDeck
(
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_ATOHAND
)
local
tg
=
sg
:
Select
(
1
-
tp
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
...
...
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