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
Soulgamer
ygopro-222DIY-cards
Commits
4beb12a9
Commit
4beb12a9
authored
Jun 07, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vme50
parent
8d16f07c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/script/c50221315.lua
expansions/script/c50221315.lua
+2
-2
expansions/script/c50221320.lua
expansions/script/c50221320.lua
+2
-2
expansions/script/c64800239.lua
expansions/script/c64800239.lua
+1
-1
No files found.
expansions/script/c50221315.lua
View file @
4beb12a9
...
@@ -40,9 +40,9 @@ function c50221315.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -40,9 +40,9 @@ function c50221315.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
if
chk
==
0
then
if
check
~=
100
then
return
false
end
if
check
~=
100
then
return
false
end
e
:
SetLabel
(
0
,
0
,
0
)
e
:
SetLabel
(
0
,
0
,
0
)
return
Duel
.
CheckReleaseGroup
(
REASON_COST
,
tp
,
c50221315
.
costfilter
,
1
,
nil
,
e
,
tp
)
return
Duel
.
CheckReleaseGroup
(
tp
,
c50221315
.
costfilter
,
1
,
nil
,
e
,
tp
)
end
end
local
tc
=
Duel
.
SelectReleaseGroup
(
REASON_COST
,
tp
,
c50221315
.
costfilter
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
local
tc
=
Duel
.
SelectReleaseGroup
(
tp
,
c50221315
.
costfilter
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
e
:
SetLabel
(
0
,
tc
:
GetAttribute
())
e
:
SetLabel
(
0
,
tc
:
GetAttribute
())
Duel
.
Release
(
tc
,
REASON_COST
)
Duel
.
Release
(
tc
,
REASON_COST
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
)
...
...
expansions/script/c50221320.lua
View file @
4beb12a9
...
@@ -31,8 +31,8 @@ function c50221320.cfilter(c)
...
@@ -31,8 +31,8 @@ function c50221320.cfilter(c)
return
bit
.
band
(
c
:
GetType
(),
0x81
)
==
0x81
and
c
:
IsSetCard
(
0xcb3
)
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
return
bit
.
band
(
c
:
GetType
(),
0x81
)
==
0x81
and
c
:
IsSetCard
(
0xcb3
)
and
not
c
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
end
end
function
c50221320
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c50221320
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
REASON_COST
,
tp
,
c50221320
.
cfilter
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c50221320
.
cfilter
,
1
,
nil
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_COST
,
tp
,
c50221320
.
cfilter
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
c50221320
.
cfilter
,
1
,
1
,
nil
)
Duel
.
Release
(
g
,
REASON_COST
)
Duel
.
Release
(
g
,
REASON_COST
)
end
end
function
c50221320
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c50221320
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c64800239.lua
View file @
4beb12a9
...
@@ -47,7 +47,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
...
@@ -47,7 +47,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
cm
.
tg0
)
e2
:
SetTarget
(
cm
.
tg0
)
e2
:
SetValue
(
1
)
e2
:
SetValue
(
aux
.
tgoval
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
Duel
.
RegisterEffect
(
e2
,
tp
)
Duel
.
RegisterEffect
(
e2
,
tp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
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