Ask for number of builders.

This commit is contained in:
Josh Mudge 2017-10-30 21:46:13 -06:00
parent a617164dab
commit d13fd3049c
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"use strict"; "use strict";
//Licensed under the Apache License 2.0. See license file for information. //Licensed under the Apache License 2.0. See license file for information.
// Ardon Income Calculator v3.6 stable. // Ardon Income Calculator v3.7 stable.
// Written by Josh Mudge // Written by Josh Mudge
// Ad Mejorem Dei Glorium // Ad Mejorem Dei Glorium

View File

@ -16,6 +16,10 @@ Enter the number of soldiers you have. (upkeep cost of 50 gold/year)
<br><br> <br><br>
<input type="number" id="soldiers"></input> <input type="number" id="soldiers"></input>
<br><br><br><br> <br><br><br><br>
Enter the number of builders you have. (upkeep cost of 50 gold/year)
<br><br>
<input type="number" id="builders"></input>
<br><br><br><br>
Enter the number of blocks used for transportation, farmland, recreational purposes, soft infrastructure or utilities that is not buildings. (0.25% bonus per 1000 blocks) Enter the number of blocks used for transportation, farmland, recreational purposes, soft infrastructure or utilities that is not buildings. (0.25% bonus per 1000 blocks)
<br><br> <br><br>
<input type="number" id="infra"></input> <input type="number" id="infra"></input>