Difference between revisions of "Perk"
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 | 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: | [[Category:Object Classes]] | ||
[[Category:Actor]] | [[Category:Actor]] |