Overview
| Comment: | 0.0.2047 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dfdb40c9d425462b1fee191625c39594 |
| User & Date: | 顽雨沉风 on 2023-07-23 12:01:55.945 |
| Other Links: | manifest | tags |
Context
|
2023-07-23
| ||
| 12:02 | 0.0.2048 check-in: 9c53880fae user: 顽雨沉风 tags: trunk | |
| 12:01 | 0.0.2047 check-in: dfdb40c9d4 user: 顽雨沉风 tags: trunk | |
| 01:03 | 0.0.2046 check-in: 832da4f615 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [f0186eeb04]
to [96363a35cf].
| ︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + - - - - |
local cache_8
local cache_9
_G.fun = {}
---------------------------------
|
| ︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + + + + + |
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
str["规则表"] = {}
str["规则表"][3] = "大师3 "
str["规则表"][4] = "新大师 "
str["规则表"][5] = "大师2020 "
if str_2 then --{
str["规则"] = str["规则表"][str_2]
--}
else --{
|
| ︙ |