split data in separate files

This commit is contained in:
2025-12-30 15:35:04 +01:00
parent d9782d7fee
commit 81f7f4065d
253 changed files with 98797 additions and 0 deletions

18
docs/schemas/good.md Normal file
View File

@@ -0,0 +1,18 @@
# Schema: Good
**Entity Type:** `Good`
## Fields
| Field | Type | Notes |
|------|------|------|
| id | string | stable anchor id |
| name | string | |
| category | string | Food / Construction / Intermediate / etc |
| usedFor | array | Construction, Consumption, Input, Trade |
| providesAttributes | array | `{ attribute, value, consumer? }` |
| buyPrice | number | purchase price in Dinare |
| sellPrice | number | sale price in Dinare |
| producedBy | array | building links |
| consumedBy | array | building/tier links |
| availableFrom | string | tier when good becomes available |