WesW
Creator of the Medmod
I want to increase the increase in policy costs by 20%.
I have found the code in the globaldefines.xml that pertains to this, but I can't make out the formula they used. Perhaps someone with a good math vocabulary can set up the formula for me. The code is:
<Row Name="BASE_POLICY_COST">
<Value>25</Value>
</Row>
<Row Name="POLICY_COST_INCREASE_TO_BE_EXPONENTED">
<Value>6</Value>
</Row>
<Row Name="POLICY_COST_EXPONENT">
<Value>1.70</Value>
</Row>
<Row Name="POLICY_COST_VISIBLE_DIVISOR">
<Value>5</Value>
</Row>
I have found the code in the globaldefines.xml that pertains to this, but I can't make out the formula they used. Perhaps someone with a good math vocabulary can set up the formula for me. The code is:
<Row Name="BASE_POLICY_COST">
<Value>25</Value>
</Row>
<Row Name="POLICY_COST_INCREASE_TO_BE_EXPONENTED">
<Value>6</Value>
</Row>
<Row Name="POLICY_COST_EXPONENT">
<Value>1.70</Value>
</Row>
<Row Name="POLICY_COST_VISIBLE_DIVISOR">
<Value>5</Value>
</Row>