Author Topic: Nation Funding  (Read 3577 times)

Offline MFive

  • Captain
  • ***
  • Posts: 95
  • Lazy Sectoid
    • View Profile
Nation Funding
« on: August 12, 2013, 08:05:28 am »
not really sure where to post this question, but as it is related to modding, i thought hear would be fine.

not really sure how to change the funding cap in the rule set, for US it is 10,000 is it 10,000x100? that would = 1,100,000
if this is true, the funding is off from the chart shown https://www.ufopaedia.org/index.php?title=Country_Funding_(EU)
as according to the chart, the US should have a funding cap of 1,200,000

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: Nation Funding
« Reply #1 on: August 13, 2013, 02:13:24 am »
All values are in thousands (x1000). fundingBase is the country's base starting funding (the actual starting funding will be between 100% and 200% that value). fundingCap is the maximum funding that country can reach. So for example:
  - type: STR_USA
    fundingBase: 600
    fundingCap: 10000
Means USA starts between $600,000 and $1,200,000 and will max out at $10,000,000.

Offline MFive

  • Captain
  • ***
  • Posts: 95
  • Lazy Sectoid
    • View Profile
Re: Nation Funding
« Reply #2 on: August 15, 2013, 07:40:21 pm »
ah, this all makes sense now, thanks