docs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user