Ultima Online Protocol :: Resource Type
Packet # Packet Name Length Client Server Obsolete
0x35 Resource Type 0x028D
Data Type Description
byte 0x35 The packet number.
byte 0x00 Unknown.
byte 0x01 Unknown.
ushort tile_id The tile to attach the resource to.

A flag of 0x8000 means it is a map tile.
char[127] internal_name The internal resource name.
byte 0x00 Null terminator.
char[127] food_name The food resource name.
byte 0x00 Null terminator.
char[127] shelter_name The shelter resource name.
byte 0x00 Null terminator.
char[127] desire_name The desire resource name.
byte 0x00 Null terminator.
char[127] production_name The production resource name.
byte 0x00 Null terminator.
uint make_consumer If set to one, then make a consumer if excess in world.
uint make_producer If set to one, then make a producer if excess in bank.

Packet Description:
This packet is sent by the god client to add a new resource.