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
35034ba6
Commit
35034ba6
authored
Apr 23, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iidx gooooooooooooooooooold
parent
daeacfb0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
expansions/script/c24300005.lua
expansions/script/c24300005.lua
+1
-1
expansions/script/c24300035.lua
expansions/script/c24300035.lua
+6
-4
expansions/script/c33500110.lua
expansions/script/c33500110.lua
+2
-2
No files found.
expansions/script/c24300005.lua
View file @
35034ba6
...
...
@@ -28,7 +28,7 @@ function c24300005.initial_effect(c)
e4
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
+
EFFECT_FLAG_SET_AVAILABLE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e4
:
SetTarget
(
c300005
.
tglimit
)
e4
:
SetTarget
(
c
24
300005
.
tglimit
)
e4
:
SetValue
(
aux
.
tgoval
)
c
:
RegisterEffect
(
e4
)
end
...
...
expansions/script/c24300035.lua
View file @
35034ba6
...
...
@@ -29,7 +29,7 @@ function c24300035.initial_effect(c)
end
function
c24300035
.
cfilter
(
c
)
return
aux
.
IsCodeListed
(
c
,
300021
)
return
aux
.
IsCodeListed
(
c
,
24
300021
)
end
function
c24300035
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -73,14 +73,16 @@ function c24300035.sptg1(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>=
3
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
end
function
c24300035
.
thfilter
(
c
)
return
aux
.
IsCodeListed
(
c
,
24300021
)
and
c
:
IsAbleToHand
()
end
function
c24300035
.
spop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ConfirmDecktop
(
tp
,
3
)
local
g
=
Duel
.
GetDecktopGroup
(
tp
,
3
)
if
g
:
GetCount
()
>
0
then
if
g
:
IsExists
(
c24300035
.
c
filter
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
24300035
,
0
))
then
if
g
:
IsExists
(
c24300035
.
th
filter
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
24300035
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
FilterSelect
(
tp
,
c24300035
.
c
filter
,
1
,
1
,
nil
)
local
sg
=
g
:
FilterSelect
(
tp
,
c24300035
.
th
filter
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
ShuffleHand
(
tp
)
...
...
expansions/script/c33500110.lua
View file @
35034ba6
...
...
@@ -105,6 +105,6 @@ end
function
cm
.
filter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xa84
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
spcon
(
e
,
tp
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter1
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
function
cm
.
spcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter1
,
e
:
GetOwnerPlayer
()
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
\ No newline at end of file
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