38 lines
1 KiB
YAML
38 lines
1 KiB
YAML
$define: method
|
|
id: gourmond
|
|
name: Gourmond
|
|
curator: TBD
|
|
abilities:
|
|
- [identify-poison, neutralize-poison]
|
|
description: Your prowess in cooking is second only to your prowess in eating.
|
|
---
|
|
$define: ability
|
|
id: identify-poison
|
|
name: Identify Poison
|
|
type: action
|
|
costs:
|
|
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.
|
|
|
|
{dmg:1,magic}
|
|
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 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
|