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
390a0679
Commit
390a0679
authored
Aug 18, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
77727016
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c11601150.lua
expansions/script/c11601150.lua
+1
-1
expansions/script/c81010036.lua
expansions/script/c81010036.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
390a0679
No preview for this file type
expansions/script/c11601150.lua
View file @
390a0679
...
...
@@ -39,7 +39,7 @@ function c11601150.atkcon(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsControler
(
1
-
tp
)
then
tc
=
d
end
return
tc
:
IsFaceup
()
and
tc
:
IsSetCard
(
0x543
)
and
e
:
GetHandler
():
GetType
()
==
TYPE_SPELL
+
TYPE_CONTINUOUS
return
tc
and
tc
:
IsFaceup
()
and
tc
:
IsSetCard
(
0x543
)
and
e
:
GetHandler
():
GetType
()
==
TYPE_SPELL
+
TYPE_CONTINUOUS
end
function
c11601150
.
costfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x543
)
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsAttackAbove
(
1
)
...
...
expansions/script/c81010036.lua
View file @
390a0679
...
...
@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
cm
.
atktg
)
e2
:
SetValue
(
5
00
)
e2
:
SetValue
(
20
00
)
c
:
RegisterEffect
(
e2
)
--destroy
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
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