Overview
Comment: | 0.0.1033 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2c1d12f2dbad75ac5924e3604791639d |
User & Date: | 顽雨沉风 on 2023-07-09 05:17:16 |
Other Links: | manifest | tags |
Context
2023-07-09
| ||
05:20 | 0.0.1034 check-in: 74acfec8ea user: 顽雨沉风 tags: trunk | |
05:17 | 0.0.1033 check-in: 2c1d12f2db user: 顽雨沉风 tags: trunk | |
05:16 | 0.0.1032 check-in: f219de36da user: 顽雨沉风 tags: trunk | |
Changes
Modified single/superheavy samurai 1.lua from [4bb389c949] to [d10e282cd5].
1 | --[[message | < < > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | --[[message ]] --created by puzzle editor --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("z2001jx") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,7800,0,0) --自己的怪兽区 --对方的怪兽区 |
︙ | ︙ | |||
29 30 31 32 33 34 35 | Debug.AddCard(3117804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --超重武者 大弁庆-K --对方的卡组 --自己的额外 Debug.AddCard(28912357,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --齿轮齿巨人 X Debug.ReloadFieldEnd() aux.BeginPuzzle() | < < < < < | < | 30 31 32 33 34 35 36 37 | Debug.AddCard(3117804,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK) --超重武者 大弁庆-K --对方的卡组 --自己的额外 Debug.AddCard(28912357,0,0,LOCATION_EXTRA,0,POS_FACEDOWN_ATTACK) --齿轮齿巨人 X Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |