ImpactDataSet

From the CreationKit Wiki
Jump to navigation Jump to search

Impact Data Sets are assigned to objects such as weapons to establish how they interact with the environment. For example, a rifle's projectile visually interacts the environment by placing a decal on that object at the point of impact, placing a small smoke FX in the world there, and playing a chipping stone sound. The material type of the damaged object determines which Impact Data object is used. The Impact Data object contains the full description of the decal, the placed art, and any sound it might make.

ImpactDataSet Location[edit | edit source]

Alternative text

ImpactDataSet Dialog[edit | edit source]

Alternative text

  • ID: Unique identifier for the set.
  • Impact Data Scrolling List: Each material type has a corresponding ImpactData object.
    • Type: The material type (stone, dirt, metal, wood, etc.). This list is auto populated with any new material type. New materials default to no impact data.
    • ImpactData The ImpactData object used for that material type. To select the corresponding ImpactData object, right-click the line in the window and select "New" to bring up a list.
  • Fill from default Easy way to fill all of the slots on a new form with a base impact. Assign the first ImpactData and then press this button to fill the rest.

See Also[edit | edit source]

ImpactData