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
2273518f
Commit
2273518f
authored
Aug 03, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
08fa6ea4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c100223037.lua
script/c100223037.lua
+1
-1
script/c100223038.lua
script/c100223038.lua
+1
-1
script/c100223039.lua
script/c100223039.lua
+1
-1
No files found.
script/c100223037.lua
View file @
2273518f
...
...
@@ -57,7 +57,7 @@ function s.negcon(e,tp,eg,ep,ev,re,r,rp)
and
e
:
GetHandler
():
GetAttack
()
>
atk
end
function
s
.
costfilter
(
c
)
return
c
:
IsSetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
return
c
:
Is
Faceup
()
and
c
:
Is
SetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
and
bit
.
band
(
c
:
GetType
(),
TYPE_SPELL
+
TYPE_CONTINUOUS
)
==
TYPE_SPELL
+
TYPE_CONTINUOUS
end
function
s
.
negcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c100223038.lua
View file @
2273518f
...
...
@@ -54,7 +54,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
end
function
s
.
costfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
return
c
:
Is
Faceup
()
and
c
:
Is
SetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
and
bit
.
band
(
c
:
GetType
(),
TYPE_SPELL
+
TYPE_CONTINUOUS
)
==
TYPE_SPELL
+
TYPE_CONTINUOUS
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
c
)
end
...
...
script/c100223039.lua
View file @
2273518f
...
...
@@ -63,7 +63,7 @@ function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
end
function
s
.
costfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
return
c
:
Is
Faceup
()
and
c
:
Is
SetCard
(
0x2c1
)
and
c
:
IsAbleToDeckAsCost
()
and
bit
.
band
(
c
:
GetType
(),
TYPE_SPELL
+
TYPE_CONTINUOUS
)
==
TYPE_SPELL
+
TYPE_CONTINUOUS
end
function
s
.
atkcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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