Merge branch 'master' into worktree-local-location-view
Brings in the encounter-status feature (cleared/resumed hunt encounters) and its own independent Verwilderter Straßenhund / Verkohlter Plünderer assets. Both branches added the same two monsters at the same time; resolved by keeping master's asset set as canonical (images/combat/icons/, images/combat/sprites/) rather than maintaining a parallel copy under images/monsters/icons/ — dropped that directory and pointed the seed's MonsterDefinition.iconPath, the local-view test fixtures and the frontend icon lookup at the existing combat/icons paths instead. Kept this branch's COMBAT_MONSTER_SCALE entries for the two monsters, since master never added them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -188,14 +188,14 @@ describe('seedVisibleVerticalSlice', () => {
|
||||
name: 'Verwilderter Straßenhund',
|
||||
level: 1,
|
||||
artworkPath: '/images/monsters/wild-road-dog.png',
|
||||
iconPath: '/images/monsters/icons/wild-road-dog-128.png',
|
||||
iconPath: '/images/combat/icons/wild-road-dog-128.png',
|
||||
}),
|
||||
expect.objectContaining({
|
||||
key: 'charred-looter',
|
||||
name: 'Verkohlter Plünderer',
|
||||
level: 2,
|
||||
artworkPath: '/images/monsters/charred-looter.png',
|
||||
iconPath: '/images/monsters/icons/charred-looter-128.png',
|
||||
iconPath: '/images/combat/icons/charred-looter-128.png',
|
||||
}),
|
||||
]),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user