Overview
| Comment: | 0.0.1785 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1270346ecffc86b8c9991046f055543a |
| User & Date: | 顽雨沉风 on 2023-07-19 06:14:16.006 |
| Other Links: | manifest | tags |
Context
|
2023-07-19
| ||
| 06:16 | 0.0.1786 check-in: 951422472a user: 顽雨沉风 tags: trunk | |
| 06:14 | 0.0.1785 check-in: 1270346ecf user: 顽雨沉风 tags: trunk | |
| 06:12 | 0.0.1784 check-in: d284579690 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [39fc644b19]
to [60c917992f].
| ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + + - - - - + + + + + |
local cache_7
local cache_8
local cache_9
local i
_G.fun = {}
---------------------------------
str["二解弹窗"] = "QB:「你居然二解了,请加群告诉我怎么二解。」"
str["原解弹窗"] = "残局群181175613"
str["规则"] = ""
str["大师3"] = "大师3 "
str["新大师"] = "新大师 "
str["大师2020"] = "大师2020 "
str["不洗牌"] = false
str["无BP"] = false
|
| ︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + |
str["除卡组与额外卡组以外的区域"] = cache_1
cache_1 = cache_1 + LOCATION_DECK
cache_1 = cache_1 + LOCATION_EXTRA
str["所有区域"] = cache_1
---------------------------------
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
|
| ︙ |