You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
2022年12月10日 对应游戏版本v1.0.0 皮蛋初版
根元素
类型名
原版路径
Modules\SandBox\ModuleData\heroes.xml
用途
领主/贵族角色的状态,包括
- 生死状态
- 父亲、母亲、配偶
- 所属家族
- 百科全书介绍文本
特点
- 只在创建新存档时读取一次,并以此生成领主/贵族角色。领主的其他数据见NPCCharacters领主wiki页面
- 生成后,角色的数据将保存在存档文件中,载入游戏存档不会使用该文件内的数据。
格式示范
<Hero id="dead_lord_6_4" father="Hero.dead_lord_6_3" alive="false" faction="Faction.clan_khuzait_3" text="{=f9Ha1S0s}Undul was a Khuzait noble of the Arkit clan." />
元素说明
- id
- 该角色的ID
- 不可空
- 见领主角色文档wiki页面
- father
- 该角色的父亲ID
- 以"Hero.角色id"的格式填写
- 可空
- mother
- 该角色的母亲ID
- 以"Hero.角色id"的格式填写
- 可空
- spouse
- 该角色的配偶ID
- 以"Hero.角色id"的格式填写
- 可空
- faction
- 该角色所属的家族id
- 以"Faction.家族id"的格式填写
- 应不可空
- alive
- 该角色的状态是存活还是死亡
- 可填参数:"false"
- 可空,空则默认为"true"