Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
b9a3cb01
Commit
b9a3cb01
authored
Apr 04, 2021
by
TheOnePharaoh
Committed by
GitHub
Apr 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed War Rock Skyler and Bashileos (#1614)
parent
87c7c625
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
c18558867.lua
c18558867.lua
+2
-1
c72554862.lua
c72554862.lua
+2
-2
No files found.
c18558867.lua
View file @
b9a3cb01
...
@@ -4,6 +4,7 @@ function c18558867.initial_effect(c)
...
@@ -4,6 +4,7 @@ function c18558867.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
18558867
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
18558867
,
0
))
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
@@ -28,7 +29,7 @@ function c18558867.initial_effect(c)
...
@@ -28,7 +29,7 @@ function c18558867.initial_effect(c)
c18558867
.
global_check
=
true
c18558867
.
global_check
=
true
local
ge1
=
Effect
.
GlobalEffect
(
c
)
local
ge1
=
Effect
.
GlobalEffect
(
c
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge1
:
SetCode
(
EVENT_BATTLE
D
)
ge1
:
SetCode
(
EVENT_BATTLE
_CONFIRM
)
ge1
:
SetOperation
(
c18558867
.
checkop
)
ge1
:
SetOperation
(
c18558867
.
checkop
)
Duel
.
RegisterEffect
(
ge1
,
0
)
Duel
.
RegisterEffect
(
ge1
,
0
)
end
end
...
...
c72554862.lua
View file @
b9a3cb01
...
@@ -14,7 +14,7 @@ function c72554862.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c72554862.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_ATKCHANGE
+
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_ATKCHANGE
+
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCountLimit
(
1
,
72554862
)
e2
:
SetCountLimit
(
1
,
72554862
)
e2
:
SetCondition
(
c72554862
.
spcon
)
e2
:
SetCondition
(
c72554862
.
spcon
)
...
@@ -25,7 +25,7 @@ function c72554862.initial_effect(c)
...
@@ -25,7 +25,7 @@ function c72554862.initial_effect(c)
c72554862
.
global_check
=
true
c72554862
.
global_check
=
true
local
ge1
=
Effect
.
GlobalEffect
(
c
)
local
ge1
=
Effect
.
GlobalEffect
(
c
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
ge1
:
SetCode
(
EVENT_BATTLE
D
)
ge1
:
SetCode
(
EVENT_BATTLE
_CONFIRM
)
ge1
:
SetOperation
(
c72554862
.
checkop
)
ge1
:
SetOperation
(
c72554862
.
checkop
)
Duel
.
RegisterEffect
(
ge1
,
0
)
Duel
.
RegisterEffect
(
ge1
,
0
)
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