修改弩(嗒束十字弩,瓦兰迪亚的顶级射手装备此弩):
- <Item id="crossbow_f"
- name="{=TBW9E2ao}Bound Crossbow"
- body_name="bo_cross_bow_heavy"
- mesh="crossbow_f"
- culture="Culture.neutral_culture"
- weight="2.0"
- appearance="0.8"
- difficulty="0"
- Type="Crossbow"
- AmmoOffset="0.0, 0.02131, 0.22975"
- item_holsters="crossbow_back:bow_hip:mace_right_hip:bow_hip_2"
- holster_position_shift="0.02,0,-0.4">
- <ItemComponent>
- <Weapon weapon_class="Crossbow"
- ammo_class="Bolt"
- ammo_limit="10"
- thrust_speed="95"
- speed_rating="63"
- missile_speed="97"
- weapon_length="90"
- accuracy="100"
- thrust_damage="100"
- thrust_damage_type="Pierce"
- item_usage="crossbow"
- physics_material="wood_weapon"
- center_of_mass="0,0,0.4">
- <WeaponFlags RangedWeapon="true"
- HasString="true"
- CantReloadOnHorseback="true"
- NotUsableWithOneHand="true"
- TwoHandIdleOnMount="true" />
- </Weapon>
- </ItemComponent>
- <Flags />
- </Item>
复制代码 修改弩箭
- <Item id="bolt_a"
- name="{=JbTCDDb0}Bolt"
- body_name="bo_capsule_arrow"
- holster_body_name="bo_axe_short"
- mesh="bolt_bl_a"
- holster_mesh="bolt_bl_a_quiver"
- flying_mesh="bolt_bl_flying"
- holster_mesh_with_weapon="bolt_bl_a_quiver"
- weight="0.05"
- appearance="1"
- Type="Bolts"
- item_holsters="quiver_bolts:quiver_bolts_2:quiver_back_middle:quiver_back_top">
- <ItemComponent>
- <Weapon weapon_class="Bolt"
- stack_amount="400"
- thrust_speed="0"
- thrust_damage_type="Pierce"
- speed_rating="0"
- missile_speed="10"
- weapon_length="47"
- item_usage=""
- rotation="180, 0, 0"
- physics_material="missile"
- sticking_position="0,-0.47,0"
- sticking_rotation="90,0,0"
- center_of_mass="0,0,-0.1">
- <WeaponFlags AttachAmmoToVisual="true"
- Consumable="true"
- AmmoSticksWhenShot="true"
- AmmoBreaksOnBounceBack="true" />
- </Weapon>
- </ItemComponent>
- <Flags ForceAttachOffHandPrimaryItemBone="true" />
- </Item>
复制代码 |