|
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 n
Length: 1454 (0x5ae) Types: TextFile Names: »newlogin.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Conquer/newlogin.h«
/*conquer : Copyright (c) 1988 by Ed Barlow. */ /* initial starting stats */ /*dwarf*/ #define NLDGOLD 100000L #define NLDFOOD 35000L #define NLDJEWEL 15000L #define NLDMETAL 15000L #define NLDCIVIL 6000L #define NLDMILIT 1000L #define NLDREPRO 4 #define NLDMMOVE 6 #define NLDAPLUS 20 #define NLDDPLUS 20 /*elf*/ #define NLEGOLD 100000L #define NLEFOOD 35000L #define NLEJEWEL 15000L #define NLEMETAL 15000L #define NLECIVIL 7000L #define NLEMILIT 200L #define NLEREPRO 5 #define NLEMMOVE 8 #define NLEAPLUS 10 #define NLEDPLUS 40 /*orc*/ #define NLOGOLD 1000L #define NLOFOOD 35000L #define NLOJEWEL 15000L #define NLOMETAL 15000L #define NLOCIVIL 6000L #define NLOMILIT 2000L #define NLOREPRO 8 #define NLOMMOVE 6 #define NLOAPLUS 0 #define NLODPLUS 0 /*human*/ #define NLHGOLD 1000L #define NLHFOOD 35000L #define NLHJEWEL 15000L #define NLHMETAL 15000L #define NLHCIVIL 6000L #define NLHMILIT 1000L #define NLHREPRO 5 #define NLHMMOVE 10 #define NLHAPLUS 15 #define NLHDPLUS 10 /* the purchase definitions and/or costs */ #define NLPOP 1000L #define NLGOLD 100000L #define NLLOCCOST 1 #define NLSOLD 900L #define NLATTACK 10 #define NLDEFENCE 10 #define NLREPRO_ORC 2 /* repro points per NLREPCOST for orcs */ #define NLREPRO 1 /* repro points per NLREPCOST for others */ #define NLREPCOST 3 #define NLMOVE 2 #define NLDBLCOST 1 #define NLMAGIC 3 /* get NLEADER leaders for NLEADPT points */ #define NLEADER 3 #define NLEADPT 1