<!--

20211015 添加 FaceID 字段，标识同职业同性别时可能用到的不同脸（20211015只有妖兽男），FaceID只能为1~15
20201020 添加 prof 字段， 标识所属职业
如果没有填写该字段或者填写的值为 0 则表示为默认，为了统一，建议把默认的填写为0， 而不是不填
如果某个职业除了填写prof则使用该填写的配置， 否则使用默认职业配置
prof 需要配置为 id + 1， 比如 pro = 1 就表示武侠、pro = 0 表示默认

职业id对应如下：
PROF_WARRIOR = 0,	//	0:武侠
PROF_MAGE,			//	1:法师
PROF_MONK,			//	2:巫师
PROF_HAG,			//	3:妖精
PROF_ORC,			//	4:妖兽
PROF_GHOST,			//	5:刺客
PROF_ARCHOR,		//	6:羽芒
PROF_ANGEL,			//	7:羽灵
PROF_JIANLING,		//	8:剑灵
PROF_MEILING,		//	9:魅灵
PROF_YEYING,		//	10:夜影
PROF_YUEXIAN,		//	11:月仙
PROF_SHENJI,		//  12:神机
PROF_YUFENG,		//  13:羽锋
	
-->
<themedesc>
<Model CustomPath="Models\\players\\形象\\捏脸男\\捏脸男.SMD" 
	ActionPath="models\\players\\形象\\新羽锋男\\头\\新羽锋男.SMD"  
	FaceTexPath="Models\\customface\\基础贴图\\完美次世代男脸.dds" 
	FaceNormalTexPath="Models\\customface\\基础贴图\\完美次世代男脸_n.dds"
	Gender="male" prof="0"/>
	
<Model CustomPath="Models\\players\\形象\\捏脸女\\捏脸女.SMD" 
	ActionPath="models\\players\\形象\\新神机女\\头\\新神机女.SMD" 
	FaceTexPath="Models\\customface\\Textures\\完美次世代女脸.dds" 
	FaceNormalTexPath="Models\\customface\\Textures\\完美次世代女脸_n.dds"
	Gender="female" prof="0"/>
	
<Model CustomPath="Models2\\Players\\形象\\通用高模\\女捏脸头\\女捏脸头.SMD"
	ActionPath="Models2\\Players\\形象\\通用高模\\女通用头\\女通用头.SMD"
	FaceTexPath="Models\\customface\\Textures\\完美次世代女脸.dds" 
	FaceNormalTexPath="Models\\customface\\Textures\\完美次世代女脸_n.dds"
	Gender="female"	prof="1"/>
	
<Model CustomPath="Models2\\Players\\形象\\通用高模\\女捏脸头\\女捏脸头.SMD"
	ActionPath="Models2\\Players\\形象\\通用高模\\女通用头\\女通用头.SMD"
	FaceTexPath="Models\\customface\\Textures\\完美次世代女脸.dds" 
	FaceNormalTexPath="Models\\customface\\Textures\\完美次世代女脸_n.dds"
	Gender="female"	prof="2"/>
	
	
<Model CustomPath="Models2\\Players\\形象\\通用高模\\女捏脸头\\女捏脸头.SMD"
	ActionPath="Models2\\Players\\形象\\通用高模\\女通用头\\女通用头.SMD"
	FaceTexPath="Models\\customface\\Textures\\完美次世代女脸.dds" 
	FaceNormalTexPath="Models\\customface\\Textures\\完美次世代女脸_n.dds"
	Gender="female"	prof="13"/>
<Model CustomPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头\\妖兽男头.SMD" 
	ActionPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头\\妖兽男头.SMD"  
	FaceTexPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头\\Textures\\妖兽重置基本体头.dds" 
	FaceNormalTexPath="Models\\customface\\基础贴图\\完美次世代男脸_n.dds"
	Gender="male" prof="5" FaceID="1"/>
<Model CustomPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头02\\妖兽男头02.SMD" 
	ActionPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头02\\妖兽男头02.SMD"  
	FaceTexPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头02\\Textures\\妖兽重置基本体头.dds" 
	FaceNormalTexPath="Models\\customface\\基础贴图\\完美次世代男脸_n.dds"
	Gender="male" prof="5" FaceID="2"/>
<Model CustomPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头03\\妖兽男头03.SMD" 
	ActionPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头03\\妖兽男头03.SMD"  
	FaceTexPath="Models2\\Players\\形象\\通用高模\\妖兽男\\头03\\Textures\\妖兽重置基本体头.dds" 
	FaceNormalTexPath="Models\\customface\\基础贴图\\完美次世代男脸_n.dds"
	Gender="male" prof="5" FaceID="3"/>
</themedesc>