Difference between revisions of "GetNthEffectItemActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
m
imported>DragoonWraith
(EI)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]


GetNthEffectItemActorValue - gets the actor value of the specified effect item
'''Syntax:'''
        (actorValueCode:long) GetNthEffectItemActorValue magicItem:ref whichEffect:short
(actorValueCode:long) GetNthEffectItemActorValue magicItem:ref whichEffect:short
        (actorValueCode:long) GetNthEIAV magicItem:ref whichEffect:short


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

Latest revision as of 19:43, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(actorValueCode:long) GetNthEffectItemActorValue magicItem:ref whichEffect:short
(actorValueCode:long) GetNthEIAV magicItem:ref whichEffect:short

Gets the actor value of the specified effect item.

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

See Also[edit | edit source]