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
58759745
Commit
58759745
authored
Apr 21, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iidx gooooooooooooooooooold
parent
185a0192
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
expansions/script/c16100012.lua
expansions/script/c16100012.lua
+0
-1
expansions/script/c16100014.lua
expansions/script/c16100014.lua
+2
-2
expansions/script/c17060820.lua
expansions/script/c17060820.lua
+1
-1
expansions/script/c33500102.lua
expansions/script/c33500102.lua
+1
-1
No files found.
expansions/script/c16100012.lua
View file @
58759745
...
...
@@ -27,7 +27,6 @@ function c16100012.reop(e,tp,eg,ep,ev,re,r,rp)
if
ct
<
1
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
g
)
local
tc
=
g
:
GetFirst
()
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_RULE
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
expansions/script/c16100014.lua
View file @
58759745
...
...
@@ -121,7 +121,7 @@ function c16100014.op1(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
==
0
then
return
end
local
dg
=
Duel
.
GetOperatedGroup
()
local
dc
=
dg
:
GetFirst
()
if
Duel
.
GetMZoneCount
(
tp
)
>
0
and
dc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
dc
:
IsSetCard
(
0xcc0
)
and
d
s
:
IsType
(
TYPE_MONSTER
)
if
Duel
.
GetMZoneCount
(
tp
)
>
0
and
dc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
dc
:
IsSetCard
(
0xcc0
)
and
d
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
16100014
,
4
))
then
local
lp
=
Duel
.
GetLP
(
tp
)
Duel
.
SetLP
(
tp
,
lp
-
2000
)
...
...
@@ -140,7 +140,7 @@ function c16100014.op1(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
==
0
then
return
end
local
dg
=
Duel
.
GetOperatedGroup
()
local
dc
=
dg
:
GetFirst
()
if
Duel
.
GetMZoneCount
(
tp
)
>
0
and
dc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
dc
:
IsSetCard
(
0xcc0
)
and
d
s
:
IsType
(
TYPE_MONSTER
)
if
Duel
.
GetMZoneCount
(
tp
)
>
0
and
dc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
dc
:
IsSetCard
(
0xcc0
)
and
d
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
16100014
,
4
))
then
local
lp
=
Duel
.
GetLP
(
tp
)
Duel
.
SetLP
(
tp
,
lp
-
2000
)
...
...
expansions/script/c17060820.lua
View file @
58759745
...
...
@@ -105,7 +105,7 @@ end
function
cm
.
fpop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
chkf
=
tp
if
c
:
Is
Facedown
()
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsImmun
eToEffect
(
e
)
then
return
end
if
c
:
Is
ImmuneToEffect
(
e
)
or
not
c
:
IsRelat
eToEffect
(
e
)
then
return
end
local
mg1
=
Duel
.
GetFusionMaterial
(
tp
):
Filter
(
cm
.
filter1
,
nil
,
e
)
mg1
:
Merge
(
Duel
.
GetMatchingGroup
(
cm
.
filter0
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
))
local
sg1
=
Duel
.
GetMatchingGroup
(
cm
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg1
,
nil
,
c
,
chkf
)
...
...
expansions/script/c33500102.lua
View file @
58759745
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCountLimit
(
1
,
m
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCost
(
cm
.
cost
)
e2
:
SetTarget
(
cm
.
target
)
e2
:
SetOperation
(
cm
.
operation
)
...
...
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