Difference between revisions of "Add a new building to Beer Factories"

From Beerplop
(Created page with "* Building state in Beer Factories state * Constant building data in FACTORY_DATA_FIX * Add translations for building name and description * Define two upgrade paths * Achieve...")
 
Line 8: Line 8:
 
* Define when the building gets unlocked in FACTORY_ENABLE_LIMITS
 
* Define when the building gets unlocked in FACTORY_ENABLE_LIMITS
 
* Create building icon
 
* Create building icon
 +
* Implement special logic for the building

Revision as of 17:03, 3 September 2019

  • Building state in Beer Factories state
  • Constant building data in FACTORY_DATA_FIX
  • Add translations for building name and description
  • Define two upgrade paths
  • Achievement building unlocked
  • Amount achievements (Language Middleware expansion of description)
  • Define base building price in REQUIRED_MATERIALS__FACTORY_CONSTRUCTION
  • Define when the building gets unlocked in FACTORY_ENABLE_LIMITS
  • Create building icon
  • Implement special logic for the building