Lines Matching refs:ItemMap

132 	if (ItemMap[item->type].slot == WEAPON_SLOT) {  in append_item_description()
142 if (ItemMap[item->type].item_group_together_in_inventory) { in append_item_description()
155 } else if (ItemMap[item->type].base_item_durability != (-1)) { in append_item_description()
160 if (ItemMap[item->type].weapon_ammo_type && ItemMap[item->type].weapon_ammo_clip_size) { in append_item_description()
162 …autostr_append(str, _("Ammo: %d of %d\n"), item->ammo_clip, ItemMap[item->type].weapon_ammo_clip_s… in append_item_description()
165 …if ((ItemMap[item->type].item_require_strength != (-1)) || (ItemMap[item->type].item_require_dexte… in append_item_description()
166 if (ItemMap[item->type].item_require_strength != (-1)) { in append_item_description()
168 autostr_append(str, _("Required strength: %d\n"), ItemMap[item->type].item_require_strength); in append_item_description()
170 if (ItemMap[item->type].item_require_dexterity != (-1)) { in append_item_description()
172 autostr_append(str, _("Required dexterity: %d\n"), ItemMap[item->type].item_require_dexterity); in append_item_description()
177 if (ItemMap[item->type].right_use.tooltip) { in append_item_description()
179 autostr_append(str, "%s\n", D_(ItemMap[item->type].right_use.tooltip)); in append_item_description()
187 autostr_append(str, _("Item use: %s\n"), D_(ItemMap[item->type].right_use.tooltip)); in append_item_description()
322 ItemMap[Me.Inventory[InvIndex].type].inv_size.x) * 30 + 16; in prepare_text_window_content()
343 if (ItemMap[Me.weapon_item.type].weapon_needs_two_hands) { in prepare_text_window_content()