Skip to content

Commit

Permalink
chore: Remove unused mock file
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx1701 committed May 23, 2024
1 parent 512a615 commit 61b0d18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { CharacterOriginName } from './origin.registry';
export const characterOriginMocks: Blueprint<CharacterOrigin>[] = [
{
name: 'character.origin.vulcan' as unknown as CharacterOriginName,
suitableTraits: [],
suitableTraits: ['character.trait.academic-education', 'character.trait.arrogance'],
primaryAttributeBonuses: { 'character.primary-attribute.cleverness': 1 },
fixedSkillBonuses: {
'skill.crafting.computers': 2,
Expand Down
26 changes: 0 additions & 26 deletions tests/mocks/blueprints/character/origin.blueprint-mocks.ts

This file was deleted.

0 comments on commit 61b0d18

Please sign in to comment.