Difference between revisions of "Container"
Jump to navigation
Jump to search
FO4 Style, added to categories, long description, papyrus object, internal links, and minor stuff.
imported>Tania m (Edited info for Contains Only.) |
imported>Qazaaq (FO4 Style, added to categories, long description, papyrus object, internal links, and minor stuff.) |
||
Line 1: | Line 1: | ||
'''Papyrus:''' [[Container Script]] | |||
A container is a type of object that holds a collection of items. | |||
== Editor Dialog == | |||
[[Image:Container_image.png|700px|thumb]] | [[Image:Container_image.png|700px|thumb]] | ||
*'''ID:''' Unique identifier for this form. | |||
*'''Name:''' The name as it will appear in-game. | |||
*'''ID:''' Unique | |||
*'''Name:''' | |||
*'''Weight:''' | *'''Weight:''' | ||
*'''Encumbrance:''' | *'''Encumbrance:''' | ||
*'''Random Anim Start:''' | *'''Random Anim Start:''' | ||
*'''Obstacle:''' If this container dynamically cuts navmesh. | *'''Obstacle:''' If this container dynamically cuts navmesh. | ||
*'''Respawns:''' If this container respawns/resets with the | *'''Respawns:''' If this container respawns/resets with the [[Cell]]. | ||
*'''Show Owner:''' | *'''Show Owner:''' | ||
*'''Model:''' Displays the model for this object. | *'''Model:''' Displays the model for this object. | ||
**'''Edit:''' Chooses the model for this object. | **'''Edit:''' Chooses the model for this object. | ||
*'''Add Destruction Data:''' Sets the damage states if an object is | *'''Add Destruction Data:''' Sets the damage states if an object is destructible. | ||
==NavMesh Generation Import Option== | ==NavMesh Generation Import Option== | ||
Line 27: | Line 30: | ||
*'''Forced Loc Ref Type:''' | *'''Forced Loc Ref Type:''' | ||
*'''Native Terminal:''' Select the | *'''Native Terminal:''' Select the [[Terminal]] linked to this container. | ||
== Keywords == | == Keywords == | ||
Lists all the | Lists all the [[Keyword|Keywords]] that will be associated with this container. | ||
== Contains Only == | == Contains Only == | ||
A drop down of Formlists. Items in the Formlist are allowed in the container. Items that aren't are refused. | A drop down of [[FormList|Formlists]]. Items in the Formlist are allowed in the container. Items that aren't are refused. | ||
==Item List== | ==Item List== | ||
Line 42: | Line 45: | ||
*'''Owner:''' Each item in the container can belong to an NPC or Faction. | *'''Owner:''' Each item in the container can belong to an NPC or Faction. | ||
**'''NPC:''' The specific NPC that owns the object. Stealing the object is considered an act of aggression against the NPC. | **'''NPC:''' The specific NPC that owns the object. Stealing the object is considered an act of aggression against the NPC. | ||
**'''Faction:''' The specific Faction that owns the object. Stealing the object is considered an act of aggression against the faction. | **'''Faction:''' The specific [[Faction]] that owns the object. Stealing the object is considered an act of aggression against the faction. | ||
**'''Global Variable:''' Not used. | **'''Global Variable:''' Not used. | ||
**'''Required Rank:''' The minimum faction rank necessary to act as an owner of this object. | **'''Required Rank:''' The minimum faction rank necessary to act as an owner of this object. | ||
Line 49: | Line 52: | ||
==Papyrus Scripts== | ==Papyrus Scripts== | ||
A list of all the scripts attached to this | A list of all the [[Papyrus]] scripts attached to this object. | ||
==Actor Values== | ==Actor Values== | ||
List of | List of [[Actor Value|Actor Values]] that will be associated with this container. | ||
*'''Actor Value:''' Drop down for actor values. An actor value can't be added from this list, you must add an actor value to the left of this. | *'''Actor Value:''' Drop down for actor values. An actor value can't be added from this list, you must add an actor value to the left of this. | ||
*'''Amount:''' Current value of this actor value? | *'''Amount:''' Current value of this actor value? | ||
== See Also == | |||
*[[:Category:WorldObjects|WorldObjects Category]] | |||
[[Category:Editor Reference]] | [[Category:Editor Reference]] | ||
[[Category:Object_Classes]] | |||
[[Category:WorldObjects]] |