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
1122d389
Commit
1122d389
authored
Mar 25, 2017
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
678907fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
constant.lua
constant.lua
+11
-1
No files found.
constant.lua
View file @
1122d389
...
@@ -115,7 +115,8 @@ REASON_XYZ =0x200000 --用於超量召喚
...
@@ -115,7 +115,8 @@ REASON_XYZ =0x200000 --用於超量召喚
REASON_REPLACE
=
0x1000000
--代替
REASON_REPLACE
=
0x1000000
--代替
REASON_DRAW
=
0x2000000
--抽卡
REASON_DRAW
=
0x2000000
--抽卡
REASON_REDIRECT
=
0x4000000
--改变去向(大宇宙,带菌等)
REASON_REDIRECT
=
0x4000000
--改变去向(大宇宙,带菌等)
REASON_LINK
=
0x8000000
--
REASON_REVEAL
=
0x8000000
--翻开卡组(森罗)
REASON_LINK
=
0x10000000
--
--Location Reason
--Location Reason
LOCATION_REASON_TOFIELD
=
0x1
--Duel.GetLocationCount()預設值,凱薩競技場
LOCATION_REASON_TOFIELD
=
0x1
--Duel.GetLocationCount()預設值,凱薩競技場
LOCATION_REASON_CONTROL
=
0x2
--Card.IsControlerCanBeChanged()使用
LOCATION_REASON_CONTROL
=
0x2
--Card.IsControlerCanBeChanged()使用
...
@@ -172,6 +173,15 @@ ASSUME_ATTRIBUTE =5
...
@@ -172,6 +173,15 @@ ASSUME_ATTRIBUTE =5
ASSUME_RACE
=
6
ASSUME_RACE
=
6
ASSUME_ATTACK
=
7
ASSUME_ATTACK
=
7
ASSUME_DEFENSE
=
8
ASSUME_DEFENSE
=
8
--Link Marker
LINK_MARKER_BOTTOM_LEFT
=
0x001
LINK_MARKER_BOTTOM
=
0x002
LINK_MARKER_BOTTOM_RIGHT
=
0x004
LINK_MARKER_LEFT
=
0x008
LINK_MARKER_RIGHT
=
0x020
LINK_MARKER_TOP_LEFT
=
0x040
LINK_MARKER_TOP
=
0x080
LINK_MARKER_TOP_RIGHT
=
0x100
--Counter --指示物
--Counter --指示物
COUNTER_WITHOUT_PERMIT
=
0x1000
--可以放置在非特定對象的指示物
COUNTER_WITHOUT_PERMIT
=
0x1000
--可以放置在非特定對象的指示物
COUNTER_NEED_ENABLE
=
0x2000
--在卡片本身放置上述指示物的標記(卡片守衛)
COUNTER_NEED_ENABLE
=
0x2000
--在卡片本身放置上述指示物的標記(卡片守衛)
...
...
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