Difference between revisions of "Perk Entry Point"

4,855 bytes added ,  01:33, 23 February 2021
→‎Perk Entry Points: disassembly and, in some cases, cross-referencing with Skyrim.esm
imported>Egocarib
(formatting change (feel free to play around with it))
imported>DavidJCobb
(→‎Perk Entry Points: disassembly and, in some cases, cross-referencing with Skyrim.esm)
 
(21 intermediate revisions by 7 users not shown)
Line 1: Line 1:
A list of all the perk entry points.
A list of all the perk entry points.
== Entry Point Functions ==
{| class="wikitable"
|+ Value Function: These functions allow you to modify the value specified by the entry point's type.
|-
! Name !! Value =
|-
| Absolute Value || <nowiki>|</nowiki>Value<nowiki>|</nowiki>
|-
| Negative Absolute Value || -<nowiki>|</nowiki>Value<nowiki>|</nowiki>
|-
| Set Value || X
|-
| Add Value || Value + X
|-
| Multiply Value || Value * X
|-
| Add Range to Value || Value + [[RandomFloat_-_Utility|Random]](X, Y)
|-
| Add Actor Value Mult || Value + [[actor value|A]] * X
|-
| Set to Actor Value Mult || [[actor value|A]] * X
|-
| Multiply Actor Value Mult || Value * [[actor value|A]] * X
|-
| Multiply 1 + Actor Value Mult || Value * (1+[[actor value|A]] * X)
|-
! colspan=2| X and Y are always ''fixed'' floating point numbers; A is always an [[Actor Value]], ''dynamically'' consulted.
|}


== Perk Entry Points ==
== Perk Entry Points ==
Line 7: Line 37:
!style="text-align:left;"|Description
!style="text-align:left;"|Description
|-
|-
|  valign="top" style="width: 25%;"|'''Activate'''
|  valign="top" style="width: 25%;"|Activate
|Adds a new choice to show in addition to the normal activation prompt
|Adds a new choice to show in addition to the normal activation prompt
* '''Button Label''': The button text for the new choice.
* '''Button Label''': The button text for the new choice.
Line 17: Line 47:
** '''akActor''': the actor that did the activation (perk owner).
** '''akActor''': the actor that did the activation (perk owner).
|-
|-
 
|valign="top"|Add Leveled List On Death
| valign="top" style="width: 25%;"|'''Add Leveled List On Death'''
|'''Add Leveled List''': The specified [[LeveledItem]] list to add to the target upon death.
|'''Add Leveled List''': The specified [[LeveledItem]] list to add to the target upon death.
|-
|-
 
|valign="top"|Adjust Book Skill Points
| valign="top" style="width: 25%;"|Adjust Book Skill Points
|
|
|-
|-
 
|valign="top"|Adjust Limb Damage - Not Used
| valign="top" style="width: 25%;"|Adjust Limb Damage - Not Used
|Scales the damage that a limb's actor value receives from an attack. Limbs are hardcoded, and while Skyrim still has the "limb condition" actor values from Fallout, it doesn't have the same limb list, so this isn't really usable in practice.
|
|-
|-
 
|valign="top"|Allow Mount Actor
| valign="top" style="width: 25%;"|Allow Mount Actor
|
|
|-
|-
 
|valign="top"|Apply Bashing Spell
| valign="top" style="width: 25%;"|Apply Bashing Spell
|Applies a spell to the target when the perk owner successfully bashes him/her (with a shield or weapon)
|Applies a spell to the target when the perk owner successfully bashes him/her (with a shield or weapon)
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
|-
|-
 
|valign="top"|Apply Combat Hit Spell
| valign="top" style="width: 25%;"|Apply Combat Hit Spell
|Applies a spell to the target when the perk owner successfully hits him/her
|Applies a spell to the target when the perk owner successfully hits him/her
* A combat hit is considered a hit with a melee weapon, therefore hand to hand, Magic and Archery will not cause this perk to activate.
* A combat hit is considered a hit with a melee weapon, therefore hand to hand, Magic and Archery will not cause this perk to activate.
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
See also: [[Talk:Perk_Entry_Point|talk page]]
|-
|-
 
|valign="top"|Apply Reanimate Spell
| valign="top" style="width: 25%;"|Apply Reanimate Spell
|Applies a spell to all actors reanimated by the perk owner. (However, see [[Talk:Perk_Entry_Point|talk page]])
|Applies a spell to all actors reanimated by the perk owner.
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
|-
|-
 
