0ad/binaries/data/mods/public/simulation/data/technologies/barracks_batch_training.json

23 lines
741 B
JSON

{
"genericName": "Conscription",
"description": "Decreases training time of infantry if they are trained in batches or companies. Large batches will benefit more than small batches.\nIn mathematical terms: The training time of one batch gets divided by `batchSize^0.1`.",
"cost": {
"food": 500
},
"requirements": {
"all": [
{ "tech": "phase_city" },
{ "notciv": "pers" }
]
},
"requirementsTooltip": "Unlocked in City Phase.",
"icon": "fist_spear_fire.png",
"researchTime": 40,
"tooltip": "Decreases batch training time of units trained in Barracks.",
"modifications": [
{ "value": "Trainer/BatchTimeModifier", "add": -0.1 }
],
"affects": ["Barracks"],
"soundComplete": "interface/alarm/alarm_upgradearmory.xml"
}