源战役客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
441 B

  1. Config = Config or {}
  2. Config.Childfigure = {
  3. ["1@0"] = {child_sex = 1,grow_up_level = 0,model_id = 1001},
  4. ["1@1"] = {child_sex = 1,grow_up_level = 1,model_id = 1011},
  5. ["1@10"] = {child_sex = 1,grow_up_level = 10,model_id = 1021},
  6. ["2@0"] = {child_sex = 2,grow_up_level = 0,model_id = 1002},
  7. ["2@1"] = {child_sex = 2,grow_up_level = 1,model_id = 1012},
  8. ["2@10"] = {child_sex = 2,grow_up_level = 10,model_id = 1022},
  9. }