Overview
Comment: | 0.0.1070 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0ca660d211c3352db1f4b98a9bcc2ac1 |
User & Date: | 顽雨沉风 on 2023-07-10 09:40:58 |
Other Links: | manifest | tags |
Context
2023-07-10
| ||
09:47 | 0.0.1072 check-in: 8b4f62cde0 user: 顽雨沉风 tags: trunk | |
09:40 | 0.0.1070 check-in: 0ca660d211 user: 顽雨沉风 tags: trunk | |
09:37 | 0.0.1069 check-in: fee70f269d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-27.lua from [129e3a733f] to [0157afa158].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + - - | Debug.SetPlayerInfo(0,51100,0,0) Debug.SetPlayerInfo(1,34600,0,0) Debug.AddCard(36736723,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(63977008,0,0,LOCATION_HAND,0,POS_FACEDOWN) Debug.AddCard(53855409,0,0,LOCATION_HAND,0,POS_FACEDOWN) local g02=Debug.AddCard(13582837,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g12=Debug.AddCard(27134689,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g12=Debug.AddCard(7153114,1,1,LOCATION_SZONE,2,POS_FACEUP_ATTACK) local m01=Debug.AddCard(26864586,0,0,LOCATION_SZONE,1,POS_FACEDOWN) --~ Debug.AddCard(61844784,0,0,LOCATION_GRAVE,0,POS_FACEUP) local m02=Debug.AddCard(403847,0,0,LOCATION_SZONE,2,POS_FACEUP) local m03=Debug.AddCard(8529136,0,0,LOCATION_SZONE,3,POS_FACEDOWN) local c1=Debug.AddCard(67616300,0,0,LOCATION_SZONE,5,POS_FACEUP) |