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
Crescent/毛虫
pre-release-database-cdb
Commits
3037a897
You need to sign in or sign up before continuing.
Commit
3037a897
authored
Apr 11, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 超電導戦士 リニア・マグナム±
parent
40d0b9c2
Changes
4
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 @@
101301020
101301024
101301025
101301026
101301027
101301032
101301033
...
...
@@ -45,6 +46,7 @@
101301064
101301068
101301069
101301070
101301073
101301074
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
()
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
@@ -72,8 +73,8 @@ end
function
s
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFaceup
()
and
tc
:
IsRelateTo
Effect
(
e
)
and
c
:
Is
RelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
tc
:
IsFaceup
()
and
tc
:
IsRelateTo
Chain
(
)
and
c
:
Is
Faceup
()
and
c
:
IsRelateToChain
()
then
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
...
...
@@ -92,7 +93,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
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
.
ConfirmCards
(
1
-
tp
,
c
)
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