Overview
Comment: | 0.0.1101 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
173fb0bb9e53e1d0d39639f8a1272a5e |
User & Date: | 顽雨沉风 on 2023-07-10 14:40:55 |
Other Links: | manifest | tags |
Context
2023-07-10
| ||
14:42 | 0.0.1102 check-in: 6863002c7a user: 顽雨沉风 tags: trunk | |
14:40 | 0.0.1101 check-in: 173fb0bb9e user: 顽雨沉风 tags: trunk | |
14:39 | 0.0.1100 check-in: d26371a1f7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-46.lua from [541ffb20ce] to [7422515fe1].
1 | --[[message | | < > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | --[[message 剑圣之技! ]] --created by puzzle editor --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("顽雨沉风") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,1400,0,0) Debug.SetPlayerInfo(1,3000,0,0) --自己的怪兽区 --对方的怪兽区 |
︙ | ︙ | |||
24 25 26 27 28 29 30 | --自己除外的卡 --对方除外的卡 --自己的卡组 Debug.AddCard(3918345,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --凤凰剑圣 基亚·弗里德 Debug.ReloadFieldEnd() aux.BeginPuzzle() | < < < < < | < | 26 27 28 29 30 31 32 33 | --自己除外的卡 --对方除外的卡 --自己的卡组 Debug.AddCard(3918345,0,0,LOCATION_DECK,0,POS_FACEDOWN_ATTACK) --凤凰剑圣 基亚·弗里德 Debug.ReloadFieldEnd() aux.BeginPuzzle() fun["开局说明"]() |