Overview
| Comment: | 0.0.2447 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
97b92271b2db99a6a30757abfc9b0c80 |
| User & Date: | 顽雨沉风 on 2023-08-02 02:00:52.189 |
| Other Links: | manifest | tags |
Context
|
2023-08-02
| ||
| 02:00 | 0.0.2448 check-in: 295249c2b0 user: 顽雨沉风 tags: trunk | |
| 02:00 | 0.0.2447 check-in: 97b92271b2 user: 顽雨沉风 tags: trunk | |
| 01:59 | 0.0.2446 check-in: fbca5305b2 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [5646400383]
to [96ed822321].
| ︙ | ︙ | |||
154 155 156 157 158 159 160 | local cache_6 local cache_7 local cache_8 local cache_9 local _ | | | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
local cache_6
local cache_7
local cache_8
local cache_9
local _
fun["二_开局说明"] = function() --{
str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"]
, 0
, str["所有区域"]
, str["所有区域"]
, nil)
|
| ︙ | ︙ | |||
225 226 227 228 229 230 231 232 233 234 235 236 237 238 |
.. str["随机抽卡的数量"]
.. "卡 "
end --}
Debug.ShowHint(str["开局说明"])
end --}
--兼容层-------------------------------
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
| > > > > > > > > > > > > > > | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 |
.. str["随机抽卡的数量"]
.. "卡 "
end --}
Debug.ShowHint(str["开局说明"])
end --}
--第二层-------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
--兼容层-------------------------------
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
|
| ︙ | ︙ |