This commit is contained in:
Bastian Wagner
2026-08-22 16:41:47 +02:00
parent dfa62fd152
commit 081c9f83f9
137 changed files with 11594 additions and 1302 deletions

View File

@@ -19,7 +19,8 @@ function characterItem(overrides: Partial<CharacterItem> = {}): CharacterItem {
itemDefinition: {
key: 'worn-short-sword',
name: 'Worn Shortsword',
description: "A recruit's blade, sharpened more often than it's been swung.",
description:
"A recruit's blade, sharpened more often than it's been swung.",
rarity: ItemRarity.COMMON,
type: ItemType.EQUIPMENT,
equipmentSlot: EquipmentSlot.WEAPON,
@@ -67,7 +68,8 @@ describe('InventoryService', () => {
item: {
key: 'worn-short-sword',
name: 'Worn Shortsword',
description: "A recruit's blade, sharpened more often than it's been swung.",
description:
"A recruit's blade, sharpened more often than it's been swung.",
rarity: 'COMMON',
equipmentSlot: 'WEAPON',
weaponDamage: 8,