Compare commits

...

5 Commits

Author SHA1 Message Date
kts of kettek e3ff58f342 Add various rope exits 2023-11-16 15:23:53 -08:00
kts of kettek d29e357468 Remake slug image 2023-11-16 15:23:44 -08:00
kts of kettek ab8e4945e4 Add small chest 2023-11-16 15:23:26 -08:00
kts of kettek 16e2796bd7 Add north facing bed 2023-11-16 15:23:13 -08:00
kts of kettek 070c5db3db Add slug tongue 2023-11-16 15:20:47 -08:00
18 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,18 @@
Object rope_down
name rope going down
face rope_down.111
type 66
no_pick 1
client_type 25012
hp -1
sp -1
end
Object rope_hole_down
name rope going down hole
face rope_hole_down.111
type 66
no_pick 1
client_type 25012
hp -1
sp -1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

View File

@ -0,0 +1,8 @@
face rope_down.111
visibility 100
magicmap black
end
face rope_hole_down.111
visibility 100
magicmap black
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B

View File

@ -0,0 +1,9 @@
Object rope_up
name rope going up
face rope_up.111
type 66
no_pick 1
client_type 25012
hp -1
sp -1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

View File

@ -0,0 +1,4 @@
face rope_up.111
visibility 100
magicmap black
end

View File

@ -0,0 +1,11 @@
Object slug_tongue
nrof 1
name radula
face slug_tongue.111
type 72
material 32
weight 30
value 80
name_pl radulae
client_type 627
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

View File

@ -7,3 +7,12 @@ material 16
name_pl beds
client_type 8002
end
Object bed_1.3
name bed
face bed_1.121
weight 200000
value 35
material 16
name_pl beds
client_type 8002
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@ -1,3 +1,6 @@
face bed_1.111
magicmap brown
end
face bed_1.121
magicmap brown
end

View File

@ -11,6 +11,19 @@ randomitems chest
name_pl chests
client_type 51
end
Object chest_small
face chest_small_1.111
nrof 0
type 4
hp 1
material 18
value 25
weight 25000
identified 1
randomitems chest
name_pl chests
client_type 51
end
Object chest_green
name chest
face chest_green_1.111

View File

@ -1,6 +1,9 @@
face chest_1.111
magicmap khaki
end
face chest_small_1.111
magicmap khaki
end
face chest_green_1.111
magicmap khaki
end

View File

@ -19,3 +19,24 @@ no_pick 1
no_drop 1
identified 1
end
Object chest_2_small
name small chest
other_arch close_chest_small
face chest_small_1.111
type 122
material 18
value 20
container 75000
weight 20000
identified 1
name_pl small chests
client_type 51
end
Object close_chest_small
name close the small chest
face closechest_small.111
type 121
no_pick 1
no_drop 1
identified 1
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

After

Width:  |  Height:  |  Size: 802 B