- 好友
- 0
- 在线时间
- 1939 小时
- 最后登录
- 2025-6-17
见习骑士

- UID
- 16348
- 第纳尔
- 912
- 精华
- 0
- 互助
- 0
- 荣誉
- 0
- 贡献
- 0
- 魅力
- 2
- 注册时间
- 2007-4-2

 鲜花( 1)  鸡蛋( 0)
|
发表于 2022-8-26 16:32:21
|
显示全部楼层
本帖最后由 一场寂寞 于 2022-8-26 16:35 编辑
H:\SteamLibrary\steamapps\common\Mount & Blade II Bannerlord\Modules\SandBoxCore\ModuleData\items文件夹下的shields.xml
相信这上的字你都认识,<Item id="heavy_round_shield"
name="{=hRKmfw2H}Heavy Round Shield"
body_name="bo_cap_sturgia_shield_a"
shield_body_name="bo_sturgia_shield_a"
recalculate_body="false"
mesh="sturgia_shield_a"
culture="Culture.sturgia"
using_tableau="true"
weight="4.7"
difficulty="0"
appearance="0.9"
Type="Shield"
item_holsters="shield_round:shield_4"
has_lower_holster_priority="true"
holster_position_shift="0,0,0">
<ItemComponent>
<Weapon weapon_class="LargeShield"
body_armor="9"
thrust_speed="86"
thrust_damage="5"
thrust_damage_type="Blunt"
speed_rating="86"
physics_material="wood_shield"
item_usage="hand_shield"
position="-0.02, 0.0, 0.0"
rotation="-15.0,-90.0,-10.0"
weapon_length="70"
center_of_mass="0, 0, 0"
hit_points="500"
item_modifier_group="shield_wood">
<WeaponFlags CanBlockRanged="true"
HasHitPoints="true" />
</Weapon>
</ItemComponent>
<Flags WoodenParry="true"
ForceAttachOffHandPrimaryItemBone="true"
HeldInOffHand="true" />
</Item>
改吧
|
|