Skip to content

Commit

Permalink
closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 15, 2024
1 parent 6dfcb41 commit 3dcd3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export const typePropSets: Record<string, string[]> = {
Gem: ['maxEncrusts'],
Book: ['bookPages', 'bookItemFilter', 'bookFindablePages'],
Trap: ['trapUses'],
Rock: ['canUpgradeWith'],
Scroll: ['bookPage'],
Twig: ['type'],
};
Expand Down
1 change: 1 addition & 0 deletions src/app/tabs/items/items-editor/items-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class ItemsEditorComponent
bookFindablePages: 'number',
bookItemFilter: 'string',
trapUses: 'number',
canUpgradeWith: 'boolean',
damageClass: 'damageClass',
succorInfo: 'succorInfo',
containedItems: 'containedItems',
Expand Down

0 comments on commit 3dcd3d7

Please sign in to comment.