Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
79235fa7
Commit
79235fa7
authored
Sep 02, 2017
by
HuangYuNan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AIW fix
parent
96884611
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c66612328.lua
expansions/script/c66612328.lua
+2
-2
expansions/script/c66619901.lua
expansions/script/c66619901.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
79235fa7
No preview for this file type
expansions/script/c66612328.lua
View file @
79235fa7
...
...
@@ -8,7 +8,7 @@ function c66612328.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--spsummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
6661232
7
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
6661232
8
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
...
...
@@ -18,7 +18,7 @@ function c66612328.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--recover
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
6661232
7
,
1
))
e4
:
SetDescription
(
aux
.
Stringid
(
6661232
8
,
1
))
e4
:
SetCategory
(
CATEGORY_TOHAND
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetRange
(
LOCATION_HAND
)
...
...
expansions/script/c66619901.lua
View file @
79235fa7
...
...
@@ -37,7 +37,7 @@ function c66619901.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_DECK
+
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
c66619901
.
filter1
(
chkc
)
end
local
b1
=
Duel
.
IsExistingTarget
(
c66619901
.
filter1
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
local
b2
=
Duel
.
IsExistingMatchingCard
(
c66619901
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
Duel
.
IsExistingTarget
(
c66619901
.
cfilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
if
chk
==
0
then
return
b1
or
b2
and
Duel
.
IsExistingMatchingCard
(
c66619901
.
filter2
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
b1
or
b2
end
local
op
=
0
if
b1
and
b2
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
66619901
,
0
),
aux
.
Stringid
(
66619901
,
1
))
elseif
b1
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
66619901
,
0
))
...
...
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