源战役客户端
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.
 
 
 
 
 

9 lines
441 B

Config = Config or {}
Config.Childfigure = {
["1@0"] = {child_sex = 1,grow_up_level = 0,model_id = 1001},
["1@1"] = {child_sex = 1,grow_up_level = 1,model_id = 1011},
["1@10"] = {child_sex = 1,grow_up_level = 10,model_id = 1021},
["2@0"] = {child_sex = 2,grow_up_level = 0,model_id = 1002},
["2@1"] = {child_sex = 2,grow_up_level = 1,model_id = 1012},
["2@10"] = {child_sex = 2,grow_up_level = 10,model_id = 1022},
}