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
7f24da99
Commit
7f24da99
authored
Apr 11, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3c1c7778
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
script/c23587624.lua
script/c23587624.lua
+1
-1
script/c34568403.lua
script/c34568403.lua
+3
-2
No files found.
script/c23587624.lua
View file @
7f24da99
...
@@ -73,7 +73,7 @@ function c23587624.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,7 +73,7 @@ function c23587624.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e4
,
tp
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
c23587624
.
efilter
(
e
,
re
)
function
c23587624
.
efilter
(
e
,
re
)
return
e
:
GetOwnerPlayer
()
==
re
:
Get
Handl
erPlayer
()
and
e
:
GetHandler
()
~=
re
:
GetHandler
()
return
e
:
GetOwnerPlayer
()
==
re
:
Get
Own
erPlayer
()
and
e
:
GetHandler
()
~=
re
:
GetHandler
()
end
end
function
c23587624
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c23587624
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
return
Duel
.
GetTurnPlayer
()
~=
tp
...
...
script/c34568403.lua
View file @
7f24da99
...
@@ -49,12 +49,13 @@ function c34568403.arcanareg(c,coin)
...
@@ -49,12 +49,13 @@ function c34568403.arcanareg(c,coin)
c
:
RegisterFlagEffect
(
36690018
,
RESET_EVENT
+
0x1ff0000
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
coin
,
63
-
coin
)
c
:
RegisterFlagEffect
(
36690018
,
RESET_EVENT
+
0x1ff0000
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
coin
,
63
-
coin
)
end
end
function
c34568403
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c34568403
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffectLabel
(
36690018
)
==
1
and
e
:
GetHandler
():
IsRelateToBattle
()
local
c
=
e
:
GetHandler
()
return
c
:
GetFlagEffectLabel
(
36690018
)
==
1
and
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
end
end
function
c34568403
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c34568403
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
tc
=
e
:
GetHandler
():
GetBattleTarget
()
local
tc
=
e
:
GetHandler
():
GetBattleTarget
()
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
not
tc
:
IsLocation
(
LOCATION_SZONE
)
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
and
tc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
Duel
.
SetTargetCard
(
tc
)
Duel
.
SetTargetCard
(
tc
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
tc
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
tc
,
1
,
0
,
0
)
end
end
...
...
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