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
e5afb31f
Commit
e5afb31f
authored
Nov 14, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
aeb89cbe
Changes
12
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
21 deletions
+21
-21
expansions/script/c12086000.lua
expansions/script/c12086000.lua
+3
-3
expansions/script/c13959994.lua
expansions/script/c13959994.lua
+4
-4
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+4
-4
expansions/script/c16114214.lua
expansions/script/c16114214.lua
+1
-1
expansions/script/c16114218.lua
expansions/script/c16114218.lua
+1
-1
expansions/script/c16114219.lua
expansions/script/c16114219.lua
+1
-1
expansions/script/c16120003.lua
expansions/script/c16120003.lua
+1
-1
expansions/script/c33701424.lua
expansions/script/c33701424.lua
+2
-2
expansions/script/c47580003.lua
expansions/script/c47580003.lua
+1
-1
expansions/script/c66915018.lua
expansions/script/c66915018.lua
+1
-1
expansions/script/c71402000.lua
expansions/script/c71402000.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
expansions/script/c12086000.lua
View file @
e5afb31f
...
...
@@ -2,9 +2,9 @@
local
m
=
12086000
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c12000000.lua"
)
if
c
m
.
checkfpl
==
nil
then
c
m
.
checkfpl
=
true
c
m
.
fpl
=
0
if
c
12086000
.
checkfpl
==
nil
then
c
12086000
.
checkfpl
=
true
c
12086000
.
fpl
=
0
end
cm
.
named_with_ALSTYE
=
true
function
cm
.
initial_effect
(
c
)
...
...
expansions/script/c13959994.lua
View file @
e5afb31f
This diff is collapsed.
Click to expand it.
expansions/script/c13959996.lua
View file @
e5afb31f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c16114214.lua
View file @
e5afb31f
--仙精生命
xpcall
(
function
()
require
(
"expansions/script/c16199990"
)
end
,
function
()
require
(
"script/c16199990"
)
end
)
local
m
,
cm
=
rk
.
set
(
16114
5
14
,
"FAIRY"
)
local
m
,
cm
=
rk
.
set
(
16114
2
14
,
"FAIRY"
)
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c16114218.lua
View file @
e5afb31f
--秋风仙精 琳普尔
xpcall
(
function
()
require
(
"expansions/script/c16199990"
)
end
,
function
()
require
(
"script/c16199990"
)
end
)
local
m
,
cm
=
rk
.
set
(
1611418
,
"FAIRY"
)
local
m
,
cm
=
rk
.
set
(
16114
2
18
,
"FAIRY"
)
function
cm
.
initial_effect
(
c
)
--extra summon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c16114219.lua
View file @
e5afb31f
--眼睛仙精 科莫利
xpcall
(
function
()
require
(
"expansions/script/c16199990"
)
end
,
function
()
require
(
"script/c16199990"
)
end
)
local
m
,
cm
=
rk
.
set
(
1611419
,
"FAIRY"
)
local
m
,
cm
=
rk
.
set
(
16114
2
19
,
"FAIRY"
)
function
cm
.
initial_effect
(
c
)
--negate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c16120003.lua
View file @
e5afb31f
...
...
@@ -9,7 +9,7 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetCondition
(
cm
.
cond
i
tion
)
e1
:
SetCondition
(
cm
.
condtion
)
e1
:
SetOperation
(
cm
.
disop
)
c
:
RegisterEffect
(
e1
)
--
...
...
expansions/script/c33701424.lua
View file @
e5afb31f
...
...
@@ -20,7 +20,6 @@ function cm.initial_effect(c)
e2
:
SetTarget
(
cm
.
damtg1
)
e2
:
SetOperation
(
cm
.
damop1
)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
@@ -65,7 +64,8 @@ function cm.damop1(e,tp,eg,ep,ev,re,r,rp)
if
seq
==
5
then
flag
=
flag
|
(
aux
.
SequenceToGlobal
(
p
,
LOCATION_MZONE
,
1
))
end
if
seq
==
6
then
flag
=
flag
|
(
aux
.
SequenceToGlobal
(
p
,
LOCATION_MZONE
,
3
))
end
else
toGrave
=
true
end
end
end
end
elseif
tc
:
IsLocation
(
LOCATION_SZONE
)
then
if
seq
<=
4
then
...
...
expansions/script/c47580003.lua
View file @
e5afb31f
...
...
@@ -48,7 +48,7 @@ function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
cm
.
splimit
(
e
,
c
)
return
not
(
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
return
not
(
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
)
end
function
c47580003
.
filter
(
c
)
return
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsType
(
TYPE_LINK
)
...
...
expansions/script/c66915018.lua
View file @
e5afb31f
...
...
@@ -17,7 +17,7 @@ function cm.initial_effect(c)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e1
)
sl
.
Shadowstarlight_Effect
[
e1
]
=
true
StarLight_from_K
.
Shadowstarlight_Effect
[
e1
]
=
true
end
function
cm
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
and
not
c
:
IsSetCard
(
0x1374
)
...
...
expansions/script/c71402000.lua
View file @
e5afb31f
...
...
@@ -125,7 +125,7 @@ function c71402000.efop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
elseif
dc
==
4
then
local
thg
=
Duel
.
GetMatchingGroup
(
c71402000
.
filter3
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
thg
:
GetCount
()
>
0
if
thg
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sc
=
thg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
SendtoHand
(
sc
,
nil
,
REASON_EFFECT
)
...
...
expansions/strings.conf
View file @
e5afb31f
...
...
@@ -561,7 +561,7 @@
#Cirn 282383134 201 0xc90-c9f
!
setname
0
xc90
刀使
!
setname
0
xc91
御刀
!
setname
0
xc92
枝江
!
setname
0
x
9
c92
枝江
!
setname
0
xc99
ReLive
#喵老师 2468603454 202 0xb30-0xb3f
...
...
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