airtable-dnd

command module
v0.0.0-...-975fa30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

README

airtable-dnd

A CLI to manage a D&D campaign from the command line with Airtable.

Currently only partially implemented (WIP). See Current Features below.

Build

go build .

Usage

This script has a number of commands and will eventually feature more.

Manage Items

./airtable-dnd items <item_json_file_paths...> uses a 5etools JSON file or set of JSON files containing item data to populate weight and value data in a party inventory table.

Encounters
Manage Encounters

./airtable-dnd encounter run <encounter_json_file_path> [submit/slots] where the path to an encounter JSON file points to a file with the following example format:

{
  "Encounter": {
    "Name": "s2_l1_r2",
    "Session": 2,
    "Level": 1,
    "Room": 2,
    "XP": 30
  },
  "Participants": [
    {"Name": "Bandit", "Initiative": 2, "HP": 12},
    {"Name": "Burglar", "Initiative": 2, "HP": 23},
    {"Name": "Mook", "Initiative": 2}
  ]
}
Create Encounter JSONs

./airtable-dnd encounter create <encounter_json_file_path> <monsters_json_folder_path> monsterName # monsterName2 # ... , where any number of monsters and quantity of respective are provided. This uses a 5etools folder path containing JSONs that have monster data, where the path to an encounter JSON file points to a new file that is made in the above format.

Current Features

  • Encounter submission/recordkeeping
  • Encounter initiative order
  • Encounter JSON creator (for use with the run subcommand)
  • Management of party loot

Planned Features

  • Random generation of entities (NPCs, etc.)
  • Management of characters
  • Saber which is intended to eventually be an underlying engine to this CLI

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL