Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Huangnan
no81cards
Commits
df7c459b
Commit
df7c459b
authored
Sep 24, 2019
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c33701020.lua
parent
61923595
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
expansions/script/c33701020.lua
expansions/script/c33701020.lua
+1
-4
No files found.
expansions/script/c33701020.lua
View file @
df7c459b
...
@@ -5,7 +5,7 @@ local s = c33701020
...
@@ -5,7 +5,7 @@ local s = c33701020
local
id
=
33701020
local
id
=
33701020
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProc
MixN
(
c
,
true
,
true
,
s
.
ffilter
,
3
)
aux
.
AddFusionProc
FunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x144e
),
3
,
false
)
--special summon self
--special summon self
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
...
@@ -30,9 +30,6 @@ function s.initial_effect(c)
...
@@ -30,9 +30,6 @@ function s.initial_effect(c)
e2
:
SetOperation
(
s
.
tgop
)
e2
:
SetOperation
(
s
.
tgop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
s
.
ffilter
(
c
,
fc
,
sumtype
,
tp
,
sub
,
mg
,
sg
)
return
c
:
IsFusionSetCard
(
0x144e
)
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_BATTLE_PHASE
)
local
ct
=
Duel
.
GetActivityCount
(
tp
,
ACTIVITY_BATTLE_PHASE
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
ct
==
0
return
Duel
.
GetTurnPlayer
()
==
tp
and
ct
==
0
...
...
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