guilemouse / Overthrow

An effort to balance and fix the dynamic and persistent revolution platform for Arma 3.
https://steamcommunity.com/sharedfiles/filedetails/?id=2572102841
GNU General Public License v2.0
0 stars 3 forks source link

Importing cost is tied to national support. #35

Open guilemouse opened 3 years ago

guilemouse commented 3 years ago

Noting for the future:

Importing cost and goods should work off the national support reputation.

See OT_fnc_support, everytime a town is called it puts the stats into the server's total rep.

server getVariable ["rep",0]

import should work with this line plus some stats in player character sheet.

Possible stat cap to a town's support cap being 1000, or something smaller so the server's support cap is never exponentially big.