Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-starter-pack
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-starter-pack
Commits
6f059354
Commit
6f059354
authored
Jun 30, 2017
by
wind2009
Committed by
GitHub
Jun 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload
parent
75fee794
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
single/!连接召唤体验.lua
single/!连接召唤体验.lua
+23
-0
No files found.
single/!连接召唤体验.lua
0 → 100644
View file @
6f059354
--Link summon test
Debug
.
SetAIName
(
"尼亚"
)
Debug
.
ReloadFieldBegin
(
DUEL_ATTACK_FIRST_TURN
+
DUEL_SIMPLE_AI
,
4
)
-- 4 = new master rule
Debug
.
SetPlayerInfo
(
0
,
100
,
0
,
0
)
Debug
.
SetPlayerInfo
(
1
,
3000
,
0
,
0
)
Debug
.
AddCard
(
81275020
,
0
,
0
,
LOCATION_HAND
,
0
,
POS_FACEDOWN
)
--陀螺
Debug
.
AddCard
(
645087
,
0
,
0
,
LOCATION_HAND
,
0
,
POS_FACEDOWN
)
--工具
Debug
.
AddCard
(
50185950
,
0
,
0
,
LOCATION_GRAVE
,
0
,
POS_FACEUP_ATTACK
)
--栗子球
Debug
.
AddCard
(
53932291
,
0
,
0
,
LOCATION_DECK
,
1
,
POS_FACEUP_ATTACK
)
--竹蜻蜓
Debug
.
AddCard
(
59546797
,
0
,
0
,
LOCATION_DECK
,
2
,
POS_FACEUP_ATTACK
)
--妖形杵
Debug
.
AddCard
(
1861629
,
0
,
0
,
LOCATION_EXTRA
,
0
,
POS_FACEDOWN
)
--解码
Debug
.
AddCard
(
46986414
,
1
,
1
,
LOCATION_MZONE
,
2
,
POS_FACEUP_ATTACK
)
--黑魔导
Debug
.
AddCard
(
62279055
,
1
,
1
,
LOCATION_SZONE
,
2
,
POS_FACEDOWN
)
--魔法筒
Debug
.
ReloadFieldEnd
()
Debug
.
ShowHint
(
"体验连接召唤吧!"
)
Debug
.
ShowHint
(
"注意:请在系统设置中关闭自动选择卡片位置!"
)
aux
.
BeginPuzzle
()
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