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
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
八宫一月
ygopro-scripts
Commits
059d714f
Commit
059d714f
authored
May 27, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix spsummon once with self spsummon
parent
74655d1f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
1 deletion
+5
-1
c25339070.lua
c25339070.lua
+1
-0
c39000945.lua
c39000945.lua
+1
-0
c66104644.lua
c66104644.lua
+1
-0
c92559258.lua
c92559258.lua
+1
-0
constant.lua
constant.lua
+1
-1
No files found.
c25339070.lua
View file @
059d714f
...
@@ -5,6 +5,7 @@ function c25339070.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c25339070.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
25339070
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
25339070
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetProperty
(
EFFECT_FLAG_COUNT_SS_ONCE
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCost
(
c25339070
.
spcost
)
e1
:
SetCost
(
c25339070
.
spcost
)
...
...
c39000945.lua
View file @
059d714f
...
@@ -22,6 +22,7 @@ function c39000945.initial_effect(c)
...
@@ -22,6 +22,7 @@ function c39000945.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
39000945
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
39000945
,
0
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetProperty
(
EFFECT_FLAG_COUNT_SS_ONCE
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetCost
(
c39000945
.
spcost
)
e3
:
SetCost
(
c39000945
.
spcost
)
...
...
c66104644.lua
View file @
059d714f
...
@@ -22,6 +22,7 @@ function c66104644.initial_effect(c)
...
@@ -22,6 +22,7 @@ function c66104644.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
66104644
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
66104644
,
0
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetProperty
(
EFFECT_FLAG_COUNT_SS_ONCE
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetCost
(
c66104644
.
spcost
)
e3
:
SetCost
(
c66104644
.
spcost
)
...
...
c92559258.lua
View file @
059d714f
...
@@ -22,6 +22,7 @@ function c92559258.initial_effect(c)
...
@@ -22,6 +22,7 @@ function c92559258.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
92559258
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
92559258
,
0
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetProperty
(
EFFECT_FLAG_COUNT_SS_ONCE
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetCost
(
c92559258
.
spcost
)
e3
:
SetCost
(
c92559258
.
spcost
)
...
...
constant.lua
View file @
059d714f
...
@@ -292,7 +292,7 @@ EFFECT_FLAG_CANNOT_INACTIVATE =0x2000000 --發動不會被無效
...
@@ -292,7 +292,7 @@ EFFECT_FLAG_CANNOT_INACTIVATE =0x2000000 --發動不會被無效
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
--客户端提示
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
--客户端提示
EFFECT_FLAG_OPTIONAL_GY_ACTION
=
0x8000000
--N/A
EFFECT_FLAG_OPTIONAL_GY_ACTION
=
0x8000000
--N/A
EFFECT_FLAG_LIMIT_ZONE
=
0x10000000
--限制魔法·陷阱卡发动时可以放置的区域
EFFECT_FLAG_LIMIT_ZONE
=
0x10000000
--限制魔法·陷阱卡发动时可以放置的区域
EFFECT_FLAG_CO
F
=
0x20000000
--N/A
EFFECT_FLAG_CO
UNT_SS_ONCE
=
0x20000000
--效果的分类强制参与“1回合只能有1次特殊召唤”的结算
EFFECT_FLAG_CVAL_CHECK
=
0x40000000
--N/A
EFFECT_FLAG_CVAL_CHECK
=
0x40000000
--N/A
EFFECT_FLAG_IMMEDIATELY_APPLY
=
0x80000000
--卡在发动时效果就立即适用
EFFECT_FLAG_IMMEDIATELY_APPLY
=
0x80000000
--卡在发动时效果就立即适用
...
...
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