Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
41e0457a
Commit
41e0457a
authored
Oct 23, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6f136654
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
script/c101111006.lua
script/c101111006.lua
+1
-1
script/c101111026.lua
script/c101111026.lua
+3
-1
No files found.
script/c101111006.lua
View file @
41e0457a
...
@@ -89,7 +89,7 @@ end
...
@@ -89,7 +89,7 @@ end
function
s
.
lvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
lvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tg
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
3
)
local
tg
=
Duel
.
GetDecktopGroup
(
1
-
tp
,
3
)
if
#
tg
<
3
then
return
end
if
#
tg
==
0
then
return
end
Duel
.
DisableShuffleCheck
()
Duel
.
DisableShuffleCheck
()
if
Duel
.
Remove
(
tg
,
POS_FACEDOWN
,
REASON_EFFECT
)
>
0
if
Duel
.
Remove
(
tg
,
POS_FACEDOWN
,
REASON_EFFECT
)
>
0
and
c
:
IsFaceup
()
and
c
:
IsRelateToChain
()
then
and
c
:
IsFaceup
()
and
c
:
IsRelateToChain
()
then
...
...
script/c101111026.lua
View file @
41e0457a
...
@@ -6,9 +6,11 @@ function c101111026.initial_effect(c)
...
@@ -6,9 +6,11 @@ function c101111026.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
101111026
)
e1
:
SetCountLimit
(
1
,
101111026
)
e1
:
SetCondition
(
aux
.
dscon
)
e1
:
SetTarget
(
c101111026
.
eqtg
)
e1
:
SetTarget
(
c101111026
.
eqtg
)
e1
:
SetOperation
(
c101111026
.
eqop
)
e1
:
SetOperation
(
c101111026
.
eqop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
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