Add more flags and verbose logging
This commit is contained in:
parent
4e31f18045
commit
542d28cb53
13 changed files with 406 additions and 135 deletions
38
playbill/spires/methods/gourmond.yaml
Normal file
38
playbill/spires/methods/gourmond.yaml
Normal file
|
@ -0,0 +1,38 @@
|
|||
$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
|
6
playbill/spires/world.yaml
Normal file
6
playbill/spires/world.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
$define: lore
|
||||
id: world
|
||||
description: |-
|
||||
This is a lore file.
|
||||
|
||||
It has some information in it, and is mostly just to be read.
|
Loading…
Add table
Add a link
Reference in a new issue