Dragon Age Wiki
Advertisement
Dragon Age Wiki


Master Shapeshifter is a mage spell from the Shapeshifter specialization in Dragon Age: Origins.

Information[]

Upgrade to Spider Shape, Bear Shape and Flying Swarm.

In addition, the caster's shapeshift form attributes (e.g., Strength, Dexterity, etc.) will be calculated as if their Spellpower were 10 higher:

float fLevel = bPlotForm
    ? IntToFloat(GetLevel(oCaster))
    : (GetCreatureSpellPower(oCaster) / 5.0f);

if (bMastery)
{
    fLevel += 2.0f;
}

Gallery[]

See also[]

Advertisement