|valign="top"|Apply Sneaking Spell
| valign="top" style="width: 25%;"|Apply Sneaking Spell
|Applies a spell to the owner while sneaking. Boethiah's Ebony Mail is a good example of this.
|Applies a spell to the owner while sneaking. Beothia's Ebony Mail is a good example of this.
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
|-
|-
 
|valign="top"|Apply Weapon Swing Spell
| valign="top" style="width: 25%;"|Apply Weapon Swing Spell
|Targets attacking the perk owner appear to gain a perk with 'Apply Combat Hit Spell' using the specified spell.
|Targets attacking the perk owner appear to gain a perk with 'Apply Combat Hit Spell' using the specified spell.
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
* Spell archetype must be Fire and Forget - Contact, Constant Effect - Contact, or Constant Effect - Self
|-
|-
 
|valign="top"|Calculate Mine Explode Chance
| valign="top" style="width: 25%;"|Calculate Mine Explode Chance
|Not Used
|Not Used
|-
|-
 
|valign="top"|Calculate My Critical Hit Chance
| valign="top" style="width: 25%;"|Calculate My Critical Hit Chance
|Adjusts the perk owner's critical hit chance. Base chance without perks for the player is zero.
|Adjusts the perk owner's critical hit chance. Base chance without perks for the player is zero.
|-
|-
 
|valign="top"|Calculate My Critical Hit Damage
| valign="top" style="width: 25%;"|Calculate My Critical Hit Damage
|Adjusts the amount of damage a critical hit by the perk owner will inflict. Base critical damage without perks is determined by the weapon (a fixed value assigned to it, like its base damage) which is typically very close to floor(b/2), where b is the base damage. Note that Critical Hit Damage is ''not'' affected by Tempering Health.
|Adjusts the amount of damage a critical hit by the perk owner will inflict. Base critical damage without perks is calculated from the weapon's base damage multiplied by a crit multiplier that appears to vary from weapon type to weapon type (usually around 0.4 or 0.5x)
|-
|-
 
|valign="top"|Calculate Weapon Damage
| valign="top" style="width: 25%;"|Calculate Weapon Damage
|Allows for the modification of the projected damage to a target on during a weapon strike.
|
|-
|-
 
|valign="top"|Can Dual Cast Spell
| valign="top" style="width: 25%;"|Can Dual Cast Spell
|Allows actor to dual cast spells.
|
|-
|-
 
|valign="top"|Can Pickpocket Equipped Item
| valign="top" style="width: 25%;"|Can Pickpocket Equipped Item
|If the result value is non-zero, then the actor will be allowed to pickpocket equipped items off of other actors. The condition subject will be the equipped item that the actor is attempting to pickpocket.
|
|-
|-
 
|valign="top"|Filter Activation
| valign="top" style="width: 25%;"|Filter Activation
|Can be used to prevent (or enable) the perk owner, activating (or in the players case not receiving a activate prompt as well.) the targeted object.
|Can be used to prevent (or enable) the perk owner, activating (or in the players case not receiving a activate prompt as well.) the targeted object.
|-
|-
 
|valign="top"|Get Max Carry Weight
| valign="top" style="width: 25%;"|Get Max Carry Weight
|
|
|-
|-
 
|valign="top"|Get Should Attack
| valign="top" style="width: 25%;"|Get Should Attack
|
|
|-
|-
 
|valign="top"|Ignore Broken Lock
| valign="top" style="width: 25%;"|Ignore Broken Lock
|
|
|-
|-
 
|valign="top"|Ignore Running During Detection
| valign="top" style="width: 25%;"|Ignore Running During Detection
|If this entry point produces a value other than 0, then the actor will be able to run without becoming easier to detect.
|
|-
|-
 
|valign="top"|Make Lockpicks Unbreakable
| valign="top" style="width: 25%;"|Make Lockpicks Unbreakable
|If the result value is non-zero, then the player's lockpicks will be unbreakable.
|
|-
|-
 
|valign="top"|Mod # Applied Enchantments Allowed
| valign="top" style="width: 25%;"|Mod # Applied Enchantments Allowed
|Affects number of enchantments that can be simultaneously applied to a single item.
|Affects number of enchantments that can be simultaneously applied to a single item.
|-
|-
 
|valign="top"|Mod Armor Weight
| valign="top" style="width: 25%;"|Mod Armor Weight
|
|
|-
|-
 
