Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
8ed9d3fe
Commit
8ed9d3fe
authored
Jul 12, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update extra summon
parent
17c01d61
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
c23740893.lua
c23740893.lua
+1
-1
c39064822.lua
c39064822.lua
+1
-1
c53485634.lua
c53485634.lua
+1
-1
c8567955.lua
c8567955.lua
+1
-1
c9126351.lua
c9126351.lua
+1
-1
No files found.
c23740893.lua
View file @
8ed9d3fe
...
...
@@ -41,7 +41,7 @@ function c23740893.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c23740893
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
not
Duel
.
IsPlayerExtraSummoned
(
tp
)
and
Duel
.
GetFlagEffect
(
tp
,
23740893
)
==
0
end
end
function
c23740893
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetFlagEffect
(
tp
,
23740893
)
~=
0
then
return
end
...
...
c39064822.lua
View file @
8ed9d3fe
...
...
@@ -36,7 +36,7 @@ function c39064822.sumcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
DiscardHand
(
tp
,
Card
.
IsDiscardable
,
1
,
1
,
REASON_COST
+
REASON_DISCARD
)
end
function
c39064822
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
not
Duel
.
IsPlayerExtraSummoned
(
tp
)
and
(
e
:
GetHandler
():
GetMutualLinkedGroupCount
()
>
0
or
Duel
.
GetFlagEffect
(
tp
,
39064822
)
==
0
)
end
if
e
:
GetHandler
():
GetMutualLinkedGroupCount
()
>
0
then
e
:
SetCategory
(
CATEGORY_DRAW
)
e
:
SetLabel
(
1
)
...
...
c53485634.lua
View file @
8ed9d3fe
...
...
@@ -72,7 +72,7 @@ function c53485634.sumcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Release
(
e
:
GetHandler
(),
REASON_COST
)
end
function
c53485634
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
not
Duel
.
IsPlayerExtraSummoned
(
tp
)
end
end
function
c53485634
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
c8567955.lua
View file @
8ed9d3fe
...
...
@@ -31,7 +31,7 @@ function c8567955.sumcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
PayLPCost
(
tp
,
1000
)
end
function
c8567955
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
not
Duel
.
IsPlayerExtraSummoned
(
tp
)
end
end
function
c8567955
.
sumop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
c9126351.lua
View file @
8ed9d3fe
...
...
@@ -71,7 +71,7 @@ function c9126351.excost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
RegisterFlagEffect
(
tp
,
9126352
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
function
c9126351
.
extg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanSummon
(
tp
)
and
not
Duel
.
IsPlayerExtraSummoned
(
tp
)
end
end
function
c9126351
.
exop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
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