GlobalConf.ts 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. export namespace GlobalConf {
  2. export const data = {
  3. "ResetHour": {
  4. "Key": "ResetHour",
  5. "Value": 5
  6. },
  7. "InitGold": {
  8. "Key": "InitGold",
  9. "Value": 0
  10. },
  11. "InitDiamond": {
  12. "Key": "InitDiamond",
  13. "Value": 0
  14. },
  15. "InitCash": {
  16. "Key": "InitCash",
  17. "Value": 0
  18. },
  19. "InitFood": {
  20. "Key": "InitFood",
  21. "Value": 180
  22. },
  23. "FoodRestoreTimeUnit": {
  24. "Key": "FoodRestoreTimeUnit",
  25. "Value": 60
  26. },
  27. "FoodRestoreLimit": {
  28. "Key": "FoodRestoreLimit",
  29. "Value": 180
  30. },
  31. "GenRoleXp": {
  32. "Key": "GenRoleXp",
  33. "Value": 10
  34. },
  35. "MailMaxCount": {
  36. "Key": "MailMaxCount",
  37. "Value": 100
  38. },
  39. "AwardMailExpireDay": {
  40. "Key": "AwardMailExpireDay",
  41. "Value": 7
  42. },
  43. "MailTitleMaxLength": {
  44. "Key": "MailTitleMaxLength",
  45. "Value": 100
  46. },
  47. "MailContentMaxLength": {
  48. "Key": "MailContentMaxLength",
  49. "Value": 200
  50. },
  51. "FateMatId": {
  52. "Key": "FateMatId",
  53. "Value": 2
  54. },
  55. "FateResetCash": {
  56. "Key": "FateResetCash",
  57. "Value": 10
  58. },
  59. "EquipOverflowExpCoef": {
  60. "Key": "EquipOverflowExpCoef",
  61. "Value": 2
  62. },
  63. "EquipOverflowMaterialId": {
  64. "Key": "EquipOverflowMaterialId",
  65. "Value": 2
  66. },
  67. "A11111111111111111111111111": {
  68. "Key": "A11111111111111111111111111",
  69. "Value": "A1111111111111111111111111"
  70. },
  71. "CashTenCallCost": {
  72. "Key": "CashTenCallCost",
  73. "Value": 2520
  74. },
  75. "CashOneCallCost": {
  76. "Key": "CashOneCallCost",
  77. "Value": 280
  78. },
  79. "FriendTenCallCost": {
  80. "Key": "FriendTenCallCost",
  81. "Value": 20
  82. },
  83. "FriendOneCallCost": {
  84. "Key": "FriendOneCallCost",
  85. "Value": 2
  86. },
  87. "FriendRoleRate": {
  88. "Key": "FriendRoleRate",
  89. "Value": 30
  90. },
  91. "RaceTenCallCost": {
  92. "Key": "RaceTenCallCost",
  93. "Value": 10
  94. },
  95. "RaceOneCallCost": {
  96. "Key": "RaceOneCallCost",
  97. "Value": 1
  98. },
  99. "FirstCashTenHero": {
  100. "Key": "FirstCashTenHero",
  101. "Value": 520
  102. },
  103. "TavernEliteMinTime": {
  104. "Key": "TavernEliteMinTime",
  105. "Value": 9
  106. },
  107. "TavernRaceMinTime": {
  108. "Key": "TavernRaceMinTime",
  109. "Value": 9
  110. },
  111. "TavernFreeTime": {
  112. "Key": "TavernFreeTime",
  113. "Value": 82800
  114. },
  115. "RaceChangeCold": {
  116. "Key": "RaceChangeCold",
  117. "Value": 24
  118. },
  119. "TavernBoxFreshTime": {
  120. "Key": "TavernBoxFreshTime",
  121. "Value": 0.1
  122. },
  123. "ActiveRaceCashCost": {
  124. "Key": "ActiveRaceCashCost",
  125. "Value": 10
  126. },
  127. "ArenaReportLimit": {
  128. "Key": "ArenaReportLimit",
  129. "Value": 20
  130. },
  131. "ArenaDailyTickets": {
  132. "Key": "ArenaDailyTickets",
  133. "Value": 5
  134. },
  135. "ArenaInitUserScore": {
  136. "Key": "ArenaInitUserScore",
  137. "Value": 1000
  138. },
  139. "ArenaRankShowCount": {
  140. "Key": "ArenaRankShowCount",
  141. "Value": 20
  142. },
  143. "ArenaProtectRange": {
  144. "Key": "ArenaProtectRange",
  145. "Value": 50
  146. },
  147. "ArenaMatchPhase1": {
  148. "Key": "ArenaMatchPhase1",
  149. "Value": 200
  150. },
  151. "ArenaMatchPhase2": {
  152. "Key": "ArenaMatchPhase2",
  153. "Value": 150
  154. },
  155. "ArenaMatchPhase3": {
  156. "Key": "ArenaMatchPhase3",
  157. "Value": 500
  158. },
  159. "ArenaExtraScoreCondition": {
  160. "Key": "ArenaExtraScoreCondition",
  161. "Value": 10000
  162. },
  163. "ArenaExtraScoreSection": {
  164. "Key": "ArenaExtraScoreSection",
  165. "Value": 50
  166. },
  167. "ArenaExtraScorePerSection": {
  168. "Key": "ArenaExtraScorePerSection",
  169. "Value": 5
  170. },
  171. "ArenaExtraScoreTopRank": {
  172. "Key": "ArenaExtraScoreTopRank",
  173. "Value": 100
  174. },
  175. "ArenaRefreshCD": {
  176. "Key": "ArenaRefreshCD",
  177. "Value": 1
  178. },
  179. "ArenaOpenProgress": {
  180. "Key": "ArenaOpenProgress",
  181. "Value": 1
  182. },
  183. "ArenaBuyFightCash": {
  184. "Key": "ArenaBuyFightCash",
  185. "Value": 20
  186. },
  187. "ArenaExtraScoreMax": {
  188. "Key": "ArenaExtraScoreMax",
  189. "Value": 25
  190. },
  191. "ArenaStandRank": {
  192. "Key": "ArenaStandRank",
  193. "Value": 10
  194. },
  195. "ArenaStandTime": {
  196. "Key": "ArenaStandTime",
  197. "Value": 86400
  198. },
  199. "ArenaMatchNum": {
  200. "Key": "ArenaMatchNum",
  201. "Value": 3
  202. },
  203. "RaceCallActivateCost": {
  204. "Key": "RaceCallActivateCost",
  205. "Value": 300
  206. },
  207. "HungTaskFreshTime": {
  208. "Key": "HungTaskFreshTime",
  209. "Value": 3600
  210. },
  211. "HungTaskRefreshCostCash": {
  212. "Key": "HungTaskRefreshCostCash",
  213. "Value": 30
  214. },
  215. "HungTaskRefreshCostMatId": {
  216. "Key": "HungTaskRefreshCostMatId",
  217. "Value": 18
  218. },
  219. "HungTaskRefreshNum": {
  220. "Key": "HungTaskRefreshNum",
  221. "Value": 5
  222. },
  223. "HungTaskDailyFreeRefreshCount": {
  224. "Key": "HungTaskDailyFreeRefreshCount",
  225. "Value": 3
  226. },
  227. "HungTaskCostCashRate": {
  228. "Key": "HungTaskCostCashRate",
  229. "Value": 10
  230. },
  231. "DuplicateHungStartProcess": {
  232. "Key": "DuplicateHungStartProcess",
  233. "Value": 1
  234. },
  235. "DuplicateHungTimeUnit": {
  236. "Key": "DuplicateHungTimeUnit",
  237. "Value": 60
  238. },
  239. "DuplicateHungMaxCount": {
  240. "Key": "DuplicateHungMaxCount",
  241. "Value": 720
  242. },
  243. "DuplicateHungSpeedCount": {
  244. "Key": "DuplicateHungSpeedCount",
  245. "Value": 120
  246. },
  247. "DuplicateHungMaxEquipCount": {
  248. "Key": "DuplicateHungMaxEquipCount",
  249. "Value": 50
  250. },
  251. "ArenaReportExpireDay": {
  252. "Key": "ArenaReportExpireDay",
  253. "Value": 3
  254. },
  255. "ResDuplicateFree": {
  256. "Key": "ResDuplicateFree",
  257. "Value": 2
  258. },
  259. "FriendApplyNumLimit": {
  260. "Key": "FriendApplyNumLimit",
  261. "Value": 20
  262. },
  263. "FriendNumLimit": {
  264. "Key": "FriendNumLimit",
  265. "Value": 40
  266. },
  267. "FriendDailyGiftGetLimit": {
  268. "Key": "FriendDailyGiftGetLimit",
  269. "Value": 10
  270. },
  271. "FriendDailyGiftSendLimit": {
  272. "Key": "FriendDailyGiftSendLimit",
  273. "Value": 20
  274. },
  275. "FriendOpenLevel": {
  276. "Key": "FriendOpenLevel",
  277. "Value": 21
  278. },
  279. "FriendOverTime": {
  280. "Key": "FriendOverTime",
  281. "Value": 48
  282. },
  283. "FriendRecommendCount": {
  284. "Key": "FriendRecommendCount",
  285. "Value": 10
  286. },
  287. "FriendMessageMax": {
  288. "Key": "FriendMessageMax",
  289. "Value": 3000
  290. },
  291. "FriendGiftId": {
  292. "Key": "FriendGiftId",
  293. "Value": 10034
  294. },
  295. "FriendRecommendFilterDay": {
  296. "Key": "FriendRecommendFilterDay",
  297. "Value": 2
  298. },
  299. "FriendSearchNameShowCount": {
  300. "Key": "FriendSearchNameShowCount",
  301. "Value": 7
  302. },
  303. "ChatMaxLen": {
  304. "Key": "ChatMaxLen",
  305. "Value": 100
  306. },
  307. "ChatMaxLenCn": {
  308. "Key": "ChatMaxLenCn",
  309. "Value": 150
  310. },
  311. "ChatMaxLenEn": {
  312. "Key": "ChatMaxLenEn",
  313. "Value": 100
  314. },
  315. "ChatBlackTime": {
  316. "Key": "ChatBlackTime",
  317. "Value": 1
  318. },
  319. "ChatMaxCount": {
  320. "Key": "ChatMaxCount",
  321. "Value": 30
  322. },
  323. "PersonalInfoChangeCost": {
  324. "Key": "PersonalInfoChangeCost",
  325. "Value": 200
  326. },
  327. "FirstAccPayLimitTime": {
  328. "Key": "FirstAccPayLimitTime",
  329. "Value": 7
  330. },
  331. "FirstAccPayCash": {
  332. "Key": "FirstAccPayCash",
  333. "Value": 1000
  334. },
  335. "MonthCardDays": {
  336. "Key": "MonthCardDays",
  337. "Value": 30
  338. },
  339. "MonthCardSuperCash": {
  340. "Key": "MonthCardSuperCash",
  341. "Value": 880
  342. },
  343. "MonthCardNormalCash": {
  344. "Key": "MonthCardNormalCash",
  345. "Value": 300
  346. },
  347. "MonthCardSuperReward": {
  348. "Key": "MonthCardSuperReward",
  349. "Value": "user.cash:200"
  350. },
  351. "MonthCardNormalReward": {
  352. "Key": "MonthCardNormalReward",
  353. "Value": "user.cash:100"
  354. },
  355. "LegionTechLimitShowLv": {
  356. "Key": "LegionTechLimitShowLv",
  357. "Value": 5
  358. },
  359. "LegionTechResetCash": {
  360. "Key": "LegionTechResetCash",
  361. "Value": 300
  362. },
  363. "AcmPayExtraCash": {
  364. "Key": "AcmPayExtraCash",
  365. "Value": 100
  366. },
  367. "ArenaResetHour": {
  368. "Key": "ArenaResetHour",
  369. "Value": 21
  370. },
  371. "MaxNameLength": {
  372. "Key": "MaxNameLength",
  373. "Value": 20
  374. },
  375. "MaxNameLengthCn": {
  376. "Key": "MaxNameLengthCn",
  377. "Value": 30
  378. },
  379. "MaxNameLengthEn": {
  380. "Key": "MaxNameLengthEn",
  381. "Value": 20
  382. },
  383. "MaxNameLengthKr": {
  384. "Key": "MaxNameLengthKr",
  385. "Value": 30
  386. },
  387. "TimeUpDrawMatId": {
  388. "Key": "TimeUpDrawMatId",
  389. "Value": 16
  390. },
  391. "SingleWarMaxTeamNum": {
  392. "Key": "SingleWarMaxTeamNum",
  393. "Value": 5
  394. },
  395. "SingleWarTeamMinRoleNum": {
  396. "Key": "SingleWarTeamMinRoleNum",
  397. "Value": 3
  398. },
  399. "SingleWarBuyFightCash": {
  400. "Key": "SingleWarBuyFightCash",
  401. "Value": 50
  402. },
  403. "SingleWarDailyTickets": {
  404. "Key": "SingleWarDailyTickets",
  405. "Value": 5
  406. },
  407. "SingleWarMatchPhase2Num": {
  408. "Key": "SingleWarMatchPhase2Num",
  409. "Value": 3
  410. },
  411. "SingleWarMatchPhase3Num": {
  412. "Key": "SingleWarMatchPhase3Num",
  413. "Value": 2
  414. },
  415. "SingleWarMatchNum": {
  416. "Key": "SingleWarMatchNum",
  417. "Value": 5
  418. },
  419. "SingleWarRankShowCount": {
  420. "Key": "SingleWarRankShowCount",
  421. "Value": 20
  422. },
  423. "SingleWarReportLimit": {
  424. "Key": "SingleWarReportLimit",
  425. "Value": 20
  426. },
  427. "SingelWarDefaultChangeScore": {
  428. "Key": "SingelWarDefaultChangeScore",
  429. "Value": 20
  430. },
  431. "SinglewarRobotScoreReset": {
  432. "Key": "SinglewarRobotScoreReset",
  433. "Value": 1
  434. },
  435. "SinglewarProtectStageScore": {
  436. "Key": "SinglewarProtectStageScore",
  437. "Value": 1000
  438. },
  439. "SingleWarDefendWinScore": {
  440. "Key": "SingleWarDefendWinScore",
  441. "Value": 60
  442. },
  443. "SingleWarDefendLoseScore": {
  444. "Key": "SingleWarDefendLoseScore",
  445. "Value": 60
  446. },
  447. "SingleWarDefaultStageCoef": {
  448. "Key": "SingleWarDefaultStageCoef",
  449. "Value": 0
  450. },
  451. "GameCurrency": {
  452. "Key": "GameCurrency",
  453. "Value": "Rmb"
  454. },
  455. "VoucherExchangeRate": {
  456. "Key": "VoucherExchangeRate",
  457. "Value": 10
  458. },
  459. "CashTenCallRoleProcectCount": {
  460. "Key": "CashTenCallRoleProcectCount",
  461. "Value": 5
  462. },
  463. "CallRoleProtectCheckSsrNum": {
  464. "Key": "CallRoleProtectCheckSsrNum",
  465. "Value": 2
  466. },
  467. "FirstPayLimitTime": {
  468. "Key": "FirstPayLimitTime",
  469. "Value": 7
  470. },
  471. "ChatOpenLevel": {
  472. "Key": "ChatOpenLevel",
  473. "Value": 35
  474. },
  475. "HeroCraftDailyCount": {
  476. "Key": "HeroCraftDailyCount",
  477. "Value": 3
  478. },
  479. "CashTenPurpleMax": {
  480. "Key": "CashTenPurpleMax",
  481. "Value": 2
  482. },
  483. "FirstCashTenPurpleMax": {
  484. "Key": "FirstCashTenPurpleMax",
  485. "Value": 1
  486. },
  487. "FirstCashTenHeroSecond": {
  488. "Key": "FirstCashTenHeroSecond",
  489. "Value": 110
  490. },
  491. "DefaultHeadPic": {
  492. "Key": "DefaultHeadPic",
  493. "Value": 110
  494. },
  495. "BuyGoldCash": {
  496. "Key": "BuyGoldCash",
  497. "Value": 50
  498. },
  499. "BuyGoldDailyTime": {
  500. "Key": "BuyGoldDailyTime",
  501. "Value": 5
  502. },
  503. "SevenDayExtraDuration": {
  504. "Key": "SevenDayExtraDuration",
  505. "Value": 3
  506. },
  507. "TavernCashPoint": {
  508. "Key": "TavernCashPoint",
  509. "Value": 1
  510. },
  511. "TavernRacePoint": {
  512. "Key": "TavernRacePoint",
  513. "Value": 2
  514. },
  515. "TavernWishAddWeightCoef": {
  516. "Key": "TavernWishAddWeightCoef",
  517. "Value": 1.5
  518. },
  519. "TavernWishAccountRewardDay": {
  520. "Key": "TavernWishAccountRewardDay",
  521. "Value": 7
  522. },
  523. "TavernWishAccountRewardCoef": {
  524. "Key": "TavernWishAccountRewardCoef",
  525. "Value": 0.5
  526. },
  527. "AutoBanChat": {
  528. "Key": "AutoBanChat",
  529. "Value": 10080
  530. },
  531. "AutoBanChatJudgeTime": {
  532. "Key": "AutoBanChatJudgeTime",
  533. "Value": 7200
  534. },
  535. "AutoBanChatJudgeNum": {
  536. "Key": "AutoBanChatJudgeNum",
  537. "Value": 5
  538. },
  539. "ChatAccuse": {
  540. "Key": "ChatAccuse",
  541. "Value": 1
  542. },
  543. "WishHeroSsrCount": {
  544. "Key": "WishHeroSsrCount",
  545. "Value": 8
  546. },
  547. "NoClearUpDrawMat": {
  548. "Key": "NoClearUpDrawMat",
  549. "Value": 0
  550. },
  551. "ChatOpenPaid": {
  552. "Key": "ChatOpenPaid",
  553. "Value": 328
  554. },
  555. "DiscountCoef": {
  556. "Key": "DiscountCoef",
  557. "Value": 1
  558. },
  559. "ChatFriendOpenHour": {
  560. "Key": "ChatFriendOpenHour",
  561. "Value": 48
  562. },
  563. "ChatOpenHour": {
  564. "Key": "ChatOpenHour",
  565. "Value": 24
  566. }
  567. };
  568. }