Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-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
八宫一月
ygopro-THC-cards
Commits
5c5df768
Commit
5c5df768
authored
Jun 22, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 26119
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
6ab87a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
script/c26119.lua
script/c26119.lua
+2
-6
No files found.
script/c26119.lua
View file @
5c5df768
...
@@ -38,7 +38,7 @@ function c26119.initial_effect(c)
...
@@ -38,7 +38,7 @@ function c26119.initial_effect(c)
e4
:
SetTargetRange
(
LOCATION_ONFIELD
,
0
)
e4
:
SetTargetRange
(
LOCATION_ONFIELD
,
0
)
e4
:
SetCondition
(
c26119
.
econdition
)
e4
:
SetCondition
(
c26119
.
econdition
)
e4
:
SetTarget
(
c26119
.
etarget
)
e4
:
SetTarget
(
c26119
.
etarget
)
e4
:
SetValue
(
c26119
.
tg
val
)
e4
:
SetValue
(
aux
.
tgo
val
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
--copy
--copy
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
...
@@ -82,16 +82,12 @@ function c26119.operation1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,16 +82,12 @@ function c26119.operation1(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c26119
.
econdition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26119
.
econdition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tp
=
e
:
GetHandler
():
GetControler
()
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsCode
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
(),
26119
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsCode
,
tp
,
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
(),
26119
)
end
end
function
c26119
.
etarget
(
e
,
c
)
function
c26119
.
etarget
(
e
,
c
)
return
c
:
IsFaceup
()
return
c
:
IsFaceup
()
end
end
function
c26119
.
tgval
(
e
,
re
,
rp
)
-- local tp=e:GetHandler():GetControler()
-- return tp~=rp and aux.tgval(e,re,rp)
return
aux
.
tgoval
(
e
,
re
,
rp
)
end
function
c26119
.
cfilter
(
c
)
function
c26119
.
cfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsLevelBelow
(
8
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsLevelBelow
(
8
)
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