## 牌型编号对应牌型:10-皇家同花顺、9-同花顺、8-四条、7-葫芦、6-同花、5-顺子、4-三条、3-两对、2-一对、1-高牌 OddsKey = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] # Bonus牌型编号 OddsValue = [0, 0, 0, 3, 4, 5, 8, 40, 60, 100] # Bonus中奖时对应赔率 [PlayerConf] IsNewPlayer = 5 # GameNumber < IsNewPlayer ## JP规则显示配置, -1底部说明,其他按顺序显示 [JackpotInfo.1] info = [ ["-1", "Ps:Must include at least 1 Hole Card.", "0"], ["1", "Royal Flush on the Flop (After 5 Cards)", "30%"], ["2", "Royal Flush on the Turn (After 6 Cards)", "10%"], ["3", "Royal Flush on the River(After 7 Cards)", "5%"], ["4", "Straight Flush", "200,000,000"], ["5", "Four of a Kind", "60,000,000"], ["6", "Full House", "20,000,000"], ] [JackpotInfo.2] info = [ ["-1", "Ps:Must include at least 1 Hole Card.", "0"], ["1", "Royal Flush on the Flop (After 5 Cards)", "30%"], ["2", "Royal Flush on the Turn (After 6 Cards)", "10%"], ["3", "Royal Flush on the River(After 7 Cards)", "5%"], ["4", "Straight Flush", "200,000,000"], ["5", "Four of a Kind", "60,000,000"], ["6", "Full House", "20,000,000"], ] [JackpotInfo.3] info = [ ["-1", "Ps:Must include at least 1 Hole Card.", "0"], ["1", "Royal Flush on the Flop (After 5 Cards)", "30%"], ["2", "Royal Flush on the Turn (After 6 Cards)", "10%"], ["3", "Royal Flush on the River(After 7 Cards)", "5%"], ["4", "Straight Flush", "200,000,000"], ["5", "Four of a Kind", "60,000,000"], ["6", "Full House", "20,000,000"], ] [JackpotInfo.4] info = [ ["-1", "Ps:Must include at least 1 Hole Card.", "0"], ["1", "Royal Flush on the Flop (After 5 Cards)", "30%"], ["2", "Royal Flush on the Turn (After 6 Cards)", "10%"], ["3", "Royal Flush on the River(After 7 Cards)", "5%"], ["4", "Straight Flush", "200,000,000"], ["5", "Four of a Kind", "60,000,000"], ["6", "Full House", "20,000,000"], ]