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
45b67fa2
Commit
45b67fa2
authored
Oct 28, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 刻まれし魔レクストレメンデ
parent
2015683c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
script/c101207035.lua
script/c101207035.lua
+2
-3
script/c101207037.lua
script/c101207037.lua
+1
-1
No files found.
script/c101207035.lua
View file @
45b67fa2
...
@@ -21,7 +21,7 @@ function s.initial_effect(c)
...
@@ -21,7 +21,7 @@ function s.initial_effect(c)
e1
:
SetTarget
(
s
.
hsptg
)
e1
:
SetTarget
(
s
.
hsptg
)
e1
:
SetOperation
(
s
.
hspop
)
e1
:
SetOperation
(
s
.
hspop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
draw and destory
--
place
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
...
@@ -73,8 +73,7 @@ function s.mvfilter(c,tp)
...
@@ -73,8 +73,7 @@ function s.mvfilter(c,tp)
if
not
c
:
IsAbleToChangeControler
()
then
return
false
end
if
not
c
:
IsAbleToChangeControler
()
then
return
false
end
r
=
LOCATION_REASON_CONTROL
r
=
LOCATION_REASON_CONTROL
end
end
return
c
:
IsFaceup
()
return
c
:
IsFaceup
()
and
Duel
.
GetLocationCount
(
c
:
GetOwner
(),
LOCATION_SZONE
,
tp
,
r
)
>
0
and
Duel
.
GetLocationCount
(
c
:
GetOwner
(),
LOCATION_SZONE
,
tp
,
r
)
>
0
end
end
function
s
.
mvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
mvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
mvfilter
(
chkc
,
tp
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
mvfilter
(
chkc
,
tp
)
end
...
...
script/c101207037.lua
View file @
45b67fa2
...
@@ -66,7 +66,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,7 +66,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
eqfilter
(
c
)
function
s
.
eqfilter
(
c
)
return
c
:
IsSetCard
(
0x1b0
)
and
bit
.
band
(
c
:
GetType
(),
TYPE_SPELL
+
TYPE_EQUIP
)
==
TYPE_SPELL
+
TYPE_EQUIP
return
c
:
Is
Faceup
()
and
c
:
Is
SetCard
(
0x1b0
)
and
bit
.
band
(
c
:
GetType
(),
TYPE_SPELL
+
TYPE_EQUIP
)
==
TYPE_SPELL
+
TYPE_EQUIP
end
end
function
s
.
imcon
(
e
)
function
s
.
imcon
(
e
)
local
sg
=
e
:
GetHandler
():
GetEquipGroup
()
local
sg
=
e
:
GetHandler
():
GetEquipGroup
()
...
...
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