|
|
Line 1: |
Line 1: |
| These fields can be used to calculate the cost of additional bonus claims and what the total cost for all claims (including ones already purchased) accumulate to. 10 claims are already provided to the user, which represent the base claims all towns are provided with for initial purchase.
| | {{#css: |
| | | .featuredarticleimage { |
| <div style="border=2px solid var(--background-color-neutral);">
| | border: 2px solid #eaecf0 |
| '''Current amount of claims >''' {{calculator|id=original|type=number|min=10|max=690|default=10|formula=startAmount}} {{calculator|id=startAmount|type=range|min=10|max=690|default=10|style="padding-top:15px;"|formula=original}}
| | } |
| | | }} |
| '''Bonus claims you wish to buy >''' {{calculator|id=buy|type=number|min=0|default=0|formula=ifgreater(buyAmount,690-original,690-original,buyAmount)}} {{calculator|id=buyAmount|type=range|min=0|max=680|default=0|style="padding-top:15px;"|formula=buy}} ({{calculator|id=available|type=plain|min=0|default=680|formula=690-original}} available) | | <div style="margin-top: 10px;">[[File:Parchment map of Flone.png|145px|left|class=featuredarticleimage]] '''Flohelme''', officially known as the '''United Townships of Flone''', is a union of settlements located on [[Flone]], the largest island of the [[West Preludes]]. Its largest settlement, [[Smule]], serves as the de facto capital, housing the central administration and acting as the cultural and economic hub. Flohelme’s economy is primarily driven by its extensive mining and metalworking industries, benefiting from the island’s rich deposits of unique metals found in Flone’s mountainous regions. Flohelme's history is closely tied to their neighbour [[Dotlands]] from their past as a former colony. After having gained its independence, Flohelme was also a major belligerent in the [[Allwar]].<br>('''[[Flohelme|Read more]]''')</div> |
| | |
| <hr>
| |
| | |
| '''Cost for {{calculator|id=newPlain|type=plain|min=0|default=0|formula=buy}} new bonus claims >''' {{calculator|id=new|type=plain|default=0|formula=round(2716+150*((pow(1.01,min(515,original+buy-10))-1)/0.01)+ifgreater(515,buy+original-10,0,25000*(original+buy-10-515)))-round(2716+150*((pow(1.01,min(515,original+-10))-1)/0.01)+ifgreater(515,original-10,0,25000*(original-10-515)))}} ◎ | |
| | |
| '''Total cost of {{calculator|id=totalPlain|type=plain|min=0|default=10|formula=original+buy}} claims >''' {{calculator|id=total|type=plain|default=2716|formula=round(2716+150*((pow(1.01,min(515,original+buy-10))-1)/0.01)+ifgreater(515,buy+original-10,0,25000*(original+buy-10-515)))}} ◎ | |
| </div> | |