Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
49d56986b5a7a0332d139c4ed56a05d3 |
User & Date: | 顽雨沉风 on 2024-07-18 22:51:47 |
Other Links: | manifest | tags |
Context
2024-07-18
| ||
22:52 | 0 check-in: cdb8bec93e user: 顽雨沉风 tags: trunk | |
22:51 | 0 check-in: 49d56986b5 user: 顽雨沉风 tags: trunk | |
22:51 | 0 check-in: 67c567b369 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-14.lua from [500a83dd8d] to [5d3ca7bf7a].
1 2 3 4 5 6 7 8 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 500, 0, 0) | < > | < > | | < < < < < > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 500, 0, 0) local k1 = LOCATION_MZONE Debug.AddCard(91152256, 1, 1, k1, 2, POS_FACEUP_ATTACK) local k1 = LOCATION_SZONE Debug.AddCard(87772572, 0, 0, k1, 1, POS_FACEDOWN) Debug.AddCard(61420130, 0, 0, k1, 2, POS_FACEDOWN) local k1 = LOCATION_PZONE local k1 = LOCATION_DECK local k1 = LOCATION_EXTRA local k1 = LOCATION_GRAVE local k1 = LOCATION_REMOVED local k1 = LOCATION_HAND Debug.ReloadFieldEnd() aux.BeginPuzzle() Debug.ShowHint("尝试一下陷阱卡变成的怪兽") |