Browse Source

Fix formatting in HTML

master
Josh Mudge 7 years ago
parent
commit
9d23613f2f
  1. 23
      Ardon-income.html

23
Ardon-income.html

@ -5,46 +5,47 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Minecraft Income Calculator</title> <title>Minecraft Income Calculator</title>
</head> </head>
<p>Minecraft Income Calculator</p> <h1>Minecraft Income Calculator</h1>
<br>
<p>Enter the number of blocks eligable for rent excluding one "base of operations" you change. (1000 blocks = 1 emerald)</p> <p>Enter the number of blocks eligable for rent excluding one "base of operations" you change. (1000 blocks = 1 emerald)</p>
<input type="number" id="blocks"></input> <input type="number" id="blocks"></input>
<br><br> <br><br><br><br>
Enter the number of blocks used for transportation, recreational purposes, soft infrastructure or utilities that is not buildings. (0.5% bonus) Enter the number of blocks used for transportation, recreational purposes, soft infrastructure or utilities that is not buildings. (0.5% bonus)
<br><br> <br><br>
<input type="number" id="infra"></input> <input type="number" id="infra"></input>
<br><br> <br><br><br><br>
Enter the number of those blocks that qualify as housing, transportation buildings, buildings for recreational purposes, soft infrastructure buildings, utility buildings, business buildings, government buildings (including your capital building) or military bases. (1.0% bonus) Enter the number of those blocks that qualify as housing, transportation buildings, buildings for recreational purposes, soft infrastructure buildings, utility buildings, business buildings, government buildings (including your capital building) or military bases. (1.0% bonus)
<br><br> <br><br>
<input type="number" id="one"></input> <input type="number" id="one"></input>
<br><br> <br><br><br><br>
Enter the number of businesses in your business chain. Enter the number of businesses in your business chain.
<br><br> <br><br>
<input type="number" id="chain"></input> <input type="number" id="chain"></input>
<br><br> <br><br><br><br>
Enter the number of rent blocks that qualify as being exceptionally designed buildings. (confirmed by two people). (1.5% bonus) Enter the number of rent blocks that qualify as being exceptionally designed buildings. (confirmed by two people). (1.5% bonus)
<br><br> <br><br>
<input type="number" id="design"></input> <input type="number" id="design"></input>
<br><br> <br><br><br><br>
Enter the number of government buildings you have (excluding your capital). (2.0% bonus for 4.) Enter the number of government buildings you have (excluding your capital). (2.0% bonus for 4.)
<br><br> <br><br>
<input type="number" id="gov"></input> <input type="number" id="gov"></input>
<br><br> <br><br><br><br>
Enter the number of embassies in other empires built by permission and confirmed to be embassies by two people. You can only have three or one per city in another empire. (2.0% bonus per embassy) Enter the number of embassies in other empires built by permission and confirmed to be embassies by two people. You can only have three or one per city in another empire. (2.0% bonus per embassy)
<br><br> <br><br>
<input type="number" id="embassies"></input> <input type="number" id="embassies"></input>
<br><br> <br><br><br><br>
Enter 1 if you have a capital. Minimum 250 blocks. (2.5% bonus) Enter 1 if you have a capital. Minimum 250 blocks. (2.5% bonus)
<br><br> <br><br>
<input type="number" id="capital"></input> <input type="number" id="capital"></input>
<br><br> <br><br><br><br>
Enter the number of towns in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a town.) (0.5% bonus) Enter the number of towns in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a town.) (0.5% bonus)
<br><br> <br><br>
<input type="number" id="town"></input> <input type="number" id="town"></input>
<br><br> <br><br><br><br>
Enter the number of cities in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a city.) (1.0% bonus) Enter the number of cities in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a city.) (1.0% bonus)
<br><br> <br><br>
<input type="number" id="city"></input> <input type="number" id="city"></input>
<br><br> <br><br><br><br>
Enter the number of metropolises in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a metropolis.) (1.5% bonus) Enter the number of metropolises in your empire. (See: https://ltlto.com/josh/mcserver/wiki/Rent for the definition of a metropolis.) (1.5% bonus)
<br><br> <br><br>
<input type="number" id="metro"></input> <input type="number" id="metro"></input>

Loading…
Cancel
Save