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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
d6d5325c
Commit
d6d5325c
authored
Sep 15, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e50bdb52
Pipeline
#40591
failed with stages
in 2 minutes and 13 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
expansions/pics/11600630.jpg
expansions/pics/11600630.jpg
+0
-0
expansions/script/c79101030.lua
expansions/script/c79101030.lua
+1
-1
expansions/script/c79101060.lua
expansions/script/c79101060.lua
+1
-1
expansions/script/c79101080.lua
expansions/script/c79101080.lua
+5
-3
No files found.
expansions/pics/11600630.jpg
View replaced file @
e50bdb52
View file @
d6d5325c
33.1 KB
|
W:
|
H:
76.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c79101030.lua
View file @
d6d5325c
...
...
@@ -33,7 +33,7 @@ function c79101030.initial_effect(c)
e3
:
SetCountLimit
(
1
,
79101030
+
2
)
e3
:
SetCondition
(
c79101030
.
thcon2
)
e3
:
SetTarget
(
c79101030
.
thtg2
)
e3
:
SetOperation
(
c79101030
.
thop
)
e3
:
SetOperation
(
c79101030
.
thop
2
)
c
:
RegisterEffect
(
e3
)
end
function
c79101030
.
cfilter
(
c
,
tp
,
f
)
...
...
expansions/script/c79101060.lua
View file @
d6d5325c
...
...
@@ -34,7 +34,7 @@ function c79101060.initial_effect(c)
e3
:
SetCountLimit
(
1
,
79101060
+
2
)
e3
:
SetCondition
(
c79101060
.
spcon2
)
e3
:
SetTarget
(
c79101060
.
sptg2
)
e3
:
SetOperation
(
c79101060
.
spop
)
e3
:
SetOperation
(
c79101060
.
spop
2
)
c
:
RegisterEffect
(
e3
)
end
function
c79101060
.
spfilter
(
c
,
e
,
tp
)
...
...
expansions/script/c79101080.lua
View file @
d6d5325c
--合约塔魂〖心梦〗零依
function
c79101080
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c79101080
.
lcheck
)
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
c79101080
.
mfilter
,
2
,
2
)
--SpecialSummon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
...
@@ -24,8 +25,8 @@ function c79101080.initial_effect(c)
e2
:
SetOperation
(
c79101080
.
lkop
)
c
:
RegisterEffect
(
e2
)
end
function
c79101080
.
mfilter
(
c
)
return
c
:
IsLinkAttribute
(
0x10
)
and
c
:
IsLinkRace
(
RACE_WARRIOR
+
RACE_FAIRY
)
function
c79101080
.
lcheck
(
g
,
l
c
)
return
g
:
IsExists
(
Card
.
IsLinkSetCard
,
1
,
nil
,
0x6a11
)
end
function
c79101080
.
filter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x6a11
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
@@ -53,6 +54,7 @@ function c79101080.spop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e2
,
true
)
end
Duel
.
SpecialSummonComplete
()
end
function
c79101080
.
lkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
and
Duel
.
IsMainPhase
()
...
...
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