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
1dde9976
Commit
1dde9976
authored
Jun 19, 2019
by
DailyShana
Committed by
GitHub
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use TYPE_SPSUMMON to indicate unsummonable cards (#1185)
parent
f501f6c1
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1 addition
and
14 deletions
+1
-14
c1697104.lua
c1697104.lua
+0
-1
c25236056.lua
c25236056.lua
+0
-1
c2810642.lua
c2810642.lua
+0
-1
c29951323.lua
c29951323.lua
+0
-1
c38814750.lua
c38814750.lua
+0
-1
c41456841.lua
c41456841.lua
+0
-1
c55735315.lua
c55735315.lua
+0
-1
c58996430.lua
c58996430.lua
+0
-1
c68406755.lua
c68406755.lua
+0
-1
c6990577.lua
c6990577.lua
+0
-1
c73176465.lua
c73176465.lua
+0
-1
c74203495.lua
c74203495.lua
+0
-1
c75425043.lua
c75425043.lua
+0
-1
constant.lua
constant.lua
+1
-1
No files found.
c1697104.lua
View file @
1dde9976
--PSYフレームギア・ε
function
c1697104
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c25236056.lua
View file @
1dde9976
--レアメタル・ドラゴン
function
c25236056
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
end
c2810642.lua
View file @
1dde9976
--PSYフレームギア・β
function
c2810642
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c29951323.lua
View file @
1dde9976
--放電ムスタンガン
function
c29951323
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c38814750.lua
View file @
1dde9976
--PSYフレームギア・γ
function
c38814750
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c41456841.lua
View file @
1dde9976
--究極変異態・インセクト女王
function
c41456841
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
...
...
c55735315.lua
View file @
1dde9976
--魂食神龍ドレイン・ドラゴン
function
c55735315
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c58996430.lua
View file @
1dde9976
--ライトロード・ビースト ウォルフ
function
c58996430
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
...
...
c68406755.lua
View file @
1dde9976
--トラミッド・スフィンクス
function
c68406755
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c6990577.lua
View file @
1dde9976
--守護竜アンドレイク
function
c6990577
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--cannot special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c73176465.lua
View file @
1dde9976
--ライトロード・アーチャー フェリス
function
c73176465
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
73176465
,
0
))
...
...
c74203495.lua
View file @
1dde9976
--PSYフレームギア・δ
function
c74203495
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c75425043.lua
View file @
1dde9976
--PSYフレームギア・α
function
c75425043
.
initial_effect
(
c
)
c
:
EnableUnsummonable
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
constant.lua
View file @
1dde9976
...
...
@@ -517,7 +517,7 @@ EFFECT_CANNOT_SELECT_BATTLE_TARGET =332 --對手不能選擇為攻擊對象
EFFECT_CANNOT_SELECT_EFFECT_TARGET
=
333
--對手不能選擇為效果對象
EFFECT_ADD_SETCODE
=
334
--视为「XX」字段的效果
EFFECT_NO_EFFECT_DAMAGE
=
335
--玩家已受到"效果傷害變成0"的效果影響
EFFECT_UNSUMMONABLE_CARD
=
336
--
不能通常召唤的怪獸(Card.EnableReviveLimit())
EFFECT_UNSUMMONABLE_CARD
=
336
--
N/A
EFFECT_DISABLE_CHAIN_FIELD
=
337
--N/A
EFFECT_DISCARD_COST_CHANGE
=
338
--反制陷阱捨棄手牌的代價改變(解放之阿里阿德涅)
EFFECT_HAND_SYNCHRO
=
339
--用手牌的怪獸當作同步素材
...
...
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