源战役客户端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

9 rader
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},
}