Skip to content

ResourceIDs

Michal Brzozowski edited this page Feb 26, 2021 · 1 revision

title: ResourceIDs permalink: wiki/ResourceIDs/ layout: wiki tags:

  • Modding Reference Data

Usage

Used to specify the costs of items to build and craft and the costs of recruitment

Example from build_menu.txt

\{ Furniture \{\{ MOUNTAIN \} STONE 5 \} Soft`` ``rock Structure \}

Example from workshop_menus.txt

\{\{LeatherHelm\} 1 WOOD 6\}

Example from immigration.txt

\{ 1.0 CostInfo GOLD 100 \}

Valid values

  • GOLD
  • WOOD
  • IRON
  • ADA
  • STONE
  • PRISONER_HEAD
  • CORPSE

Clone this wiki locally