Additional directives
This commit is contained in:
parent
542d28cb53
commit
3c6d7c18cd
7 changed files with 304 additions and 166 deletions
|
@ -4,6 +4,7 @@ name: Gourmond
|
|||
curator: TBD
|
||||
abilities:
|
||||
- [identify-poison, neutralize-poison]
|
||||
- [camp-food]
|
||||
description: Your prowess in cooking is second only to your prowess in eating.
|
||||
---
|
||||
$define: ability
|
||||
|
@ -21,7 +22,6 @@ banes:
|
|||
description: |-
|
||||
Focus your senses on a food or drink to determine if it is poisoned.
|
||||
|
||||
{dmg:1,magic}
|
||||
You can also identify the type of poison used.
|
||||
---
|
||||
$define: ability
|
||||
|
@ -29,10 +29,16 @@ id: neutralize-poison
|
|||
name: Neutralize Poison
|
||||
type: action
|
||||
roll: cunning
|
||||
description: Neutralize a poison by adding an ingredient known to render the poison inert
|
||||
description: Neutralize a poison detected using {ability:identify-poison} by adding an ingredient known to render the poison inert
|
||||
boons:
|
||||
- You manage to neutralize the poison without drawing any attention
|
||||
- You are able to also neutralize poisons in the food of your party members
|
||||
banes:
|
||||
- You are not able to fully neutralize the poison, only weakening the effects
|
||||
- Someone catches on to you
|
||||
---
|
||||
$define: ability
|
||||
id: camp-food
|
||||
name: Camp Food
|
||||
type: trait
|
||||
description: Regain an additional {stat:hp,2} when you {rule:regroup}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue