Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
a15f53f6
Commit
a15f53f6
authored
Nov 24, 2017
by
Momobako
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto Push by Miyuki
parent
169f7010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c57300000.lua
expansions/script/c57300000.lua
+1
-1
expansions/script/c57320010.lua
expansions/script/c57320010.lua
+2
-2
No files found.
expansions/script/c57300000.lua
View file @
a15f53f6
...
@@ -174,7 +174,7 @@ end
...
@@ -174,7 +174,7 @@ end
function
cm
.
ClariSRankFilter
(
c
,
xyzc
)
function
cm
.
ClariSRankFilter
(
c
,
xyzc
)
return
c
:
IsSetCard
(
0x570
)
and
c
:
IsXyzType
(
TYPE_XYZ
)
and
c
:
GetRank
()
==
2
return
c
:
IsSetCard
(
0x570
)
and
c
:
IsXyzType
(
TYPE_XYZ
)
and
c
:
GetRank
()
==
2
end
end
function
c
57300009
.
ClariSXyzValue
(
c
)
function
c
m
.
ClariSXyzValue
(
c
)
local
v
=
1
local
v
=
1
if
c
:
IsHasEffect
(
57300021
)
then
v
=
v
+
0x20000
end
if
c
:
IsHasEffect
(
57300021
)
then
v
=
v
+
0x20000
end
return
v
return
v
...
...
expansions/script/c57320010.lua
View file @
a15f53f6
...
@@ -31,7 +31,7 @@ function cm.initial_effect(c)
...
@@ -31,7 +31,7 @@ function cm.initial_effect(c)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCondition
(
cm
.
discon
)
e3
:
SetCondition
(
cm
.
discon
)
e3
:
SetCost
(
cm
.
cost
)
e3
:
SetCost
(
cm
.
cost
(
c
)
)
e3
:
SetTarget
(
cm
.
distg
)
e3
:
SetTarget
(
cm
.
distg
)
e3
:
SetOperation
(
cm
.
disop
)
e3
:
SetOperation
(
cm
.
disop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
...
@@ -55,7 +55,7 @@ function cm.initial_effect(c)
...
@@ -55,7 +55,7 @@ function cm.initial_effect(c)
e9
:
SetCode
(
EVENT_FREE_CHAIN
)
e9
:
SetCode
(
EVENT_FREE_CHAIN
)
e9
:
SetRange
(
LOCATION_MZONE
)
e9
:
SetRange
(
LOCATION_MZONE
)
e9
:
SetHintTiming
(
0
,
0x1e0
)
e9
:
SetHintTiming
(
0
,
0x1e0
)
e9
:
SetCost
(
cm
.
cost
)
e9
:
SetCost
(
cm
.
cost
(
c
)
)
e9
:
SetTarget
(
cm
.
tdtg
)
e9
:
SetTarget
(
cm
.
tdtg
)
e9
:
SetOperation
(
cm
.
tdop
)
e9
:
SetOperation
(
cm
.
tdop
)
c
:
RegisterEffect
(
e9
)
c
:
RegisterEffect
(
e9
)
...
...
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