home · contact · privacy
(Tentative: Contains bugs!) Add carpentry, building walls from wood.
[plomrogue] / confserver / world
index e6c85acfa5c1949f50f8f138b43341dc4bb93ecb..452e9df48066be198315ebdf1121ea013b936027 100644 (file)
@@ -99,6 +99,19 @@ TT_NAME AXE
 TT_TOOLPOWER 5000
 TT_START_NUMBER 1
 
+TT_ID 10
+TT_TOOL wood
+TT_START_NUMBER 0
+TT_SYMBOL =
+TT_NAME WOOD
+
+TT_ID 11
+TT_TOOL carpentry
+TT_SYMBOL -
+TT_NAME 'CARPENTRY TOOL'
+TT_TOOLPOWER 5000
+TT_START_NUMBER 1
+
 TT_ID 0
 TT_CORPSE_ID 6
 TT_ID 1
@@ -123,3 +136,4 @@ TT_CORPSE_ID 4
 FAVOR_STAGE 0
 SLIPPERS 1
 PLANT_0 8
+LUMBER 10