|valign="top"|Mod Attack Damage
| valign="top" style="width: 25%;"|Mod Attack Damage
|Modifies the physical attack damage caused by the perk owner. Modified attack damage is applied to the base weapon damage.
|
|-
|-
 
|valign="top"|Mod Bashing Damage
| valign="top" style="width: 25%;"|Mod Bashing Damage
|
|
|-
|-
 
|valign="top"|Mod Bribe Amount
| valign="top" style="width: 25%;"|Mod Bribe Amount
|
|
|-
|-
 
|valign="top"|Mod Detection Light
| valign="top" style="width: 25%;"|Mod Detection Light
|Scales the influence of lighting conditions on how easily the actor can be detected. The input value computed from the actor's light level, detection lines of sight, and various game settings including the fDetectionNightEyeBonus, iLightLevelExteriorMod, iLightLevelInteriorMod, and iLightLevelMax game settings. The final result value (after all perks are checked) will be rounded to a signed integer. The Sneak and Invisibility actor values are applied after this entry point runs.
|
|-
|-
 
|valign="top"|Mod Detection Movement
| valign="top" style="width: 25%;"|Mod Detection Movement
|
|
|-
|-
 
|valign="top"|Mod Favor Points
| valign="top" style="width: 25%;"|Mod Favor Points
|
|
|-
|-
 
|valign="top"|Mod Incoming Damage
| valign="top" style="width: 25%;"|Mod Incoming Damage
|Adjusts the amount of ''physical'' damage taken by the perk owner.
|Adjusts the amount of ''physical'' damage taken by the perk owner.
|-
|-
 
|valign="top"|Mod Incoming Spell Duration
| valign="top" style="width: 25%;"|Mod Incoming Spell Duration
|Adjusts the duration of spells and spell-like effects applied to the perk owner.
|Adjusts the duration of spells and spell-like effects applied to the perk owner.
|-
|-
 
|valign="top"|Mod Incoming Spell Magnitude
| valign="top" style="width: 25%;"|Mod Incoming Spell Magnitude
|Adjusts the magnitude of magic effects applied to the perk owner. (spells, shouts, weapon enchantments, etc.)
|Adjusts the magnitude of magic effects applied to the perk owner. (spells, shouts, weapon enchantments, etc.)
|-
|-
 
|valign="top"|Mod Incoming Stagger
| valign="top" style="width: 25%;"|Mod Incoming Stagger
|Modifies the amount of stagger sustained by the perk owner when hit.
|Modifies the amount of stagger sustained by the perk owner when hit.
|-
|-
|valign="top"|Mod Percent Blocked
|Modifies how much damage the actor will avoid taking when they block an incoming attack. Checked whenever an attack is blocked.
|-
|valign="top"|Mod Player Intimidation
|Modifies how scary the player is. The player's scariness is computed using the formula


|  valign="top" style="width: 25%;"|Mod Percent Blocked
player level × (1.0 + max(-1.0, (player speech - target speech) ÷ 100))<sup>fIntimidateSpeechcraftCurve</sup>
|
|-


|  valign="top" style="width: 25%;"|Mod Player Intimidation
That value can be modified using this perk entry point, and after that modification, it will be compared to the target's scariness, which is the target's level times the appropriate confidence multiplier, the latter value being one of the game settings that begins with <code>fIntimidateConfidenceMult</code>, chosen based on the target's Confidence actor value. If the player is scarier than the target, then the player will be able to intimidate the target.
|
|-
|-
 
|valign="top"|Mod Player Reputation
| valign="top" style="width: 25%;"|Mod Player Reputation
|
|
|-
|-
 
|valign="top"|Mod Poison Dose Count
| valign="top" style="width: 25%;"|Mod Poison Dose Count
|Adjusts the number of times a poisoned weapon will apply its poison on hit before the poison wears off.
|Adjusts the number of times a poisoned weapon will apply its poison on hit before the poison wears off.
|-
|-
 
|valign="top"|Mod Power Attack Damage
| valign="top" style="width: 25%;"|Mod Power Attack Damage
|Modifies the total damage caused by the perk owner while performing a power attack.
|
|-
|-
 
|valign="top"|Mod Power Attack Stamina
| valign="top" style="width: 25%;"|Mod Power Attack Stamina
|Modifies the amount of stamina consumed by the perk owner while performing a power attack.
|
|-
|-
 
|valign="top"|Mod Secondary Value Weight
| valign="top" style="width: 25%;"|Mod Secondary Value Weight
|Modifies how much the second actor value in a Dual Value Modifier effect is altered.
|
|-
|-
 
