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
1b6c41a4
Commit
1b6c41a4
authored
Nov 06, 2019
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix DDD超死偉王ホワイテスト・ヘル・アーマゲドン
parent
094e468e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
c72402069.lua
c72402069.lua
+3
-4
No files found.
c72402069.lua
View file @
1b6c41a4
...
...
@@ -79,20 +79,19 @@ function c72402069.desop(e,tp,eg,ep,ev,re,r,rp)
if
oc
>
0
then
Duel
.
Damage
(
1
-
tp
,
oc
*
1000
,
REASON_EFFECT
)
end
end
end
function
c72402069
.
disfilter
(
c
,
tp
)
function
c72402069
.
disfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_PENDULUM
)
and
Duel
.
IsExistingMatchingCard
(
c72402069
.
disfilter1
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
)
end
function
c72402069
.
disfilter1
(
c
)
return
c
:
IsFaceup
()
and
not
c
:
IsDisabled
()
end
function
c72402069
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
not
eg
:
IsContains
(
e
:
GetHandler
())
and
Duel
.
IsExistingMatchingCard
(
c72402069
.
disfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
tp
)
end
and
Duel
.
IsExistingMatchingCard
(
c72402069
.
disfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
end
function
c72402069
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
aux
.
Stringid
(
72402069
,
2
))
local
pc
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
c72402069
.
disfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
tp
):
GetFirst
()
local
pc
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
c72402069
.
disfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
):
GetFirst
()
if
not
pc
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c72402069
.
disfilter1
,
tp
,
0
,
LOCATION_MZONE
,
pc
)
local
tc
=
g
:
GetFirst
()
...
...
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