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
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-scripts
Commits
50c34670
Commit
50c34670
authored
Apr 21, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e08c3c58
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
c16278116.lua
c16278116.lua
+2
-1
c25542642.lua
c25542642.lua
+2
-1
c42776855.lua
c42776855.lua
+2
-1
c50078509.lua
c50078509.lua
+2
-1
c61936647.lua
c61936647.lua
+2
-1
No files found.
c16278116.lua
View file @
50c34670
...
@@ -13,6 +13,7 @@ function c16278116.initial_effect(c)
...
@@ -13,6 +13,7 @@ function c16278116.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetLabelObject
(
e1
)
e2
:
SetCondition
(
c16278116
.
tgcon
)
e2
:
SetCondition
(
c16278116
.
tgcon
)
e2
:
SetOperation
(
c16278116
.
tgop
)
e2
:
SetOperation
(
c16278116
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -44,7 +45,7 @@ function c16278116.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -44,7 +45,7 @@ function c16278116.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SelectTarget
(
tp
,
c16278116
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SelectTarget
(
tp
,
c16278116
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
end
end
function
c16278116
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c16278116
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
GetHandler
()
==
e
:
GetHandler
()
return
re
==
e
:
GetLabelObject
()
end
end
function
c16278116
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c16278116
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c25542642.lua
View file @
50c34670
...
@@ -14,6 +14,7 @@ function c25542642.initial_effect(c)
...
@@ -14,6 +14,7 @@ function c25542642.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetLabelObject
(
e1
)
e2
:
SetCondition
(
c25542642
.
tgcon
)
e2
:
SetCondition
(
c25542642
.
tgcon
)
e2
:
SetOperation
(
c25542642
.
tgop
)
e2
:
SetOperation
(
c25542642
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -69,7 +70,7 @@ function c25542642.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -69,7 +70,7 @@ function c25542642.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
end
end
function
c25542642
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c25542642
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
GetHandler
()
==
e
:
GetHandler
()
return
re
==
e
:
GetLabelObject
()
end
end
function
c25542642
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c25542642
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c42776855.lua
View file @
50c34670
...
@@ -13,6 +13,7 @@ function c42776855.initial_effect(c)
...
@@ -13,6 +13,7 @@ function c42776855.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetLabelObject
(
e1
)
e2
:
SetCondition
(
c42776855
.
tgcon
)
e2
:
SetCondition
(
c42776855
.
tgcon
)
e2
:
SetOperation
(
c42776855
.
tgop
)
e2
:
SetOperation
(
c42776855
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -66,7 +67,7 @@ function c42776855.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -66,7 +67,7 @@ function c42776855.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SelectTarget
(
tp
,
c42776855
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SelectTarget
(
tp
,
c42776855
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
end
end
function
c42776855
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c42776855
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
GetHandler
()
==
e
:
GetHandler
()
return
re
==
e
:
GetLabelObject
()
end
end
function
c42776855
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c42776855
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c50078509.lua
View file @
50c34670
...
@@ -14,6 +14,7 @@ function c50078509.initial_effect(c)
...
@@ -14,6 +14,7 @@ function c50078509.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetLabelObject
(
e1
)
e2
:
SetCondition
(
c50078509
.
tgcon
)
e2
:
SetCondition
(
c50078509
.
tgcon
)
e2
:
SetOperation
(
c50078509
.
tgop
)
e2
:
SetOperation
(
c50078509
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -49,7 +50,7 @@ function c50078509.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -49,7 +50,7 @@ function c50078509.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
end
end
function
c50078509
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50078509
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
GetHandler
()
==
e
:
GetHandler
()
return
re
==
e
:
GetLabelObject
()
end
end
function
c50078509
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50078509
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
c61936647.lua
View file @
50c34670
...
@@ -15,6 +15,7 @@ function c61936647.initial_effect(c)
...
@@ -15,6 +15,7 @@ function c61936647.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetCode
(
EVENT_CHAIN_SOLVED
)
e2
:
SetLabelObject
(
e1
)
e2
:
SetCondition
(
c61936647
.
tgcon
)
e2
:
SetCondition
(
c61936647
.
tgcon
)
e2
:
SetOperation
(
c61936647
.
tgop
)
e2
:
SetOperation
(
c61936647
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -70,7 +71,7 @@ function c61936647.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -70,7 +71,7 @@ function c61936647.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
g
,
1
,
0
,
0
)
end
end
function
c61936647
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c61936647
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
GetHandler
()
==
e
:
GetHandler
()
return
re
==
e
:
GetLabelObject
()
end
end
function
c61936647
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c61936647
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
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