Overview
Comment: | 0.0.551 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8210af4dfb48ffa4ebdc8165c4292f45 |
User & Date: | 顽雨沉风 on 2023-07-01 12:53:19 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
12:53 | 0.0.552 check-in: daa84b7ff3 user: 顽雨沉风 tags: trunk | |
12:53 | 0.0.551 check-in: 8210af4dfb user: 顽雨沉风 tags: trunk | |
12:52 | 0.0.550 check-in: 4cd4fa6538 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [0986c1e155] to [43dc2dd058].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | str = {} fun = {} str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE if str_2 then if str_2 == 3 then str["规则"] = "大师3 " elseif str_2 == 4 then str["规则"] = "新大师 " end else str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) end | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | str = {} fun = {} str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE if str_2 then if str_2 == 3 then str["规则"] = "大师3 " elseif str_2 == 4 then str["规则"] = "新大师 " elseif str_2 == 5 then str["规则"] = "大师2020 " end else str["规则"] = "大师2020 " end str["Debug.ReloadFieldBegin"](str_1, str_2) end |
︙ | ︙ |
Modified single/19.Let's GaGaGa.lua from [923fa75d6e] to [74cdad5c81].
1 2 3 4 5 6 7 8 9 | --[[message 一起来我我我 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") --~ Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | --[[message 一起来我我我 ]] --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") --~ Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,3) --~ Debug.ReloadFieldBegin( --~ DUEL_ATTACK_FIRST_TURN --~ + DUEL_SIMPLE_AI --~ + DUEL_PSEUDO_SHUFFLE --~ , 5) Debug.SetPlayerInfo(0,700,0,1) Debug.SetPlayerInfo(1,12200,0,0) Debug.AddCard(14785765,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(71453557,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(72355441,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(90673413,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ | ︙ |