home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add basic food clock (but no consumables yet to re-set it).
[plomrogue]
/
confserver
/
world
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 pick_up
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 5
27
TT_SYMBOL @
28
TT_NAME HUMAN
29
TT_CONSUMABLE 0
30
TT_STOMACH 2048
31
32
TT_ID 1
33
TT_START_NUMBER 27
34
TT_LIFEPOINTS 1
35
TT_SYMBOL a
36
TT_NAME ANT
37
TT_CONSUMABLE 0
38
TT_STOMACH 4096
39
40
TT_ID 2
41
TT_START_NUMBER 9
42
TT_LIFEPOINTS 3
43
TT_SYMBOL z
44
TT_NAME ZOMBIE
45
TT_CONSUMABLE 0
46
TT_STOMACH 1024
47
48
TT_ID 3
49
TT_START_NUMBER 3
50
TT_LIFEPOINTS 9
51
TT_SYMBOL S
52
TT_NAME SHOGGOTH
53
TT_CONSUMABLE 0
54
TT_STOMACH 512
55
56
TT_ID 4
57
TT_START_NUMBER 9
58
TT_LIFEPOINTS 0
59
TT_SYMBOL #
60
TT_NAME DIRT
61
TT_CONSUMABLE 0
62
63
TT_ID 5
64
TT_START_NUMBER 9
65
TT_LIFEPOINTS 0
66
TT_SYMBOL %
67
TT_NAME SKELETON
68
TT_CONSUMABLE 0
69
70
TT_ID 6
71
TT_START_NUMBER 1
72
TT_LIFEPOINTS 0
73
TT_SYMBOL m
74
TT_NAME 'MAGIC MEAT'
75
TT_CONSUMABLE 3
76
TT_PROLIFERATE 255
77
78
TT_ID 0
79
TT_CORPSE_ID 5
80
TT_ID 1
81
TT_CORPSE_ID 4
82
TT_ID 2
83
TT_CORPSE_ID 5
84
TT_ID 3
85
TT_CORPSE_ID 6
86
TT_ID 4
87
TT_CORPSE_ID 4
88
TT_ID 5
89
TT_CORPSE_ID 4
90
TT_ID 6
91
TT_CORPSE_ID 4