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
c5e08d74
Commit
c5e08d74
authored
Sep 07, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
803fe7d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
expansions/script/c30900517.lua
expansions/script/c30900517.lua
+1
-1
expansions/script/c50224545.lua
expansions/script/c50224545.lua
+1
-0
expansions/script/c65052115.lua
expansions/script/c65052115.lua
+1
-1
expansions/script/c96071111.lua
expansions/script/c96071111.lua
+1
-3
No files found.
expansions/script/c30900517.lua
View file @
c5e08d74
...
...
@@ -23,7 +23,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
ccfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
Is
Race
(
RACE_FAIRY
)
return
c
:
IsFaceup
()
and
c
:
Is
SetCard
(
0xc86
)
end
function
cm
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
ccfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
expansions/script/c50224545.lua
View file @
c5e08d74
...
...
@@ -64,6 +64,7 @@ function c50224545.drcon(e,tp,eg,ep,ev,re,r,rp)
return
rc
:
IsControler
(
1
-
tp
)
and
e
:
GetHandler
():
GetColumnGroup
():
IsContains
(
rc
)
end
function
c50224545
.
drop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
50224545
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
function
c50224545
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c65052115.lua
View file @
c5e08d74
...
...
@@ -28,7 +28,7 @@ function c65052115.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c65052115
.
target
(
e
,
c
)
return
aux
.
IsCodeListed
(
c
,
65052110
)
and
c
:
IsFaceup
()
and
not
c
:
IsStatus
(
STATUS_EFFECT_ENABLED
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
return
aux
.
IsCodeListed
(
c
,
65052110
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
function
c65052115
.
indct
(
e
,
re
,
r
,
rp
)
if
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
then
...
...
expansions/script/c96071111.lua
View file @
c5e08d74
...
...
@@ -83,9 +83,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
--up
function
cm
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
return
rc
~=
c
and
c
:
IsSetCard
(
0xef1
)
and
rc
:
IsControler
(
tp
)
return
re
:
GetHandler
():
IsSetCard
(
0xef1
)
and
not
c
:
IsCode
(
m
)
end
function
cm
.
lvop
(
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