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
Mr.Tan
pre-release-database-cdb
Commits
04ba2782
Commit
04ba2782
authored
Oct 24, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 大紅蓮魔闘士
parent
42a7ebb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
script/c101207024.lua
script/c101207024.lua
+2
-2
script/c101207029.lua
script/c101207029.lua
+1
-1
No files found.
script/c101207024.lua
View file @
04ba2782
...
@@ -60,12 +60,12 @@ function s.spsop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -60,12 +60,12 @@ function s.spsop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
HintSelection
(
gg
)
Duel
.
HintSelection
(
gg
)
end
end
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_SPSUMMON
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_SPSUMMON
)
local
a
tk
=
g
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
):
Filter
(
Card
.
IsType
,
nil
,
TYPE_NORMAL
)
local
a
g
=
g
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
):
Filter
(
Card
.
IsType
,
nil
,
TYPE_NORMAL
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetReset
(
RESET_EVENT
+
0xff0000
)
e1
:
SetReset
(
RESET_EVENT
+
0xff0000
)
e1
:
SetValue
(
g
:
GetCount
()
*
800
)
e1
:
SetValue
(
a
g
:
GetCount
()
*
800
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
g
:
DeleteGroup
()
g
:
DeleteGroup
()
end
end
...
...
script/c101207029.lua
View file @
04ba2782
...
@@ -43,7 +43,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,7 +43,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_COIN
,
nil
,
0
,
tp
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_COIN
,
nil
,
0
,
tp
,
0
)
end
end
function
s
.
atkfilter
(
c
,
e
)
function
s
.
atkfilter
(
c
,
e
)
...
...
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