// DESCRIPTION: This file contains the effect of indicators (L, M, H) on the Attitude of a Nation.
// Rows: COM DIP EXP IND MIL
7 		// number of 3-grades indicators 
2		// number of 2-grades indicators (the sum must be equal to ARRAY_INDICATOR of GlobalData)

// **** 3-grades indicators ****
//D E I M  (and C at first)
// Funds
0 0 0 1 0 	// Low 0 +1 0 +1 +1
1 1 1 2 1 		// Medium +1 +1 0 +1 +1
1 1 1 2 2		// High 0 0 0 0 +1
// Land Strenght
1 2 1 0 3  // +1 0 0 +1 +2 
0 1 3 0 1  // 0 0 0 0 0 
0 0 4 0 1 // 0 0 +2 0 0 
// Sea Strenght
0 0 0 0 1  // 0 -1 0 0 0
0 1 0 0 0 // 0 0 -1 0 0
0 0 0 0 0 // 0 0 -1 0 0
// Size
0 1 3 1 1  // 0 0 +1 0 0
1 1 1 1 1  // 0 0 +1 0 +1
2 2 0 2 2  //+1 +2 -1 +1 +1
// Budget (Expense/Income)
3 1 1 1 0  // +1 +1 0 +2 0
2 1 1 1 1  
1 2 1 2 2  // 0 0 0 -1 +1
// Plebis
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
// Development (number of free slot in cities)
0 1 1 0 1       // 0 0 -1 0 0
1 0 0 1 0	// 0 0 0 +1 0
1 0 0 2 0		// High means lots of opportunities 0 0 0 +1 0
// STATS 14 10 8 14 14

// **** 2-grades indicators ****
// Allies
1 0 1 0 0		// Raising +1 0 -1 0 0
0 1 0 0 0		// Lowering 0 0 0 0 -1
// Wars 
0 1 0 0 1 // 0 0 -1 0 0
0 0 1 1 0 // 0 0 +1 +1 0 