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
b9595970
Commit
b9595970
authored
Jan 05, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update effect given by material
parent
cb436f87
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
47 additions
and
8 deletions
+47
-8
c12948099.lua
c12948099.lua
+1
-0
c13173832.lua
c13173832.lua
+1
-0
c13708425.lua
c13708425.lua
+1
-0
c16825874.lua
c16825874.lua
+1
-1
c17841097.lua
c17841097.lua
+1
-0
c2095764.lua
c2095764.lua
+1
-0
c24610207.lua
c24610207.lua
+1
-0
c30106950.lua
c30106950.lua
+1
-0
c30227494.lua
c30227494.lua
+1
-0
c30492798.lua
c30492798.lua
+1
-1
c32465539.lua
c32465539.lua
+1
-0
c33145233.lua
c33145233.lua
+1
-1
c34143852.lua
c34143852.lua
+1
-0
c34358408.lua
c34358408.lua
+1
-1
c34492631.lua
c34492631.lua
+2
-0
c35089369.lua
c35089369.lua
+1
-0
c3606728.lua
c3606728.lua
+1
-0
c38331564.lua
c38331564.lua
+1
-0
c4141820.lua
c4141820.lua
+1
-1
c42472002.lua
c42472002.lua
+1
-0
c43147039.lua
c43147039.lua
+1
-0
c45184165.lua
c45184165.lua
+1
-0
c45667991.lua
c45667991.lua
+1
-0
c58518520.lua
c58518520.lua
+1
-0
c64605089.lua
c64605089.lua
+1
-0
c64726269.lua
c64726269.lua
+1
-0
c65741786.lua
c65741786.lua
+1
-0
c66500065.lua
c66500065.lua
+1
-0
c67120578.lua
c67120578.lua
+1
-0
c68473226.lua
c68473226.lua
+1
-0
c68950538.lua
c68950538.lua
+1
-0
c70117860.lua
c70117860.lua
+1
-0
c7080743.lua
c7080743.lua
+1
-0
c77153811.lua
c77153811.lua
+1
-1
c81846453.lua
c81846453.lua
+1
-0
c83048208.lua
c83048208.lua
+1
-0
c83272895.lua
c83272895.lua
+1
-0
c83370323.lua
c83370323.lua
+1
-0
c8696773.lua
c8696773.lua
+1
-0
c87319876.lua
c87319876.lua
+1
-1
c8903700.lua
c8903700.lua
+1
-1
c91718579.lua
c91718579.lua
+1
-0
c93085839.lua
c93085839.lua
+2
-0
c94344242.lua
c94344242.lua
+1
-0
c99946920.lua
c99946920.lua
+1
-0
No files found.
c12948099.lua
View file @
b9595970
...
...
@@ -29,6 +29,7 @@ function c12948099.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c12948099
.
efcon
)
e3
:
SetOperation
(
c12948099
.
efop
)
c
:
RegisterEffect
(
e3
)
...
...
c13173832.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c13173832.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c13173832
.
lkcon
)
e1
:
SetOperation
(
c13173832
.
lkop
)
c
:
RegisterEffect
(
e1
)
...
...
c13708425.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c13708425.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c13708425
.
atkcon
)
e1
:
SetOperation
(
c13708425
.
atkop
)
c
:
RegisterEffect
(
e1
)
...
...
c16825874.lua
View file @
b9595970
...
...
@@ -12,7 +12,7 @@ function c16825874.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c16825874
.
ccon
)
e2
:
SetOperation
(
c16825874
.
cop
)
c
:
RegisterEffect
(
e2
)
...
...
c17841097.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c17841097.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c17841097
.
pscon
)
e1
:
SetOperation
(
c17841097
.
psop
)
c
:
RegisterEffect
(
e1
)
...
...
c2095764.lua
View file @
b9595970
...
...
@@ -28,6 +28,7 @@ function c2095764.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c2095764
.
immcon
)
e3
:
SetOperation
(
c2095764
.
immop
)
c
:
RegisterEffect
(
e3
)
...
...
c24610207.lua
View file @
b9595970
...
...
@@ -12,6 +12,7 @@ function c24610207.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c24610207
.
efcon
)
e2
:
SetOperation
(
c24610207
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c30106950.lua
View file @
b9595970
...
...
@@ -28,6 +28,7 @@ function c30106950.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c30106950
.
atkcon
)
e3
:
SetOperation
(
c30106950
.
atkop
)
c
:
RegisterEffect
(
e3
)
...
...
c30227494.lua
View file @
b9595970
...
...
@@ -14,6 +14,7 @@ function c30227494.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c30227494
.
atkcon
)
e2
:
SetOperation
(
c30227494
.
atkop
)
c
:
RegisterEffect
(
e2
)
...
...
c30492798.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c30492798.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c30492798
.
condition
)
e2
:
SetOperation
(
c30492798
.
operation
)
...
...
c32465539.lua
View file @
b9595970
...
...
@@ -23,6 +23,7 @@ function c32465539.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c32465539
.
efcon
)
e2
:
SetOperation
(
c32465539
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c33145233.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c33145233.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c33145233
.
condition
)
e2
:
SetOperation
(
c33145233
.
operation
)
...
...
c34143852.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c34143852.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c34143852
.
efcon
)
e1
:
SetOperation
(
c34143852
.
efop
)
c
:
RegisterEffect
(
e1
)
...
...
c34358408.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c34358408.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c34358408
.
condition
)
e2
:
SetOperation
(
c34358408
.
operation
)
...
...
c34492631.lua
View file @
b9595970
...
...
@@ -12,12 +12,14 @@ function c34492631.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c34492631
.
effcon
)
e2
:
SetOperation
(
c34492631
.
effop1
)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_PRE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c34492631
.
effcon
)
e3
:
SetOperation
(
c34492631
.
effop2
)
c
:
RegisterEffect
(
e3
)
...
...
c35089369.lua
View file @
b9595970
...
...
@@ -28,6 +28,7 @@ function c35089369.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c35089369
.
immcon
)
e3
:
SetOperation
(
c35089369
.
immop
)
c
:
RegisterEffect
(
e3
)
...
...
c3606728.lua
View file @
b9595970
...
...
@@ -14,6 +14,7 @@ function c3606728.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c3606728
.
efcon
)
e2
:
SetOperation
(
c3606728
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c38331564.lua
View file @
b9595970
...
...
@@ -17,6 +17,7 @@ function c38331564.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c38331564
.
effcon
)
e3
:
SetOperation
(
c38331564
.
effop
)
c
:
RegisterEffect
(
e3
)
...
...
c4141820.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c4141820.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c4141820
.
condition
)
e2
:
SetOperation
(
c4141820
.
operation
)
...
...
c42472002.lua
View file @
b9595970
...
...
@@ -13,6 +13,7 @@ function c42472002.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c42472002
.
effcon
)
e2
:
SetOperation
(
c42472002
.
effop
)
c
:
RegisterEffect
(
e2
)
...
...
c43147039.lua
View file @
b9595970
...
...
@@ -31,6 +31,7 @@ function c43147039.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_BE_MATERIAL
)
e4
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e4
:
SetCondition
(
c43147039
.
effcon
)
e4
:
SetOperation
(
c43147039
.
effop
)
c
:
RegisterEffect
(
e4
)
...
...
c45184165.lua
View file @
b9595970
...
...
@@ -16,6 +16,7 @@ function c45184165.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c45184165
.
efcon
)
e2
:
SetOperation
(
c45184165
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c45667991.lua
View file @
b9595970
...
...
@@ -25,6 +25,7 @@ function c45667991.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c45667991
.
efcon
)
e3
:
SetOperation
(
c45667991
.
efop
)
c
:
RegisterEffect
(
e3
)
...
...
c58518520.lua
View file @
b9595970
...
...
@@ -15,6 +15,7 @@ function c58518520.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c58518520
.
indcon
)
e2
:
SetOperation
(
c58518520
.
indop
)
c
:
RegisterEffect
(
e2
)
...
...
c64605089.lua
View file @
b9595970
...
...
@@ -15,6 +15,7 @@ function c64605089.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c64605089
.
efcon
)
e2
:
SetOperation
(
c64605089
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c64726269.lua
View file @
b9595970
...
...
@@ -14,6 +14,7 @@ function c64726269.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c64726269
.
effcon
)
e2
:
SetOperation
(
c64726269
.
effop
)
c
:
RegisterEffect
(
e2
)
...
...
c65741786.lua
View file @
b9595970
...
...
@@ -20,6 +20,7 @@ function c65741786.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c65741786
.
indcon
)
e2
:
SetOperation
(
c65741786
.
indop
)
c
:
RegisterEffect
(
e2
)
...
...
c66500065.lua
View file @
b9595970
...
...
@@ -28,6 +28,7 @@ function c66500065.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c66500065
.
indcon
)
e3
:
SetOperation
(
c66500065
.
indop
)
c
:
RegisterEffect
(
e3
)
...
...
c67120578.lua
View file @
b9595970
...
...
@@ -23,6 +23,7 @@ function c67120578.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c67120578
.
efcon
)
e3
:
SetOperation
(
c67120578
.
efop
)
c
:
RegisterEffect
(
e3
)
...
...
c68473226.lua
View file @
b9595970
...
...
@@ -13,6 +13,7 @@ function c68473226.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_PRE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c68473226
.
regcon
)
e2
:
SetOperation
(
c68473226
.
regop
)
c
:
RegisterEffect
(
e2
)
...
...
c68950538.lua
View file @
b9595970
...
...
@@ -22,6 +22,7 @@ function c68950538.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c68950538
.
efcon
)
e2
:
SetOperation
(
c68950538
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c70117860.lua
View file @
b9595970
...
...
@@ -14,6 +14,7 @@ function c70117860.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c70117860
.
efcon
)
e2
:
SetOperation
(
c70117860
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c7080743.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c7080743.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c7080743
.
efcon
)
e1
:
SetOperation
(
c7080743
.
efop
)
c
:
RegisterEffect
(
e1
)
...
...
c77153811.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c77153811.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c77153811
.
condition
)
e2
:
SetOperation
(
c77153811
.
operation
)
...
...
c81846453.lua
View file @
b9595970
...
...
@@ -19,6 +19,7 @@ function c81846453.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c81846453
.
tncon
)
e2
:
SetOperation
(
c81846453
.
tnop
)
c
:
RegisterEffect
(
e2
)
...
...
c83048208.lua
View file @
b9595970
...
...
@@ -22,6 +22,7 @@ function c83048208.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c83048208
.
efcon
)
e2
:
SetOperation
(
c83048208
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c83272895.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c83272895.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c83272895
.
efcon
)
e1
:
SetOperation
(
c83272895
.
efop
)
c
:
RegisterEffect
(
e1
)
...
...
c83370323.lua
View file @
b9595970
...
...
@@ -4,6 +4,7 @@ function c83370323.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_BE_MATERIAL
)
e1
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e1
:
SetCondition
(
c83370323
.
con
)
e1
:
SetOperation
(
c83370323
.
op
)
c
:
RegisterEffect
(
e1
)
...
...
c8696773.lua
View file @
b9595970
...
...
@@ -21,6 +21,7 @@ function c8696773.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c8696773
.
effcon
)
e3
:
SetOperation
(
c8696773
.
effop
)
c
:
RegisterEffect
(
e3
)
...
...
c87319876.lua
View file @
b9595970
...
...
@@ -11,7 +11,7 @@ function c87319876.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c87319876
.
ccon
)
e2
:
SetOperation
(
c87319876
.
cop
)
c
:
RegisterEffect
(
e2
)
...
...
c8903700.lua
View file @
b9595970
...
...
@@ -9,7 +9,7 @@ function c8903700.initial_effect(c)
--become material
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetCondition
(
c8903700
.
condition
)
e2
:
SetOperation
(
c8903700
.
operation
)
...
...
c91718579.lua
View file @
b9595970
...
...
@@ -23,6 +23,7 @@ function c91718579.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c91718579
.
effcon
)
e3
:
SetOperation
(
c91718579
.
effop
)
c
:
RegisterEffect
(
e3
)
...
...
c93085839.lua
View file @
b9595970
...
...
@@ -15,6 +15,7 @@ function c93085839.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c93085839
.
effcon
)
e2
:
SetOperation
(
c93085839
.
effop1
)
c
:
RegisterEffect
(
e2
)
...
...
@@ -22,6 +23,7 @@ function c93085839.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_PRE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c93085839
.
effcon
)
e3
:
SetOperation
(
c93085839
.
effop2
)
c
:
RegisterEffect
(
e3
)
...
...
c94344242.lua
View file @
b9595970
...
...
@@ -22,6 +22,7 @@ function c94344242.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_BE_MATERIAL
)
e2
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e2
:
SetCondition
(
c94344242
.
efcon
)
e2
:
SetOperation
(
c94344242
.
efop
)
c
:
RegisterEffect
(
e2
)
...
...
c99946920.lua
View file @
b9595970
...
...
@@ -28,6 +28,7 @@ function c99946920.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetCode
(
EVENT_BE_MATERIAL
)
e3
:
SetProperty
(
EFFECT_FLAG_EVENT_PLAYER
)
e3
:
SetCondition
(
c99946920
.
atkcon
)
e3
:
SetOperation
(
c99946920
.
atkop
)
c
:
RegisterEffect
(
e3
)
...
...
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