12345678910111213141516 |
- local root = {
- {
- id = 1,
- roundLists = {1,3},
- joinCardLimit = 4,
- cardAttack = 4,
- baseLevel = 5,
- roundAddGold = 3,
- lstGoldAddTimes = 2,
- lstColorAddTimes = 2,
- createMatchcost = 5,
- lstHostAddHot = 12,
- lstGuestAddHot = 4
- }
- }
- return root
|