Difference between revisions of "Enchantment Script"

716 bytes added ,  02:27, 25 December 2014
→‎SKSE Member Functions: added GetKeywordRestrictions, SetKeywordRestrictions
imported>CraftySentinel
m (Reverted to List)
imported>Terra Nova2
(→‎SKSE Member Functions: added GetKeywordRestrictions, SetKeywordRestrictions)
 
(One intermediate revision by one other user not shown)
Line 46: Line 46:
:*Returns which effect of the enchantment has the highest cost.
:*Returns which effect of the enchantment has the highest cost.


:'''[[SetNthEffectMagnitude - Enchantment|SetNthEffectMagnitude]](Int ''index'', Float ''value'')'''
:*Sets the magnitude of the specified Effect.
:'''[[SetNthEffectArea - Enchantment|SetNthEffectArea]](Int ''index'', Int ''value'')'''
:*Sets the area of the specified Effect.
:'''[[SetNthEffectDuration - Enchantment|SetNthEffectDuration]](Int ''index'', Int ''value'')'''
:*Sets the duration of the specified Effect.
:'''[[GetBaseEnchantment - Enchantment|GetBaseEnchantment]]()'''
:*Returns the base enchantment of this enchantment
:'''Formlist [[GetKeywordRestrictions]]()'''
:*Returns a formlist of keywords.
:'''[[SetKeywordRestrictions]](Formlist ''newKeywordList'')'''
:* Sets the formlist of keywords.


== Events ==
== Events ==
None
None
Anonymous user