You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Tech Transfer being lost on SECOND flight with new engines
FIX: Maximum tech transfer is now respected
NEW: Completely reworked how flight data is stored. It is not split into multiple pools, for "tech transfer", "research", and "flight". This simplifies many aspects and fixes a lot of bugs regarding RnD and Tech Transfer.
// multiple branches can be specified with the & character
1070
1073
// multiple parts in a branch can be specified by separating them with a comma
1071
1074
// for each branch the first part listed is considered the closest part, and each part after is considered to be one generation removed. An optional generation penalty is added for each level
1072
-
// for each branch, the flight data from each part is added together including any generation penalties, to create a total for that branch, modifed by the transfer amount for that branch
1075
+
// for each branch, the flight data from each part is added together including any generation penalties, to create a total for that branch, modified by the transfer amount for that branch
1073
1076
// if multiple branches are specified, each branch is then added together
1074
1077
// an optional maximum data can be enforced for each scope (global setting but applied to each scope, not total)
0 commit comments