home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
TCE: Minor refactorings, fixes; AI: treat unknown fields as eatable.
[plomrogue]
/
confserver
/
test
1
MAP_LENGTH 64
2
PLAYER_TYPE 0
3
4
TA_ID 1
5
TA_EFFORT 1
6
TA_NAME wait
7
8
TA_ID 2
9
TA_EFFORT 5
10
TA_NAME move
11
12
TA_ID 3
13
TA_EFFORT 15
14
TA_NAME pickup
15
16
TA_ID 4
17
TA_EFFORT 5
18
TA_NAME drop
19
20
TA_ID 5
21
TA_EFFORT 45
22
TA_NAME use
23
24
TT_ID 0
25
TT_START_NUMBER 1
26
TT_LIFEPOINTS 30
27
TT_SYMBOL @
28
TT_NAME HUMAN
29
30
TT_ID 1
31
TT_START_NUMBER 27
32
TT_LIFEPOINTS 6
33
TT_SYMBOL a
34
TT_NAME ANT
35
36
TT_ID 2
37
TT_START_NUMBER 9
38
TT_LIFEPOINTS 18
39
TT_SYMBOL z
40
TT_NAME ZOMBIE
41
42
TT_ID 3
43
TT_START_NUMBER 3
44
TT_LIFEPOINTS 54
45
TT_SYMBOL S
46
TT_NAME SHOGGOTH
47
48
TT_ID 4
49
TT_START_NUMBER 9
50
TT_LIFEPOINTS 0
51
TT_SYMBOL '#'
52
TT_NAME DIRT
53
54
TT_ID 5
55
TT_START_NUMBER 9
56
TT_LIFEPOINTS 0
57
TT_SYMBOL %
58
TT_NAME SKELETON
59
60
TT_ID 6
61
TT_START_NUMBER 1
62
TT_LIFEPOINTS 0
63
TT_SYMBOL m
64
TT_NAME 'MAGIC MEAT'
65
TT_TOOLPOWER 512
66
TT_TOOL food
67
TT_PROLIFERATE 255
68
69
TT_ID 0
70
TT_CORPSE_ID 5
71
TT_ID 1
72
TT_CORPSE_ID 4
73
TT_ID 2
74
TT_CORPSE_ID 5
75
TT_ID 3
76
TT_CORPSE_ID 6
77
TT_ID 4
78
TT_CORPSE_ID 4
79
TT_ID 5
80
TT_CORPSE_ID 4
81
TT_ID 6
82
TT_CORPSE_ID 4