-record(resource_item_data, { acquisition_source_cuid_list :: list(binary()), cuid :: integer(), donation_cuid :: integer(), is_destroyable :: boolean(), is_lockable :: boolean(), is_show_acquisition_source :: boolean(), is_tradeable :: boolean(), item_appearance_cuid :: integer(), item_description_cuid :: integer(), item_grade :: binary(), item_icon_cuid :: integer(), item_name_cuid :: integer(), max_hold_count :: integer(), resource_kind :: binary(), sell_currency_cuid :: integer(), sell_price :: integer(), sort_order :: integer(), storable_inventory_owner_kind_list :: list(binary()), storable_user_inventory_kind :: binary(), touch_sound_cuid :: integer(), unique_name :: binary(), use_sound_cuid :: integer(), weight :: integer() }).