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
3ecc10be
Commit
3ecc10be
authored
Jul 21, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ddf7cb60
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
2 deletions
+13
-2
c10045474.lua
c10045474.lua
+8
-0
c24010609.lua
c24010609.lua
+1
-0
c30907810.lua
c30907810.lua
+1
-0
c59160188.lua
c59160188.lua
+1
-0
c63746411.lua
c63746411.lua
+2
-2
No files found.
c10045474.lua
View file @
3ecc10be
...
...
@@ -55,6 +55,14 @@ function c10045474.activate(e,tp,eg,ep,ev,re,r,rp)
e5
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e5
:
SetLabel
(
c
:
GetSequence
())
Duel
.
RegisterEffect
(
e5
,
tp
)
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetType
(
EFFECT_TYPE_FIELD
)
e6
:
SetCode
(
EFFECT_DISABLE_TRAPMONSTER
)
e6
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e6
:
SetTarget
(
c10045474
.
distg
)
e6
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e6
:
SetLabel
(
c
:
GetSequence
())
Duel
.
RegisterEffect
(
e6
,
tp
)
end
end
end
...
...
c24010609.lua
View file @
3ecc10be
...
...
@@ -30,6 +30,7 @@ function c24010609.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_CHAINING
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetRange
(
LOCATION_SZONE
)
e4
:
SetOperation
(
c24010609
.
regop
)
c
:
RegisterEffect
(
e4
)
...
...
c30907810.lua
View file @
3ecc10be
...
...
@@ -38,6 +38,7 @@ function c30907810.initial_effect(c)
e6
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e6
:
SetCode
(
EVENT_CHAINING
)
e6
:
SetRange
(
LOCATION_MZONE
)
e6
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e6
:
SetLabelObject
(
e5
)
e6
:
SetOperation
(
c30907810
.
regop
)
c
:
RegisterEffect
(
e6
)
...
...
c59160188.lua
View file @
3ecc10be
...
...
@@ -29,6 +29,7 @@ function c59160188.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_RELEASE
)
e4
:
SetRange
(
LOCATION_FZONE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetOperation
(
c59160188
.
regop
)
c
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
c63746411.lua
View file @
3ecc10be
...
...
@@ -47,10 +47,10 @@ function c63746411.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetCondition
(
c63746411
.
rcon
)
tc
:
RegisterEffect
(
e1
,
true
)
tc
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EFFECT_CANNOT_CHANGE_POSITION
)
tc
:
RegisterEffect
(
e2
,
true
)
tc
:
RegisterEffect
(
e2
)
end
end
function
c63746411
.
rcon
(
e
)
...
...
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