<!-- QueryToSerialize: TABLE WITHOUT ID file.link as "Name", WeaponDamage as "Damage", join(WeaponProperties, ", ") as "Properties", WeaponRange as "Range", WeaponMasteryProperty as "Mastery", Weight as "Weight", CostInGold + " " + [[Gold]] as "Cost" FROM "Items" WHERE IsBaseType = "true" AND contains(ItemType,[[Martial Weapon]]) AND contains(ItemType,[[Melee Weapon]]) --> <!-- SerializedQuery: TABLE WITHOUT ID file.link as "Name", WeaponDamage as "Damage", join(WeaponProperties, ", ") as "Properties", WeaponRange as "Range", WeaponMasteryProperty as "Mastery", Weight as "Weight", CostInGold + " " + [[Gold]] as "Cost" FROM "Items" WHERE IsBaseType = "true" AND contains(ItemType,[[Martial Weapon]]) AND contains(ItemType,[[Melee Weapon]]) --> | Name | Damage | Properties | Range | Mastery | Weight | Cost | | ---------------------------------------------------------------------------------------- | ------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----- | ---------------------------------------------------------------- | ------ | ----------------- | | [[Maul]] | 2d6 Bludgeoning | [[Heavy]], [[Two-Handed]] | Melee | [[Topple]] | 10 lb. | 10 [[Gold]] | | [[Warhammer]] | 1d8 Bludgeoning (1d10 2h) | [[Versatile]] | Melee | [[Push]] | 5 lb. | 15 [[Gold]] | | [[Longsword]] | 1d8 Slashing (1d10 2h) | [[Versatile]] | \- | [[Sap]] | 3 lb. | 15 [[Gold]] | <!-- SerializedQuery END -->