Skip to content

Commit a3ecef5

Browse files
committed
Stability mods compliant with the new values
1 parent 2adfbc4 commit a3ecef5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/scr_creation/scr_creation.gml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)