|valign="top"|Mod Shield Deflect Arrows
| valign="top" style="width: 25%;"|Mod Shield Deflect Arrows
|Modify the percentage chance that the actor's equipped shield will deflect an incoming arrow. The result value will be clamped to a maximum of 100.
|
|-
|-
 
|valign="top"|Mod Shout OK
| valign="top" style="width: 25%;"|Mod Shout OK
|Tells the game to allow the player (or werewolf) to shout.
|
|-
|-
 
|valign="top"|Mod Soul Gem Enchanting
| valign="top" style="width: 25%;"|Mod Soul Gem Enchanting
|Adjusts soul gem energy during enchantment, affecting the amount of ''charges'' granted to weapon enchantments. No influence on armor enchantments.
|Adjusts soul gem energy during enchantment, affecting the amount of ''charges'' granted to weapon enchantments. No influence on armor enchantments.
|-
|-
 
|valign="top"|Mod Soul Gem Recharge
| valign="top" style="width: 25%;"|Mod Soul Gem Recharge
|Adjusts the amount of energy soul gems provide when used to recharge a weapon's depleted enchantment.
|Adjusts the amount of energy soul gems provide when used to recharge a weapon's depleted enchantment.
|-
|-
 
|valign="top"|Mod Spell Casting Sound Event
| valign="top" style="width: 25%;"|Mod Spell Casting Sound Event
|Checked when a spell is being cast; can be used to prevent NPCs from being able to hear the spell. The input value will be 1.0; change it to 0.0 to make the spell inaudible to NPCs.
|
|-
|-
 
|valign="top"|Mod Spell Cost
| valign="top" style="width: 25%;"|Mod Spell Cost
|Affects casting cost of spells. (This probably also affects skill gain rates as a result.)
|Affects casting cost of spells. (This probably also affects skill gain rates as a result.)
|-
|-
 
|valign="top"|Mod Spell Duration
| valign="top" style="width: 25%;"|Mod Spell Duration
|Affects the duration of spells, potions, ingredients, enchantments, etcetera (anything with an "Effect List" in the Creation Kit)
|
|-
|-
 
|valign="top"|Mod Spell Magnitude
| valign="top" style="width: 25%;"|Mod Spell Magnitude
|Affects the magnitude of spells and spell-like effects (see above)
|
|-
|-
 
|valign="top"|Mod Target Damage Resistance
| valign="top" style="width: 25%;"|Mod Target Damage Resistance
|
|
|-
|-
 
|valign="top"|Mod Target Stagger
| valign="top" style="width: 25%;"|Mod Target Stagger
|Adjusts the amount of stagger targets suffer when hit by this perk owner.
|Adjusts the amount of stagger targets suffer when hit by this perk owner.
|-
|-
 
|valign="top"|Modify Addiction Chance
| valign="top" style="width: 25%;"|Modify Addiction Chance
|When an actor drinks a potion, this modifies the chance that the actor will become addicted to the potion. Bethesda has stated that addiction data isn't used in Skyrim, but reverse-engineering indicates that there are calculations which check for an addiction, compute the chance, and attempt to apply the addiction effect; it's not clear what part of the system is no longer functional.
|
|-
|-
 
|valign="top"|Modify Addiction Duration
| valign="top" style="width: 25%;"|Modify Addiction Duration
|
|
|-
|-
 
|valign="top"|Modify Alchemy Effectiveness
| valign="top" style="width: 25%;"|Modify Alchemy Effectiveness
| Increases (or Decreases) the potency of potions or poisons created by the perk owner.
|
|-
|-
 
|valign="top"|Modify Armor Rating
| valign="top" style="width: 25%;"|Modify Armor Rating
|Modifies the overall Armor Rating of the Perk Owner
|
|-
|-
 
|valign="top"|Modify Bow Zoom
| valign="top" style="width: 25%;"|Modify Bow Zoom
|Decimal values between zero and 1.0 allow increasing amounts of bow zoom. The default value is zero. Some values appear to produce buggy behavior ([[Talk:Perk Entry Point|discussion]]).
|Decimal values between zero and 1.0 allow increasing amounts of bow zoom. The default value is zero. Some values appear to produce buggy behavior ([[Talk:Perk Entry Point|discussion]]).
|-
|-
 
|valign="top"|Modify Buy Prices
| valign="top" style="width: 25%;"|Modify Buy Prices
|
|
|-
|-
 
