feat(api): seed the starting sword as a real, equipped CharacterItem

This commit is contained in:
Bastian Wagner
2026-08-20 17:11:18 +02:00
parent 2859a00597
commit 6178b88573
3 changed files with 124 additions and 1 deletions

View File

@@ -1 +1,5 @@
export const DEMO_CHARACTER_ID = '10000000-0000-4000-8000-000000000001';
export const DEMO_CHARACTER_STARTING_WEAPON_ITEM_ID =
'10000000-0000-4000-8000-000000000002';
export const DEMO_CHARACTER_STARTING_WEAPON_EQUIPMENT_ID =
'10000000-0000-4000-8000-000000000003';