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
REIKAI
ygopro-222DIY-cards
Commits
0702468e
Commit
0702468e
authored
Nov 24, 2024
by
森野さくら
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
1b6102d8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
expansions/script/c12866600.lua
expansions/script/c12866600.lua
+4
-3
expansions/script/c16400270.lua
expansions/script/c16400270.lua
+1
-0
expansions/script/c16400405.lua
expansions/script/c16400405.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+2
-2
No files found.
expansions/script/c12866600.lua
View file @
0702468e
...
@@ -53,8 +53,9 @@ end
...
@@ -53,8 +53,9 @@ end
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
local
b1
=
rc
:
IsAbleToGrave
()
and
not
rc
:
IsLocation
(
LOCATION_GRAVE
)
if
not
rc
:
IsRelateToEffect
(
re
)
then
return
end
local
b2
=
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
rc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
and
rc
:
IsRelateToEffect
(
e
)
local
b1
=
rc
:
IsAbleToGrave
()
and
not
rc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
local
b2
=
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
rc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
if
chk
==
0
then
return
b1
or
b2
end
if
chk
==
0
then
return
b1
or
b2
end
if
re
:
GetHandler
():
IsAttribute
(
ATTRIBUTE_DARK
)
then
if
re
:
GetHandler
():
IsAttribute
(
ATTRIBUTE_DARK
)
then
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
id
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
...
@@ -75,7 +76,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,7 +76,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
rc
:
IsRelateToEffect
(
re
)
then
if
rc
:
IsRelateToEffect
(
re
)
then
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
local
b1
=
tc
:
IsAbleToGrave
()
and
not
tc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
local
b1
=
tc
:
IsAbleToGrave
()
and
not
tc
:
IsLocation
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
local
b2
=
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
and
rc
:
IsRelateToEffect
(
e
)
local
b2
=
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
local
off
=
1
local
off
=
1
local
ops
=
{}
local
ops
=
{}
local
opval
=
{}
local
opval
=
{}
...
...
expansions/script/c16400270.lua
View file @
0702468e
...
@@ -17,6 +17,7 @@ function c16400270.initial_effect(c)
...
@@ -17,6 +17,7 @@ function c16400270.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
16400270
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
16400270
,
1
))
e2
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
+
CATEGORY_HANDES
)
e2
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
+
CATEGORY_HANDES
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
16400270
)
e2
:
SetCountLimit
(
1
,
16400270
)
e2
:
SetTarget
(
c16400270
.
thtg
)
e2
:
SetTarget
(
c16400270
.
thtg
)
...
...
expansions/script/c16400405.lua
View file @
0702468e
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
...
@@ -4,7 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--fusion
--fusion
aux
.
AddFusionProcCode2FunRep
(
c
,
16400274
,
16400395
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x
1
9
),
2
,
2
,
true
,
true
)
aux
.
AddFusionProcCode2FunRep
(
c
,
16400274
,
16400395
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x
ce
9
),
2
,
2
,
true
,
true
)
--draw
--draw
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
...
...
expansions/strings.conf
View file @
0702468e
...
@@ -251,8 +251,8 @@
...
@@ -251,8 +251,8 @@
!
setname
0
x3a7b
璇姬
!
setname
0
x3a7b
璇姬
!
setname
0
x6a7b
天之杯
!
setname
0
x6a7b
天之杯
!
setname
0
x9a7b
狩猎游戏
!
setname
0
x9a7b
狩猎游戏
!
setname
3
a7c
25
时
!
setname
0
x
3a7c
25
时
!
setname
6
a7c
Miku
!
setname
0
x
6a7c
Miku
!
setname
0
x9a7c
对魔特异
!
setname
0
x9a7c
对魔特异
!
setname
0
xaa7c
武器人
!
setname
0
xaa7c
武器人
!
counter
0
xa7f
好感指示物
!
counter
0
xa7f
好感指示物
...
...
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