--- title: "EFF file format" regenerate: true --- {% include relurl.html %}
EFF file format

Applies to:
BG1: TotS, BG2, BG2: ToB, IWD, IWD:HoW, IWD:TotL, PST, BGEE

General Description
This file format describes an effect (opcode) and its parameters. The format is only ever found embedded in other files (e.g. ITM or SPL). The engine appears to roll a probability for each valid target type, rather than one probability per attack.

EFF V1.0
Overall structure:
  • Header

  • {% assign offset_header_name = "effv1_Header" %} {% assign offset_header_display_name = "EFF V1.0 Header" %} {% assign offsets = site.data.file_formats.eff_v1.header %} {% include offset_table.html %}