]> git.pond.sub.org Git - empserver/blob - info/Item-types.t
New.
[empserver] / info / Item-types.t
1 .TH Concept "Item types"
2 .NA Item-types "Description of the different types of items"
3 .LV Basic
4 .s1
5 The different kinds of people and materials are called items, or
6 sometimes commodities.
7 .s1
8 The show command displays the detailed characteristics of items.
9 .s1
10 .EX show item
11 .NF
12 Printing for tech level '344'
13 item value sell lbs    packing     melt  item
14 mnem                in rg wh ur bk deno  name
15    c     1   no   1  1 10 10 10 10    4  civilians
16    m     0   no   1  1  1  1  1  1   20  military
17    s     5  yes   1  1  1 10  1  1   80  shells
18    g    60  yes  10  1  1 10  1  1  100  guns
19    p     4  yes   1  1  1 10  1  1   50  petrol
20    i     2  yes   1  1  1 10  1  1  100  iron ore
21    d    20  yes   5  1  1 10  1  1  100  dust (gold)
22    b   280  yes  50  1  1  5  1  4  200  bars of gold
23    f     0  yes   1  1  1 10  1  1    2  food
24    o     8  yes   1  1  1 10  1  1   50  oil
25    l     2  yes   1  1  1 10  1  1  100  light products
26    h     4  yes   1  1  1 10  1  1  100  heavy products
27    u     1  yes   2  1  1  2  1  1    2  uncompensated workers
28    r   150  yes   8  1  1 10  1  1 1000  radioactive materials
29 .FI
30 .s1
31 The meaning of the headings are:
32 .in \w'packing wh\0\0'u
33 .L "item mnem"
34 A one-letter mnemonic abbreviation of the item name.  Commands let you
35 use this to select the item.
36 .L value
37 The value if the item is mortgaged.
38 .L sell
39 Whether you can sell the item on the market.
40 .L lbs
41 The weight of the item, which determines how much mobility it takes to
42 move it.
43 .L "packing in"
44 The packing bonus the item receives in inefficient (<60%) sectors.
45 .L "packing rg"
46 The packing bonus the item receives in regular sectors.
47 .L "packing wh"
48 The packing bonus the item receives in warehouse sectors.
49 .L "packing ur"
50 The packing bonus the item receives in urban sectors.
51 .L "packing bk"
52 The packing bonus the item receives in bank sectors.
53 .L "item name"
54 The full name of the item.
55 .in
56 .s1
57 To find out which sectors are in what packing groups, try the "show
58 sector s" command.
59 .s1
60 .SA "Commodities, Products, show, Sector-types, Producing"