NPCData
Jump to navigation
Jump to search
NPCData is an archive that contains BCSV tables for some NPCs which store information on items they carry around. Each entry in the table corresponds to a obj_arg value. However, some objects do not assign these to their args and use the first entry by default. The file can be found in both games in ObjectData/NPCData.arc. The BCSV files here have identical structures and use these fields:
Field | Type | Description |
---|---|---|
mGoods0 | string | Model name of the first item. |
mGoods1 | string | Model name of the second item. |
mGoodsJoint0 | string | Joint name to which the first item is attached. |
mGoodsJoint1 | string | Joint name to which the second item is attached. |