File: mtype.def

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (43 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download | duplicates (2)
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
/* Definitions of the material type properties in Xconq GDL.
   Copyright (C) 1992-1997 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("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)