19a20
> "r" "recon plane" "spy at long range, no attack capabilities" utype
53c54
< [ f b ] "aircraft" define
---
> [ f b r ] "aircraft" define
55c56
< [ i a f b d s t C B N ] "movers" define
---
> [ i a f b d s t C B N r ] "movers" define
65c66
< 220 * density
---
> 300 * density
76,78c77,79
< [ 4 7 8 16 10 15 10 22 36 18 ] movers @ make
< [ 4 7 8 16 11 16 10 25 40 22 ] movers * make
< [ 3 5 ] / ground make
---
> [ 4 6 8 17 12 15 10 22 36 24 14 ] movers @ make
> [ 4 7 8 18 12 16 10 25 40 30 14 ] movers * make
> [ 3 5 ] / ground make		; inf. and armor to build a base
101,102c102,103
< [ 6 10 18 36 100 100 200 200 200 1 200 500 900 ] fuel u* storage
< [ 6  4  3  3  20  10  20  40  40 1 100 200 400 ] ammo u* storage
---
> [ 6 10 18 36 100 100 200 200 200 1 28 200 500 900 ] fuel u* storage
> [ 6  4  3  3  20  10  20  40  40 1 0 100 200 400 ] ammo u* storage
104c105
< ; 1 fuel ships consume
---
> ; 1 fuel ship consume
105a107
> 4 fuel r consume   ; this causes problems for carriers
108c110
< -1 u* [ i a f b ] out-length
---
> -1 u* [ i a f b r ] out-length
110c112
< [ 1 2 9 6 3 3 2 4 4 1 ] movers speed
---
> [ 1 2 9 6 3 3 2 4 4 1 7 ] movers speed
132c134
< 4 [ f b ] / capacity
---
> 4 [ f b r ] / capacity
137a140
> 1 u* r enter-time
143a147
> 4 r see-range
147,148c151,152
< [ 1 1 1 2 3 2 3 4 8 1 10 20 40 ] u* hp
< [ 0 0 0 1 1 1 2 2 2 0  5 10 20 ] u* crippled  ; 50% of hp usually
---
> [ 1 1 1 2 3 2 3 4 8 1 1 10 20 40 ] u* hp
> [ 0 0 0 1 1 1 2 2 2 0 0  5 10 20 ] u* crippled  ; 50% of hp usually
150,162c154,167
< [  80  60  20  15  20  20  30  20   9  40  80  60  30 ] u* i hit
< [  85  60  30  40  30  20  30  20  20  50  90  70  40 ] u* a hit
< [  15  25  60  70  20  30  20  50  40  80 100 100 100 ] u* f hit
< [  20  20  10   9  30  50  50  70  60  50  90  95  99 ] u* b hit
< [   5   5  10  15  60  70  60  40  20   0  99  90  80 ] u* d hit
< [   0   0  10   5  40  10  60  40  50   0   0   0   0 ] u* s hit
< [  20   5  10   5  50  50  50  30   9   0   0   0   0 ] u* t hit
< [  30  20  40  10  30  30  40  20  20   0   0   0   0 ] u* C hit
< [  50  50  50  20  70  50  90  50  90   0 100 100 100 ] u* B hit
< [ 100 100 100 100 100 100 100 100 100   0 100 100 100 ] u* N hit
< [  10  10  20  20  10  20  30  20  20   0   0   0   0 ] u* / hit
< [  30  20  50  40  30   0  30  40  30   0   0   0   0 ] u* * hit
< [  50  40  70  60  50   0  30  60  50   0   0   0   0 ] u* @ hit
---
> [  80  60  20  15  20  20  30  20   9  40  20 80  60  30 ] u* i hit
> [  85  60  30  40  30  20  30  20  20  50  1  90  70  40 ] u* a hit
> [  15  22  60  70  20  30  20  50  40  80 100 100 100 100 ] u* f hit
> [  15  20  10   9  30  50  50  70  60  50 80  90  95  99 ] u* b hit
> [   5   5  10  15  60  70  60  40  20   0 30  99  90  80 ] u* d hit
> [   0   0  10   5  40  30  60  40  50   0 5   0   0   0 ] u* s hit
> [  20   5  10   5  50  50  50  30   9   0 0   0   0   0 ] u* t hit
> [  30  20  40  10  30  30  40  20  20   0 40  0   0   0 ] u* C hit
> [  50  50  50  20  70  50  90  50  90   0 70 100 100 100 ] u* B hit
> [ 100 100 100 100 100 100 100 100 100   0 100 100 100 100 ] u* N hit
> [  10  10  20  20  10  20  30  20  20   0 20  0   0   0 ] u* / hit
> [  30  20  50  40  30   0  30  40  30   0 50  0   0   0 ] u* * hit
> [  50  40  70  60  50   0  30  60  50   0 100 0   0   0 ] u* @ hit
> [   0   0   0   0   0   0   0   0   0   0  50 10 10  10 ] u* @ hit
545c550
< "Victoria" uname "Squamish" uname "Fort Qu'Appelle" uname "Flin Flon" uname 
---
> "Sexsmith" uname "Squamish" uname "Fort Qu'Appelle" uname "Flin Flon" uname 
