Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Ai
ygopro-222DIY-cards
Commits
b885549c
Commit
b885549c
authored
Oct 25, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua fix
parent
60c11e56
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
expansions/script/c81010023.lua
expansions/script/c81010023.lua
+1
-0
expansions/script/c81010024.lua
expansions/script/c81010024.lua
+1
-0
expansions/script/c81010025.lua
expansions/script/c81010025.lua
+1
-0
expansions/script/c81010033.lua
expansions/script/c81010033.lua
+1
-0
expansions/script/c81010050.lua
expansions/script/c81010050.lua
+1
-0
expansions/script/c81010051.lua
expansions/script/c81010051.lua
+1
-0
expansions/script/c81010052.lua
expansions/script/c81010052.lua
+1
-0
No files found.
expansions/script/c81010023.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010023.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010023
)
e5
:
SetCondition
(
c81010023
.
atkcon
)
e5
:
SetOperation
(
c81010023
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010024.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010024.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010024
)
e5
:
SetCondition
(
c81010024
.
atkcon
)
e5
:
SetOperation
(
c81010024
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010025.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010025.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010025
)
e5
:
SetCondition
(
c81010025
.
atkcon
)
e5
:
SetOperation
(
c81010025
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010033.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010033.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010033
)
e5
:
SetCondition
(
c81010033
.
atkcon
)
e5
:
SetOperation
(
c81010033
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010050.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010050.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010050
)
e5
:
SetCondition
(
c81010050
.
atkcon
)
e5
:
SetOperation
(
c81010050
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010051.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010051.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010051
)
e5
:
SetCondition
(
c81010051
.
atkcon
)
e5
:
SetOperation
(
c81010051
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
expansions/script/c81010052.lua
View file @
b885549c
...
...
@@ -36,6 +36,7 @@ function c81010052.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e5
:
SetCode
(
EVENT_LEAVE_FIELD
)
e5
:
SetCountLimit
(
1
,
81010052
)
e5
:
SetCondition
(
c81010052
.
atkcon
)
e5
:
SetOperation
(
c81010052
.
atkop
)
c
:
RegisterEffect
(
e5
)
...
...
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