游戏王残局简化版

Check-in [b345bc2db9]
Login

Check-in [b345bc2db9]

Overview
Comment:0.0.2011
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b345bc2db985e332e121e8aa8a4bcb6a845a4ad3be2f6b53bf001ec30386a446
User & Date: 顽雨沉风 on 2023-07-22 04:15:57
Other Links: manifest | tags
Context
2023-07-22
04:18
0.0.2012 check-in: 63daf9144a user: 顽雨沉风 tags: trunk
04:15
0.0.2011 check-in: b345bc2db9 user: 顽雨沉风 tags: trunk
04:15
0.0.2010 check-in: c132c1a8e8 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [04b7fffde8] to [c66cada8a6].

68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
str["除卡组与额外卡组以外的区域"] = cache_1

cache_1 = cache_1 + LOCATION_DECK
cache_1 = cache_1 + LOCATION_EXTRA

str["所有区域"] = cache_1

str["随机抽卡的前缀"] = "随机抽"
str["随机抽卡的后缀"] = "卡 "


---------------------------------

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin








|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
str["除卡组与额外卡组以外的区域"] = cache_1

cache_1 = cache_1 + LOCATION_DECK
cache_1 = cache_1 + LOCATION_EXTRA

str["所有区域"] = cache_1

str["随机抽卡的前缀"] = "抽"
str["随机抽卡的后缀"] = "卡 "


---------------------------------

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin