43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
$define: method
|
|
id: gourmond
|
|
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
|
|
id: identify-poison
|
|
name: Identify Poison
|
|
type: action
|
|
ap: 1
|
|
roll: focus
|
|
boons:
|
|
- You know the antidote to the detected poison
|
|
- Your detection is imperceptible
|
|
banes:
|
|
- It is obvious you are checking for poison
|
|
description: |-
|
|
Focus your senses on a food or drink to determine if it is poisoned.
|
|
|
|
You can also identify the type of poison used.
|
|
---
|
|
$define: ability
|
|
id: neutralize-poison
|
|
name: Neutralize Poison
|
|
type: action
|
|
roll: cunning
|
|
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}
|