Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
08ce89e8
Commit
08ce89e8
authored
Aug 05, 2024
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
星之国fix
parent
a010f764
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
expansions/script/c51562802.lua
expansions/script/c51562802.lua
+0
-1
expansions/script/c51562811.lua
expansions/script/c51562811.lua
+2
-9
No files found.
expansions/script/c51562802.lua
View file @
08ce89e8
...
...
@@ -79,7 +79,6 @@ function cm.inop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
while
tc
do
if
tc
:
IsRelateToEffect
(
e
)
then
chihanecore
.
fhint
(
tc
,
m
,
2
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
chihanecore
.
destoryindes1
(
e
:
GetHandler
(),
tc
,
2
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
=
g
:
GetNext
()
end
...
...
expansions/script/c51562811.lua
View file @
08ce89e8
...
...
@@ -82,7 +82,7 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
say
=
e
:
GetLabel
()
if
say
<=
0
then
return
end
Duel
.
Damage
(
tp
,
say
*
100
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
say
*
100
,
REASON_EFFECT
)
if
c
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsFaceup
()
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
2
))
...
...
@@ -103,11 +103,4 @@ function cm.dmgop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e2
)
end
end
end
end
\ No newline at end of file
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