promotional bannermobile promotional banner

Companion Codex - Vault Hunters Addon

Run Vault's like Iskall😁- Create companion parties

File Details

companioncodex-1.0.1.jar

  • R
  • Jun 8, 2026
  • 189.05 KB
  • 14
  • 1.18.2
  • Forge

File Name

companioncodex-1.0.1.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:companion-codex-1564485:8216854")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changed

  • Companion search reworked. The query now splits into a name part and # modifier clauses:
    • Plain text searches the companion's name only (case-insensitive; multiple words must all match).
    • # clauses search the companion's modifiers (temporal + relics) by both their internal id and their in-game display name — e.g. #coin finds bronze_nuke ("Coin Explosion").
    • Each # starts a new clause and may contain spaces, so display-name phrases stay intact (#coin explosion).
    • Numeric filters: #ornate>=2 (number of matching modifiers), #level>=50 / #lvl<30 (companion level). Operators: =, ==, !=, <, <=, >, >=.
    • Status filters: #sleeping, #retired.
    • Negation: a leading ! inverts any # clause — #!ornate, #!sleeping, #!retired.
    • All terms combine with AND, and name + # filters can be mixed: fluffy #lvl>=50 #!sleeping #coin.

Added

  • Modifier searches now match the human display name, not just the internal id.
  • ! negation for modifier and status filters.
  • #sleeping / #retired status filters.