Initial commit

This commit is contained in:
Endeavorance 2025-02-12 10:31:22 -05:00
commit 4e31f18045
15 changed files with 779 additions and 0 deletions

3
playbill/binding.yaml Normal file
View file

@ -0,0 +1,3 @@
id: the-great-spires
name: The Great Spires
version: "1"

View 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

View 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
View 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.