diff --git a/guides/adding-content.mdx b/guides/adding-content.mdx index 870ea6a3..514082be 100644 --- a/guides/adding-content.mdx +++ b/guides/adding-content.mdx @@ -89,6 +89,19 @@ Items include equipment, resources, and consumables. Add to the appropriate cate } ``` +### Weapon Types + +The game supports multiple weapon variants across all metal tiers (bronze, iron, steel, mithril, adamant, rune): + +- **Daggers**: Fast attack speed, lower damage +- **Shortswords**: Balanced attack speed and damage +- **Longswords**: Slower attack speed, higher damage +- **Scimitars**: Curved blades with unique attack bonuses +- **2H Swords**: Two-handed weapons with highest damage output + +Each weapon type has models available in the assets repository at `models/swords/[type]/` +``` + ### Example: Adding a Tool **File**: `packages/server/world/assets/manifests/items/tools.json`