Skip to content

Commit

Permalink
Merge pull request #432 from ryceg/Add-guardhouse
Browse files Browse the repository at this point in the history
Add-guardhouse
  • Loading branch information
ryceg committed Dec 20, 2020
2 parents 3f37bc7 + 501788e commit 79c40d7
Show file tree
Hide file tree
Showing 28 changed files with 430 additions and 126 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Export to JSON.
- Faction editing.
- Tavern illustration.
- Guardhouses
- General Store illustration.
- Foundry export functionality.
- GMBinder export functionality.

### Changed
- Buildings are ordered via road.
Expand All @@ -34,7 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Individual NPC export (just copy + paste, you'll be fine.)

### Known issues
- On some machines, the faction profile page does not render (however, the text is still there and inspectable via element).
- NPC history is still sometimes broken.

## 2.6.3
Expand Down
6 changes: 6 additions & 0 deletions lib/guardhouse/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ import { Building } from '../buildings/_common'

export interface Guardhouse extends Building {
notableFeature: string
roll: {
expertise: number
cleanliness: number
wealth: number
size: number
}
}

0 comments on commit 79c40d7

Please sign in to comment.