Difference between revisions of "AttractionRule"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "Category:Editor Reference Category:Object_Classes Category:Miscellaneous '''Papyrus:''' None =Overview= '''AttractionRule'''s are objects used on Keywords. [...")
 
imported>Qazaaq
(added details)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Editor Reference]]
'''Type:''' <code>AORU</code>
[[Category:Object_Classes]]
<BR/>
[[Category:Miscellaneous]]
'''Papyrus:''' None
'''Papyrus:''' None


=Overview=
An [[AttractionRule]] is used as part of a game system that causes [[Actor]]s to react to specific events that occur around them.
'''AttractionRule'''s are objects used on [[Keyword]]s.
These rules are specified on a [[Keyword]]s '''''Attraction Type''''' property.
The [[AttractionRule]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]].


== Editor Dialog ==
[[File:AttractionRule Editor.png]]
[[File:AttractionRule Editor.png]]
 
*{{Template:Editor:Property:ID}}
== Editor Dialog ==
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''Radius:'''
*'''Radius:'''
*'''Min Delay:'''
*'''Min Delay:'''
Line 19: Line 18:


== See Also ==
== See Also ==
*[[Actor]]
*[[Keyword]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
[[Category:Editor Reference]]
[[Category:Object Classes]]
[[Category:Miscellaneous]]

Latest revision as of 20:38, 28 March 2018

Type: AORU
Papyrus: None

An AttractionRule is used as part of a game system that causes Actors to react to specific events that occur around them. These rules are specified on a Keywords Attraction Type property. The AttractionRule object is found within the Object Window under the Miscellaneous Category.

Editor Dialog[edit | edit source]

AttractionRule 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.
  • Radius:
  • Min Delay:
  • Max Delay:
  • Flags
    • Requires Line of Sight:
    • Combat Target:

See Also[edit | edit source]