File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ function scr_creation(slide_num) {
106106 disposition[eSTART_FACTION.Progenitor ] = 60 + ((cooperation - 5 ) * 4 ); // Prog
107107 disposition[eSTART_FACTION.Imperium ] = 50 + ((cooperation - 5 ) * 4 ); // Imp
108108 disposition[eSTART_FACTION.Mechanicus ] = 40 + ((cooperation - 5 ) * 2 ); // Mech
109- disposition[eSTART_FACTION.Inquisition ] = 30 + ((cooperation - 5 ) * 2 ) - (2 * (10 - purity)) - (2 * ( 10 - stability)); // Inq
110- disposition[eSTART_FACTION.Ecclesiarchy ] = 40 + ((cooperation - 5 ) * 4 ) - (10 - purity) - ((10 - stability)); // Ecclesiarchy
109+ disposition[eSTART_FACTION.Inquisition ] = 30 + ((cooperation - 5 ) * 2 ) - (2 * (10 - purity)) - (( 99 - stability) / 5 )); // Inq
110+ disposition[eSTART_FACTION.Ecclesiarchy ] = 40 + ((cooperation - 5 ) * 4 ) - (10 - purity) - ((99 - stability) / 5 ); // Ecclesiarchy
111111
112112 switch (founding) {
113113 case eCHAPTERS.SPACE_WOLVES :
You can’t perform that action at this time.
0 commit comments