人物字体配置、NPC、怪物称号与文字颜色都在一个文件里处理,因此这里统一说明。所有配置都存放在roleinfo.json文件里
JavaScript
{
“default_mon_color” : “245,245,245”,
“default_npc_color” : “0,255,0”,
“default_guild_Color” : “0,255,255”,
“default_player_Color” : “245,245,245”,
“default_font_size” : 13,
“hp_font_size” : 12,
“showCustomPlayerColor” : true,
“mon_cfg” : {
“练功师” : {“color”:“127,255,0”},
“护卫” : {
“color”:“30,144,255”
“effect” : {
“material” : “huwei”,
“start”: 1,
“endidx”: 9,
“interval”: 0.4,
“sc” : 1,
“offsetx” : 0,
“offsety” : 10
}
}
},
“npc_cfg” : {
“游戏助理” : {“color”:“30,144,255”},
“盟重老兵” : {
“color”:“127,255,0”,
“effect” : {
“material” : “labing”,
“start”: 1,
“endidx”: 9,
“interval”: 0.4,
“sc” : 1,
“offsetx” : 0,
“offsety” : 10
}
}
}
}
素材目录
称号的素材存放位置为: rs\pic\bzmir\fenghao 目录下。