Overview
| Comment: | 0.0.708 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4be88097db16d58cd6c0afd9c08d49dc |
| User & Date: | 顽雨沉风 on 2023-07-05 10:19:43.936 |
| Other Links: | manifest | tags |
Context
|
2023-07-05
| ||
| 10:20 | 0.0.709 check-in: be78d8f253 user: 顽雨沉风 tags: trunk | |
| 10:19 | 0.0.708 check-in: 4be88097db user: 顽雨沉风 tags: trunk | |
| 10:17 | 0.0.707 check-in: 89c81cb796 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [5b56947206]
to [2a0f816b79].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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
| > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
str = {}
fun = {}
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
if str_2 then
if str_2 == 3 then
str["规则"] = "大师3 "
elseif str_2 == 4 then
str["规则"] = "新大师 "
elseif str_2 == 5 then
|
| ︙ | ︙ |