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
1
Merge Requests
1
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
42a7ebb0
Commit
42a7ebb0
authored
Oct 24, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 大紅蓮魔闘士
parent
243465b2
Pipeline
#30701
passed with stages
in 1 minute and 38 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
script/c101207024.lua
script/c101207024.lua
+2
-2
script/c101207029.lua
script/c101207029.lua
+1
-1
script/c101207043.lua
script/c101207043.lua
+1
-1
script/c101207064.lua
script/c101207064.lua
+1
-1
script/c101207065.lua
script/c101207065.lua
+1
-1
No files found.
script/c101207024.lua
View file @
42a7ebb0
...
...
@@ -60,7 +60,7 @@ function s.spsop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
HintSelection
(
gg
)
end
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_SPSUMMON
)
local
atk
=
g
:
Filter
(
card
.
IsLocation
,
nil
,
LOCATION_DECK
):
Filter
(
c
ard
.
IsType
,
nil
,
TYPE_NORMAL
)
local
atk
=
g
:
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_DECK
):
Filter
(
C
ard
.
IsType
,
nil
,
TYPE_NORMAL
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
...
...
@@ -94,4 +94,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc1
:
IsRelateToEffect
(
e
)
and
tc1
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
Destroy
(
tc1
,
REASON_EFFECT
)
>
0
and
tc2
:
IsRelateToEffect
(
e
)
and
aux
.
NecroValleyFilter
()(
tc2
)
then
Duel
.
SpecialSummon
(
tc2
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101207029.lua
View file @
42a7ebb0
...
...
@@ -71,4 +71,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
if
oc
==
0
then
return
end
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101207043.lua
View file @
42a7ebb0
...
...
@@ -75,4 +75,4 @@ function s.actcon(e)
local
tp
=
e
:
GetHandlerPlayer
()
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_EFFECT_ENABLED
)
and
not
Duel
.
IsExistingMatchingCard
(
s
.
actfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
\ No newline at end of file
end
script/c101207064.lua
View file @
42a7ebb0
...
...
@@ -57,4 +57,4 @@ function s.activate(att)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
sp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
end
\ No newline at end of file
end
script/c101207065.lua
View file @
42a7ebb0
...
...
@@ -68,4 +68,4 @@ function s.splimit(race)
return
function
(
e
,
c
)
return
not
c
:
IsRace
(
race
)
end
end
\ No newline at end of file
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