|valign="top"|Modify Commanded Actor Limit
| valign="top" style="width: 25%;"|Modify Commanded Actor Limit
|Adjusts the number of summoned/commanded actors that can be controlled simultaneously by the perk owner.
|
|-
|-
 
|valign="top"|Modify Detection Sneak Skill
| valign="top" style="width: 25%;"|Modify Detection Sneak Skill
|
|
|-
|-
 
|valign="top"|Modify Enchantment Power
| valign="top" style="width: 25%;"|Modify Enchantment Power
|Affects the magnitude of enchantments applied to an item through crafting by the perk owner. Does not affect the power of worn/wielded/used enchantments.
|Affects the magnitude of enchantments applied to an item by the perk owner.
|-
|-
 
|valign="top"|Modify Enemy Critical Hit Chance
| valign="top" style="width: 25%;"|Modify Enemy Critical Hit Chance
|
|
|-
|-
 
|valign="top"|Modify Falling Damage
| valign="top" style="width: 25%;"|Modify Falling Damage
|Adjust the amount of damage sustained by the perk owner when landing after a long fall.
|
|-
|-
 
|valign="top"|Modify Ingredients Harvested
| valign="top" style="width: 25%;"|Modify Ingredients Harvested
|Affects the number of ingredients obtained from harvesting a single plant.
|Affects the number of ingredients obtained from harvesting a single plant.
|-
|-
 
|valign="top"|Modify Initial Ingredient Effects Learned
| valign="top" style="width: 25%;"|Modify Initial Ingredient Effects Learned
|...when eating an ingredient.
|...when eating an ingredient.
|-
|-
 
|valign="top"|Modify Lockpick Level Allowed
| valign="top" style="width: 25%;"|Modify Lockpick Level Allowed
|
|
|-
|-
 
|valign="top"|Modify Lockpick Sweet Spot
| valign="top" style="width: 25%;"|Modify Lockpick Sweet Spot
|Affects the size of the area that a lockpick must be within in order to move the lock mechanism.
|Affects the size of the area that a lockpick must be within in order to move the lock mechanism.
|-
|-
 
|valign="top"|Modify Lockpicking Crime Chance
| valign="top" style="width: 25%;"|Modify Lockpicking Crime Chance
|Modify the chance that the player will be caught committing a crime when picking locks while detected.
|
|-
|-
 
|valign="top"|Modify Lockpicking Key Reward Chance
| valign="top" style="width: 25%;"|Modify Lockpicking Key Reward Chance
|Modify the chance that the player will be rewarded with the key to a lock if they successfully pick it.
|
|-
|-
 
|valign="top"|Modify Max Placeable Mines
| valign="top" style="width: 25%;"|Modify Max Placeable Mines
|Affects the amount of Runes that can be placed. Some Functions appear not to work as expected, (such as Set Value), however Multiply Value seems to work as desired. Changing multiply value to 2, allows two runes to be placed.
|
|-
|-
 
|valign="top"|Modify Max Pickpocket Chance
| valign="top" style="width: 25%;"|Modify Max Pickpocket Chance
|
|
|-
|-
 
|valign="top"|Modify Player Magic Slowdown
| valign="top" style="width: 25%;"|Modify Player Magic Slowdown
|Modifies the benefit that Players receive from Slow Time effects. Setting it to 1.0 will make the player move at normal speed while under the effects of the slow time effect if it meets the conditions on the spell tab. Default appears to be 0.6 (determined by fVATSPlayerMagicTimeSlowdownMult game setting.)
|No effect (see [[Talk:Perk_Entry_Point|discussion]]).
|-
|-
 
|valign="top"|Modify Positive Chem Duration
| valign="top" style="width: 25%;"|Modify Positive Chem Duration
|
|
|-
|-
 
|valign="top"|Modify Potions Created
| valign="top" style="width: 25%;"|Modify Potions Created
|Affects the number of potions generated when combining a single set of ingredients.
|Affects the number of potions generated when combining a single set of ingredients.
|-
|-
 
|valign="top"|Modify Recover Arrow Chance
| valign="top" style="width: 25%;"|Modify Recover Arrow Chance
|Modify the likelihood that an arrow fired into a target will be recoverable from the target's corpse. The result value will be compared to a random integer between 0 and 100.
|
|-
|-
 
|valign="top"|Modify Recovered Health
| valign="top" style="width: 25%;"|Modify Recovered Health
|
|
|-
|-
 
|valign="top"|Modify Sell Prices
| valign="top" style="width: 25%;"|Modify Sell Prices
|
|
|-
|-
 
