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
47e02faa
Commit
47e02faa
authored
Dec 23, 2023
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
172s/230s/502sfix
parent
67bec91b
Pipeline
#24576
passed with stages
in 31 minutes and 27 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
26 additions
and
24 deletions
+26
-24
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/50223100.jpg
expansions/pics/50223100.jpg
+0
-0
expansions/script/c17243300.lua
expansions/script/c17243300.lua
+6
-6
expansions/script/c17243302.lua
expansions/script/c17243302.lua
+1
-1
expansions/script/c17243303.lua
expansions/script/c17243303.lua
+1
-1
expansions/script/c17243304.lua
expansions/script/c17243304.lua
+1
-1
expansions/script/c17243305.lua
expansions/script/c17243305.lua
+1
-1
expansions/script/c17243306.lua
expansions/script/c17243306.lua
+1
-1
expansions/script/c17243308.lua
expansions/script/c17243308.lua
+1
-1
expansions/script/c17243309.lua
expansions/script/c17243309.lua
+1
-1
expansions/script/c17243310.lua
expansions/script/c17243310.lua
+1
-1
expansions/script/c23000680.lua
expansions/script/c23000680.lua
+1
-1
expansions/script/c50218118.lua
expansions/script/c50218118.lua
+1
-2
expansions/script/c50218136.lua
expansions/script/c50218136.lua
+1
-2
expansions/script/c50218565.lua
expansions/script/c50218565.lua
+3
-1
expansions/script/c50223100.lua
expansions/script/c50223100.lua
+6
-4
No files found.
expansions/222DIY.cdb
View file @
47e02faa
No preview for this file type
expansions/pics/50223100.jpg
View replaced file @
67bec91b
View file @
47e02faa
82.4 KB
|
W:
|
H:
151 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c17243300.lua
View file @
47e02faa
--米勒山谷 狼王
local
m
=
1
10200001
local
m
=
1
7243300
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--summon with 3 tribute
...
...
@@ -12,11 +12,11 @@ function cm.initial_effect(c)
e1
:
SetOperation
(
cm
.
ttop
)
e1
:
SetValue
(
SUMMON_TYPE_ADVANCE
)
c
:
RegisterEffect
(
e1
)
local
e
8
=
Effect
.
CreateEffect
(
c
)
e
8
:
SetType
(
EFFECT_TYPE_SINGLE
)
e
8
:
SetCode
(
EFFECT_LIMIT_SET_PROC
)
e
8
:
SetCondition
(
cm
.
setcon
)
c
:
RegisterEffect
(
e
8
)
local
e
2
=
Effect
.
CreateEffect
(
c
)
e
2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e
2
:
SetCode
(
EFFECT_LIMIT_SET_PROC
)
e
2
:
SetCondition
(
cm
.
setcon
)
c
:
RegisterEffect
(
e
2
)
--summon
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c17243302.lua
View file @
47e02faa
--米勒山谷 狼美人
local
m
=
1
10200003
local
m
=
1
7243302
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--summon with 3 tribute
...
...
expansions/script/c17243303.lua
View file @
47e02faa
--米勒山谷 隐狼
local
m
=
1
10200004
local
m
=
1
7243303
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--search extra
...
...
expansions/script/c17243304.lua
View file @
47e02faa
--米勒山谷 血月使徒
local
m
=
1
10200005
local
m
=
1
7243304
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--tohand
...
...
expansions/script/c17243305.lua
View file @
47e02faa
--米勒山谷 狼人
local
m
=
1
10200006
local
m
=
1
7243305
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--special summon
...
...
expansions/script/c17243306.lua
View file @
47e02faa
--米勒山谷 狼巫
local
m
=
1
10200007
local
m
=
1
7243306
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--special summon
...
...
expansions/script/c17243308.lua
View file @
47e02faa
--大灰狼
local
m
=
1
10200009
local
m
=
1
7243308
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
...
...
expansions/script/c17243309.lua
View file @
47e02faa
--米勒山谷 血月
local
m
=
1
10200010
local
m
=
1
7243309
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--Activate
...
...
expansions/script/c17243310.lua
View file @
47e02faa
--米勒山谷 夜之贵族
local
m
=
1
10200011
local
m
=
1
7243310
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--Activate
...
...
expansions/script/c23000680.lua
View file @
47e02faa
...
...
@@ -72,7 +72,7 @@ end
function
cm
.
slevel
(
e
,
c
)
local
lv
=
aux
.
GetCappedLevel
(
e
:
GetHandler
())
if
not
c
:
IsCode
(
23000640
)
then
return
lv
end
return
(
2
<<
16
)
+
lv
return
(
1
<<
16
)
+
lv
end
function
cm
.
cfilter
(
c
)
return
bm
.
c
.
cpos
(
c
,
tcode
)
and
not
c
:
IsType
(
TYPE_TUNER
)
...
...
expansions/script/c50218118.lua
View file @
47e02faa
...
...
@@ -43,8 +43,7 @@ end
c50218118
.
lvup
=
{
50218117
}
c50218118
.
lvdn
=
{
50218117
,
50218116
}
function
c50218118
.
aclimit
(
e
,
re
,
tp
)
local
loc
=
re
:
GetActivateLocation
()
return
loc
==
LOCATION_GRAVE
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
return
re
:
GetActivateLocation
()
==
LOCATION_GRAVE
end
function
c50218118
.
dscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentPhase
()
~=
PHASE_DRAW
...
...
expansions/script/c50218136.lua
View file @
47e02faa
...
...
@@ -85,8 +85,7 @@ function c50218136.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c50218136
.
aclimit
(
e
,
re
,
tp
)
local
loc
=
re
:
GetActivateLocation
()
return
(
loc
==
LOCATION_GRAVE
or
loc
==
LOCATION_REMOVED
)
and
not
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
return
re
:
GetActivateLocation
()
==
LOCATION_GRAVE
or
re
:
GetActivateLocation
()
==
LOCATION_REMOVED
end
function
c50218136
.
cfilter
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_DECK
)
...
...
expansions/script/c50218565.lua
View file @
47e02faa
...
...
@@ -10,6 +10,7 @@ function c50218565.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCost
(
c50218565
.
atkcost
)
e1
:
SetCondition
(
c50218565
.
atkcon
)
e1
:
SetTarget
(
c50218565
.
atktg
)
...
...
@@ -42,7 +43,8 @@ function c50218565.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
c50218565
.
atkfilter
(
c
,
e
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsPosition
(
POS_FACEUP
)
and
(
not
e
or
c
:
IsRelateToEffect
(
e
))
return
c
:
IsControler
(
tp
)
and
c
:
IsPosition
(
POS_FACEUP
)
and
c
:
GetAttack
()
>
0
and
(
not
e
or
c
:
IsRelateToEffect
(
e
))
end
function
c50218565
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c50218565
.
atkfilter
,
1
,
nil
,
nil
,
1
-
tp
)
...
...
expansions/script/c50223100.lua
View file @
47e02faa
...
...
@@ -50,10 +50,12 @@ function c50223100.lpcon(e,tp,eg,ep,ev,re,r,rp)
end
function
c50223100
.
lpop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
local
p
=
tc
:
GetOwner
()
if
tc
and
tc
:
IsFaceup
()
and
tc
:
GetBaseAttack
()
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
50223100
)
Duel
.
SetLP
(
p
,
Duel
.
GetLP
(
p
)
-
tc
:
GetBaseAttack
())
while
tc
do
if
tc
and
tc
:
IsFaceup
()
and
tc
:
GetBaseAttack
()
>
0
then
Duel
.
Hint
(
HINT_CARD
,
0
,
50223100
)
Duel
.
SetLP
(
tc
:
GetOwner
(),
Duel
.
GetLP
(
tc
:
GetOwner
())
-
tc
:
GetBaseAttack
())
end
tc
=
eg
:
GetNext
()
end
end
function
c50223100
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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