Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions guides/adding-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading