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
a0fc3b01
Commit
a0fc3b01
authored
Apr 02, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
8b745273
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
25 deletions
+29
-25
script/c13959996.lua
script/c13959996.lua
+13
-13
script/c86379544.lua
script/c86379544.lua
+5
-4
script/c86379546.lua
script/c86379546.lua
+5
-4
script/c86379548.lua
script/c86379548.lua
+5
-4
script/c86379552.lua
script/c86379552.lua
+1
-0
No files found.
script/c13959996.lua
View file @
a0fc3b01
script/c86379544.lua
View file @
a0fc3b01
...
...
@@ -42,11 +42,12 @@ function c86379544.operation(e,tp,eg,ep,ev,re,r,rp)
end
else
Duel
.
Damage
(
tp
,
300
,
REASON_EFFECT
)
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsCanTurnSet
()
then
c
:
CancelToGrave
()
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN
)
Duel
.
RaiseEvent
(
c
,
EVENT_SSET
,
e
,
REASON_EFFECT
,
tp
,
tp
,
0
)
end
end
end
--
function
c86379544
.
cfilter
(
c
,
tp
)
...
...
script/c86379546.lua
View file @
a0fc3b01
...
...
@@ -69,11 +69,12 @@ function c86379546.operation(e,tp,eg,ep,ev,re,r,rp)
end
else
Duel
.
Damage
(
tp
,
600
,
REASON_EFFECT
)
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsCanTurnSet
()
then
c
:
CancelToGrave
()
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN
)
Duel
.
RaiseEvent
(
c
,
EVENT_SSET
,
e
,
REASON_EFFECT
,
tp
,
tp
,
0
)
end
end
end
function
c86379546
.
ntcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c86379548.lua
View file @
a0fc3b01
...
...
@@ -54,11 +54,12 @@ function c86379548.operation(e,tp,eg,ep,ev,re,r,rp)
end
else
Duel
.
Damage
(
tp
,
1200
,
REASON_EFFECT
)
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsCanTurnSet
()
then
c
:
CancelToGrave
()
Duel
.
ChangePosition
(
c
,
POS_FACEDOWN
)
Duel
.
RaiseEvent
(
c
,
EVENT_SSET
,
e
,
REASON_EFFECT
,
tp
,
tp
,
0
)
end
end
end
--
function
c86379548
.
cfilter
(
c
,
tp
)
...
...
script/c86379552.lua
View file @
a0fc3b01
...
...
@@ -64,6 +64,7 @@ function c86379552.desop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SET
)
local
tc
=
g
:
FilterSelect
(
tp
,
c86379552
.
setfilter
,
1
,
1
,
nil
,
e
,
tp
)
if
tc
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
tc
)
local
sc
=
tc
:
GetFirst
()
if
sc
:
IsType
(
TYPE_MONSTER
)
then
Duel
.
SpecialSummon
(
sc
,
0
,
1
-
tp
,
1
-
tp
,
false
,
false
,
POS_FACEDOWN_DEFENSE
)
...
...
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