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
Reinen
ygopro-scripts
Commits
4fbb08c2
Commit
4fbb08c2
authored
Apr 03, 2017
by
Hello23-Ygopro
Committed by
DailyShana
Apr 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing category for B.E.S. Covered Core (#792)
parent
4c82d1ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
c15317640.lua
c15317640.lua
+1
-0
c20630765.lua
c20630765.lua
+1
-1
c77631175.lua
c77631175.lua
+1
-1
No files found.
c15317640.lua
View file @
4fbb08c2
...
@@ -19,6 +19,7 @@ function c15317640.initial_effect(c)
...
@@ -19,6 +19,7 @@ function c15317640.initial_effect(c)
--remove counter
--remove counter
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
15317640
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
15317640
,
1
))
e3
:
SetCategory
(
CATEGORY_COIN
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_DAMAGE_STEP_END
)
e3
:
SetCode
(
EVENT_DAMAGE_STEP_END
)
e3
:
SetCondition
(
c15317640
.
rctcon
)
e3
:
SetCondition
(
c15317640
.
rctcon
)
...
...
c20630765.lua
View file @
4fbb08c2
...
@@ -24,7 +24,7 @@ function c20630765.initial_effect(c)
...
@@ -24,7 +24,7 @@ function c20630765.initial_effect(c)
e2
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
e2
:
SetCode
(
EFFECT_UPDATE_DEFENSE
)
e2
:
SetValue
(
c20630765
.
defup
)
e2
:
SetValue
(
c20630765
.
defup
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--
destroy
--
remove
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
20630765
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
20630765
,
0
))
e3
:
SetCategory
(
CATEGORY_REMOVE
)
e3
:
SetCategory
(
CATEGORY_REMOVE
)
...
...
c77631175.lua
View file @
4fbb08c2
...
@@ -14,7 +14,7 @@ function c77631175.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c77631175.initial_effect(c)
--damage
--damage
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
77631175
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
77631175
,
1
))
e2
:
SetCategory
(
CATEGORY_DAMAGE
)
e2
:
SetCategory
(
CATEGORY_
ATKCHANGE
+
CATEGORY_
DAMAGE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetCode
(
EVENT_CUSTOM
+
77631175
)
e2
:
SetCode
(
EVENT_CUSTOM
+
77631175
)
e2
:
SetTarget
(
c77631175
.
target
)
e2
:
SetTarget
(
c77631175
.
target
)
...
...
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