Overview
Comment: | 0.0.1452 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9e3a44bfe10874b8a8faa2cde499c363 |
User & Date: | 顽雨沉风 on 2023-07-15 11:29:36 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
11:29 | 0.0.1453 check-in: e927a21fc7 user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1452 check-in: 9e3a44bfe1 user: 顽雨沉风 tags: trunk | |
11:29 | 0.0.1451 check-in: a32afb3a72 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-26.lua from [eae52bf5fe] to [7df93420bb].
1 2 3 | --[[message 新手教学 ]] | < < < < | 1 2 3 4 5 6 7 8 9 10 | --[[message 新手教学 ]] Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,8000,0,0) Debug.SetPlayerInfo(1,2000,0,0) Debug.AddCard(23851033,0,0,LOCATION_HAND,0,POS_FACEDOWN) local g02=Debug.AddCard(74677422,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g03=Debug.AddCard(74677422,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) |
︙ | ︙ |