MSUTeam / MSU

Modding Standards and Utilities for Battle Brothers
21 stars 4 forks source link

[REQUEST] Extend ItemType and WeaponType to be able to handle more than 32 entries #329

Open Enduriel opened 9 months ago

Enduriel commented 9 months ago

This will be painful to manage around backwards compatibility but is important since it has been hit in practice by legends team

LordMidas commented 6 months ago

Ideally I'd want WeaponType on weapons to be a weighted container to be able to specify what is the "main" type of a hybrid weapon e.g. whether it is mostly a spear with some sword characteristics (e.g. Swordstaff) or mostly a sword with some cleaver characteristics (e.g. Kriegsmesser). This can be helpful in modding when you want to do certain things based on the dominant weapon type of a hybrid weapon.