Old revision #pchthae2x | New revision #pfkbm8otk | ||
---|---|---|---|
2 | grfid: "RS\01\02"; | 2 | grfid: "RS\01\02"; |
3 | name: string(STR_GRF_NAME); | 3 | name: string(STR_GRF_NAME); |
4 | desc: string(STR_GRF_DESCRIPTION); | 4 | desc: string(STR_GRF_DESCRIPTION); |
5 | version: | 5 | version: 1; |
6 | min_compatible_version: | 6 | min_compatible_version: 1; |
7 | } | 7 | } |
8 | 8 | ||
9 | item (FEAT_TRAINS, powernaut_diesel, 6) { | 9 | item (FEAT_TRAINS, powernaut_diesel, 6) { |
10 | property { | 10 | property { |
11 | model_life: | 11 | model_life: 99; |
12 | } | 12 | } |
13 | } | 13 | } |
14 | 14 | ||
15 | item (FEAT_TRAINS, dash_diesel, 12) { | 15 | item (FEAT_TRAINS, dash_diesel, 12) { |
16 | property { | 16 | property { |
17 | model_life: | 17 | model_life: 99; |
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | item (FEAT_TRAINS, turner_turbo_diesel, 20) { | 21 | item (FEAT_TRAINS, turner_turbo_diesel, 20) { |
22 | property { | 22 | property { |
23 | model_life: | 23 | model_life: 99; |
24 | } | 24 | } |
25 | } | 25 | } |
26 | 26 | ||
27 | item (FEAT_AIRCRAFT, flashbang_x1, | 27 | item (FEAT_AIRCRAFT, flashbang_x1, 35) { |
28 | property { | 28 | property { |
29 | model_life: | 29 | model_life: 99; |
30 | } | 30 | } |
31 | } | 31 | } |
32 | 32 | ||
33 | item (FEAT_AIRCRAFT, guru_x2_helicopter, | 33 | item (FEAT_AIRCRAFT, guru_x2_helicopter, 39) { |
34 | property { | 34 | property { |
35 | model_life: | 35 | model_life: 99; |
36 | } | 36 | } |
37 | } | 37 | } |
38 | |||
39 | sort (FEAT_TRAINS, [0, 1, 2, 3, 4, 5, powernaut_diesel, 7, 8, 9, 10, 11, dash_diesel, 13, 14, 15, 16, 17, 18, 19, turner_turbo_diesel, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115]); |