更新 shared/jsons 遊戲表至 SD2-Dev 最新版

根本原因:
build-templates/shared/jsons 是重構時從 LP_Bot 搬來的舊版表,缺少 18 系列
新機台的設定,SD 面板進新機台時 Slotset 查無資料會載入失敗。

影響:
同步 7 個既有表(slotset、fixed、string、currency、cluster_1310、
count_1801、gamesettings)並新增 count_1803~1806 四個新機台表。

修法:
自 D:\Web\Source\_SD2\SD2-Dev(git pull 最新)的 _Debug/shared/jsons
整批覆蓋過來。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 11:08:23 +08:00
co-authored by Claude Fable 5
parent ebe8c3caca
commit d73f2ea566
11 changed files with 187 additions and 15 deletions
+12 -8
View File
@@ -2,7 +2,7 @@
"preload" : null,
"tablesV3" :
{
"#slotset" : [260209004,0],
"#slotset" : [260707005,0],
"#slot_001" : [240703001,0],
"#slot_005" : [230908002,0],
"#slot_008" : [230911001,0],
@@ -30,11 +30,11 @@
"#slot_1202" : [221219001,0],
"#slot_1701" : [230609001,0],
"#slot_1501" : [221219001,0],
"#string" : [260206001,0],
"#currency" : [260202001,0],
"#string" : [260722001,0],
"#currency" : [260409001,0],
"#fish2003" : [230220001,0],
"#line" : [221219001,0],
"#fixed" : [251215001,0],
"#fixed" : [260515001,0],
"#language" : [230321001,0],
"#nine_sicbo" : [221219001,0],
"#monkeytower" : [221219001,0],
@@ -103,9 +103,13 @@
"#slot_071" : [240731001,0],
"#slot_073" : [240423001,0],
"#slot_072" : [240626002,0],
"#cluster_1310" : [260318001,0],
"#count_1801" : [260316005,0],
"#cluster_1311" : [260318001,0],
"#count_1802" : [260316005,0]
"#cluster_1310" : [260323002,0],
"#count_1801" : [260514009,0],
"#cluster_1311" : [260323002,0],
"#count_1802" : [260514008,0],
"#count_1803" : [260730005,0],
"#count_1804" : [260727021,0],
"#count_1806" : [260714011,0],
"#count_1805" : [260722001,0]
}
}