User Tools

Site Tools


gamemanual:gm_chassis_design

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamemanual:gm_chassis_design [2022/02/13 17:00] – [Global] admingamemanual:gm_chassis_design [2022/07/04 13:56] (current) – [Employees Required] admin
Line 54: Line 54:
  
 ^ Variable ^ Description ^  ^ Variable ^ Description ^ ^ Variable ^ Description ^  ^ Variable ^ Description ^
-| **Year** | FIXME | | **Marq_DesignChassisSkill** | FIXME +| **Year** | Current game year | | **Marq_DesignChassisSkill** | Chassis design skill of the selected marque 
-| **Global_Lengths** | FIXME | | **Global_Weight** | FIXME +| **Global_Lengths** | Global vehicle length variable as defined in the TurnEvents.xml file | | **Global_Weight** | Global vehicle width variable as defined in the TurnEvents.xml file 
-| **PreResearchChassisAmountEffect** | FIXME | | **designRandomVal** | FIXME +| **PreResearchChassisAmountEffect** | Research team's bonus on chassis design | | **designRandomVal** | Random variation based on workmanship image/skill ratings.  
-| **carPriceRate** | FIXME | | **FIXME** FIXME |+| **carPriceRate** | Global vehicle costs variable as defined in the TurnEvents.xml file | |   |
 | **ex_0d9962p_year99** | 0.9962%%^%%(year-1899) | | **ex_1d003p_year99** | 1.003%%^%%(year-1899) |  | **ex_0d9962p_year99** | 0.9962%%^%%(year-1899) | | **ex_1d003p_year99** | 1.003%%^%%(year-1899) | 
 | **ex_1d005p_year99** | 1.005%%^%%(year-1899) | | **ex_1d015p_year99** | 1.015%%^%%(year-1899) |  | **ex_1d005p_year99** | 1.005%%^%%(year-1899) | | **ex_1d015p_year99** | 1.015%%^%%(year-1899) | 
 | **ex_1d02p_year99** | 1.02%%^%%(year-1899) | | **ex_1d025p_year99** | 1.025%%^%%(year-1899) | | **ex_1d02p_year99** | 1.02%%^%%(year-1899) | | **ex_1d025p_year99** | 1.025%%^%%(year-1899) |
 | **ex_1d028p_year99** | 1.028%%^%%(year-1899) | | **ex_1d032p_year99** | 1.032%%^%%(year-1899) | | **ex_1d028p_year99** | 1.028%%^%%(year-1899) | | **ex_1d032p_year99** | 1.032%%^%%(year-1899) |
-| **ex_1d045p_year99** | 1.045%%^%%(year-1899) | | FIXME FIXME |+| **ex_1d045p_year99** | 1.045%%^%%(year-1899) | |   |
  
  
Line 281: Line 281:
  
 <code cpp> <code cpp>
-if year after 2020+if year before 2021
     Engineers_Required = Design_Req * (0.08833*(year-1899)+0.275);     Engineers_Required = Design_Req * (0.08833*(year-1899)+0.275);
 else  else
gamemanual/gm_chassis_design.1644789606.txt.gz · Last modified: 2022/02/15 17:58 (external edit)