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
Soulgamer
ygopro-222DIY-cards
Commits
ff2c6048
Commit
ff2c6048
authored
Jun 09, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vme50
parent
542bc70b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
28 deletions
+27
-28
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/98689601.jpg
expansions/pics/98689601.jpg
+0
-0
expansions/script/c98689601.lua
expansions/script/c98689601.lua
+26
-26
expansions/strings.conf
expansions/strings.conf
+1
-2
No files found.
expansions/FiNALE.cdb
View file @
ff2c6048
No preview for this file type
expansions/pics/
896003
01.jpg
→
expansions/pics/
986896
01.jpg
View file @
ff2c6048
File moved
expansions/script/c
896003
01.lua
→
expansions/script/c
986896
01.lua
View file @
ff2c6048
--奥尔加团长
function
c
896003
01
.
initial_effect
(
c
)
function
c
986896
01
.
initial_effect
(
c
)
aux
.
AddXyzProcedure
(
c
,
nil
,
8
,
2
)
c
:
EnableReviveLimit
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
896003
01
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
986896
01
,
0
))
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCost
(
c
896003
01
.
cost
)
e1
:
SetTarget
(
c
896003
01
.
target
)
e1
:
SetOperation
(
c
896003
01
.
operation
)
e1
:
SetCost
(
c
986896
01
.
cost
)
e1
:
SetTarget
(
c
986896
01
.
target
)
e1
:
SetOperation
(
c
986896
01
.
operation
)
c
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
@@ -17,33 +17,33 @@ function c89600301.initial_effect(c)
e2
:
SetCode
(
EFFECT_FLAG_SET_AVAILABLE
)
e2
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_CANNOT_SELECT_BATTLE_TARGET
)
e2
:
SetValue
(
c
896003
01
.
atlimit
)
e2
:
SetValue
(
c
986896
01
.
atlimit
)
c
:
RegisterEffect
(
e2
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
896003
01
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
986896
01
,
1
))
e3
:
SetCategory
(
CATEGORY_TOHAND
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_DESTROYED
)
e3
:
SetCondition
(
c
896003
01
.
thcon
)
e3
:
SetTarget
(
c
896003
01
.
thtg
)
e3
:
SetOperation
(
c
896003
01
.
thop
)
e3
:
SetCondition
(
c
986896
01
.
thcon
)
e3
:
SetTarget
(
c
986896
01
.
thtg
)
e3
:
SetOperation
(
c
986896
01
.
thop
)
c
:
RegisterEffect
(
e3
)
end
function
c
896003
01
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c
986896
01
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
end
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
c
896003
01
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
e
:
GetHandlerPlayer
(),
896003
01
)
==
0
end
function
c
986896
01
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
e
:
GetHandlerPlayer
(),
986896
01
)
==
0
end
end
function
c
896003
01
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c
986896
01
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_BE_EFFECT_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetTarget
(
c
896003
01
.
tgfilter
)
e1
:
SetTarget
(
c
986896
01
.
tgfilter
)
e1
:
SetValue
(
1
)
if
Duel
.
GetTurnPlayer
()
==
tp
then
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
+
RESET_SELF_TURN
,
2
)
...
...
@@ -52,31 +52,31 @@ function c89600301.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
RegisterEffect
(
e1
,
tp
)
if
Duel
.
GetTurnPlayer
()
==
tp
then
Duel
.
RegisterFlagEffect
(
e
:
GetHandlerPlayer
(),
896003
01
,
RESET_PHASE
+
PHASE_END
+
RESET_SELF_TURN
,
0
,
2
)
Duel
.
RegisterFlagEffect
(
e
:
GetHandlerPlayer
(),
986896
01
,
RESET_PHASE
+
PHASE_END
+
RESET_SELF_TURN
,
0
,
2
)
else
Duel
.
RegisterFlagEffect
(
e
:
GetHandlerPlayer
(),
896003
01
,
RESET_PHASE
+
PHASE_END
+
RESET_SELF_TURN
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
e
:
GetHandlerPlayer
(),
986896
01
,
RESET_PHASE
+
PHASE_END
+
RESET_SELF_TURN
,
0
,
1
)
end
end
function
c
896003
01
.
tgfilter
(
e
,
c
)
function
c
986896
01
.
tgfilter
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
end
function
c
896003
01
.
atlimit
(
e
,
c
)
return
not
c
:
IsCode
(
896003
01
)
function
c
986896
01
.
atlimit
(
e
,
c
)
return
not
c
:
IsCode
(
986896
01
)
end
function
c
896003
01
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c
986896
01
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
GetPreviousControler
()
==
tp
and
((
c
:
IsReason
(
REASON_EFFECT
)
and
rp
==
1
-
tp
)
or
(
c
:
IsReason
(
REASON_BATTLE
)
and
Duel
.
GetAttacker
():
IsControler
(
1
-
tp
)))
end
function
c
896003
01
.
thfilter
(
c
)
function
c
986896
01
.
thfilter
(
c
)
return
c
:
IsAbleToHand
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c
896003
01
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c
896003
01
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
c
986896
01
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c
986896
01
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
function
c
896003
01
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c
896003
01
.
thfilter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
)
function
c
986896
01
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
c
986896
01
.
thfilter
),
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
expansions/strings.conf
View file @
ff2c6048
...
...
@@ -1278,8 +1278,6 @@
#AddCodeList(89451031) S.W.惡狼 霜月雪成卡名记述
!
counter
0
x70a
囚馆指示物
#芙兰朵露 978818523 896
#bywdsm 1079774209 923 0xa40-0xa4f
!
setname
0
x3a41
幻梦境的碎片
!
setname
0
x3a44
延迟?!
...
...
@@ -1327,3 +1325,4 @@
##◇小K 1318052139 669
##◇落 2403265619 707-708
##◇水叶 865
##芙兰朵露 978818523 896
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