Add a new building to Beer Factories

From Beerplop
Revision as of 15:15, 9 September 2020 by Wol-soft (talk | contribs)
  • Building state in Beer Factories state
  • Constant building data in FACTORY_DATA_FIX
  • Add translations for building name and description
  • Define two upgrade paths
    • Labels for upgrade paths (if they don't exist yet)
    • requirements, prices and callbacks in Upgrades.js
    • Title and description for each upgrade (if required Language Middleware expansion)
  • 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
    • factory extensions
    • ....

If the new building produces new materials

  • Add the material state in Beer Factories state
  • Add translation for material name
  • Add materials amount achievements (Language Middleware expansion of description)