You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching for vehicles (e.g. Defender) that has a Banu shield generator (e.g. shld_banu_s02_placeholder_scitem) equipped, the hardpoint (e.g. hardpoint_shield_generator) does not have the equipped_item key.
When searching for vehicles (e.g. Defender) that has a Banu shield generator (e.g.
shld_banu_s02_placeholder_scitem
) equipped, the hardpoint (e.g.hardpoint_shield_generator
) does not have theequipped_item
key.Steps to reproduce
hardpoint_shield_generator
class_name
indicatesshld_banu_s02_placeholder_scitem
is the equipped item, but noequipped_item
key is foundActual result
equipped_item
key does not existcompatible_types
key is emptyExpected result
equipped_item
key is populated with info ofshld_banu_s02_placeholder_scitem
compatible_types
key indicates the correct compatible item typeThe text was updated successfully, but these errors were encountered: