Ticket #3586: cleanup_config_js.patch

File cleanup_config_js.patch, 1016 bytes (added by otero, 8 years ago)
  • binaries/data/mods/public/simulation/ai/petra/config.js

     
    4545        "armyBreakawaySize" : 3500,  // squared.
    4646        "armyMergeSize" : 1400  // squared.
    4747    };
    48    
     48
    4949    // military
    50     this.buildings = 
     50    this.buildings =
    5151    {
    5252        "base" : {
    5353            "default" : [ "structures/{civ}_civil_centre" ],
     
    7777        }
    7878    };
    7979
    80     this.priorities = 
     80    this.priorities =
    8181    {
    8282        "villager" : 30,      // should be slightly lower than the citizen soldier one to not get all the food
    8383        "citizenSoldier" : 60,
     
    9393        "civilCentre" : 950,
    9494        "majorTech" : 700,
    9595        "minorTech" : 40,
    96         "emergency" : 1000    // used only in emergency situations, should be the highest one 
     96        "emergency" : 1000    // used only in emergency situations, should be the highest one
    9797    };
    9898
    9999    this.personality =