Overview
Comment: | 0.0.2587 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c0143e1b7ae8b51a045720474bc7e712 |
User & Date: | 顽雨沉风 on 2023-10-03 07:30:51 |
Other Links: | manifest | tags |
Context
2023-10-03
| ||
07:40 | 0.0.2588 check-in: 57c985197d user: 顽雨沉风 tags: trunk | |
07:30 | 0.0.2587 check-in: c0143e1b7a user: 顽雨沉风 tags: trunk | |
07:28 | 0.0.2586 check-in: 535fccafa4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/奥米伽无限三次方_01_衍生版_01.lua from [bd500c9876] to [c3d6b11115].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | --created by puzzle editor Debug.SetAIName("奥米伽无限三次方_01_衍生版_01") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4) Debug.SetPlayerInfo(0,3800,0,0) Debug.SetPlayerInfo(1,8200,0,0) --自己的怪兽区 Debug.AddCard(4334811,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK) --废铁回收员 Debug.AddCard(37300735,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK) --科技属 喷气猎鹰 Debug.AddCard(29172562,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --弹丸特急 子弹快车 --对方的怪兽区 Debug.AddCard(92176681,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --黑羽-孤高之银风鸦 --~ Debug.AddCard(84025439,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --超级量子机神王 大磁炎 |
︙ |