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
92bc5f25
Commit
92bc5f25
authored
Mar 25, 2017
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add TYPE_LINK
parent
ec8f3e52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
constant.lua
constant.lua
+4
-3
No files found.
constant.lua
View file @
92bc5f25
...
@@ -53,6 +53,7 @@ TYPE_TOON =0x400000 --卡通
...
@@ -53,6 +53,7 @@ TYPE_TOON =0x400000 --卡通
TYPE_XYZ
=
0x800000
--超量
TYPE_XYZ
=
0x800000
--超量
TYPE_PENDULUM
=
0x1000000
--灵摆
TYPE_PENDULUM
=
0x1000000
--灵摆
TYPE_SPSUMMON
=
0x2000000
--特殊召唤
TYPE_SPSUMMON
=
0x2000000
--特殊召唤
TYPE_LINK
=
0x4000000
--连接
--Attributes 属性
--Attributes 属性
ATTRIBUTE_EARTH
=
0x01
--地
ATTRIBUTE_EARTH
=
0x01
--地
ATTRIBUTE_WATER
=
0x02
--水
ATTRIBUTE_WATER
=
0x02
--水
...
@@ -62,7 +63,7 @@ ATTRIBUTE_LIGHT =0x10 --光
...
@@ -62,7 +63,7 @@ ATTRIBUTE_LIGHT =0x10 --光
ATTRIBUTE_DARK
=
0x20
--暗
ATTRIBUTE_DARK
=
0x20
--暗
ATTRIBUTE_DEVINE
=
0x40
--神
ATTRIBUTE_DEVINE
=
0x40
--神
--Races 种族
--Races 种族
RACE_ALL
=
0xffffff
--全种族
RACE_ALL
=
0x
1
ffffff
--全种族
RACE_WARRIOR
=
0x1
--战士
RACE_WARRIOR
=
0x1
--战士
RACE_SPELLCASTER
=
0x2
--魔法师
RACE_SPELLCASTER
=
0x2
--魔法师
RACE_FAIRY
=
0x4
--天使
RACE_FAIRY
=
0x4
--天使
...
@@ -82,12 +83,12 @@ RACE_BEASTWARRIOR =0x8000 --兽战士
...
@@ -82,12 +83,12 @@ RACE_BEASTWARRIOR =0x8000 --兽战士
RACE_DINOSAUR
=
0x10000
--恐龙
RACE_DINOSAUR
=
0x10000
--恐龙
RACE_FISH
=
0x20000
--鱼
RACE_FISH
=
0x20000
--鱼
RACE_SEASERPENT
=
0x40000
--海龙
RACE_SEASERPENT
=
0x40000
--海龙
RACE_REPTILE
=
0x80000
--爬虫
RACE_REPTILE
=
0x80000
--爬虫
类
RACE_PSYCHO
=
0x100000
--念动力
RACE_PSYCHO
=
0x100000
--念动力
RACE_DEVINE
=
0x200000
--幻神兽
RACE_DEVINE
=
0x200000
--幻神兽
RACE_CREATORGOD
=
0x400000
--创造神
RACE_CREATORGOD
=
0x400000
--创造神
RACE_WYRM
=
0x800000
--幻龙
RACE_WYRM
=
0x800000
--幻龙
RACE_CYBERS
=
0x1000000
--电子
世
界
RACE_CYBERS
=
0x1000000
--电子界
--Reason 卡片到当前位置的原因
--Reason 卡片到当前位置的原因
REASON_DESTROY
=
0x1
--破坏
REASON_DESTROY
=
0x1
--破坏
REASON_RELEASE
=
0x2
--解放
REASON_RELEASE
=
0x2
--解放
...
...
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