Prev: 37337 Up: Map Next: 37737
37441: Table of object properties
Thirty seven groups of eight bytes, one group per object (including "nothing at all"). The values are:
Offset Effect
0 Weight / flags
1 Flags
2 Unused
3 Read text (index)
4 Attribute flags
5 Terrain interaction parameter
6 Attribute
7 Graphic index in lookup table at 55950
Byte 0: Objects can have weight values from 0 - 15 inclusive. Weight is defined by the first four bits of the first data field. The remaining bits are for object flags:
Bit Effect
0 Weight
1 Weight
2 Weight
3 Weight
4 Drop-status (set means cannot be dropped)
5 Can-be-read
6 Can-be-blown (see trivia)
7 Is-breakable
Byte 1:
Use status is comprised of bitwise flags:
Bit Effect
0 Unused
1 Unused
2 Unused
3 Can-be-worn
4 Unused
5 Unused
6 Unused
7 Unused
Byte 4:
Flags which each specify whether the object's attribute applies to one of the object's four constituent character blocks. This value also effectively specifies which of the four possible character blocks are occupied by the object (i.e. the object's size in characters). This is relevant to the application of the object's terrain interaction parameter.
Bit Effect
0 Paint-top-left
1 Paint-top-right
2 Paint-bottom-left
3 Paint-bottom-right
4 Unused
5 Unused
6 Unused
7 Unused
37441 DEFB 0,0,0,0,0,0,0,0 (00) Nothing at all
37449 DEFB 33,72,0,0,0,0,1,33 (01) Cloak of Invisibility
37457 DEFB 33,72,0,1,12,0,70,13 (02) Blank I.D. Card
37465 DEFB 33,72,0,2,12,0,70,13 (03) Valid I.D. Card
37473 DEFB 33,64,0,3,15,0,70,20 (04) Instant Film
37481 DEFB 33,64,0,4,15,0,71,7 (05) Photograph (of Magic Knight)
37489 DEFB 1,64,0,0,12,0,71,8 (06) Star Map
37497 DEFB 33,64,0,0,15,0,70,29 (07) Gadget X
37505 DEFB 1,72,0,0,15,0,70,12 (08) Camera
37513 DEFB 33,64,0,6,15,0,71,6 (09) Photograph (of inside of starship)
37521 DEFB 49,0,0,7,15,0,70,21 (10) Pot of Glue
37529 DEFB 33,64,0,8,12,0,70,22 (11) 5W Resistor
37537 DEFB 1,168,0,0,15,0,70,15 (12) Magic Talisman
37545 DEFB 33,72,0,10,15,0,70,16 (13) Golden Sundial of Alpha
37553 DEFB 33,64,0,9,12,0,71,27 (14) McTablet Food
37561 DEFB 1,64,0,0,12,0,71,28 (15) Broken Glass
37569 DEFB 33,96,0,14,15,0,7,25 (16) Quark Bomb
37577 DEFB 33,64,0,12,15,128,70,4 (17) Advert
37585 DEFB 1,64,0,0,4,0,70,31 (18) Part of a Sundial (1)
37593 DEFB 1,64,0,0,4,0,70,31 (19) Part of a Sundial (2)
37601 DEFB 1,96,0,0,4,0,70,31 (20) Part of a Sundial (3)
37609 DEFB 1,72,0,0,15,0,68,23 (21) Brass Ankh
37617 DEFB 34,72,0,11,13,0,66,11 (22) Pair of Boots
37625 DEFB 33,64,0,5,15,0,66,3 (23) Chocolate Heart
37633 DEFB 33,64,0,0,15,0,70,10 (24) Starfleet Manual
37641 DEFB 1,64,0,0,15,0,71,9 (25) Ancient Scroll
37649 DEFB 1,64,0,0,12,0,6,17 (26) Tower Fish
37657 DEFB 1,72,0,0,15,0,7,32 (27) Gas Mask
37665 DEFB 1,72,0,0,15,0,68,14 (28) Shield
37673 DEFB 1,64,0,0,15,0,67,18 (29) Bag of Runes
37681 DEFB 1,64,0,0,15,0,70,18 (30) Bag of Potatoes
37689 DEFB 1,64,0,0,15,0,71,24 (31) Pewter Tankard
37697 DEFB 65,96,0,0,15,0,70,26 (32) Axe
37705 DEFB 33,72,0,13,12,0,70,19 (33) Wrist Terminal
37713 DEFB 1,64,0,0,10,0,6,30 (34) Torch
37721 DEFB 129,192,0,0,15,0,71,5 (35) Mirror
37729 DEFB 1,64,0,0,12,0,69,15 (36) 10MW Laser
Prev: 37337 Up: Map Next: 37737