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
c7412172
Commit
c7412172
authored
Mar 28, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 74563014-6
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
949b02c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
script/c74563014.lua
script/c74563014.lua
+1
-1
script/c74563015.lua
script/c74563015.lua
+3
-3
script/c74563016.lua
script/c74563016.lua
+1
-1
No files found.
script/c74563014.lua
View file @
c7412172
...
@@ -75,7 +75,7 @@ function c74563014.gselect(g,num)
...
@@ -75,7 +75,7 @@ function c74563014.gselect(g,num)
local
def
=
0
local
def
=
0
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
while
tc
do
while
tc
do
if
tc
:
IsDefenseAbove
(
0
)
and
tc
:
IsFaceup
()
then
if
tc
:
Is
Type
(
TYPE_MONSTER
)
and
tc
:
Is
DefenseAbove
(
0
)
and
tc
:
IsFaceup
()
then
def
=
def
+
tc
:
GetDefense
()
def
=
def
+
tc
:
GetDefense
()
else
else
def
=
def
+
1200
def
=
def
+
1200
...
...
script/c74563015.lua
View file @
c7412172
...
@@ -69,10 +69,10 @@ function c74563015.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -69,10 +69,10 @@ function c74563015.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
RegisterFlagEffect
(
tp
,
74563015
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
74563015
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
end
function
c74563015
.
customdef
(
c
)
function
c74563015
.
customdef
(
c
)
if
c
:
IsType
(
TYPE_LINK
|
TYPE_SPELL
|
TYPE_TRAP
)
then
if
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsDefenseAbove
(
0
)
and
c
:
IsFaceup
()
then
return
1200
else
return
c
:
GetDefense
()
return
c
:
GetDefense
()
else
return
1200
end
end
end
end
function
c74563015
.
eqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c74563015
.
eqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
script/c74563016.lua
View file @
c7412172
...
@@ -78,7 +78,7 @@ function c74563016.gselect(g,num)
...
@@ -78,7 +78,7 @@ function c74563016.gselect(g,num)
local
def
=
0
local
def
=
0
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
while
tc
do
while
tc
do
if
tc
:
IsDefenseAbove
(
0
)
and
tc
:
IsFaceup
()
then
if
tc
:
Is
Type
(
TYPE_MONSTER
)
and
tc
:
Is
DefenseAbove
(
0
)
and
tc
:
IsFaceup
()
then
def
=
def
+
tc
:
GetDefense
()
def
=
def
+
tc
:
GetDefense
()
else
else
def
=
def
+
1200
def
=
def
+
1200
...
...
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