Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
42b0c4fd
Commit
42b0c4fd
authored
May 19, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1a6d399b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
script/c100227006.lua
script/c100227006.lua
+1
-1
script/c100227007.lua
script/c100227007.lua
+2
-2
script/c100227041.lua
script/c100227041.lua
+1
-1
No files found.
script/c100227006.lua
View file @
42b0c4fd
...
@@ -60,7 +60,7 @@ end
...
@@ -60,7 +60,7 @@ end
function
c100227006
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c100227006
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
function
c100227006
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c100227006
.
atkcon
(
e
)
return
Duel
.
IsEnvironment
(
100227010
)
return
Duel
.
IsEnvironment
(
100227010
)
end
end
function
c100227006
.
atkfilter
(
c
)
function
c100227006
.
atkfilter
(
c
)
...
...
script/c100227007.lua
View file @
42b0c4fd
...
@@ -31,8 +31,8 @@ c100227007.card_code_list={100227010}
...
@@ -31,8 +31,8 @@ c100227007.card_code_list={100227010}
function
c100227007
.
filter
(
c
)
function
c100227007
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
100227006
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
100227006
)
end
end
function
c100227007
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c100227007
.
atkcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c100227007
.
filter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c100227007
.
filter
,
e
:
GetHandlerPlayer
()
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
end
function
c100227007
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c100227007
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
script/c100227041.lua
View file @
42b0c4fd
...
@@ -7,7 +7,7 @@ function c100227041.initial_effect(c)
...
@@ -7,7 +7,7 @@ function c100227041.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
100227041
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
100227041
,
0
))
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
,
100227041
)
e1
:
SetCountLimit
(
1
,
100227041
)
e1
:
SetTarget
(
c100227041
.
thtg
)
e1
:
SetTarget
(
c100227041
.
thtg
)
...
...
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