Difference between revisions of "LeveledCharacter"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Editor Reference]]
{{Template:Incomplete Article}}
[[Category:Editor Objects]]
'''Type:''' <code>LVLN</code>
[[Category:Actor]]
<BR/>
'''Papyrus:''' None
'''Papyrus:''' None


The LeveledCharacter description goes here.
The [[LeveledCharacter ]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Actor|Actor Category]].


== Editor Dialog ==
[[File:LeveledCharacter_Editor.png]]
[[File:LeveledCharacter_Editor.png]]
 
*{{Template:Editor:Property:ID}}
== Editor Dialog ==
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''Chance None:'''  
*'''Chance None:'''  
*'''Use Global:'''
*{{Template:Editor:Property:Use Global}}
*'''Calculate from all levels <= PC's Level:'''  
*'''Calculate from all levels <= PC's Level:'''  
*'''Calculate for each item in count:'''  
*'''Calculate for each item in count:'''  
Line 18: Line 17:
== See Also ==
== See Also ==
*[[:Category:Actor|Actor Category]]
*[[:Category:Actor|Actor Category]]
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Actor]]

Revision as of 23:33, 6 December 2018

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

Type: LVLN
Papyrus: None

The LeveledCharacter object is found within the Object Window under the Actor Category.

Editor Dialog

LeveledCharacter Editor.png

  • ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • Chance None:
  • Use Global: Allows a Global variable to be used.
  • Calculate from all levels <= PC's Level:
  • Calculate for each item in count:
  • Calculate All(still picks just one):

See Also