]> git.pond.sub.org Git - empserver/blob - src/lib/global/nsc.c
(dchr_ca, packing, empfile): Add packing symbol table.
[empserver] / src / lib / global / nsc.c
1 /*
2  *  Empire - A multi-player, client/server Internet based war game.
3  *  Copyright (C) 1986-2005, Dave Pare, Jeff Bailey, Thomas Ruschak,
4  *                           Ken Stevens, Steve McClure
5  *
6  *  This program is free software; you can redistribute it and/or modify
7  *  it under the terms of the GNU General Public License as published by
8  *  the Free Software Foundation; either version 2 of the License, or
9  *  (at your option) any later version.
10  *
11  *  This program is distributed in the hope that it will be useful,
12  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  *  GNU General Public License for more details.
15  *
16  *  You should have received a copy of the GNU General Public License
17  *  along with this program; if not, write to the Free Software
18  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  *
20  *  ---
21  *
22  *  See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
23  *  related information and legal notices. It is expected that any future
24  *  projects/authors will amend these files as needed.
25  *
26  *  ---
27  *
28  *  nsc.c: Empire selection global structures
29  * 
30  *  Known contributors to this file:
31  *     Markus Armbruster, 2004
32  *  
33  */
34
35 #include <stddef.h>
36 #include "misc.h"
37 #include "xy.h"
38 #include "loan.h"
39 #include "nsc.h"
40 #include "news.h"
41 #include "nuke.h"
42 #include "plane.h"
43 #include "ship.h"
44 #include "land.h"
45 #include "sect.h"
46 #include "trade.h"
47 #include "treaty.h"
48 #include "genitem.h"
49 #include "nat.h"
50 #include "map.h"
51 #include "commodity.h"
52 #include "lost.h"
53 #include "product.h"
54 #include "file.h"
55 #include "mission.h"
56 #include "plague.h"
57
58 #define fldoff(str, fld) offsetof(struct str, fld)
59
60 #define NSC_IELT(name, pfx, sfx, base, itype)           \
61 {NSC_SHORT, 0, 0, ((base) + (itype)*sizeof(u_short)),   \
62 sizeof(sfx) == 1 ? name : pfx sfx, EF_BAD}
63
64 #define NSC_IVEC(base, sfx)             \
65 NSC_IELT("civil", "c", sfx, base, I_CIVIL),     \
66 NSC_IELT("milit", "m", sfx, base, I_MILIT),     \
67 NSC_IELT("shell", "s", sfx, base, I_SHELL),     \
68 NSC_IELT("gun", "g", sfx, base, I_GUN),         \
69 NSC_IELT("petrol", "p", sfx, base, I_PETROL),   \
70 NSC_IELT("iron", "i", sfx, base, I_IRON),       \
71 NSC_IELT("dust", "d", sfx, base, I_DUST),       \
72 NSC_IELT("bar", "b", sfx, base, I_BAR),         \
73 NSC_IELT("food", "f", sfx, base, I_FOOD),       \
74 NSC_IELT("oil", "o", sfx, base, I_OIL),         \
75 NSC_IELT("lcm", "l", sfx, base, I_LCM),         \
76 NSC_IELT("hcm", "h", sfx, base, I_HCM),         \
77 NSC_IELT("uw", "u", sfx, base, I_UW),           \
78 NSC_IELT("rad", "r", sfx, base, I_RAD)
79
80 struct castr ichr_ca[] = {
81     {NSC_SITYPE(i_type), 0, 0, offsetof(struct ichrstr, i_vtype), "vtype",
82      EF_ITEM},
83     {NSC_STRING, 0, 0, offsetof(struct ichrstr, i_name), "name", EF_BAD},
84     {NSC_INT, NSC_CONST, 0, offsetof(struct ichrstr, i_mnem), "mnem", EF_BAD},
85     {NSC_INT, 0, 0, offsetof(struct ichrstr, i_value), "value", EF_BAD},
86     {NSC_INT, 0, 0, offsetof(struct ichrstr, i_sell), "sell", EF_BAD},
87     {NSC_INT, 0, 0, offsetof(struct ichrstr, i_lbs), "lbs", EF_BAD},
88     {NSC_INT, 0, NUMPKG, offsetof(struct ichrstr, i_pkg), "pkg", EF_BAD},
89     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
90 };
91
92 struct castr pchr_ca[] = {
93     {NSC_STRING, 0, 0, offsetof(struct pchrstr, p_name), "name", EF_BAD},
94     {NSC_STRING, NSC_CONST, 0, offsetof(struct pchrstr, p_sname), "sname",
95      EF_BAD},
96     {NSC_SITYPE(i_type), 0, MAXPRCON, offsetof(struct pchrstr, p_ctype),
97      "ctype", EF_ITEM},
98     {NSC_USHORT, 0, MAXPRCON, offsetof(struct pchrstr, p_camt), "camt",
99      EF_BAD},
100     {NSC_SITYPE(i_type), 0, 0, offsetof(struct pchrstr, p_type), "type",
101      EF_ITEM},
102     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_level), "level", EF_LEVEL},
103     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_cost), "cost", EF_BAD},
104     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_nrndx), "nrndx", EF_BAD},
105     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_nrdep), "nrdep", EF_BAD},
106     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_nlndx), "nlndx", EF_BAD},
107     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_nlmin), "nlmin", EF_BAD},
108     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_nllag), "nllag", EF_BAD},
109     {NSC_INT, 0, 0, offsetof(struct pchrstr, p_effic), "effic", EF_BAD},
110     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
111 };
112
113 struct castr sect_ca[] = {
114     {NSC_NATID, 0, 0, fldoff(sctstr, sct_own), "owner", EF_NATION},
115     {NSC_XCOORD, 0, 0, fldoff(sctstr, sct_x), "xloc", EF_BAD},
116     {NSC_YCOORD, 0, 0, fldoff(sctstr, sct_y), "yloc", EF_BAD},
117     {NSC_TYPEID, 0, 0, fldoff(sctstr, sct_type), "des", EF_SECTOR_CHR},
118     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_effic), "effic", EF_BAD},
119     {NSC_SHORT, 0, 0, fldoff(sctstr, sct_mobil), "mobil", EF_BAD},
120     {NSC_UCHAR, NSC_DEITY, 0, fldoff(sctstr, sct_loyal), "loyal", EF_BAD},
121     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_terr), "terr", EF_BAD},
122     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(sctstr, sct_terr), "terr0", EF_BAD},
123     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_terr1), "terr1", EF_BAD},
124     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_terr2), "terr2", EF_BAD},
125     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_terr3), "terr3", EF_BAD},
126     {NSC_XCOORD, 0, 0, fldoff(sctstr, sct_dist_x), "xdist", EF_BAD},
127     {NSC_YCOORD, 0, 0, fldoff(sctstr, sct_dist_y), "ydist", EF_BAD},
128     {NSC_SHORT, 0, 0, fldoff(sctstr, sct_avail), "avail", EF_BAD},
129     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_work), "work", EF_BAD},
130     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(sctstr, sct_coastal), "coastal", EF_BAD},
131     {NSC_TYPEID, 0, 0, fldoff(sctstr, sct_newtype), "newdes", EF_SECTOR_CHR},
132     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_min), "min", EF_BAD},
133     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_gmin), "gold", EF_BAD},
134     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_fertil), "fert", EF_BAD},
135     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_oil), "ocontent", EF_BAD},
136     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_uran), "uran", EF_BAD},
137     {NSC_NATID, 0, 0, fldoff(sctstr, sct_oldown), "oldown", EF_NATION},
138     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_off), "off", EF_BAD},
139     NSC_IVEC(fldoff(sctstr, sct_item), ""),
140     NSC_IVEC(fldoff(sctstr, sct_dist), "_dist"),
141     NSC_IVEC(fldoff(sctstr, sct_del), "_del"),
142     {NSC_SHORT, NSC_DEITY, 0, fldoff(sctstr, sct_mines), "mines", EF_BAD},
143     {NSC_SHORT, NSC_DEITY, 0, fldoff(sctstr, sct_pstage), "pstage",
144      EF_PLAGUE_STAGES},
145     {NSC_SHORT, NSC_DEITY, 0, fldoff(sctstr, sct_ptime), "ptime", EF_BAD},
146     {NSC_UCHAR, NSC_DEITY, 0, fldoff(sctstr, sct_che), "che", EF_BAD},
147     {NSC_NATID, NSC_DEITY, 0, fldoff(sctstr, sct_che_target), "che_target",
148      EF_NATION},
149     {NSC_USHORT, 0, 0, fldoff(sctstr, sct_fallout), "fallout", EF_BAD},
150     {NSC_TIME, 0, 0, fldoff(sctstr, sct_access), "access", EF_BAD},
151     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_road), "road", EF_BAD},
152     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_rail), "rail", EF_BAD},
153     {NSC_UCHAR, 0, 0, fldoff(sctstr, sct_defense), "dfense", EF_BAD},
154     {NSC_TIME, NSC_EXTRA, 0, fldoff(sctstr, sct_timestamp), "timestamp",
155      EF_BAD},
156     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
157 };
158
159 struct castr dchr_ca[] = {
160     {NSC_STRING, 0, 0, offsetof(struct dchrstr, d_name), "name", EF_BAD},
161     {NSC_INT, NSC_CONST, 0, offsetof(struct dchrstr, d_mnem), "mnem", EF_BAD},
162     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_prd), "prd", EF_PRODUCT},
163     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_mcst), "mcst", EF_BAD},
164     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_flg), "flg", EF_BAD},
165     {NSC_SITYPE(i_packing), 0, 0, offsetof(struct dchrstr, d_pkg), "pkg",
166      EF_PACKING},
167     {NSC_FLOAT, 0, 0, offsetof(struct dchrstr, d_ostr), "ostr", EF_BAD},
168     {NSC_FLOAT, 0, 0, offsetof(struct dchrstr, d_dstr), "dstr", EF_BAD},
169     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_value), "value", EF_BAD},
170     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_cost), "cost", EF_BAD},
171     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_build), "build", EF_BAD},
172     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_lcms), "lcms", EF_BAD},
173     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_hcms), "hcms", EF_BAD},
174     {NSC_INT, 0, 0, offsetof(struct dchrstr, d_maxpop), "maxpop", EF_BAD},
175     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
176 };
177
178 #define NSC_GENITEM(ef_type, ef_chr)                                    \
179 { NSC_SHORT, 0, 0, fldoff(genitem, uid), "uid", ef_type},               \
180 { NSC_NATID, 0, 0, fldoff(genitem, own), "owner", EF_NATION},           \
181 { NSC_XCOORD, 0, 0, fldoff(genitem, x), "xloc", EF_BAD},                \
182 { NSC_YCOORD, 0, 0, fldoff(genitem, y), "yloc", EF_BAD},                \
183 { NSC_TYPEID, 0, 0, fldoff(genitem, type), "type", ef_chr},             \
184 { NSC_CHAR, 0, 0, fldoff(genitem, effic), "effic", EF_BAD},             \
185 { NSC_CHAR , 0, 0, fldoff(genitem, mobil), "mobil", EF_BAD},            \
186 { NSC_SHORT, 0, 0, fldoff(genitem, tech), "tech", EF_BAD},              \
187 { NSC_CHAR, NSC_EXTRA, 0, fldoff(genitem, group), "group", EF_BAD},     \
188 { NSC_XCOORD, 0, 0, fldoff(genitem, opx), "opx", EF_BAD},               \
189 { NSC_YCOORD, 0, 0, fldoff(genitem, opy), "opy", EF_BAD},               \
190 { NSC_SHORT, 0, 0, fldoff(genitem, mission), "mission", EF_MISSIONS},   \
191 { NSC_SHORT, 0, 0, fldoff(genitem, radius), "radius", EF_BAD}
192
193 struct castr ship_ca[] = {
194     NSC_GENITEM(EF_SHIP, EF_SHIP_CHR),
195     {NSC_CHAR, 0, 0, fldoff(shpstr, shp_fleet), "fleet", EF_BAD},
196     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(shpstr, shp_nplane), "nplane", EF_BAD},
197     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(shpstr, shp_nland), "nland", EF_BAD},
198     {NSC_XCOORD, 0, 0, fldoff(shpstr, shp_destx[0]), "xstart", EF_BAD},
199     {NSC_XCOORD, 0, 0, fldoff(shpstr, shp_destx[1]), "xend", EF_BAD},
200     {NSC_YCOORD, 0, 0, fldoff(shpstr, shp_desty[0]), "ystart", EF_BAD},
201     {NSC_YCOORD, 0, 0, fldoff(shpstr, shp_desty[1]), "yend", EF_BAD},
202     {NSC_SITYPE(i_type), 0, TMAX, fldoff(shpstr, shp_tstart), "cargostart",
203      EF_ITEM},
204     {NSC_SITYPE(i_type), 0, TMAX, fldoff(shpstr, shp_tend), "cargoend",
205      EF_ITEM},
206     {NSC_SHORT, 0, TMAX, fldoff(shpstr, shp_lstart), "amtstart", EF_BAD},
207     {NSC_SHORT, 0, TMAX, fldoff(shpstr, shp_lend), "amtend", EF_BAD},
208     {NSC_UCHAR, 0, 0, fldoff(shpstr, shp_autonav), "autonav", EF_BAD},
209     NSC_IVEC(fldoff(shpstr, shp_item), ""),
210     {NSC_SHORT, NSC_DEITY, 0, fldoff(shpstr, shp_pstage), "pstage",
211      EF_PLAGUE_STAGES},
212     {NSC_SHORT, NSC_DEITY, 0, fldoff(shpstr, shp_ptime), "ptime", EF_BAD},
213     {NSC_TIME, 0, 0, fldoff(shpstr, shp_access), "access", EF_BAD},
214     {NSC_TIME, NSC_EXTRA, 0, fldoff(shpstr, shp_timestamp), "timestamp",
215      EF_BAD},
216     {NSC_UCHAR, 0, 0, fldoff(shpstr, shp_mobquota), "mquota", EF_BAD},
217     {NSC_STRINGY, 0, MAXSHPPATH, fldoff(shpstr, shp_path), "path", EF_BAD},
218     {NSC_SHORT, 0, 0, fldoff(shpstr, shp_follow), "follow", EF_BAD},
219     {NSC_STRINGY, 0, MAXSHPNAMLEN, fldoff(shpstr, shp_name), "name", EF_BAD},
220     {NSC_UCHAR, 0, 0, fldoff(shpstr, shp_fuel), "fuel", EF_BAD},
221     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(shpstr, shp_nchoppers), "nchoppers",
222      EF_BAD},
223     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(shpstr, shp_nxlight), "nxlight", EF_BAD},
224     /* could let builder access these, but we can't express that yet: */
225     {NSC_XCOORD, NSC_DEITY, 0, fldoff(shpstr, shp_orig_x), "xbuilt", EF_BAD},
226     {NSC_YCOORD, NSC_DEITY, 0, fldoff(shpstr, shp_orig_y), "ybuilt", EF_BAD},
227     {NSC_NATID, NSC_DEITY, 0, fldoff(shpstr, shp_orig_own), "builder",
228      EF_NATION},
229     {NSC_INT, NSC_BITS, 0, fldoff(shpstr, shp_rflags), "rflags",
230      EF_RETREAT_FLAGS},
231     {NSC_STRINGY, 0, RET_LEN, fldoff(shpstr, shp_rpath), "rpath", EF_BAD},
232     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
233 };
234
235 struct castr mchr_ca[] = {
236     {NSC_STRING, 0, 0, offsetof(struct mchrstr, m_name), "name", EF_BAD},
237     {NSC_USHORT, 0, I_MAX+1, offsetof(struct mchrstr, m_item), "item", EF_BAD},
238     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_lcm), "lcm", EF_BAD},
239     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_hcm), "hcm", EF_BAD},
240     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_armor), "armor", EF_BAD},
241     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_speed), "speed", EF_BAD},
242     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_visib), "visib", EF_BAD},
243     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_vrnge), "vrnge", EF_BAD},
244     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_frnge), "frnge", EF_BAD},
245     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_glim), "glim", EF_BAD},
246     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_nxlight), "nxlight", EF_BAD},
247     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_nchoppers), "nchoppers",
248      EF_BAD},
249     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_fuelc), "fuelc", EF_BAD},
250     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_fuelu), "fuelu", EF_BAD},
251     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_tech), "tech", EF_BAD},
252     {NSC_INT, 0, 0, offsetof(struct mchrstr, m_cost), "cost", EF_BAD},
253     {NSC_LONG, NSC_BITS, 0, offsetof(struct mchrstr, m_flags), "flags",
254      EF_SHIP_CHR_FLAGS},
255     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_nplanes), "nplanes", EF_BAD},
256     {NSC_UCHAR, 0, 0, offsetof(struct mchrstr, m_nland), "nland", EF_BAD},
257     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
258 };
259
260 struct castr plane_ca[] = {
261     NSC_GENITEM(EF_PLANE, EF_PLANE_CHR),
262     {NSC_CHAR, 0, 0, fldoff(plnstr, pln_wing), "wing", EF_BAD},
263     {NSC_UCHAR, 0, 0, fldoff(plnstr, pln_range), "range", EF_BAD},
264     {NSC_SHORT, 0, 0, fldoff(plnstr, pln_ship), "ship", EF_BAD},
265     {NSC_SHORT, 0, 0, fldoff(plnstr, pln_land), "land", EF_BAD},
266     {NSC_INT, NSC_EXTRA, 0, fldoff(plnstr, pln_att), "att", EF_BAD},
267     {NSC_INT, NSC_EXTRA, 0, fldoff(plnstr, pln_def), "def", EF_BAD},
268     {NSC_CHAR, 0, 0, fldoff(plnstr, pln_harden), "harden", EF_BAD},
269     {NSC_CHAR, 0, 0, fldoff(plnstr, pln_nuketype), "nuketype", EF_BAD},
270     {NSC_CHAR, NSC_BITS, 0, fldoff(plnstr, pln_flags), "flags",
271      EF_PLANE_FLAGS},
272     {NSC_TIME, 0, 0, fldoff(plnstr, pln_access), "access", EF_BAD},
273     {NSC_TIME, NSC_EXTRA, 0, fldoff(plnstr, pln_timestamp), "timestamp",
274      EF_BAD},
275     {NSC_FLOAT, 0, 0, fldoff(plnstr, pln_theta), "theta", EF_BAD},
276     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
277 };
278
279 struct castr plchr_ca[] = {
280     {NSC_STRING, 0, 0, offsetof(struct plchrstr, pl_name), "name", EF_BAD},
281     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_lcm), "lcm", EF_BAD},
282     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_hcm), "hcm", EF_BAD},
283     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_cost), "cost", EF_BAD},
284     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_tech), "tech", EF_BAD},
285     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_acc), "acc", EF_BAD},
286     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_load), "load", EF_BAD},
287     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_att), "att", EF_BAD},
288     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_def), "def", EF_BAD},
289     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_range), "range", EF_BAD},
290     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_crew), "crew", EF_BAD},
291     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_fuel), "fuel", EF_BAD},
292     {NSC_INT, 0, 0, offsetof(struct plchrstr, pl_stealth), "stealth", EF_BAD},
293     {NSC_INT, NSC_BITS, 0, offsetof(struct plchrstr, pl_flags), "flags",
294      EF_PLANE_CHR_FLAGS},
295     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
296 };
297
298 struct castr land_ca[] = {
299     NSC_GENITEM(EF_LAND, EF_LAND_CHR),
300     {NSC_CHAR, 0, 0, fldoff(lndstr, lnd_army), "army", EF_BAD},
301     {NSC_SHORT, 0, 0, fldoff(lndstr, lnd_ship), "ship", EF_BAD},
302     {NSC_CHAR, 0, 0, fldoff(lndstr, lnd_harden), "harden", EF_BAD},
303     {NSC_SHORT, 0, 0, fldoff(lndstr, lnd_retreat), "retreat", EF_BAD},
304     {NSC_UCHAR, 0, 0, fldoff(lndstr, lnd_fuel), "fuel", EF_BAD},
305     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(lndstr, lnd_nxlight), "nxlight", EF_BAD},
306     {NSC_INT, NSC_BITS, 0, fldoff(lndstr, lnd_rflags), "rflags",
307      EF_RETREAT_FLAGS},
308     {NSC_STRINGY, 0, RET_LEN, fldoff(lndstr, lnd_rpath), "rpath", EF_BAD},
309     {NSC_UCHAR, 0, 0, fldoff(lndstr, lnd_rad_max), "react", EF_BAD},
310     NSC_IVEC(fldoff(lndstr, lnd_item), ""),
311     {NSC_SHORT, NSC_DEITY, 0, fldoff(lndstr, lnd_pstage), "pstage",
312      EF_PLAGUE_STAGES},
313     {NSC_SHORT, NSC_DEITY, 0, fldoff(lndstr, lnd_ptime), "ptime", EF_BAD},
314     {NSC_SHORT, 0, 0, fldoff(lndstr, lnd_land), "land", EF_BAD},
315     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(lndstr, lnd_nland), "nland", EF_BAD},
316     {NSC_TIME, 0, 0, fldoff(lndstr, lnd_access), "access", EF_BAD},
317     {NSC_FLOAT, NSC_EXTRA, 0, fldoff(lndstr, lnd_att), "att", EF_BAD},
318     {NSC_FLOAT, NSC_EXTRA, 0, fldoff(lndstr, lnd_def), "def", EF_BAD},
319     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_vul), "vul", EF_BAD},
320     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_spd), "spd", EF_BAD},
321     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_vis), "vis", EF_BAD},
322     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_spy), "spy", EF_BAD},
323     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_rad), "rmax", EF_BAD},
324     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_frg), "frg", EF_BAD},
325     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_acc), "acc", EF_BAD},
326     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_dam), "dam", EF_BAD},
327     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_ammo), "ammo", EF_BAD},
328     {NSC_INT, NSC_EXTRA, 0, fldoff(lndstr, lnd_aaf), "aaf", EF_BAD},
329     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(lndstr, lnd_fuelc), "fuelc", EF_BAD},
330     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(lndstr, lnd_fuelu), "fuelu", EF_BAD},
331     {NSC_UCHAR, NSC_EXTRA, 0, fldoff(lndstr, lnd_maxlight), "maxlight",
332      EF_BAD},
333     {NSC_TIME, NSC_EXTRA, 0, fldoff(lndstr, lnd_timestamp), "timestamp",
334      EF_BAD},
335     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
336 };
337
338 struct castr lchr_ca[] = {
339     {NSC_STRING, 0, 0, offsetof(struct lchrstr, l_name), "name", EF_BAD},
340     {NSC_USHORT, 0, I_MAX+1, offsetof(struct mchrstr, m_item), "item", EF_BAD},
341     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_lcm), "lcm", EF_BAD},
342     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_hcm), "hcm", EF_BAD},
343     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_gun), "gun", EF_BAD},
344     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_shell), "shell", EF_BAD},
345     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_tech), "tech", EF_BAD},
346     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_cost), "cost", EF_BAD},
347     {NSC_FLOAT, 0, 0, offsetof(struct lchrstr, l_att), "att", EF_BAD},
348     {NSC_FLOAT, 0, 0, offsetof(struct lchrstr, l_def), "def", EF_BAD},
349     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_vul), "vul", EF_BAD},
350     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_spd), "spd", EF_BAD},
351     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_vis), "vis", EF_BAD},
352     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_spy), "spy", EF_BAD},
353     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_rad), "rad", EF_BAD},
354     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_frg), "frg", EF_BAD},
355     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_acc), "acc", EF_BAD},
356     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_dam), "dam", EF_BAD},
357     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_ammo), "ammo", EF_BAD},
358     {NSC_INT, 0, 0, offsetof(struct lchrstr, l_aaf), "aaf", EF_BAD},
359     {NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_fuelc), "fuelc", EF_BAD},
360     {NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_fuelu), "fuelu", EF_BAD},
361     {NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_nxlight), "nxlight", EF_BAD},
362     {NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_mxland), "mxland", EF_BAD},
363     {NSC_LONG, NSC_BITS, 0, offsetof(struct lchrstr, l_flags), "flags",
364      EF_LAND_CHR_FLAGS},
365     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
366 };
367
368 struct castr nuke_ca[] = {
369     {NSC_SHORT, 0, 0, fldoff(nukstr, nuk_uid), "uid", EF_NUKE},
370     {NSC_NATID, 0, 0, fldoff(nukstr, nuk_own), "owner", EF_NATION},
371     {NSC_XCOORD, 0, 0, fldoff(nukstr, nuk_x), "xloc", EF_BAD},
372     {NSC_YCOORD, 0, 0, fldoff(nukstr, nuk_y), "yloc", EF_BAD},
373     {NSC_CHAR, 0, 0, fldoff(nukstr, nuk_n), "number", EF_BAD},
374     {NSC_SHORT, 0, N_MAXNUKE, fldoff(nukstr, nuk_types), "types", EF_NUKE_CHR},
375     {NSC_TIME, NSC_EXTRA, 0, fldoff(nukstr, nuk_timestamp), "timestamp",
376      EF_BAD},
377     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
378 };
379
380 struct castr nchr_ca[] = {
381     {NSC_STRING, 0, 0, offsetof(struct nchrstr, n_name), "name", EF_BAD},
382     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_lcm), "lcm", EF_BAD},
383     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_hcm), "hcm", EF_BAD},
384     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_oil), "oil", EF_BAD},
385     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_rad), "rad", EF_BAD},
386     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_blast), "blast", EF_BAD},
387     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_dam), "dam", EF_BAD},
388     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_cost), "cost", EF_BAD},
389     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_tech), "tech", EF_BAD},
390     {NSC_INT, 0, 0, offsetof(struct nchrstr, n_weight), "weight", EF_BAD},
391     {NSC_INT, NSC_BITS, 0, offsetof(struct nchrstr, n_flags), "flags",
392      EF_NUKE_CHR_FLAGS},
393     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
394 };
395
396 struct castr treaty_ca[] = {
397     {NSC_SHORT, 0, 0, fldoff(trtstr, trt_uid), "uid", EF_TREATY},
398     {NSC_NATID, 0, 0, fldoff(trtstr, trt_cna), "cna", EF_NATION},
399     {NSC_NATID, 0, 0, fldoff(trtstr, trt_cnb), "cnb", EF_NATION},
400     {NSC_CHAR, 0, 0, fldoff(trtstr, trt_status), "status",
401      EF_AGREEMENT_STATUS},
402     {NSC_SHORT, NSC_BITS, 0, fldoff(trtstr, trt_acond), "acond",
403      EF_TREATY_FLAGS},
404     {NSC_SHORT, NSC_BITS, 0, fldoff(trtstr, trt_bcond), "bcond",
405      EF_TREATY_FLAGS},
406     {NSC_TIME, 0, 0, fldoff(trtstr, trt_exp), "exp", EF_BAD},
407     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
408 };
409
410 struct castr loan_ca[] = {
411     {NSC_SHORT, 0, 0, fldoff(lonstr, l_uid), "uid", EF_LOAN},
412     {NSC_NATID, 0, 0, fldoff(lonstr, l_loner), "loaner", EF_NATION},
413     {NSC_NATID, 0, 0, fldoff(lonstr, l_lonee), "loanee", EF_NATION},
414     {NSC_CHAR, 0, 0, fldoff(lonstr, l_status), "status",
415      EF_AGREEMENT_STATUS},
416     {NSC_INT, 0, 0, fldoff(lonstr, l_irate), "irate", EF_BAD},
417     {NSC_INT, 0, 0, fldoff(lonstr, l_ldur), "ldur", EF_BAD},
418     {NSC_LONG, 0, 0, fldoff(lonstr, l_amtpaid), "amtpaid", EF_BAD},
419     {NSC_LONG, 0, 0, fldoff(lonstr, l_amtdue), "amtdue", EF_BAD},
420     {NSC_TIME, 0, 0, fldoff(lonstr, l_lastpay), "lastpay", EF_BAD},
421     {NSC_TIME, 0, 0, fldoff(lonstr, l_duedate), "duedate", EF_BAD},
422     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
423 };
424
425 struct castr news_ca[] = {
426     {NSC_SHORT, 0, 0, fldoff(nwsstr, nws_uid), "uid", EF_NEWS},
427     {NSC_NATID, 0, 0, fldoff(nwsstr, nws_ano), "actor", EF_NATION},
428     {NSC_CHAR, 0, 0, fldoff(nwsstr, nws_vrb), "action", EF_NEWS_CHR},
429     {NSC_NATID, 0, 0, fldoff(nwsstr, nws_vno), "victim", EF_NATION},
430     {NSC_CHAR, 0, 0, fldoff(nwsstr, nws_ntm), "times", EF_BAD},
431     {NSC_TIME, 0, 0, fldoff(nwsstr, nws_when), "time", EF_BAD},
432     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
433 };
434
435 struct castr lost_ca[] = {
436     {NSC_INT, 0, 0, fldoff(loststr, lost_uid), "uid", EF_LOST},
437     {NSC_NATID, 0, 0, fldoff(loststr, lost_owner), "owner", EF_NATION},
438     {NSC_CHAR, 0, 0, fldoff(loststr, lost_type), "type", EF_BAD},
439     {NSC_SHORT, 0, 0, fldoff(loststr, lost_id), "id", EF_BAD},
440     {NSC_XCOORD, 0, 0, fldoff(loststr, lost_x), "x", EF_BAD},
441     {NSC_YCOORD, 0, 0, fldoff(loststr, lost_y), "y", EF_BAD},
442     {NSC_TIME, 0, 0, fldoff(loststr, lost_timestamp), "timestamp", EF_BAD},
443     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
444 };
445
446 struct castr commodity_ca[] = {
447     {NSC_SHORT, 0, 0, fldoff(comstr, com_uid), "uid", EF_COMM},
448     {NSC_NATID, 0, 0, fldoff(comstr, com_owner), "owner", EF_NATION},
449     {NSC_SITYPE(i_type), 0, 0, fldoff(comstr, com_type), "type", EF_ITEM},
450     {NSC_INT, 0, 0, fldoff(comstr, com_amount), "amount", EF_BAD},
451     {NSC_INT, 0, 0, fldoff(comstr, com_maxbidder), "maxbidder", EF_NATION},
452     {NSC_TIME, 0, 0, fldoff(comstr, com_markettime), "markettime", EF_BAD},
453     /* could let maxbidder access these, but we can't express that yet: */
454     {NSC_XCOORD, NSC_DEITY, 0, fldoff(comstr, com_x), "xbuy", EF_BAD},
455     {NSC_XCOORD, NSC_DEITY, 0, fldoff(comstr, com_y), "ybuy", EF_BAD},
456     /* could let the owner access these, but we can't express that yet: */
457     {NSC_XCOORD, NSC_DEITY, 0, fldoff(comstr, sell_x), "xsell", EF_BAD},
458     {NSC_YCOORD, NSC_DEITY, 0, fldoff(comstr, sell_y), "ysell", EF_BAD},
459     {NSC_FLOAT, 0, 0, fldoff(comstr, com_price), "price", EF_BAD},
460     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
461 };
462
463 struct castr trade_ca[] = {
464     {NSC_SHORT, 0, 0, fldoff(trdstr, trd_uid), "uid", EF_TRADE},
465     {NSC_NATID, 0, 0, fldoff(trdstr, trd_owner), "owner", EF_NATION},
466     {NSC_CHAR, 0, 0, fldoff(trdstr, trd_type), "type", EF_BAD},
467     {NSC_SHORT, 0, 0, fldoff(trdstr, trd_unitid), "unitid", EF_BAD},
468     {NSC_LONG, 0, 0, fldoff(trdstr, trd_price), "price", EF_BAD},
469     {NSC_INT, 0, 0, fldoff(trdstr, trd_maxbidder), "maxbidder", EF_NATION},
470     {NSC_TIME, 0, 0, fldoff(trdstr, trd_markettime), "markettime", EF_BAD},
471     /* could let the owner access these, but we can't express that yet: */
472     {NSC_XCOORD, NSC_DEITY, 0, fldoff(trdstr, trd_x), "xloc", EF_BAD},
473     {NSC_YCOORD, NSC_DEITY, 0, fldoff(trdstr, trd_y), "yloc", EF_BAD},
474     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
475 };
476
477 struct castr nat_ca[] = {
478     {NSC_NATID, 0, 0, fldoff(natstr, nat_cnum), "cnum", EF_NATION},
479     {NSC_CHAR, NSC_BITS, 0, fldoff(natstr, nat_stat), "stat", EF_BAD},
480     {NSC_STRINGY, 0, 20, fldoff(natstr, nat_cnam), "cname", EF_BAD},
481     {NSC_STRINGY, NSC_DEITY, 20, fldoff(natstr, nat_pnam), "passwd", EF_BAD},
482     {NSC_STRINGY, 0, 32, fldoff(natstr, nat_hostaddr), "ip", EF_BAD},
483     {NSC_STRINGY, 0, 512, fldoff(natstr, nat_hostname), "hostname", EF_BAD},
484     {NSC_STRINGY, 0, 32, fldoff(natstr, nat_userid), "userid", EF_BAD},
485     {NSC_XCOORD, 0, 0, fldoff(natstr, nat_xstart), "xstart", EF_BAD},
486     {NSC_YCOORD, 0, 0, fldoff(natstr, nat_ystart), "ystart", EF_BAD},
487     {NSC_XCOORD, 0, 0, fldoff(natstr, nat_xcap), "xcap", EF_BAD},
488     {NSC_YCOORD, 0, 0, fldoff(natstr, nat_ycap), "ycap", EF_BAD},
489     {NSC_XCOORD, NSC_DEITY, 0, fldoff(natstr, nat_xorg), "xorg", EF_BAD},
490     {NSC_YCOORD, NSC_DEITY, 0, fldoff(natstr, nat_yorg), "yorg", EF_BAD},
491     {NSC_CHAR, 0, 0, fldoff(natstr, nat_update), "update", EF_BAD},
492     {NSC_UCHAR, 0, 0, fldoff(natstr, nat_missed), "missed", EF_BAD},
493     {NSC_USHORT, 0, 0, fldoff(natstr, nat_tgms), "tgms", EF_BAD},
494     {NSC_USHORT, 0, 0, fldoff(natstr, nat_ann), "ann", EF_BAD},
495     {NSC_USHORT, 0, 0, fldoff(natstr, nat_minused), "minused", EF_BAD},
496     {NSC_SHORT, 0, 0, fldoff(natstr, nat_btu), "btu", EF_BAD},
497     {NSC_LONG, 0, 0, fldoff(natstr, nat_reserve), "milreserve", EF_BAD},
498     {NSC_LONG, 0, 0, fldoff(natstr, nat_money), "money", EF_BAD},
499     {NSC_TIME, 0, 0, fldoff(natstr, nat_last_login), "login", EF_BAD},
500     {NSC_TIME, 0, 0, fldoff(natstr, nat_last_logout), "logout", EF_BAD},
501     {NSC_TIME, 0, 0, fldoff(natstr, nat_newstim), "newstim", EF_BAD},
502     {NSC_TIME, 0, 0, fldoff(natstr, nat_annotim), "annotim", EF_BAD},
503     {NSC_FLOAT, 0, 0, fldoff(natstr, nat_level[NAT_TLEV]), "tech", EF_BAD},
504     {NSC_FLOAT, 0, 0, fldoff(natstr, nat_level[NAT_RLEV]), "research", EF_BAD},
505     {NSC_FLOAT, 0, 0, fldoff(natstr, nat_level[NAT_ELEV]), "education",
506      EF_BAD},
507     {NSC_FLOAT, 0, 0, fldoff(natstr, nat_level[NAT_HLEV]), "happiness",
508      EF_BAD},
509     /* FIXME nat_b[], nat_contact[], nat_rejects[], nat_priorities[] */
510     {NSC_SHORT, 0, MAXNOC, fldoff(natstr, nat_relate), "relations",
511      EF_NATION_RELATIONS},
512     {NSC_LONG, NSC_BITS, 0, fldoff(natstr, nat_flags),"flags",
513      EF_NATION_FLAGS},
514     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
515 };
516
517 struct castr intrchr_ca[] = {
518     {NSC_STRING, NSC_CONST, 0, offsetof(struct sctintrins, in_name), "name",
519      EF_BAD},
520     {NSC_UCHAR, 0, 0, offsetof(struct sctintrins, in_lcms), "lcms", EF_BAD},
521     {NSC_UCHAR, 0, 0, offsetof(struct sctintrins, in_hcms), "hcms", EF_BAD},
522     {NSC_UCHAR, 0, 0, offsetof(struct sctintrins, in_dcost), "dcost", EF_BAD},
523     {NSC_UCHAR, 0, 0, offsetof(struct sctintrins, in_mcost), "mcost", EF_BAD},
524     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
525 };
526
527 struct castr rpt_ca[] = {
528     {NSC_STRING, 0, NUM_RPTS, offsetof(struct rptstr, r_newstory), "newstory",
529      EF_BAD},
530     {NSC_INT, 0, 0, offsetof(struct rptstr, r_good_will), "good_will", EF_BAD},
531     {NSC_INT, 0, 0, offsetof(struct rptstr, r_newspage), "newspage", EF_BAD},
532     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
533 };
534
535 struct castr empfile_ca[] = {
536     {NSC_INT, 0, 0, offsetof(struct empfile, uid), "uid", EF_TABLE},
537     {NSC_STRING, 0, 0, offsetof(struct empfile, name), "name", EF_BAD},
538     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
539 };
540
541 struct castr symbol_ca[] = {
542     {NSC_INT, 0, 0, offsetof(struct symbol, value), "value", EF_BAD},
543     {NSC_STRING, 0, 0, offsetof(struct symbol, name), "name", EF_BAD},
544     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
545 };
546
547 struct symbol ship_chr_flags[] = {
548     {M_FOOD, "fish"},
549     {M_TORP, "torp"},
550     {M_DCH, "dchrg"},
551     {M_FLY, "plane"},
552     {M_MSL, "miss"},
553     {M_OIL, "oil"},
554     {M_SONAR, "sonar"},
555     {M_MINE, "mine"},
556     {M_SWEEP, "sweep"},
557     {M_SUB, "sub"},
558     {M_SPY, "spy"},
559     {M_LAND, "land"},
560     {M_SUBT, "sub-torp"},
561     {M_TRADE, "trade"},
562     {M_SEMILAND, "semi-land"},
563     {M_OILER, "oiler"},
564     {M_SUPPLY, "supply"},
565     {M_ANTIMISSILE, "anti-missile"},
566     {0, NULL}
567 };
568
569 struct symbol land_chr_flags[] = {
570     {L_XLIGHT, "xlight"},
571     {L_ENGINEER, "engineer"},
572     {L_SUPPLY, "supply"},
573     {L_SECURITY, "security"},
574     {L_LIGHT, "light"},
575     {L_MARINE, "marine"},
576     {L_RECON, "recon"},
577     {L_RADAR, "radar"},
578     {L_ASSAULT, "assault"},
579     {L_FLAK, "flak"},
580     {L_SPY, "spy"},
581     {L_TRAIN, "train"},
582     {L_HEAVY, "heavy"},
583     {0, NULL}
584 };
585
586 struct symbol plane_chr_flags[] = {
587     {P_T, "tactical"},
588     {P_B, "bomber"},
589     {P_F, "intercept"},
590     {P_C, "cargo"},
591     {P_V, "VTOL"},
592     {P_M, "missile"},
593     {P_L, "light"},
594     {P_S, "spy"},
595     {P_I, "image"},
596     {P_O, "satellite"},
597     {P_X, "stealth"},
598     {P_N, "SDI"},
599     {P_H, "half-stealth"},
600     {P_E, "x-light"},
601     {P_K, "helo"},
602     {P_A, "ASW"},
603     {P_P, "para"},
604     {P_ESC, "escort"},
605     {P_MINE, "mine"},
606     {P_SWEEP, "sweep"},
607     {P_MAR, "marine"},
608     {0, NULL}
609 };
610
611 struct symbol nuke_chr_flags[] = {
612     {N_NEUT, "neutron"},
613     {0, NULL}
614 };
615
616 struct castr mdchr_ca[] = {
617     {NSC_STRING, 0, 0, offsetof(struct castr, ca_name), "name", EF_BAD},
618     {NSC_CHAR, 0, 0, offsetof(struct castr, ca_type), "type", EF_META_TYPE},
619     {NSC_UCHAR, NSC_BITS, 0, offsetof(struct castr, ca_flags), "flags",
620      EF_META_FLAGS},
621     {NSC_USHORT, 0, 0, offsetof(struct castr, ca_len), "len", EF_BAD},
622     {NSC_INT, 0, 0, offsetof(struct castr, ca_table), "table", EF_BAD},
623     {NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
624 };
625
626 struct symbol meta_flags[] = {
627     {NSC_DEITY, "deity"},
628     {NSC_EXTRA, "extra"},
629     {NSC_CONST, "const"},
630     {NSC_BITS, "bits"},
631     {0, NULL}
632 };
633
634 struct symbol meta_type[]  = {
635     {NSC_LONG, "d"},
636     {NSC_DOUBLE, "g"},
637     {NSC_STRING, "s"},
638     {NSC_TYPEID, "d"},
639     {NSC_CHAR, "d"},
640     {NSC_UCHAR, "d"},
641     {NSC_SHORT, "d"},
642     {NSC_USHORT, "d"},
643     {NSC_INT, "d"},
644     {NSC_XCOORD, "d"},
645     {NSC_YCOORD, "d"},
646     {NSC_TIME, "t"},
647     {NSC_FLOAT, "g"},
648     {NSC_STRINGY,"c"},
649     {NSC_NOTYPE, NULL}
650 };
651
652 struct symbol missions[] = {
653     {MI_INTERDICT, "interdiction"},
654     {MI_SUPPORT, "support"},
655     {MI_RESERVE, "reserve"},
656     {MI_ESCORT, "escort"},
657     {MI_AIR_DEFENSE, "air defense"},
658     {MI_DSUPPORT, "defensive support"},
659     {MI_OSUPPORT, "offensive support"},
660     {0, NULL}
661 };
662
663 struct symbol plane_flags[] = {
664     {PLN_LAUNCHED, "launched"},
665     {PLN_SYNCHRONOUS, "synchronous"},
666     {PLN_AIRBURST, "airbust"},
667     {0, NULL}
668 };
669
670 struct symbol retreat_flags[] = {
671     {RET_GROUP, "group"},
672     {RET_INJURED, "injured"},
673     {RET_TORPED, "torped"},
674     {RET_SONARED, "sonared"},
675     {RET_HELPLESS, "helpless"},
676     {RET_BOMBED, "bombed"},
677     {RET_DCHRGED, "depth-charged"},
678     {RET_BOARDED, "boarded"},
679     {0, NULL}
680 };
681
682 struct symbol nation_flags[] = {
683     {NF_INFORM, "inform"},
684     {NF_FLASH, "flash"},
685     {NF_BEEP, "beep"},
686     {NF_COASTWATCH, "coastwatch"},
687     {NF_SONAR, "sonar"},
688     {NF_TECHLISTS, "techlists"},
689     {NF_SACKED, "sacked"},
690     {0, NULL}
691 };
692
693 struct symbol nation_relations[] = {
694     {AT_WAR, "at-war"},
695     {SITZKRIEG, "sitzkrieg"},
696     {MOBILIZATION, "mobilization"},
697     {HOSTILE, "hostile"},
698     {NEUTRAL, "neutral"},
699     {FRIENDLY, "friendly"},
700     {ALLIED, "allied"},
701     {0, NULL}
702 };
703
704 struct symbol level[] = {
705     {NAT_TLEV, "technology"},
706     {NAT_RLEV, "research"},
707     {NAT_ELEV, "education"},
708     {NAT_HLEV, "happiness"},
709     {0, NULL}
710 };
711
712 struct symbol agreement_statuses[] = {
713     {AGREE_FREE, "free"},
714     {AGREE_PROPOSED, "proposed"},
715     {AGREE_SIGNED, "signed"},
716     {0, NULL}
717 };
718
719 struct symbol plague_stages[] = {
720     {PLG_HEALTHY, "healthy"},
721     {PLG_DYING, "dying"},
722     {PLG_INFECT, "infect"},
723     {PLG_INCUBATE, "incubate"},
724     {PLG_EXPOSED, "exposed"},
725     {0, NULL}
726 };
727
728 struct symbol packing[] = {
729     {IPKG, "inefficient"},
730     {NPKG, "normal"},
731     {WPKG, "warehouse"},
732     {UPKG, "urban"},
733     {BPKG, "bank"},
734     {0, NULL}
735 };