Initial commit
This commit is contained in:
commit
4e31f18045
15 changed files with 779 additions and 0 deletions
3
playbill/binding.yaml
Normal file
3
playbill/binding.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
id: the-great-spires
|
||||
name: The Great Spires
|
||||
version: "1"
|
24
playbill/methods/abilities/identify-poison.yaml
Normal file
24
playbill/methods/abilities/identify-poison.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
$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
|
6
playbill/methods/gourmond.yaml
Normal file
6
playbill/methods/gourmond.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
$define: method
|
||||
id: gourmond
|
||||
name: Gourmond
|
||||
curator: Lump
|
||||
abilities: [["identify-poison"]]
|
||||
description: Your prowess in cooking is second only to your prowess in eating.
|
6
playbill/world.yaml
Normal file
6
playbill/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