File: mtype.def

package info (click to toggle)
xconq 7.1.0-7
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 7,056 kB
  • ctags: 7,960
  • sloc: ansic: 88,493; perl: 2,057; sh: 1,766; makefile: 1,110; csh: 81; awk: 47; lisp: 39
file content (47 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* Definitions of the material type properties in Xconq GDL.
   Copyright (C) 1992, 1993, 1994, 1996 Stanley T. Shebs.

Xconq is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.  See the file COPYING.  */

DEF_MPROP_I("available", m_available,
	"true if type defn may be used",
	available, 0, 1, 1)

DEF_MPROP_S("char", m_char,
	"preferred char to display",
	mchar, "")

DEF_MPROP_S("color", m_color,
	"preferred color(s)",
	color, "gray")

DEF_MPROP_L("description-format", m_desc_format,
	"formatting info",
	descformat)

DEF_MPROP_L("extensions", m_extensions,
	"extension properties",
	extensions)

DEF_MPROP_S("help", m_help,
	"brief description",
	mhelp, "")

DEF_MPROP_S("image-name", m_image_name,
	"preferred image",
	imagename, "")

DEF_MPROP_S("name", m_type_name,
	"basic name",
	name, "")

DEF_MPROP_L("notes", m_notes,
	"player notes",
	notes)

DEF_MPROP_I("people", m_people,
	"actual number of individuals per count of material",
	people, 0, 0, PROPHI)