So,I am looking for the script of the delivery mission,which need you to transport some goods to a specific station,and the quantity of goods should scales with cargo space available,and you can spend story point to increase the payment.
The cargo space it needs always near 200% of the space available,so I want to change it to be more reasonable like 120%
I found the bar_events.csv and it looks like com.fs.starfarer.api.impl.campaign.missions.ProcurementMission should be the plugin I am looking for,but in that plugin,there is no such function that scale the quantity to your cargo space,or spend story points.
Am I looking for the wrong place?