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
3
Merge Requests
3
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
aa8cce42
Commit
aa8cce42
authored
May 19, 2021
by
Chrono-Genex
Committed by
GitHub
May 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for Vanadis of the Nordic Ascendant (#1643)
parent
a4b7ad4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
c30604579.lua
c30604579.lua
+1
-1
c61777313.lua
c61777313.lua
+6
-0
c67098114.lua
c67098114.lua
+1
-1
c93483212.lua
c93483212.lua
+1
-1
No files found.
c30604579.lua
View file @
aa8cce42
...
...
@@ -45,7 +45,7 @@ function c30604579.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c30604579
.
tfilter
(
c
)
return
c
:
IsSetCard
(
0x6042
)
or
c
:
Is
Code
(
61777313
)
return
c
:
IsSetCard
(
0x6042
)
or
c
:
Is
HasEffect
(
61777313
)
end
function
c30604579
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsFaceup
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
...
...
c61777313.lua
View file @
aa8cce42
...
...
@@ -16,6 +16,12 @@ function c61777313.initial_effect(c)
e2
:
SetCost
(
c61777313
.
cost
)
e2
:
SetOperation
(
c61777313
.
operation
)
c
:
RegisterEffect
(
e2
)
--
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
e3
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e3
:
SetCode
(
61777313
)
c
:
RegisterEffect
(
e3
)
end
function
c61777313
.
synlimit
(
e
,
c
)
return
c
:
IsSetCard
(
0x42
)
...
...
c67098114.lua
View file @
aa8cce42
...
...
@@ -48,7 +48,7 @@ function c67098114.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c67098114
.
tfilter
(
c
)
return
c
:
IsSetCard
(
0xa042
)
or
c
:
Is
Code
(
61777313
)
return
c
:
IsSetCard
(
0xa042
)
or
c
:
Is
HasEffect
(
61777313
)
end
function
c67098114
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
GetTurnPlayer
()
==
tp
...
...
c93483212.lua
View file @
aa8cce42
...
...
@@ -43,7 +43,7 @@ function c93483212.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c93483212
.
tfilter
(
c
)
return
c
:
IsSetCard
(
0x3042
)
or
c
:
Is
Code
(
61777313
)
return
c
:
IsSetCard
(
0x3042
)
or
c
:
Is
HasEffect
(
61777313
)
end
function
c93483212
.
imop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
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