#define ABBOT_LOAN_PESOS            500000  // was 100000
#define ABBOT_LOAN_DOUBLOONS        350     // was 500
#define ABBOT_LOAN_DOUBLOONS_REPAY  500     // this is what will be used to repay benue in dubloons, without a peso price thing. default is 300 dubloons
#define ABBOT_LOAN_PESOS_REPAY      25000   // this is what will be used to repay benue in pesos, without a dubloon price thing. default is 25000 pesos

//=====================================================================
//Copy and paste what you wish to use into the Benua.c file in the mod.
//=====================================================================

#define ABBOT_NO_MONEY              "Perhaps you can return when you have enough doubloons."  // was "Then away with ye, filthy heretical pauper!"
#define RESPONSE_NO_MONEY           "Thank you, holy father. I shall do that."  // was "Screw you too, asshole..."
#define ABBOT_THINKABOUT            "Come back when you have decided."  		// was "Come back when you have decided."
#define RESPONSE_THINKABOUT			"Thank you, holy father. I shall do that." 	// was "Thank you, holy father. I shall do that."
#define ABBOT_NO_DLC                "Come back when you have contributed to the Holy Church."  // was "Come back when you have contributed to the Holy Church."
#define RESPONSE_NO_DLC             "Thank you, holy father. I shall do that."  // was "Thank you, holy father. I shall do that."

#define NUM_JEWGOLD					600     // was 600
#define NUM_GEMS                    500     // was 500  5 doubloons diamonds, 4 rubies to sell
#define NUM_SLAVES                  300     // was 100
#define NUM_UPGRADEMATERIALS		500     // was 500
#define NUM_POTIONS                 75      // was 75
#define NUM_RELICS                 	1       // was 1
#define NUM_WEED                 	25      // was 25
#define NUM_SKILLPOINTS	            25      // was 25
#define NUM_EXP            			5000.0	// was 5000
#define NUM_EXP_RANK            	50.0	// was 24
#define NUM_CARTRIDGES1             150     // was 30
#define NUM_CARTRIDGES2             150     // was 30
#define NUM_CARTRIDGES3             255     // was 30
#define NUM_CARTRIDGES4				150  	// was 30
#define NUM_GOODWORD_NOBILITY       500     // was 2000	 Used as a positive number
#define NUM_GOODWORD_FAME           500     // was 2000	 Used as a positive number
#define NUM_BADWORD_NOBILITY        500     // was 2000	 Used as a negative number
#define NUM_BADWORD_FAME            500     // was 2000	 Used as a negative number
#define NUM_VIGOR					120.0	// was 75.0
#define NUM_HATS					1		// was 1

#define COST_PARDONMINIMAL			1		// was 25
#define COST_PARDONLOW				1		// was 50
#define COST_PARDONMEDIUM			1		// was 100
#define COST_PARDONHIGH				1		// was 200
#define COST_PARDONVERYHIGH			1		// was 500

#define COST_AMMO					1		// was 15
#define COST_HATS					1       // was 80
#define COST_VIGOR					1       // was 350
#define COST_DLC                	1       // was 50
#define COST_BADWORD                1       // was 25
#define COST_GOODWORD               1       // was 25
#define COST_BLESS_STATS            1       // was 30
#define COST_IMMORTAL               1       // was 1000
#define COST_MORTAL                 1       // was 100
#define COST_WARRIOR                1       // was 75
#define COST_SLAVES                 1       // was 500
#define COST_UPGRADEMATERIALS       1       // was 500
#define COST_GUNS                   1       // was 25
#define COST_GUNS_RARE				1       // was 50
#define COST_WEAPONS                1       // was 50
#define COST_POTIONS                1       // was 50
#define COST_GEMS                   1       // was 300
#define COST_CREW	                1       // was 25
#define COST_LUGGER	            	1       // was 100
#define COST_PATROLBRIG	            1       // was 150
#define COST_SCHOONER_W	            1       // was 125
#define COST_PINNACE	            1       // was 150
#define COST_CORVETTE	            1       // was 100
#define COST_FRIGATE				1       // was 250
#define COST_WARSHIP	            1       // was 350
#define COST_GALEON_H				1       // was 600
#define COST_GALEON_SM				1       // was 600
#define COST_SHIP_LADYBETH			1       // was 350
#define	COST_SHIP_LSHIP_ENG			1       // was 850
#define COST_LADYBETH_CUSTOM		1       // was 250
#define COST_GALEON_H_CUSTOM		1	    // was 300
#define COST_FRIGATE_H_CUSTOM		1	    // was 920
#define COST_RUSKI                  1       // was 75
#define COST_CREW_FUN	            1       // was 10
#define COST_EXP	            	1       // was 15
#define COST_EXP2	            	1       // was 5
#define COST_RECIPE	            	1       // was 25
#define COST_WEED	            	1       // was 25
#define COST_RELICS                 1       // was 75
#define COST_NAV					1       // was 100
#define COST_JUDAS					1       // was 50
#define COST_FERALJEW				1       // was 50
#define COST_POORLITTLEFAGGOT		1       // was 500
#define COST_CAREER_1				1       // was 50
#define COST_CAREER_2				1       // was 150
#define COST_CAREER_3				1       // was 250
#define COST_CAREER_4				1       // was 350
#define COST_CAREER_5				1       // was 500
#define COST_PRECHECK				1       // was 50
#define COST_JEWGOLD				1       // was 300
#define COST_TRADEDOCUMENT0			1	    // was 30
#define COST_TRADEDOCUMENT1			1	    // was 75
#define COST_TRADEDOCUMENT2			1	    // was 200
#define COST_TRADEDOCUMENT3			1	    // was 400

#define DURATION_TRADEDOCUMENT0		60	    // was 60 This is the amount of days document is valid for
#define DURATION_TRADEDOCUMENT1		180     // was 180 This is the amount of days document is valid for
#define DURATION_TRADEDOCUMENT2		360     // was 360 This is the amount of days document is valid for
#define DURATION_TRADEDOCUMENT3		1095    // was 1095 This is the amount of days document is valid for

//=====================================================================
//Copy and paste what you wish to use into the FatherJacob.c file in the mod.
//=====================================================================