In Progress Duplicate item ID.

Users who are viewing this thread

Version number
1.2.0
Branch
Beta
Modded/unmodded
No, I didn't use any mods.

世界知名伟人

Sergeant at Arms
There are two items in "horse_and_others.xml" have the same id, which is used by troop "Sturgian Horse Raider". I believe it's a bug.

XML:
  <Item id="celtic_frost"
        name="{=avXZdUvi}Fur Saddle"
        mesh="horse_harness_saxon_new"
        is_merchandise="false"
        weight="16"
        appearance="0.5"
        Type="HorseHarness">
    <ItemComponent>
      <Armor body_armor="12"
             mane_cover_type="all"
             maneuver_bonus="0"
             speed_bonus="0"
             reins_mesh="horse_harness_saxon_new_rein"
             charge_bonus="0"
             family_type="1"
             material_type="Leather" />
    </ItemComponent>
    <Flags Civilian="true" />
  </Item>

XML:
  <Item id="celtic_frost"
        name="{=XkwOTdVQ}Celtic Frost"
        mesh="horse_harness_saxon_new"
        is_merchandise="false"
        weight="26"
        appearance="0.5"
        Type="HorseHarness">
    <ItemComponent>
      <Armor body_armor="78"
             mane_cover_type="none"
             tail_cover_type="none"
             maneuver_bonus="0"
             speed_bonus="0"
             reins_mesh="horse_harness_saxon_new_rein"
             charge_bonus="0"
             family_type="1"
             material_type="Chainmail" />
    </ItemComponent>
    <Flags Civilian="true" />
  </Item>
 
Back
Top Bottom