Overview
Comment: | 0.0.1638 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
399df43325402cffd1e9a879fbc0b3c0 |
User & Date: | 顽雨沉风 on 2023-07-16 01:43:56 |
Other Links: | manifest | tags |
Context
2023-07-16
| ||
01:44 | 0.0.1639 check-in: 7f2e497789 user: 顽雨沉风 tags: trunk | |
01:43 | 0.0.1638 check-in: 399df43325 user: 顽雨沉风 tags: trunk | |
01:43 | 0.0.1637 check-in: a62c62eca5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-14.lua from [1ec5d42a39] to [e9e2eaa727].
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | + - - | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,500,0,0) local g12=Debug.AddCard(91152256,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local m01=Debug.AddCard(87772572,0,0,LOCATION_SZONE,1,POS_FACEDOWN) local m02=Debug.AddCard(61420130,0,0,LOCATION_SZONE,2,POS_FACEDOWN) Debug.ReloadFieldEnd() Debug.ShowHint("尝试一下陷阱卡变成的怪兽") aux.BeginPuzzle() |