Getting formatted name for a BaseEntity?
On an ItemDefinition, we can call .displayName.english to get a name, such as "Double Barrel Shotgun". But what about on a BaseEntity? The closest I know of is .ShortPrefabName, which returns something like grenade.f1.deployed. Has anyone found a solution for getting "F1 Grenade" without manually writing a Dictionary of names for every ShortPrefabName?
Entities do not have any beautified names however you can match items and entities if you really want this.