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
2365dcab
Commit
2365dcab
authored
Jul 01, 2019
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use EVENT_CHAIN_SOLVING...
...instead of EVENT_CHAIN_ACTIVATING
parent
4315d5aa
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
c53199020.lua
c53199020.lua
+1
-1
c53341729.lua
c53341729.lua
+1
-1
c53778229.lua
c53778229.lua
+1
-1
c58139128.lua
c58139128.lua
+1
-1
c77297908.lua
c77297908.lua
+1
-1
c80925836.lua
c80925836.lua
+1
-1
c8837932.lua
c8837932.lua
+1
-1
c99735427.lua
c99735427.lua
+1
-1
No files found.
c53199020.lua
View file @
2365dcab
...
@@ -21,7 +21,7 @@ function c53199020.initial_effect(c)
...
@@ -21,7 +21,7 @@ function c53199020.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e3
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCondition
(
c53199020
.
chcon2
)
e3
:
SetCondition
(
c53199020
.
chcon2
)
...
...
c53341729.lua
View file @
2365dcab
...
@@ -9,7 +9,7 @@ function c53341729.initial_effect(c)
...
@@ -9,7 +9,7 @@ function c53341729.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e2
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e2
:
SetOperation
(
c53341729
.
disop
)
e2
:
SetOperation
(
c53341729
.
disop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
...
...
c53778229.lua
View file @
2365dcab
...
@@ -15,7 +15,7 @@ end
...
@@ -15,7 +15,7 @@ end
function
c53778229
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c53778229
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e1
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e1
:
SetOperation
(
c53778229
.
disop
)
e1
:
SetOperation
(
c53778229
.
disop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
...
...
c58139128.lua
View file @
2365dcab
...
@@ -12,7 +12,7 @@ function c58139128.initial_effect(c)
...
@@ -12,7 +12,7 @@ function c58139128.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e2
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e2
:
SetOperation
(
c58139128
.
disop
)
e2
:
SetOperation
(
c58139128
.
disop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--cannot activate
--cannot activate
...
...
c77297908.lua
View file @
2365dcab
...
@@ -26,7 +26,7 @@ function c77297908.initial_effect(c)
...
@@ -26,7 +26,7 @@ function c77297908.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e4
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e4
:
SetRange
(
LOCATION_FZONE
)
e4
:
SetRange
(
LOCATION_FZONE
)
e4
:
SetCountLimit
(
1
,
77297909
)
e4
:
SetCountLimit
(
1
,
77297909
)
e4
:
SetCondition
(
c77297908
.
chcon2
)
e4
:
SetCondition
(
c77297908
.
chcon2
)
...
...
c80925836.lua
View file @
2365dcab
...
@@ -14,7 +14,7 @@ function c80925836.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c80925836.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e2
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e2
:
SetOperation
(
c80925836
.
disop
)
e2
:
SetOperation
(
c80925836
.
disop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
...
...
c8837932.lua
View file @
2365dcab
...
@@ -15,7 +15,7 @@ function c8837932.initial_effect(c)
...
@@ -15,7 +15,7 @@ function c8837932.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e2
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e2
:
SetOperation
(
c8837932
.
disop
)
e2
:
SetOperation
(
c8837932
.
disop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--destroy
--destroy
...
...
c99735427.lua
View file @
2365dcab
...
@@ -9,7 +9,7 @@ function c99735427.initial_effect(c)
...
@@ -9,7 +9,7 @@ function c99735427.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_CHAIN_
ACTIVAT
ING
)
e2
:
SetCode
(
EVENT_CHAIN_
SOLV
ING
)
e2
:
SetOperation
(
c99735427
.
disop
)
e2
:
SetOperation
(
c99735427
.
disop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
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