Difference between revisions of "GetNthEffectItemActorValue"

205 bytes added ,  20:43, 1 March 2008
EI
imported>WereWolf
m
imported>DragoonWraith
(EI)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
GetNthEffectItemActorValue - gets the actor value of the specified effect item
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
        (actorValueCode:long) GetNthEffectItemActorValue magicItem:ref whichEffect:short
        (actorValueCode:long) GetNthEIAV magicItem:ref whichEffect:short


==Notes==
'''Syntax:'''
*Actor Value Codes:
(actorValueCode:long) GetNthEffectItemActorValue magicItem:ref whichEffect:short
  0:    Strength
 
  1:    Intelligence
(actorValueCode:long) GetNthEIAV magicItem:ref whichEffect:short
  2:    Willpower
 
  3:    Agility
Gets the actor value of the specified effect item.
  4:    Speed
 
  5:    Endurance
'''Actor Value Codes:'''
  6:    Personality
  0:    Strength
  7:    Luck
  1:    Intelligence
  8:    Health
  2:    Willpower
  9:    Magicka
  3:    Agility
10:    Fatigue
  4:    Speed
11:    Encumbrance
  5:    Endurance
12:    Armorer
  6:    Personality
13:    Athletics
  7:    Luck
14:    Blade
  8:    Health
15:    Block
  9:    Magicka
16:    Blunt
  10:    Fatigue
17:    HandToHand
  11:    Encumbrance
18:    HeavyArmor
  12:    Armorer
19:    Alchemy
  13:    Athletics
20:    Alteration
  14:    Blade
21:    Conjuration
  15:    Block
22:    Destruction
  16:    Blunt
23:    Illusion
  17:    HandToHand
24:    Mysticism
  18:    HeavyArmor
25:    Restoration
  19:    Alchemy
26:    Acrobatics
  20:    Alteration
27:    LightArmor
  21:    Conjuration
28:    Marksman
  22:    Destruction
29:    Mercantile
  23:    Illusion
30:    Security
  24:    Mysticism
31:    Sneak
  25:    Restoration
32:    Speechcraft
  26:    Acrobatics
33:    Aggression
  27:    LightArmor
34:    Confidence
  28:    Marksman
35:    Energy
  29:    Mercantile
36:    Responsibility
  30:    Security
37:    Bounty
  31:    Sneak
38:    Fame
  32:    Speechcraft
39:    Infamy
  33:    Aggression
40:    MagickaMultiplier
  34:    Confidence
41:    NightEyeBonus
  35:    Energy
42:    AttackBonus
  36:    Responsibility
43:    DefendBonus
  37:    Bounty
44:    CastingPenalty
  38:    Fame
45:    Blindness
  39:    Infamy
46:    Chameleon
  40:    MagickaMultiplier
47:    Invisibility
  41:    NightEyeBonus
48:    Paralysis
  42:    AttackBonus
49:    Silence
  43:    DefendBonus
50:    Confusion
  44:    CastingPenalty
51:    DetectItemRange
  45:    Blindness
52:    SpellAbsorbChance
  46:    Chameleon
53:    SpellReflectChance
  47:    Invisibility
54:    SwimSpeedMultiplier
  48:    Paralysis
55:    WaterBreathing
  49:    Silence
56:    WaterWalking
  50:    Confusion
57:    StuntedMagicka
  51:    DetectItemRange
58:    DetectLifeRange
  52:    SpellAbsorbChance
59:    ReflectDamage
  53:    SpellReflectChance
60:    Telekinesis
  54:    SwimSpeedMultiplier
61:    ResistFire
  55:    WaterBreathing
62:    ResistFrost
  56:    WaterWalking
63:    ResistDisease
  57:    StuntedMagicka
64:    ResistMagic
  58:    DetectLifeRange
65:    ResistNormalWeapons
  59:    ReflectDamage
68:    ResistParalysis
  60:    Telekinesis
67:    ResistPoison
  61:    ResistFire
68:    ResistShock
  62:    ResistFrost
69:    Vampirism
  63:    ResistDisease
70:    Darkness
  64:    ResistMagic
71:    ResistWaterDamage
  65:    ResistNormalWeapons
  68:    ResistParalysis
  67:    ResistPoison
  68:    ResistShock
  69:    Vampirism
  70:    Darkness
  71:    ResistWaterDamage
  256:    No Actor Value
  256:    No Actor Value


==See Also==
==See Also==
[[SetNthEffectItemActorValue]]
*[[SetNthEffectItemActorValue]]
*[[SetNthEffectItemActorValueC]]


[[Category:Functions]]
[[Category:Functions]]
Line 86: Line 91:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]