hensei-api/app
Justin Edmund 6cf85a5b3e add artifact import from game data
- Add ArtifactImportService to parse game JSON and create collection artifacts
- Maps game skill_id to our (group, modifier) format using verified mapping
- Handles skill quality -> strength lookup via ArtifactSkill.base_values
- Supports duplicate detection via game_id, with optional update_existing flag
- Quirk artifacts get proficiency from game data; skills stored as empty
- Add POST /collection/artifacts/import endpoint
- Add game_id column to collection_artifacts, collection_weapons,
  collection_summons for tracking game inventory instance IDs
2025-12-03 14:20:21 -08:00
..
assets Implement embed images (#173) 2025-01-18 09:08:15 -08:00
blueprints/api/v1 include grade in artifact blueprints by default 2025-12-03 13:32:53 -08:00
controllers add artifact import from game data 2025-12-03 14:20:21 -08:00
errors fix blueprints: use correct association names instead of 'object' 2025-11-29 17:41:29 -08:00
helpers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
jobs add artifact image download service and job 2025-12-03 13:37:10 -08:00
models add reroll_slot to artifact models 2025-12-03 13:27:26 -08:00
services add artifact import from game data 2025-12-03 14:20:21 -08:00