Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
MyCard
ygopro-scripts-888
Commits
8c3b5c18
Commit
8c3b5c18
authored
Jan 15, 2024
by
Uytrewq
Committed by
GitHub
Jan 15, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix (#2353)
parent
286b34be
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
c13293158.lua
c13293158.lua
+1
-0
c21947653.lua
c21947653.lua
+1
-0
c22160245.lua
c22160245.lua
+1
-0
c50282757.lua
c50282757.lua
+1
-0
c58332301.lua
c58332301.lua
+1
-0
c86165817.lua
c86165817.lua
+1
-0
c86676862.lua
c86676862.lua
+1
-0
No files found.
c13293158.lua
View file @
8c3b5c18
...
...
@@ -33,6 +33,7 @@ function c13293158.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
c13293158
.
material_setcode
=
0x8
c13293158
.
dark_calling
=
true
function
c13293158
.
aclimit
(
e
,
re
,
tp
)
return
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
end
...
...
c21947653.lua
View file @
8c3b5c18
...
...
@@ -24,6 +24,7 @@ function c21947653.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
c21947653
.
material_setcode
=
0x8
c21947653
.
dark_calling
=
true
function
c21947653
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
end
...
...
c22160245.lua
View file @
8c3b5c18
...
...
@@ -29,6 +29,7 @@ function c22160245.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
c22160245
.
material_setcode
=
0x8
c22160245
.
dark_calling
=
true
function
c22160245
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
local
c
=
e
:
GetHandler
()
...
...
c50282757.lua
View file @
8c3b5c18
...
...
@@ -34,6 +34,7 @@ function c50282757.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
c50282757
.
material_setcode
=
0x8
c50282757
.
dark_calling
=
true
function
c50282757
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPosition
(
POS_FACEUP_DEFENSE
)
and
Duel
.
GetTurnPlayer
()
==
tp
end
...
...
c58332301.lua
View file @
8c3b5c18
...
...
@@ -27,6 +27,7 @@ function c58332301.initial_effect(c)
e3
:
SetOperation
(
c58332301
.
posop
)
c
:
RegisterEffect
(
e3
)
end
c58332301
.
dark_calling
=
true
function
c58332301
.
matcheck
(
e
,
c
)
local
g
=
c
:
GetMaterial
()
local
s
=
0
...
...
c86165817.lua
View file @
8c3b5c18
...
...
@@ -33,6 +33,7 @@ function c86165817.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
c86165817
.
material_setcode
=
0x8
c86165817
.
dark_calling
=
true
function
c86165817
.
matfilter
(
c
)
return
c
:
IsLevelAbove
(
5
)
and
c
:
IsFusionType
(
TYPE_MONSTER
)
end
...
...
c86676862.lua
View file @
8c3b5c18
...
...
@@ -34,6 +34,7 @@ function c86676862.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
c86676862
.
material_setcode
=
0x8
c86676862
.
dark_calling
=
true
function
c86676862
.
ffilter
(
c
)
return
c
:
IsRace
(
RACE_FIEND
)
and
c
:
IsLevelAbove
(
6
)
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