Difference between revisions of "LeveledItem"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Google12
(→‎Editor Dialog: Filled in a few fields)
imported>Google12
m (→‎Editor Dialog: Added info for a few fields.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>LVLI</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Items]]
'''Papyrus:''' [[LeveledItem Script]]
'''Papyrus:''' [[LeveledItem Script]]


The LeveledItem description goes here.
A '''Leveled Item''' is a list that will generate one or more items based on the current level of the player. Leveled Item objects cannot be placed in the world directly. To use them, add them to a [[Container]], or use the LeveledItem tab on an item reference to replace the reference with the item generated by the leveled list. Dummy objects are most often used for this purpose.
The [[LeveledItem]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Items|Items Category]].


== Editor Dialog ==
== Editor Dialog ==
[[File:LeveledItem_Editor.png]]
[[File:LeveledItem Editor.png]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*{{Template:Editor:Property:ID}}
*'''Override Name:'''
* '''Chance None:''' The chance of getting nothing.  The remaining percentage is distributed between the list items.
* '''Chance None:''' The chance of getting nothing.  The remaining percentage is distributed between the list items.
* '''Use Global:''' Allows a global variable to be used.  This would allow multiple lists to be tuned via a single global variable.
**{{Template:Editor:Property:Use Global}} This allows multiple leveled item lists to be tuned with a single value.
* '''Epic Loot Chance:''' The global variable that indicates the chance of getting an epic item
* '''Epic Loot Chance:''' The global variable that indicates the chance of getting an epic item
*'''Override Name:'''
* '''Form Editor ID List ''' List items can be added, deleted, copied or pasted by right-clicking in this list.
* '''Filter''' Filters the Object drop-down
* '''Object''' Used to change the item currently selected in the form list.  New items always default to the first form ID (10mm) and must be updated using this drop-down.


== Preview Dialog ==
== Preview Dialog ==
[[File:LeveledItem_Editor_Preview.png]]
[[File:LeveledItem Editor Preview.png]]
*'''Radios'''
*'''Radios'''
**'''Items:'''
**'''Items:'''
Line 41: Line 44:
== See Also ==
== See Also ==
*[[:Category:Items|Items Category]]
*[[:Category:Items|Items Category]]
[[Category:Editor Reference]]
[[Category:Object Classes]]
[[Category:Items]]

Latest revision as of 11:24, 22 June 2020

Type: LVLI
Papyrus: LeveledItem Script

A Leveled Item is a list that will generate one or more items based on the current level of the player. Leveled Item objects cannot be placed in the world directly. To use them, add them to a Container, or use the LeveledItem tab on an item reference to replace the reference with the item generated by the leveled list. Dummy objects are most often used for this purpose. The LeveledItem object is found within the Object Window under the Items Category.

Editor Dialog[edit | edit source]

LeveledItem 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.
  • Override Name:
  • Chance None: The chance of getting nothing. The remaining percentage is distributed between the list items.
    • Use Global: Allows a Global variable to be used. This allows multiple leveled item lists to be tuned with a single value.
  • Epic Loot Chance: The global variable that indicates the chance of getting an epic item
  • Form Editor ID List List items can be added, deleted, copied or pasted by right-clicking in this list.
  • Filter Filters the Object drop-down
  • Object Used to change the item currently selected in the form list. New items always default to the first form ID (10mm) and must be updated using this drop-down.

Preview Dialog[edit | edit source]

LeveledItem Editor Preview.png

  • Radios
    • Items:
    • Keywords:
    • Mods:
    • Tiered Mods:
    • Components:
  • Filter The text to search for.

Notation[edit | edit source]

  • LL Leveled List
  • LLC Leveled List Container
  • LLD Leveled List Death
  • LLE Leveled List Equipment
  • LLG Leveled List Gun
  • LLI Leveled List Item
  • LLM Leveled List Mod (bench mods)
  • LLS Leveled List Set ??
  • LLW Leveled List Weapon
  • RE Random Encounter ??
  • RR Railroad
  • VL Vender List
  • VLL Vender Leveled List

See Also[edit | edit source]