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

9 行
1.2 KiB

Config = Config or {}
Config.Guildbadge = {
[1001] = {id = 1001,name = [[ 战力榜外 ]],level = 2,type = 1,cool = 0,condition = [[ [{rank,999}] ]],note = [[ 社团总战力前3获得 ]],effect = 5,desc = [[ 无 ]],shape = 1001,next = 1002},
[1002] = {id = 1002,name = [[ 战力前3 ]],level = 1,type = 1,cool = 0,condition = [[ [{rank,3}] ]],note = [[ 社团总战力排行前3 ]],effect = 5,desc = [[ 无 ]],shape = 1001,next = 0},
[2001] = {id = 2001,name = [[ 活跃榜外 ]],level = 2,type = 6,cool = 0,condition = [[ [{rank,999}] ]],note = [[ 社团活跃度前10获得 ]],effect = 5,desc = [[ 无 ]],shape = 2001,next = 2002},
[2002] = {id = 2002,name = [[ 活跃前10 ]],level = 1,type = 6,cool = 0,condition = [[ [{rank,10}] ]],note = [[ 社团活跃度排行前10 ]],effect = 5,desc = [[ 无 ]],shape = 2002,next = 0},
[3001] = {id = 3001,name = [[ 本国榜外 ]],level = 2,type = 2,cool = 0,condition = [[ [{rank,999}] ]],note = [[ 本国团战总输出前10获得 ]],effect = 5,desc = [[ 无 ]],shape = 3001,next = 3002},
[3002] = {id = 3002,name = [[ 本国前10 ]],level = 1,type = 2,cool = 0,condition = [[ [{rank,10}] ]],note = [[ 本国团战总输出排行前10 ]],effect = 5,desc = [[ 无 ]],shape = 3002,next = 0},
}