---
title: "STO file format"
regenerate: true
---
STO file format
BG1, BG1: TotS, BG2, BG2: ToB, IWD, BGEE
These files contain a description of the types of items and services available
for sale in a given store, inn, tavern, or temple.
{% assign offset_header_name = "storv1_0_Header" %}
{% assign offset_header_display_name = "Header" %}
{% assign offsets = site.data.file_formats.sto_v1.header %}
{% include offset_table.html %}
{% assign offset_header_name = "storv1_0_Sale" %}
{% assign offset_header_display_name = "Items for sale" %}
{% assign offsets = site.data.file_formats.sto_v1.item %}
{% include offset_table.html %}
{% assign offset_header_name = "storv1_0_Drink" %}
{% assign offset_header_display_name = "Drinks" %}
{% assign offsets = site.data.file_formats.sto_v1.drink %}
{%include offset_table.html %}
{% assign offset_header_name = "storv1_0_Cure" %}
{% assign offset_header_display_name = "Cures" %}
{% assign offsets = site.data.file_formats.sto_v1.cure %}
{% include offset_table.html %}
This is an array of dwords. These dwords indicate categories of items from the
Item Types table.
{% include item_types.html %}