Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

Captain_Octavius

Uploaded by

Maegfaer

Virus scan

Safe to use

Tags for this mod

About this mod

Allows you to 'copy to clipboard' the player's equipment in <EquipmentRoster> XML format at the press of a button. Made for troop mod authors to quickly design and configure troop equipment.

Requirements
Permissions and credits
Changelogs
Inspired by the outdated Inventory XML Print.

Press Tilde (~) key while the inventory menu is open and the XML data will copied to clipboard. Press Ctrl+V in your XML text editor to paste. Output may look something like this (this particular output contains new items from mods):

<EquipmentRoster>
  <equipment slot="Item0" id="Item.vlandia_lance_3_t5" />
  <equipment slot="Item1" id="Item.reinforced_horsemans_kite_shield" />
  <equipment slot="Item2" id="Item.vlandia_2hsword_2_t5" />
  <equipment slot="Item3" id="Item.empire_noble_sword_2_t5" />
  <equipment slot="Head" id="Item.great_prankh_helm" />
  <equipment slot="Cape" id="Item.swadian_shoulders" />
  <equipment slot="Body" id="Item.swadian_plate_armor" />
  <equipment slot="Gloves" id="Item.mail_mitten" />
  <equipment slot="Leg" id="Item.plate_boots" />
</EquipmentRoster>
<equipment slot="Horse" id="Item.noble_horse" />
<equipment slot="HorseHarness" id="Item.chain_barding" />