home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
On world (re-)generation, server sends 'NEW_WORLD', client clears log.
[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
31
TT_ID 1
32
TT_START_NUMBER 27
33
TT_LIFEPOINTS 1
34
TT_SYMBOL a
35
TT_NAME ANT
36
TT_CONSUMABLE 0
37
38
TT_ID 2
39
TT_START_NUMBER 9
40
TT_LIFEPOINTS 3
41
TT_SYMBOL z
42
TT_NAME ZOMBIE
43
TT_CONSUMABLE 0
44
45
TT_ID 3
46
TT_START_NUMBER 3
47
TT_LIFEPOINTS 9
48
TT_SYMBOL S
49
TT_NAME SHOGGOTH
50
TT_CONSUMABLE 0
51
52
TT_ID 4
53
TT_START_NUMBER 9
54
TT_LIFEPOINTS 0
55
TT_SYMBOL #
56
TT_NAME DIRT
57
TT_CONSUMABLE 0
58
59
TT_ID 5
60
TT_START_NUMBER 9
61
TT_LIFEPOINTS 0
62
TT_SYMBOL %
63
TT_NAME SKELETON
64
TT_CONSUMABLE 0
65
66
TT_ID 6
67
TT_START_NUMBER 1
68
TT_LIFEPOINTS 0
69
TT_SYMBOL m
70
TT_NAME 'MAGIC MEAT'
71
TT_CONSUMABLE 3
72
TT_PROLIFERATE 255
73
74
TT_ID 0
75
TT_CORPSE_ID 5
76
TT_ID 1
77
TT_CORPSE_ID 4
78
TT_ID 2
79
TT_CORPSE_ID 5
80
TT_ID 3
81
TT_CORPSE_ID 6
82
TT_ID 4
83
TT_CORPSE_ID 4
84
TT_ID 5
85
TT_CORPSE_ID 4
86
TT_ID 6
87
TT_CORPSE_ID 4