Где находятся ID вещей Bannerlord
Все Bannerlord вещи находятся в одном модуле, но каждый тип вещей разбит на файлы.
Пример:
<Item id="long_desert_robe"
<- Это наш ID предмета, не name="{=bKBa7ahF}Long Simple Robe", mesh="aserai_tunic_long", а именно <Item id=long_desert_robe>
<Item id="long_desert_robe"
name="{=bKBa7ahF}Long Simple Robe"
mesh="aserai_tunic_long"
culture="Culture.aserai"
weight="1.6"
appearance="1"
Type="BodyArmor">
<ItemComponent>
<Armor body_armor="2"
leg_armor="2"
arm_armor="1"
has_gender_variations="true"
covers_body="true"
modifier_group="cloth_unarmoured"
material_type="Cloth" />
</ItemComponent>
<Flags UseTeamColor="true"
Civilian="true" />
</Item>
Путь: Mount Blade 2 Bannerlord -> Modules -> SandBoxCore -> ModuleData -> items
Список файлов:
• arm_armors.xml
• banners.xml
• body_armors.xml
• head_armors.xml
• horses_and_others.xml
• leg_armors.xml
• shields.xml
• shoulder_armors.xml
• tournament_weapons.xml
• weapons.xml
Комментариев 0
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.