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
b4007f94
Commit
b4007f94
authored
Apr 10, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得得得得得
parent
001c3d33
Pipeline
#11559
passed with stages
in 32 minutes and 45 seconds
Changes
14
Pipelines
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
52 additions
and
53 deletions
+52
-53
expansions/lflist.conf
expansions/lflist.conf
+7
-7
expansions/script/c12026016.lua
expansions/script/c12026016.lua
+1
-1
expansions/script/c12026042.lua
expansions/script/c12026042.lua
+1
-2
expansions/script/c12089020.lua
expansions/script/c12089020.lua
+2
-1
expansions/script/c13959994.lua
expansions/script/c13959994.lua
+3
-3
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+3
-3
expansions/script/c24865323.lua
expansions/script/c24865323.lua
+0
-1
expansions/script/c24865325.lua
expansions/script/c24865325.lua
+29
-29
expansions/script/c33501086.lua
expansions/script/c33501086.lua
+1
-1
expansions/script/c33503673.lua
expansions/script/c33503673.lua
+1
-1
expansions/script/c35700214.lua
expansions/script/c35700214.lua
+1
-1
expansions/script/c67200274.lua
expansions/script/c67200274.lua
+1
-1
expansions/script/c92369777.lua
expansions/script/c92369777.lua
+1
-1
expansions/script/c92369888.lua
expansions/script/c92369888.lua
+1
-1
No files found.
expansions/lflist.conf
View file @
b4007f94
#[2022.4 DIY
NiuNiu
]
!
2022
.
4
DIY
NiuNiu
#[2022.4 DIY
17Cards
]
!
2022
.
4
DIY
17
Cards
#1
00113217
1
--小红花
...
...
expansions/script/c12026016.lua
View file @
b4007f94
...
...
@@ -43,7 +43,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
cm
.
chainop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
(
re
:
GetHandler
()
==
e
:
GetHandler
()
or
re
:
GetHandler
()
IsCode
(
12026000
))
and
ep
==
tp
then
if
(
re
:
GetHandler
()
==
e
:
GetHandler
()
or
re
:
GetHandler
()
:
IsCode
(
12026000
))
and
ep
==
tp
then
Duel
.
SetChainLimit
(
cm
.
chainlm
)
end
end
...
...
expansions/script/c12026042.lua
View file @
b4007f94
...
...
@@ -90,8 +90,7 @@ function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Release
(
c
,
REASON_COST
)
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x1fbd
)
and
and
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x1fbd
)
and
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
())
>
0
...
...
expansions/script/c12089020.lua
View file @
b4007f94
...
...
@@ -52,7 +52,8 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
dg
=
sg
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
if
e
:
GetLabelObject
()
end
e
:
GetLabelObject
():
GetFirst
():
IsSetCard
(
0xcfa8
)
and
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
then
local
fc
=
e
:
GetLabelObject
():
GetFirst
()
if
fc
:
IsSetCard
(
0xcfa8
)
and
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
...
...
expansions/script/c13959994.lua
View file @
b4007f94
This diff is collapsed.
Click to expand it.
expansions/script/c13959996.lua
View file @
b4007f94
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c24865323.lua
View file @
b4007f94
...
...
@@ -7,7 +7,6 @@ function cm.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e0
:
SetCondition
(
cm
.
txtcon
)
e0
:
SetOperation
(
cm
.
txtop
)
c
:
RegisterEffect
(
e0
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c24865325.lua
View file @
b4007f94
...
...
@@ -7,7 +7,7 @@ function c24865325.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCountLimit
(
1
,
m
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetHintTiming
(
TIMING_BATTLE_END
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
activate
)
...
...
expansions/script/c33501086.lua
View file @
b4007f94
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e1
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
1
)
e1
:
SetTarget
(
cm
.
s
um
limit
)
e1
:
SetTarget
(
cm
.
s
p
limit
)
c
:
RegisterEffect
(
e1
)
end
function
cm
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
expansions/script/c33503673.lua
View file @
b4007f94
--双重升阶魔法 善恶双生-希儿
local
m
=
3350
010
73
local
m
=
3350
36
73
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--Activate
...
...
expansions/script/c35700214.lua
View file @
b4007f94
--晶属念灵体的增乱爆发
local
m
=
3570021
3
local
m
=
3570021
4
local
cm
=
_G
[
"c"
..
m
]
if
not
pcall
(
function
()
require
(
"expansions/script/c35700200"
)
end
)
then
require
(
"script/c35700200"
)
end
function
cm
.
initial_effect
(
c
)
...
...
expansions/script/c67200274.lua
View file @
b4007f94
...
...
@@ -14,7 +14,7 @@ function c67200274.initial_effect(c)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e2
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e2
:
SetTarget
(
c67200
062
.
antarget
)
e2
:
SetTarget
(
c67200
274
.
antarget
)
c
:
RegisterEffect
(
e2
)
--cannot release
local
e4
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c92369777.lua
View file @
b4007f94
...
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_LEAVE_FIELD
)
e1
:
Set
CountLimit
(
1
)
e1
:
Set
Property
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e1
:
SetCondition
(
cm
.
spcon
)
e1
:
SetTarget
(
cm
.
sptg
)
e1
:
SetOperation
(
cm
.
spop
)
...
...
expansions/script/c92369888.lua
View file @
b4007f94
...
...
@@ -26,7 +26,7 @@ function cm.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
Set
CountLimit
(
1
)
e3
:
Set
Property
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetCondition
(
cm
.
spcon
)
e3
:
SetTarget
(
cm
.
sptg
)
e3
:
SetOperation
(
cm
.
spop
)
...
...
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