Difference between revisions of "FMagicCostScale"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Templarion
imported>Templarion
Line 1: Line 1:
FMagicCostScale affects on spell costs. Spell costs are calculated this way:  
FMagicCostScale affects on spell costs. Spell costs are calculated this way:  


'''FMagicCostScale'''*BaseCost*Duration*Magnitude*R/10 = Spell Cost
'''FMagicCostScale'''*BaseCost*Duration*Magnitude*R*(Area*2.25)/10 = Spell Cost


(Where R is either self (1.0), touch (1.0) or target (1.5))
(Where R is either self (1.0), touch (1.0) or target (1.5))
(Where A is either 1.0 or set value.)


''(by Templarion)''
''(by Templarion)''

Revision as of 03:08, 10 May 2006

FMagicCostScale affects on spell costs. Spell costs are calculated this way:

FMagicCostScale*BaseCost*Duration*Magnitude*R*(Area*2.25)/10 = Spell Cost

(Where R is either self (1.0), touch (1.0) or target (1.5)) (Where A is either 1.0 or set value.)

(by Templarion)