Difference between revisions of "LeveledItem"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "Category:Editor Reference Category:Object_Classes Category:Items '''Papyrus:''' LeveledItem Script The LeveledItem description goes here. == Editor Dialog ==...")
 
imported>Google12
(→‎Editor Dialog: Filled in a few fields)
Line 9: Line 9:
[[File:LeveledItem_Editor.png]]
[[File:LeveledItem_Editor.png]]
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''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 would allow multiple lists to be tuned via a single global variable.
* '''Epic Loot Chance:''' The global variable that indicates the chance of getting an epic item
*'''Override Name:'''


== Preview Dialog ==
== Preview Dialog ==

Revision as of 10:39, 12 February 2017

Papyrus: LeveledItem Script

The LeveledItem description goes here.

Editor Dialog

LeveledItem Editor.png

  • ID: The editor ID which is used by the Creation Kit.
  • 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.
  • Epic Loot Chance: The global variable that indicates the chance of getting an epic item
  • Override Name:

Preview Dialog

LeveledItem Editor Preview.png

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

Notation

  • 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