Overview
| Comment: | 0.0.2572 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
76075bb9eb80c17b7508ca56106a5c77 |
| User & Date: | 顽雨沉风 on 2023-10-03 06:50:55.075 |
| Other Links: | manifest | tags |
Context
|
2023-10-03
| ||
| 06:56 | 0.0.2573 check-in: 7d69f71a30 user: 顽雨沉风 tags: trunk | |
| 06:50 | 0.0.2572 check-in: 76075bb9eb user: 顽雨沉风 tags: trunk | |
| 06:50 | 0.0.2571 check-in: 2bad0202f9 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/奥米伽无限三次方_01.lua
from [0a3232a7a7]
to [b6527e7ac2].
1 | --created by puzzle editor | | < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 |
--created by puzzle editor
Debug.SetAIName("奥米伽无限三次方_01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,4)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,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(52481437,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --弹丸特急 子弹快车
--对方的怪兽区
Debug.AddCard(33236860,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK) --黑羽-孤高之银风鸦
Debug.AddCard(84025439,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) --超级量子机神王 大磁炎
|
| ︙ | ︙ |