ClubFriendMatchConfig.lua 327 B

12345678910111213141516
  1. local root = {
  2. {
  3. id = 1,
  4. roundLists = {1,3},
  5. joinCardLimit = 4,
  6. cardAttack = 4,
  7. baseLevel = 5,
  8. roundAddGold = 3,
  9. lstGoldAddTimes = 2,
  10. lstColorAddTimes = 2,
  11. createMatchcost = 5,
  12. lstHostAddHot = 12,
  13. lstGuestAddHot = 4
  14. }
  15. }
  16. return root