pub const fn is_armor_base_item(base_item: i32) -> boolExpand description
Returns true when base_item belongs to the canonical armor base-item set.
Source/provenance:
- Game data classification from
baseitems.2da(KotOR I/II). - Mirrored in PyKotor as
ARMOR_BASE_ITEMS:PyKotor/Libraries/PyKotor/src/pykotor/resource/generics/uti.py