feat: seed Aschenratte and Straßenräuber for Verbrannte Straße
Adds the two starter monster definitions and their location-monster mapping (weights 70/30) to the vertical-slice seed, following the same findOneBy/update-or-insert pattern used for locations, plus an upsert on (locationId, monsterId) for the mapping. Copies the source artwork into the served images/monsters directory and extends the seed spec harness to cover both idempotent inserts. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export const SOUTH_GATE_ID = '20000000-0000-4000-8000-000000000001';
|
||||
export const BURNED_ROAD_ID = '20000000-0000-4000-8000-000000000002';
|
||||
export const ASH_RAT_MONSTER_ID = '30000000-0000-4000-8000-000000000001';
|
||||
export const ROAD_BANDIT_MONSTER_ID = '30000000-0000-4000-8000-000000000002';
|
||||
|
||||
Reference in New Issue
Block a user