From facac5efe84d937d8d5e5767309995302be271c1 Mon Sep 17 00:00:00 2001 From: mdw Date: Tue, 18 Mar 2003 10:35:30 +0000 Subject: [PATCH] Fix targetting circles to more nearly approximate reality. --- shipdata.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/shipdata.c b/shipdata.c index b88e29a..b6bc350 100644 --- a/shipdata.c +++ b/shipdata.c @@ -208,7 +208,7 @@ struct ship_data esccaps_data = 4, 6, 4, 0, 2, - 256, + 768, 0, 0, 8, @@ -250,7 +250,7 @@ struct ship_data alloy_data = 4, 4, 1, 0, 8, - 100, + 768, 0, 0, 5, @@ -315,7 +315,7 @@ struct ship_data cargo_data = 10, 15, 7, 0, 0, - 400, + 512, 0, 0, 12, @@ -457,7 +457,7 @@ struct ship_data asteroid_data = 9, 21, 14, 0, 0, - 6400, + 6000, 0, 5, 50, @@ -504,7 +504,7 @@ struct ship_data rock_data = 4, 6, 4, 0, 11, - 256, + 768, 0, 0, 8, @@ -599,7 +599,7 @@ struct ship_data orbit_data = 19, 30, 13, 15, 0, - 2500, + 1000, 0, 0, 22, @@ -729,7 +729,7 @@ struct ship_data transp_data = 37, 46, 14, 0, 0, - 2500, + 1000, 12, 0, 16, @@ -841,7 +841,7 @@ struct ship_data cobra3a_data = 28, 38, 13, 3, 0, - 9025, + 6000, 21, 0, 50, @@ -924,7 +924,7 @@ struct ship_data pythona_data = 11, 26, 13, 5, 0, - 6400, + 7600, 0, 0, 40, @@ -1244,7 +1244,7 @@ struct ship_data viper_data = 15, 20, 7, 0, 0, - 5625, + 3000, 0, 0, 23, @@ -1309,7 +1309,7 @@ struct ship_data sidewnd_data = 10, 15, 7, 0, 0, - 4225, + 3000, 0, 50, 20, @@ -1400,7 +1400,7 @@ struct ship_data mamba_data = 25, 28, 5, 1, 0, - 4900, + 4000, 0, 150, 25, @@ -1477,7 +1477,7 @@ struct ship_data krait_data = 17, 21, 6, 1, 0, - 3600, + 4500, 0, 100, 20, @@ -1572,7 +1572,7 @@ struct ship_data adder_data = 18, 29, 15, 0, 0, - 2500, + 2000, 0, 40, 20, @@ -1643,7 +1643,7 @@ struct ship_data gecko_data = 12, 17, 9, 0, 0, - 9801, + 3200, 0, 55, 18, @@ -1715,7 +1715,7 @@ struct ship_data cobra1_data = 11, 18, 10, 3, 0, - 9801, + 4000, 10, 75, 19, @@ -1782,7 +1782,7 @@ struct ship_data worm_data = 10, 16, 8, 0, 0, - 9801, + 1024, 0, 0, 19, @@ -1986,7 +1986,7 @@ struct ship_data asp2_data = 19, 28, 12, 0, 0, - 3600, + 4500, 8, 200, 40, @@ -2158,7 +2158,7 @@ struct ship_data ferdlce_data = 19, 27, 10, 0, 0, - 1600, + 2400, 0, 0, 40, @@ -2233,7 +2233,7 @@ struct ship_data moray_data = 14, 19, 9, 1, 0, - 900, + 2400, 0, 50, 40, -- 2.11.0