Heavenly Flames Wiki/Stat Channels

What a Flame Actually Changes

Everything a Heavenly Flame grants comes through one registered modifier source — the same mechanism Sacred Bodies uses. No flame has its own bespoke code: a flame declares which perk types it carries (see the grants listed on Flame Ranking), and the modifier source turns "this flame has this perk" into an actual percentage by reading one shared base value per perk type off the server config, then scaling it by the flame's tier multiplier. That is what keeps a twenty-two-flame roster tunable through a handful of numbers instead of ninety.

Reading straight off the code that answers Cultivation, a flame can touch fourteen distinct gameplay channels:

Qi and meditation

ChannelFed byDefault baseNotes
Qi gainQI perk8%QI2 (Emperor Flame only) counts double: 16% at base.
Meditation QiMED perk15%Bonus while actively meditating.

Combat

ChannelFed byDefault baseNotes
Damage dealtDMG perk6%
Unarmed damageUNARMED perk10%Applied on top of Damage Dealt, not instead of it — the same precedent Sacred Bodies' Firmament Overlord Body sets.
Damage takenDEF (reduction) and FRAGILE (increase)6% eachThe two are netted into one percentage before being applied, so a flame carrying both — Eight Wasteland Destruction Flame — reads as a real trade rather than two multipliers quietly cancelling out. Floored at 90% total reduction: no stack of flames or constitutions can reach invulnerability.
Elemental damage immunitya flame's own immune-element set (not a perk, not a percent)Red Lotus Fire ignores Fire outright; Bone Chilling Flame ignores both Ice and Fire; Netherworld Poison Fire ignores Poison. This is a fixed set on the flame itself, with nothing to tune.

Techniques and rituals

ChannelFed byDefault baseNotes
Technique charge speedCHARGE perk12%CHARGE_BIG (Nine Dragon Lightning Flame only) counts double: 24% at base. Floored so a charge can never drop below a tenth of its authored time — an instant-gathered art would stop being a gathered art.
Ritual easeRITUAL perk12%RITUAL_BIG (Six Paths Reincarnation Flame only) counts double: 24% at base. Floored at a quarter of the authored difficulty, so a ritual can never become instantaneous.
Dao-element-lock bypassDAOLOCK perk (Emperor Flame only)A flat boolean, not a percentage — every elemental art becomes usable regardless of Dao.

Dao and alignment

ChannelFed byDefault baseNotes
Dao affinity (own element)Implicit for every elemental flame12%Not a perk a flame opts into. Any flame with a non-null element automatically grants this bonus for that one element — a Fire-aligned flame's affinity bonus applies to Fire, and nothing else.
Yin-shift resistanceYINRESIST perk (Purifying Demonic Lotus Flame only)30%Softens how far a shift toward Yin moves the cultivator. Has no effect on a shift toward Yang.
Yin-Yang balance toleranceYY perk20%Widens the band counted as "balanced" for Yin-Yang purposes.

Presentation

ChannelFed byDefault baseNotes
Aura scaleAURA perk15%Purely cosmetic. AURA2 (Emperor Flame only) counts double: 30% at base.
Meditate in lavaLAVA perk (Red Lotus Fire only)A flat boolean. Turns a lava lake into a viable meditation seat for exactly one flame's holder.

Where these show up

Your Overview page in the Cultivation menu gets a row naming your flame and its tier, plus live percentages for Qi Gain, Damage, Damage Reduction, and Ritual Speed — derived from the exact same reads the combat and progression systems use, so the number on your sheet and the number that actually applies can never drift apart.

Two reserved, inactive fields

The config also ships Alchemy-Speed-Base-Percent-RESERVED and Alchemy-Success-Base-Percent-RESERVED. Neither one does anything yet — Cultivation's alchemy system currently has no per-player speed or success hook to plug into, so these two numbers exist purely so a future patch wiring that up is a config change rather than a fresh release. Changing either one today has no effect on any flame, any player, or anything the Codex says. They are called out here, not hidden, so nobody spends time tuning a knob that isn't connected to anything.

Tier scales everything above

Every base percent in the tables above is multiplied by the held flame's tier before it applies. The five tier multipliers, and everything else a server owner can retune, are covered on Admin and Config.