---
title: "EFF file format"
regenerate: true
---
{% include relurl.html %}
EFF file format
BG1: TotS, BG2, BG2: ToB, IWD, IWD:HoW, IWD:TotL, PST, BGEE
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.
{% 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 %}