- Set up Obsidian vault with wiki structure (Characters, Episodes, Items, Locations, Lore) - Created PostgreSQL schema with all necessary tables (characters, items, locations, episodes, relationships) - Added git config and .gitignore - Created project documentation (README, CLAUDE.md) - Added environment example file - Prepared Docker Compose for PostgreSQL Ready for Phase 1 implementation. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
59 lines
1.1 KiB
Markdown
59 lines
1.1 KiB
Markdown
---
|
|
type: item
|
|
item_type: [weapon, armor, accessory, material]
|
|
tags: [item]
|
|
created: {{date}}
|
|
updated: {{date}}
|
|
---
|
|
|
|
# {{ITEM_NAME}}
|
|
|
|
## Basis-Info
|
|
- **Typ:** Waffe / Rüstung / Accessoire / Material
|
|
- **Seltenheit:**
|
|
- **Besitzer:** [[Character Name]]
|
|
- **Erstes Auftreten:** Episode/Kapitel
|
|
|
|
## Beschreibung
|
|
*Detaillierte Beschreibung des Items*
|
|
|
|
## Stats
|
|
| Eigenschaft | Wert |
|
|
|-------------|------|
|
|
| Angriff | - |
|
|
| Verteidigung | - |
|
|
| Magie-Bonus | - |
|
|
| Spezial-Effekt | - |
|
|
|
|
## Herkunft & Geschichte
|
|
*Wie wurde das Item hergestellt? Wer hat es gemacht?*
|
|
|
|
## Benötigte Ressourcen (Crafting)
|
|
*Was braucht man um dieses Item herzustellen/zu erhalten?*
|
|
|
|
| Ressource | Menge |
|
|
|-----------|-------|
|
|
| [[Resource Name]] | XX |
|
|
| [[Resource Name]] | XX |
|
|
|
|
## Träger/Besitzer
|
|
- [[Character Name]] - Zeitraum
|
|
- [[Character Name]] - Zeitraum
|
|
|
|
## Speciale Fähigkeiten
|
|
*Gibt es besondere Kräfte oder Effekte?*
|
|
|
|
## Story-Rolle
|
|
*Wie wichtig ist dieses Item für die Story?*
|
|
|
|
## Verwandte Items
|
|
- [[Item Name]]
|
|
- [[Item Name]]
|
|
|
|
## Quellen
|
|
- Anime Episode:
|
|
- Manga Kapitel:
|
|
|
|
---
|
|
Tags: #item #weapon #armor
|