Mount & Blade II: Bannerlord
0 of 0

File information

Last updated

Original upload

Created by

Brandon

Uploaded by

brandonm37211

Virus scan

Some manually verified files

Mod articles

  • Tournament Equipment Configuation and Customization

    The file is a list of rules.  Each rule looks like this:

    {
     "RuleOrder": 1,
     "TargetIgnoreMounted": true,
     "TargetItemTypeString": "Polearm",
     "TargetItemStringId": "",
     "TargetCultureId": "khuzait",
     "ReplacementAddHorse": true,
     "ReplacementItemTypeString": null,
     "ReplacementItemStringId": null,
     "ReplacementCultureId": null
      },

    Rules are cycled through in order of RuleOrder and applied to the tournament sets.  So an earlier rule can invalidate the conditions of a later rule.
    Leaving entries null or blank "" will result in that target or condition being ignored.

    TargetIgnoreMounted - don't apply this rule if the set has a horse
    Ta...