Difference between revisions of "Perk"

101 bytes added ,  21:37, 2 December 2018
Added some description details.
imported>Qazaaq
(Added character limit name property.)
imported>Qazaaq
(Added some description details.)
Line 3: Line 3:
'''Papyrus:''' [[Perk Script]], [[Perk Fragments]]
'''Papyrus:''' [[Perk Script]], [[Perk Fragments]]


Perks are abilities received by players as they gain levels and play through the game. Or, instead of receiving a new Perk, the player may add a rank to an existing Perk, thereby increasing its effectiveness (if that Perk had more than one allowable rank). '''Perk Entries''' define what happens if the player has the Perk.
Perks are abilities applied to [[Actor]]s in a similar manner as [[Spell]]s.
The player will encounter these as they gain levels and play through the game.
If a Perk has more than one allowable rank, then the player may increase its rank instead of picking a new Perk.
Increasing a Perks rank will typically improve its effectiveness.


== Editor Dialog ==
== Editor Dialog ==
Line 20: Line 23:
*'''Num Ranks:'''  
*'''Num Ranks:'''  
*'''Next Perk:'''  
*'''Next Perk:'''  
*{{Template:Editor:Property:Papyrus Script}}
*{{Template:Editor:Property:Papyrus Script|property=Papyrus Scripts}}
*{{Template:Editor:Property:Conditions|property=Level-Up Menu Conditions}} When conditions are met this perk may be available during level up. Usually these are <code>GetBaseActorValue</code> and <code>HasPerk</code> conditions.  
*{{Template:Editor:Property:Conditions|property=Level-Up Menu Conditions}} When conditions are met this perk may be available during level up. Usually these are <code>GetBaseActorValue</code> and <code>HasPerk</code> conditions.  
*'''Perk Entries:''' A collection of perk entries belonging to this perk.
*'''Perk Entries:''' A collection of perk entries belonging to this perk. These define what happens if the player has this Perk.


== Perk Entry Dialog ==
== Perk Entry Dialog ==
Line 39: Line 42:


== See Also ==
== See Also ==
*[[Actor]]
*[[:Category:Actor|Actor Category]]
*[[:Category:Actor|Actor Category]]




[[Category:Editor Reference]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Object Classes]]
[[Category:Actor]]
[[Category:Actor]]
Anonymous user