源战役客户端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

87 行
3.1 KiB

Config = Config or {}
Config.ConfigStarSpirit = Config.ConfigStarSpirit or {
--编号对应的阵位
POS_TO_LOCATION = {
[1] = {type = 1, pos = 1, open_lv = StarSpiritModel:getInstance().univer_open_li_list[1]},
[2] = {type = 2, pos = 1, open_lv = StarSpiritModel:getInstance().univer_open_li_list[2]},
[3] = {type = 2, pos = 2, open_lv = StarSpiritModel:getInstance().univer_open_li_list[3]},
[4] = {type = 3, pos = 1, open_lv = StarSpiritModel:getInstance().univer_open_li_list[4]},
[5] = {type = 3, pos = 2, open_lv = StarSpiritModel:getInstance().univer_open_li_list[5]},
[6] = {type = 3, pos = 3, open_lv = StarSpiritModel:getInstance().univer_open_li_list[6]},
},
--阵位
POS_TO_LOCATION2 = {
["1@1"] = 1,
["2@1"] = 2,
["2@2"] = 3,
["3@1"] = 4,
["3@2"] = 5,
["3@3"] = 6,
},
--星灵装备的位置
EQUIP_POS = {
[1] = co.TableXY(146, -120),
[2] = co.TableXY(146, 135),
[3] = co.TableXY(-149, -120),
[4] = co.TableXY(-149, 135),
},
UniversePos = {
[1] = co.TableXY(118.5, -37.5),
[2] = co.TableXY(259, 53),
[3] = co.TableXY(-20, 53),
[4] = co.TableXY(-156.5, 126),
[5] = co.TableXY(-18, -162),
[6] = co.TableXY(399.5, 126.5),
},
}
Config.ConfigStarSpirit.TalkInterval = 10 --随机说话间隔
Config.ConfigStarSpirit.Talk = {
[1] = {content = "我们一起学猫叫,汪汪汪汪汪",show_time = 3,content_width = 200},
[2] = {content = "憋说话,吻我",show_time = 3,content_width = 200},
[3] = {content = "打首领可以拿红装哦",show_time = 3,content_width = 200},
[4] = {content = "主人,我们一起去浪漫的海滩吧",show_time = 3,content_width = 200},
[5] = {content = "一觉醒来,天都黑了",show_time = 3,content_width = 200},
[6] = {content = "白羊馆主可以加经验哦,你值得拥有",show_time = 3,content_width = 200},
[7] = {content = "1,2,3,爱就像蓝天白云~突然暴风雨~",show_time = 3,content_width = 200},
[8] = {content = "主人,给我买个vip吧",show_time = 3,content_width = 200},
[9] = {content = "主人,打他",show_time = 3,content_width = 200},
[10] = {content = "主人,不要上,就是怂",show_time = 3,content_width = 200},
[11] = {content = "小哥哥小姐姐们,欢迎来撩",show_time = 3,content_width = 200},
}
Config.ConfigStarSpirit.EquipPos = {
[1] = "星界试炼,星灵争霸获得",
[2] = "星界试炼,星灵争霸获得",
[3] = "星界试炼,星灵争霸获得",
[4] = "星界试炼,星灵争霸获得",
}
Config.ConfigStarSpirit.Casual = {
default = 8,
}
--星灵个性技能转换 键是星灵id 值是技能id
Config.ConfigStarSpirit.SkillParse = {
[1003] = 60500001,
[1007] = 60500002,
[1004] = 60500003,
[1005] = 60500004,
[1006] = 60500005,
[1002] = 60500006,
[3001] = 60500007,
}
Config.ConfigStarSpirit.RareParse = {
[0] = "初学",
[1] = "精锐",
[2] = "勇者",
[3] = "领主",
}