Overview
| Comment: | 0.0.761 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
910ffcfd483e73404eaf80912a6794ab |
| User & Date: | 顽雨沉风 on 2023-07-06 13:23:31.522 |
| Other Links: | manifest | tags |
Context
|
2023-07-06
| ||
| 13:29 | 0.0.762 check-in: 7a0c9a98f2 user: 顽雨沉风 tags: trunk | |
| 13:23 | 0.0.761 check-in: 910ffcfd48 user: 顽雨沉风 tags: trunk | |
| 13:21 | 0.0.760 check-in: 346f55de89 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/Furtie_Hubo_01_Dark_Synchro_衍生版_1.lua
from [e770de9da5]
to [59ed84228d].
1 2 3 4 5 6 7 8 9 10 11 |
--[[message
Have you ever wondered why Level Eater is banned?
]]
--Dark Synchro
Debug.SetAIName("Furtie_Hubo")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,500,0,0)
Debug.SetPlayerInfo(1,23600,0,0)
| > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
--[[message
Have you ever wondered why Level Eater is banned?
]]
--~ 必须位于残局文件顶部
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
--Dark Synchro
Debug.SetAIName("Furtie_Hubo")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
Debug.SetPlayerInfo(0,500,0,0)
Debug.SetPlayerInfo(1,23600,0,0)
|
| ︙ | ︙ |