Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
ygopro-scripts
Commits
aa1215ed
Commit
aa1215ed
authored
Aug 07, 2016
by
nekrozar
Committed by
DailyShana
Aug 07, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update (#524)
parent
702d25fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
c24550676.lua
c24550676.lua
+1
-4
c72664875.lua
c72664875.lua
+1
-4
No files found.
c24550676.lua
View file @
aa1215ed
...
@@ -8,7 +8,7 @@ function c24550676.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c24550676.initial_effect(c)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetValue
(
c24550676
.
sp
limit
)
e0
:
SetValue
(
aux
.
fus
limit
)
c
:
RegisterEffect
(
e0
)
c
:
RegisterEffect
(
e0
)
--Immune
--Immune
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -40,9 +40,6 @@ function c24550676.initial_effect(c)
...
@@ -40,9 +40,6 @@ function c24550676.initial_effect(c)
e4
:
SetOperation
(
c24550676
.
operation
)
e4
:
SetOperation
(
c24550676
.
operation
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
end
end
function
c24550676
.
splimit
(
e
,
se
,
sp
,
st
)
return
bit
.
band
(
st
,
SUMMON_TYPE_FUSION
)
==
SUMMON_TYPE_FUSION
end
function
c24550676
.
tgvalue
(
e
,
re
,
rp
)
function
c24550676
.
tgvalue
(
e
,
re
,
rp
)
return
rp
~=
e
:
GetHandlerPlayer
()
return
rp
~=
e
:
GetHandlerPlayer
()
end
end
...
...
c72664875.lua
View file @
aa1215ed
...
@@ -8,7 +8,7 @@ function c72664875.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c72664875.initial_effect(c)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetValue
(
c72664875
.
sp
limit
)
e0
:
SetValue
(
aux
.
fus
limit
)
c
:
RegisterEffect
(
e0
)
c
:
RegisterEffect
(
e0
)
--Immune
--Immune
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -48,9 +48,6 @@ function c72664875.initial_effect(c)
...
@@ -48,9 +48,6 @@ function c72664875.initial_effect(c)
e5
:
SetOperation
(
c72664875
.
damop
)
e5
:
SetOperation
(
c72664875
.
damop
)
c
:
RegisterEffect
(
e5
)
c
:
RegisterEffect
(
e5
)
end
end
function
c72664875
.
splimit
(
e
,
se
,
sp
,
st
)
return
bit
.
band
(
st
,
SUMMON_TYPE_FUSION
)
==
SUMMON_TYPE_FUSION
end
function
c72664875
.
tgvalue
(
e
,
re
,
rp
)
function
c72664875
.
tgvalue
(
e
,
re
,
rp
)
return
rp
~=
e
:
GetHandlerPlayer
()
return
rp
~=
e
:
GetHandlerPlayer
()
end
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