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
09d422d1
Commit
09d422d1
authored
Jun 29, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
60083abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script/c101006073.lua
script/c101006073.lua
+2
-2
No files found.
script/c101006073.lua
View file @
09d422d1
...
@@ -22,7 +22,7 @@ function c101006073.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c101006073.initial_effect(c)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_SINGLE
)
e3
:
SetCondition
(
c101006073
.
descon
)
e3
:
SetCondition
(
c101006073
.
descon
)
e3
:
SetTarget
(
c101006073
.
destg
)
e3
:
SetTarget
(
c101006073
.
destg
)
e3
:
SetOperation
(
c101006073
.
desop
)
e3
:
SetOperation
(
c101006073
.
desop
)
...
@@ -37,7 +37,7 @@ function c101006073.efilter(e,ct)
...
@@ -37,7 +37,7 @@ function c101006073.efilter(e,ct)
return
p
==
tp
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
GetHandler
():
IsRace
(
RACE_THUNDER
)
return
p
==
tp
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
GetHandler
():
IsRace
(
RACE_THUNDER
)
end
end
function
c101006073
.
cfilter
(
c
,
tp
)
function
c101006073
.
cfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
Is
Race
(
RACE_THUNDER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsFaceup
()
and
c
:
Is
SetCard
(
0x222
)
and
c
:
IsControler
(
tp
)
end
end
function
c101006073
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c101006073
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c101006073
.
cfilter
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
c101006073
.
cfilter
,
1
,
nil
,
tp
)
...
...
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