|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 2608 (0xa30) Types: TextFile Names: »shipdata.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Gb/shipdata.h«
/* * Galactic Bloodshed (Robert Chansky, smq@b) */ char Shipltrs[]={ 'p','s','c','b','d','f','g','e','t','S','D','M','%','#', '+','m','A','C','V','^',' ','E','Y','B','G','[' }; int Shipdata[NUMSTYPES][NUMABILS] = { /* cargo destcap guns fuelcap tech crew armr cost mass mv sw */ /*sp*/1, 0, 0, 20, 1, 1, 1, 10, 5, 1, 0, /*sh*/10, 2, 1, 20, 15, 25, 1, 50, 10, 1, 0, /*cs*/1, 2, 1, 1, 10, 0, 3, 20, 4, 1, 0, /*bt*/35, 200, 10, 100, 140, 70, 10, 500, 20, 1, 0, /*de*/10, 100, 5, 80, 70, 50, 6, 200, 10, 1, 0, /*fi*/1, 30, 4, 10, 65, 1, 40, 80, 5, 1, 0, /*cg*/1000, 1000, 1, 1000, 65, 1000, 3, 400, 25, 1, 0, /*ex*/1, 1, 1, 30, 25, 1, 3, 100, 8, 1, 0, /*ta*/15, 10, 1, 5000, 65, 50, 3, 400, 20, 1, 0, /*st*/5000, 250, 35, 500, 20, 1000, 9, 400, 50, 1, 0, /*Dr*/100, 500, 40, 500, 250, 60, 10, 600, 25, 1, 0, /*Mi*/5000, 600, 35, 5000, 350, 1000, 20, 500, 20, 1, 0, /*Cr*/10000, 10000, 100, 10000, 700, 10000, 50, 400, 10, 1, 0, /*GD*/50000, 50000, 50000, 50000, 1000, 50000, 100,100, 1, 1, 0, /*sm*/0, 10, 0, 6, 30, 0, 1, 35, 15, 1, 1, /*mr*/200, 10, 1, 20, 50, 15, 1, 200, 100, 1, 0, /*Ap*/0, 0, 0, 0, 80, 10, 1, 150, 40, 0, 1, /*Cd*/0, 0, 0, 1, 40, 0, 1, 20, 5, 1, 0, /*VN*/20, 0, 0, 35, 30, 0, 1, 15, 15, 1, 1, /*pb*/0, 20, 0, 5, 300, 0, 1, 100, 5, 1, 1, /*cd*/0, 10, 0, 0, 250, 0, 1, 25, 6, 0, 1, /*AY*/0, 10, 0, 0, 90, 0, 1, 25, 6, 0, 0, /*Bw*/0, 10, 0, 0, 80, 0, 1, 25, 6, 0, 1, /*Gr*/0, 10, 20, 0, 80, 0, 1, 25, 6, 0, 0, /*TD*/1000, 1000, 0, 1000, 220, 1000, 1, 800, 80, 0, 1 }; char *Shipnames[NUMSTYPES] = { "Spore pod", "Shuttle", "Comsat", "Battleship", "Destroyer", "Fighter", "Cargo ship", "Explorer", "Tanker", "Station", "Dreadnaught", "Mithril Ship", "Crystal Ship", "GODSHIP", "Space mine", "Space mirror", "Atmosph processor", "Canister of dust", "V.Neumann machine", "*Planet bomb", "*cloaking device", "*emotion suppressor", "*Amulet of Yendor", "*biological weapon", "*gamma ray laser", "audio-vibatory-\n physio-molecular\n transport device" };