Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Update: make proficiencies more descriptive #81

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+ Characters
+ [Attributes](pages/characters/attributes.md)
+ [Skills](pages/characters/skills.md)
+ [Proficiencies](pages/characters/proficiencies.md)
+ [Allegiances](pages/characters/allegiances.md)
+ [Backgrounds](pages/backgrounds/index.md)
+ [Guild Artisan](pages/backgrounds/guild-artisan.md)
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ npm run itch:deploy
1. Have combat utility.
4. Good [Class](pages/backgrounds/index.md) features should **not**:
1.- Have non-combat utility.
2. Give permission to do something already covered by a [Skill](pages/characters/skills.md).
2. Give permission to do something already covered by a [Skill](pages/characters/proficiencies.md).
2. Good [Background](pages/backgrounds/index.md) features can:
1. Allow you to substitute one proficiency for another (effectively doubling the proficiency's utility).
2. Give metagame information not normally available to the player (opponent's [Stamina](), etc.).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-meet",
"version": "0.23.1",
"version": "0.24.0",
"description": "A low-fantasy 5E hack for dark times",
"author": "R.G. Wood <ric@grislyeye.com> (https://grislyeye.com)",
"homepage": "https://github.com/grislyeye/three-meet#readme",
Expand Down
4 changes: 2 additions & 2 deletions pages/backgrounds/guild-artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You were a member of one of the guilds that govern the a particular skilled trad

| Level | Background Features |
| ----------------- | - |
| 1st | +1 [Wisdom](pages/characters/attributes.md?id=wisdom), Artisan's Equipment, Stipend, Proficient: any artisans' tools, Speciality |
| 1st | +1 [Wisdom](pages/characters/attributes.md?id=wisdom), Skilled (any artisans' Tool), Artisan's Equipment, Stipend, Speciality |

<header>

Expand Down Expand Up @@ -57,7 +57,7 @@ A merchant guild nominally governs trade of goods, but many are beginning to gov

| Level | Features |
| ----------------- | - |
| 1st | Proficient: Persuasion, Investment |
| 1st | Persuasive, Investment |

<header>

Expand Down
6 changes: 3 additions & 3 deletions pages/backgrounds/knave.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Blackguard, scoundrel, outlaw: these are just some of the names you have been ca

| Level | Background Features |
| ----------------- | - |
| 1st | +1 [Cunning](pages/characters/attributes.md?id=cunning), Proficient: Sleight, Criminal Trappings, Thieves' Cant, Speciality |
| 1st | Tricky, +1 [Cunning](pages/characters/attributes.md?id=cunning), Criminal Trappings, Thieves' Cant, Speciality |

<header>

Expand Down Expand Up @@ -55,7 +55,7 @@ You specialised in a particular criminal enterprise. Choose a speciality and gai

| Level | Features |
| ----------------- | - |
| 1st | Proficient: Thieves' Tools, Second-Story Work |
| 1st | Skilled (Thieves' Tools), Second-Story Work |

<header>

Expand All @@ -73,7 +73,7 @@ You're basically a thug, running enforcement, protection rackets, or acting as b

| Level | Speciality Features |
| ----------------- | - |
| 1st | Proficient: Intimidation, Tough |
| 1st | Intimidating, Tough |

### Tough

Expand Down
2 changes: 1 addition & 1 deletion pages/backgrounds/magic.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ You come from an age of high magic. The lore of this time has been long lost, bu

</header>

You're forgotten more than most folk know, more than you remember yourself. You can spend 10 minute searching your memories to gain proficiency in one tool, language, or one of the following [Skill](../../pages/characters/skills.md): **Arcana**, **History**, **Medicine**, **Nature**, or **Religion**. The memory of this knowledge fades once you take a **Rest**. You must **Rest** before you can use this feature again.
You're forgotten more than most folk know, more than you remember yourself. You can spend 10 minute searching your memories to gain proficiency in one tool, language, or one of the following [Skill](../../pages/characters/proficiencies.md): **Arcana**, **History**, **Medicine**, **Nature**, or **Religion**. The memory of this knowledge fades once you take a **Rest**. You must **Rest** before you can use this feature again.
4 changes: 2 additions & 2 deletions pages/backgrounds/noble.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You are high-born, a member of the powerful second estate.

| Level | Background Features |
| ----------------- | - |
| 1st | +1 [Cunning](pages/characters/attributes.md?id=cunning), Proficient: **Persuasion**, Noble Trappings, House, Privilege, Speciality |
| 1st | +1 [Cunning](pages/characters/attributes.md?id=cunning), **Persuasive**, Noble Trappings, House, Privilege, Speciality |

<header>

Expand Down Expand Up @@ -81,7 +81,7 @@ You are the illegitimate offspring of the nobility. An open secret, an unpleasan

</header>

Your illegitimacy meant you had to become useful to you family in other ways. You are proficient in any 1 skill or tool of your choice.
Your illegitimacy meant you had to become useful to you family in other ways. You are **Proficient** in any 1 skill, or Skilled in any Tool, of your choice.

<header>

Expand Down
Loading