114 cMineDudPercent : LongWord; |
114 cMineDudPercent : LongWord; |
115 cTemplateFilter : LongInt; |
115 cTemplateFilter : LongInt; |
116 cFeatureSize : LongInt; |
116 cFeatureSize : LongInt; |
117 cMapGen : TMapGen; |
117 cMapGen : TMapGen; |
118 cRopePercent : LongWord; |
118 cRopePercent : LongWord; |
|
119 cRopeNodeStep : LongWord; |
119 cGetAwayTime : LongWord; |
120 cGetAwayTime : LongWord; |
120 |
121 |
121 cAdvancedMapGenMode: boolean; |
122 cAdvancedMapGenMode: boolean; |
122 |
123 |
123 cHedgehogTurnTime: Longword; |
124 cHedgehogTurnTime: Longword; |
463 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSwitch |
464 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprSwitch |
464 (FileName: 'Parachute'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
465 (FileName: 'Parachute'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
465 Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprParachute |
466 Width: 48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprParachute |
466 (FileName: 'Target'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
467 (FileName: 'Target'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
467 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTarget |
468 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTarget |
468 (FileName: 'RopeNode'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
469 (FileName: 'RopeNode'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil; |
469 Width: 6; Height: 6; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprRopeNode |
470 Width: 16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprRopeNode |
470 (FileName: 'thinking'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
471 (FileName: 'thinking'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
471 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpLowest; getDimensions: false; getImageDimensions: true),// sprQuestion |
472 Width: 32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpLowest; getDimensions: false; getImageDimensions: true),// sprQuestion |
472 (FileName: 'PowerBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
473 (FileName: 'PowerBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
473 Width: 256; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprPowerBar |
474 Width: 256; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprPowerBar |
474 (FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
475 (FileName: 'WindBar'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; |
2846 cSuddenDTurns := 15; |
2847 cSuddenDTurns := 15; |
2847 LastSuddenDWarn := -2; |
2848 LastSuddenDWarn := -2; |
2848 cInitHealth := 100; |
2849 cInitHealth := 100; |
2849 cDamagePercent := 100; |
2850 cDamagePercent := 100; |
2850 cRopePercent := 100; |
2851 cRopePercent := 100; |
|
2852 cRopeNodeStep := 4; |
2851 cGetAwayTime := 100; |
2853 cGetAwayTime := 100; |
2852 cMineDudPercent := 0; |
2854 cMineDudPercent := 0; |
2853 cTemplateFilter := 0; |
2855 cTemplateFilter := 0; |
2854 cFeatureSize := 12; |
2856 cFeatureSize := 12; |
2855 cMapGen := mgRandom; |
2857 cMapGen := mgRandom; |