Currently able to spawn on any facetRefinement components are insurable and can be collected from:
- Treasure Maps
- MiB Chests
- Merchant Vessels
- Pirate Vessels
- Felucca Town shop container stealables (see image above)
- Champion Spawn Bosses
Line 294 FillableContainer.cs
Code:
public virtual bool CanSpawnRefinement()
{
return ContentType == FillableContentType.Clothier || ContentType == FillableContentType.Blacksmith || ContentType == FillableContentType.Carpenter;
}