|valign="top"|Modify Skill Use
| valign="top" style="width: 25%;"|Modify Skill Use
|Adjusts the skill use factor, changing the amount of experience awarded for using skills. Usually used in combination with the condition function [[EPModSkillUsage_IsAdvanceSkill]].
|Adjusts the skill use factor, changing the amount of experience awarded for using skills.
|-
|-
 
|valign="top"|Modify Sneak Attack Mult
| valign="top" style="width: 25%;"|Modify Sneak Attack Mult
|Adjusts damage multiplier applied to a successful sneak attack.
|Adjusts damage multiplier applied to a successful sneak attack.
|-
|-
 
|valign="top"|Modify Soul Pct Captured To Weapon
| valign="top" style="width: 25%;"|Modify Soul Pct Captured To Weapon
|Determines the percentage of the target's soul that will be applied to recharge an enchanted weapon when that weapon makes a killing blow on the target. The percentage is calculated based on the default soul size of the target (i.e. the size soul gem it would fill if soul trapped).
|Determines the percentage of the target's soul that will be applied to recharge an enchanted weapon when that weapon makes a killing blow on the target. Pct is calculated based on the default soul size of the target (i.e. the size soul gem it would fill if soul trapped).
|-
|-
 
|valign="top"|Modify Spell Range (Target Loc.)
| valign="top" style="width: 25%;"|Modify Spell Range (Target Loc.)
|Modify the maximum range of spells that require the caster to target a location; for example, limiting this perk to rune spells would allow you to modify how far away a rune can be placed.
|
|-
|-
 
|valign="top"|Modify Telekinesis Damage
| valign="top" style="width: 25%;"|Modify Telekinesis Damage
|
|
|-
|-
 
|valign="top"|Modify Telekinesis Damage Mult
| valign="top" style="width: 25%;"|Modify Telekinesis Damage Mult
|
|
|-
|-
 
|valign="top"|Modify Telekinesis Distance
| valign="top" style="width: 25%;"|Modify Telekinesis Distance
|
|
|-
|-
 
|valign="top"|Modify Tempering Health
| valign="top" style="width: 25%;"|Modify Tempering Health
|Increases or decreases the effectiveness of tempering weapons and armor by the perk owner
|
|-
|-
 
|valign="top"|Modify Ward Magicka Absorption Pct
| valign="top" style="width: 25%;"|Modify Ward Magicka Absorption Pct
|
|
|-
|-
 
|valign="top"|Purify Alchemy Ingredients
| valign="top" style="width: 25%;"|Purify Alchemy Ingredients
| While creating Potions only the positive effects of an ingredient is used, or if a Poison is being created only negative effects are kept.
|
|-
|-
 
|valign="top"|Set Activate Label
| valign="top" style="width: 25%;"|Set Activate Label
|Sets the Activation Label of the looked at object to the specified text field when looked at by the player(If of course the player is the perk owner if not this appears to do nothing.)
|Sets the Activation Label of the looked at object to the specified text field when looked at by the player(If of course the player is the perk owner if not this appears to do nothing.)
|-
|-
 
|valign="top"|Set Boolean Graph Variable
| valign="top" style="width: 25%;"|Set Boolean Graph Variable
|Used to set a Boolean Animation Graph Variable of the Perk owner.
|
|-
 
|  valign="top" style="width: 25%;"|Set Lockpick Starting Arc
|
|-
|-
 
|valign="top"|Set Lockpick Starting Arc
| valign="top" style="width: 25%;"|Set Progression Picking
|
|
|-
|-
 
|valign="top"|Set Progression Picking
| valign="top" style="width: 25%;"|Set Sweep Attack
|
|
|-
|-
 
|valign="top"|Set Sweep Attack
| valign="top" style="width: 25%;"|Should Apply Placed Item
|Checked when the actor is swinging a melee weapon. If this entry point returns a value other than 0, then the attacking actor will damage multiple enemies along the arc of the swing. Otherwise, the attack will use the game's default behavior, which is akin to firing a single invisible "bullet" that does melee damage.
|
|-
|-
|valign="top"|Should Apply Placed Item
|Checked when the player is using their pickpocketing skill to plant an item in another actor's inventory. If the item is a potion or poison and the perk's result value is 1, then the alchemy effects will be applied to the pickpocketed NPC. When this condition runs, the subject is the potion or poison being planted, so check ''Subject.IsPoison == 1'' to limit this effect to planted poisons.
|}
Anonymous user