Skip to content

Commit

Permalink
RGS Rotary Snowplow No. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottanderson committed Oct 5, 2024
1 parent 35ba3a2 commit c82a5c3
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions ts/frames.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export const frameTypes = [
'plow',
'Porter_040',
'Porter_042',
'RGS_Rotary',
'RGS_Rotary_Tender',
'Rubybasin',
'shay',
'SideDumpCar',
Expand Down Expand Up @@ -1289,6 +1291,51 @@ export const frameDefinitions: Record<FrameType, FrameDefinition> = {
name: 'Porter 2',
},

'RGS_Rotary': {
coal: true,
engine: true,
length: 1213,
max: {
boilerFireTemp: 400,
boilerFuelAmount: 70,
boilerPressure: 130,
boilerWaterLevel: 2000,
boilerWaterTemp: 170,
brakeValue: 1,
compressorAirPressure: 100,
compressorValveValue: 1,
headlightType: 1,
paintType: 4,
reverserValue: 1,
smokestackType: 1,
},
min: {
headlightType: 1,
paintType: 1,
reverserValue: -1,
smokestackType: 1,
},
name: 'RGS Rotary Snowplow No. 2',
},

'RGS_Rotary_Tender': {
coal: true,
length: 700,
max: {
headlightType: 1,
paintType: 4,
smokestackType: 1,
tenderFuelAmount: 7000,
},
min: {
headlightType: 1,
paintType: 1,
smokestackType: 1,
},
name: 'RGS Rotary Snowplow No. 2 Tender',
tender: true,
},

'Rubybasin': {
coal: true,
engine: true,
Expand Down

0 comments on commit c82a5c3

Please sign in to comment.