feat: modular weapon crafting #317

Merged
Sainan merged 3 commits from modular-weapons into main 2024-06-17 17:03:08 -07:00
Showing only changes of commit edc8803519 - Show all commits

View File

@ -43,7 +43,9 @@ const getItemListsController: RequestHandler = (_req, res) => {
item.category == "Misc" ||
item.category == "Resources" ||
item.category == "Fish" ||
((item as any).productCategory == "Pistols" && (item as MinWeapon).totalDamage == 0)
((item as any).productCategory == "Pistols" &&
(item as MinWeapon).totalDamage == 0 &&
Review

The wonders of warframe-items. We will be rid of that shit at some point in the future, but for the time being, we have to accept the fact that we don't have correct typings.

The wonders of `warframe-items`. We will be rid of that shit at some point in the future, but for the time being, we have to accept the fact that we don't have correct typings.
!item.excludeFromCodex) // exclude Zaw Strike PvP variant
)
),
mods,