Obtaining

Requires the Jousting mod and a completed Power Consolidation lake. Use the Drop Item control to throw an allowed enchanted lance that you own into a large enough lake, then pay POWER_CONSOLIDATION_SWORD_MANA_COST to create Rhongomyniad.

Usage

Lance properties

Rhongomyniad's stored damage is enchanted damage - RHONGOMYNIAD_NERF_FACTOR × (enchanted damage - unenchanted damage) - 1. The final subtraction separates Minecraft's base attack point from the stored value. Its weight is the offered lance's weight minus 0.02.

It otherwise functions as a Jousting lance, including mounted charge attacks and their normal speed, damage, weight, and unseating behavior. Its durability is controlled by POWER_CONSOLIDATION_DURABILITY.

Mounted charge

While charging Rhongomyniad from a living mount, the mount receives a movement speed multiplier whenever a special target is within RHONGOMYNIAD_RANGE. RHONGOMYNIAD_SPEED_FACTOR controls the bonus, which ends when the charge is released.

Special targets include undead entities, entities holding Morgan, and entities whose names contain a fragment from UNHOLY_WORDS. Entities in POWER_CONSOLIDATION_FEAR_BLACKLIST are excluded from this classification.

Placed mode: periodic Smite

Sneak and right-click with Rhongomyniad in the main hand to place it. Every 40 ticks, it pays RHONGOMYNIAD_MANA_COST and uses Smite on up to RHONGOMYNIAD_MAX_SMITES special targets within RHONGOMYNIAD_RANGE. It draws from nearby Mana Circuits before the owner's mana.

Placed mode: reactive punishment

A placed Rhongomyniad also smites living attackers that damage an entity within RHONGOMYNIAD_RANGE. Each lance pays its own mana cost, and these attacks do not count toward the periodic Smite limit.

When RHONGOMYNIAD_RESPECT_IMMUNE is enabled, the placed lance preserves caster, ally, and Contract protections. When disabled, those protections are ignored.

Retrieval

Only the player who placed Rhongomyniad can retrieve it. Right-click the placed lance to remove it and drop its stored item stack into the world.

Configuration

SettingDefaultRangeEffect
POWER_CONSOLIDATION_BLACKLISTmahoutsukai-server.tomlpower consolidation["mahoutsukai:clarent","mahoutsukai:morgan"]Sword item IDs rejected by Power Consolidation when blacklist mode is enabled, or the only accepted sword IDs when blacklist mode is disabled.
POWER_CONSOLIDATION_CALIBURN_BLACKLIST_TOGGLEmahoutsukai-server.tomlpower consolidationtrueWhen true, POWER_CONSOLIDATION_BLACKLIST rejects matching swords. When false, that list acts as an allowlist and rejects nonmatching swords.
POWER_CONSOLIDATION_DURABILITYmahoutsukai-server.tomlpower consolidation10000–100000000 durabilityMaximum durability of Caliburn.
POWER_CONSOLIDATION_FEAR_BLACKLISTmahoutsukai-server.tomlpower consolidation[]Entity IDs excluded from Caliburn's special target classification, including its Fear and pull effects.
POWER_CONSOLIDATION_SWORD_MANA_COSTmahoutsukai-server.tomlpower consolidation50000–100000000 mana per transformationMana charged to the dropped sword's owner when a valid transformation produces Caliburn.
RHONGOMYNIAD_MANA_COSTmahoutsukai-server.tomlrhongomyniad3000–10000000 mana per activationMana paid by a placed Rhongomyniad for each periodic smite scan or reactive punishment.
RHONGOMYNIAD_MAX_SMITESmahoutsukai-server.tomlrhongomyniad100–10000000 targets per periodic scanMaximum number of special targets smitten during one scan by a placed lance. Reactive punishment of attackers remains unlimited.
RHONGOMYNIAD_NERF_FACTORmahoutsukai-server.tomlrhongomyniad0.6-10000000–10000000Multiplier for the damage difference between an enchanted and unenchanted lance removed when it becomes Rhongomyniad.
RHONGOMYNIAD_RANGEmahoutsukai-server.tomlrhongomyniad200–10000000 blocksRange for Rhongomyniad's mounted speed check, periodic smites while placed, and reactive punishment.
RHONGOMYNIAD_RESPECT_IMMUNEmahoutsukai-server.tomlrhongomyniadfalseControls whether placed Rhongomyniad respects its caster and protections established by allies or Contracts.
RHONGOMYNIAD_SPEED_FACTORmahoutsukai-server.tomlrhongomyniad1.4-10000000–10000000Total movement speed multiplier added to a living mount while Rhongomyniad charges near a special target.
UNHOLY_WORDSmahoutsukai-server.tomlpower consolidation["zomb","vampir","demon","devil","skele","lich","evil","curse","undead","wither"]Name fragments used by Caliburn and Rhongomyniad to classify named entities as special targets, ignoring letter case.