Current section
Files
Jump to
Current section
Files
include/spellstone_data_SpellstoneData.hrl
-record(spellstone_data, {
acquisition_source_cuid_list :: list(binary()),
cuid :: integer(),
donation_cuid :: integer(),
equip_cost_currency_amount :: integer(),
equip_cost_currency_cuid :: integer(),
is_destroyable :: boolean(),
is_lockable :: boolean(),
is_show_acquisition_source :: boolean(),
is_tradeable :: boolean(),
item_description_cuid :: integer(),
item_grade :: binary(),
item_icon_cuid :: integer(),
item_name_cuid :: integer(),
option_cuid :: integer(),
pattern_cuid :: integer(),
sell_currency_cuid :: integer(),
sell_price :: integer(),
shape_cuid :: integer(),
sort_order :: integer(),
storable_inventory_owner_kind_list :: list(binary()),
storable_user_inventory_kind :: binary(),
unique_name :: binary()
}).