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
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/AirportViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,26 @@ public int16_t SellCostFactor
82
82
set=>Model.SellCostFactor=value;
83
83
}
84
84
85
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/DockViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,26 @@ public int16_t SellCostFactor
59
59
set=>Model.SellCostFactor=value;
60
60
}
61
61
62
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/IndustryViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,26 @@ public int16_t SellCostFactor
93
93
set=>Model.SellCostFactor=value;
94
94
}
95
95
96
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/RoadStationViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,26 @@ public uint8_t CostIndex
70
70
set=>Model.CostIndex=value;
71
71
}
72
72
73
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/RoadViewModel.cs
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,36 @@ public uint8_t CostIndex
75
75
set=>Model.CostIndex=value;
76
76
}
77
77
78
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Tunnel Cost"),Description("The inflation-adjusted tunnel cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/TrackSignalViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,26 @@ public int16_t SellCostFactor
50
50
set=>Model.SellCostFactor=value;
51
51
}
52
52
53
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/TrackStationViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,26 @@ public uint8_t CostIndex
69
69
set=>Model.CostIndex=value;
70
70
}
71
71
72
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Sell Cost"),Description("The inflation-adjusted sell cost for the year specified in settings")]
Copy file name to clipboardExpand all lines: Gui/ViewModels/LocoTypes/Objects/TreeViewModel.cs
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,26 @@ public int16_t ClearCostFactor
65
65
set=>Model.ClearCostFactor=value;
66
66
}
67
67
68
+
[Category("Cost"),ReadOnly(true),DisplayName("Effective Build Cost"),Description("The inflation-adjusted build cost for the year specified in settings")]
[Category("Cost"),ReadOnly(true),DisplayName("Effective Clear Cost"),Description("The inflation-adjusted clear cost for the year specified in settings")]
0 commit comments