Life is Feudal: Forest Village Wiki
Advertisement

BuilidingType is enumeration of numeric values that represented building type. Can be one of the following values:

BuildingType =
{
  Default = 0,
  
  Work = 1,
  Apiary = 2,
  Pasture = 3,
  Planting = 4,
  Stable = 5,
  Harbor = 6,
  HarborShip = 7,
  HarborExpedition = 8,
  
  House = 9,
  Storage = 10,
  Cemetery = 11,
  Road = 12,
  Bridge = 13,
  Decorate = 14,
  Scarecrow = 15,
  Terra = 16,
  FixedPasture = 17
}
Advertisement