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
Ai
ygopro-222DIY-cards
Commits
da39bde9
Commit
da39bde9
authored
Jun 22, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
duiduiduiduidui
parent
34755c37
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c50223220.lua
expansions/script/c50223220.lua
+1
-1
expansions/script/c50223230.lua
expansions/script/c50223230.lua
+5
-3
expansions/script/c50223235.lua
expansions/script/c50223235.lua
+0
-1
No files found.
expansions/FiNALE.cdb
View file @
da39bde9
No preview for this file type
expansions/script/c50223220.lua
View file @
da39bde9
...
...
@@ -28,7 +28,7 @@ function c50223220.initial_effect(c)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetCondition
(
c50223220
.
con2
)
e2
:
SetTarget
(
c50223220
.
tg2
)
e2
:
SetValue
(
aux
.
tgoval
)
e2
:
SetValue
(
1
)
c
:
RegisterEffect
(
e2
)
local
e22
=
e2
:
Clone
()
e22
:
SetCode
(
EFFECT_UNRELEASABLE_NONSUM
)
...
...
expansions/script/c50223230.lua
View file @
da39bde9
...
...
@@ -24,11 +24,11 @@ function c50223230.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_CANNOT_REMOVE
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetCondition
(
c50223230
.
con2
)
e2
:
SetTarget
(
c50223230
.
tg2
)
e2
:
SetValue
(
aux
.
tgoval
)
c
:
RegisterEffect
(
e2
)
--random extra deck to grave
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -73,8 +73,10 @@ function c50223230.con2(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
Filter
(
c50223230
.
filter
,
nil
)
return
sg
:
GetCount
()
>=
2
end
function
c50223230
.
tg2
(
e
,
c
)
function
c50223230
.
tg2
(
e
,
c
,
rp
,
r
,
re
)
local
tp
=
e
:
GetHandlerPlayer
()
return
c
:
IsSetCard
(
0xcb7
)
and
c
:
GetMutualLinkedGroup
():
IsExists
(
c50223230
.
filter
,
1
,
nil
)
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
r
&
REASON_EFFECT
~=
0
and
re
:
GetOwnerPlayer
()
~=
tp
end
function
c50223230
.
con3
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c50223235.lua
View file @
da39bde9
...
...
@@ -23,7 +23,6 @@ function c50223235.initial_effect(c)
--cannot be attack target
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetCode
(
EFFECT_CANNOT_SELECT_BATTLE_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
...
...
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