← Back

Augment names

An augment's name is rebuilt from whatever is installed in it. Each mod contributes exactly one word, those words fuse where a combination has a name of its own, and the result is capped at 2 words.

Everything below is a lookup table; the logic is one small merge used twice. This page is current from my AugmentNames.cs, so it matches the build.

Words

These are the base words that mods can have. A stat that rolled up differs from one that rolled down. A mod that changes nothing in a fight (a slot expander) contributes no word at all.

Stat rolled up

DamageHeavy
RadiusBroad
RangeSniping

Stat rolled down

DamageBlunted
RadiusFocused
RangeSnubbed

Status effect

PoisonToxic
BurnBurning
ShockShocking
FreezeFrigid
BleedRending
CorrodeCorrosive
BlindBlinding
SlowSluggish

Within one mod 11

One mod can roll several stats at once. Those fuse into a single word on the mod itself, which prevents long stacks on mods the same way it does on abilities.

BluntedBroadDiffuse
BluntedSnipingRanging
BroadHeavyDevastating
BroadSnipingSweeping
BroadSnubbedSmothering
FocusedHeavyLancing
FocusedSnipingNeedling
HeavySnipingPiercing
HeavySnubbedBrutal
BroadHeavySnipingApocalyptic
FocusedHeavySnipingExecutioner's

Across the stack 31

Once every mod has its word, the same merge runs again over the whole set. This pass sees the stat table too. Heavy and Sniping can arrive from one mod that rolled both, or from two separate mods, and either way they should give the same name. Where both tables define a combination, the cross-stack entry wins.

BlindingBurningFlashburn
BluntedBroadDiffuse
BluntedSnipingRanging
BroadBurningImmolating
BroadHeavyDevastating
BroadSnipingSweeping
BroadSnubbedSmothering
BroadToxicMiasmic
BurningCorrosiveIncendiary
BurningFrigidThermobaric
BurningHeavySmouldering
BurningShockingPlasmic
BurningToxicPhlogiston
CorrosiveShockingElectrolytic
CorrosiveToxicVirulent
FocusedHeavyLancing
FocusedShockingArclance
FocusedSnipingNeedling
FrigidHeavyGlacial
FrigidShockingSuperconductive
FrigidToxicCryotoxic
HeavyShockingThunderous
HeavySnipingPiercing
HeavySnubbedBrutal
HeavyToxicEnvenomed
RendingToxicSeptic
ShockingToxicGalvanic
SluggishToxicParalytic
SnipingToxicBlightcaster
BroadHeavySnipingApocalyptic
FocusedHeavySnipingExecutioner's