Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
3037a897
Commit
3037a897
authored
Apr 11, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 超電導戦士 リニア・マグナム±
parent
40d0b9c2
Pipeline
#34916
passed with stages
in 1 minute and 42 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
LPG1.cdb
LPG1.cdb
+0
-0
pack/2025-04-26 DUAD.ydk
pack/2025-04-26 DUAD.ydk
+2
-0
pack/2025-05-31 LGP1.ydk
pack/2025-05-31 LGP1.ydk
+5
-0
script/c100240201.lua
script/c100240201.lua
+4
-3
No files found.
LPG1.cdb
View file @
3037a897
No preview for this file type
pack/2025-04-26 DUAD.ydk
View file @
3037a897
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
101301020
101301020
101301024
101301024
101301025
101301025
101301026
101301027
101301027
101301032
101301032
101301033
101301033
...
@@ -45,6 +46,7 @@
...
@@ -45,6 +46,7 @@
101301064
101301064
101301068
101301068
101301069
101301069
101301070
101301073
101301073
101301074
101301074
101301075
101301075
...
...
pack/2025-05-31 LGP1.ydk
0 → 100644
View file @
3037a897
#created by ygomobile
100240201
100240202
100240203
100240204
script/c100240201.lua
View file @
3037a897
--超電導戦士 リニア・マグナム±
--超電導戦士 リニア・マグナム±
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--special summon
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -72,8 +73,8 @@ end
...
@@ -72,8 +73,8 @@ end
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFaceup
()
and
tc
:
IsRelateTo
Effect
(
e
)
if
tc
:
IsFaceup
()
and
tc
:
IsRelateTo
Chain
(
)
and
c
:
Is
RelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
and
c
:
Is
Faceup
()
and
c
:
IsRelateToChain
()
then
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
...
@@ -92,7 +93,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -92,7 +93,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateTo
Effect
(
e
)
and
aux
.
NecroValleyFilter
()(
c
)
then
if
c
:
IsRelateTo
Chain
(
)
and
aux
.
NecroValleyFilter
()(
c
)
then
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
...
...
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