001package com.fs.starfarer.api.impl.campaign.intel.events.ttcr;
002
003public class TTCRPoints {
004        
005        public static int MERCS_DEFEATED = 80;
006        public static int MERCS_BRIBED = 100;
007        
008        public static int FP_PER_POINT = 10;
009        public static int TRADE_FLEET_FP_MULT = 4;
010        
011        public static int BASE_POINTS_FOR_INDUSTRY_DISRUPT = 15;
012        public static int MAX_POINTS_FOR_INDUSTRY_DISRUPT = 40;
013}