Home — According to Pfineas
D&D 3.5 Campaign | DM: Robert | Sessions every two weeks
You Are Playing
Pfineas Starmantle — Level 3 Wizard, Moon Elf Substituting for Andrew (Brent Isherwood’s character) Current XP: 8,784 / 12,000 (next level)
Quick Navigation
🧙 Characters
- Pfineas Starmantle — Full character sheet (stats, weapons, feats, equipment)
- Labraen — Owl familiar (“Lizard Slayer”)
📖 Spells
- Spellbook — Complete spell list with PH page references and components
- Spell Memorization Log — Session-by-session spell usage (from pink notepad)
⚔️ Party
- The Xterminators — Party info, Concordium, responsibilities, bank & finances
🎯 XP
- XP Log — Individual XP tracking, session records
🔗 Resources
- Important Links — All campaign links (character sheets, documents, spreadsheets)
Session Checklist
Before each session:
- Review Spellbook and decide memorized spells
- Check The Xterminators for marching & watch order duties
- Confirm HP and current spell slots
After each session:
- Update Spell Memorization Log with spells cast
- Update Pfineas XP Sheet with table XP
- Update XP Log here for reference
- Update marching order and watch order on the dry erase board
Campaign Notes
- Sessions occur every two weeks
- DM Robert is a rules lawyer — he puts 5–10 hours into rules research between sessions
- Pfineas is the party Administrator per the Concordium (though Pete/Garreck maintains the bank)
- The official XP and bank records are the online iCloud spreadsheets — not paper
- Flying movement rules supplement: robsworld.org PDF (ref DMG pg 20)
Technology
setting up Git Repo: https://quartz.jzhao.xyz/setting-up-your-GitHub-repository setting up hosting: https://quartz.jzhao.xyz/hosting authored in Obsidian: https://obsidian.md/
npx quartz sync is the command to update the Repo
Deployment workflow:
Edit in Obsidian
↓
Obsidian Git auto-pushes → v4 (preview)
↓
Happy with preview?
↓
git checkout main
git merge v4
git push origin main ← triggers production deploy
git checkout v4 ← go back to working branch
And for Quartz framework updates:
git checkout v4
git fetch upstream
git merge upstream/v4 ← test in preview first
git checkout main
git merge v4 ← promote to prod when confirmed working