Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNDFS

Hierarchical file system for organising information about DND characters

TODO

  1. Write instructions
  2. Write exmaples
  3. Add search tool
├── attacks
│   └── unarmed
├── feats
│   ├── languages
│   └── proficiencies
├── info
│   ├── alignment
│   ├── backstory
│   │   ├── allies
│   │   ├── backstory
│   │   ├── enemies
│   │   └── notes
│   ├── characteristics
│   │   ├── bonds
│   │   ├── faith
│   │   ├── flaws
│   │   ├── ideals
│   │   └── personality
│   ├── class
│   ├── level
│   ├── name
│   ├── physical
│   │   ├── age
│   │   ├── eyes
│   │   ├── gender
│   │   ├── hair
│   │   ├── height
│   │   ├── skin
│   │   └── weight
│   └── race
├── kit
│   ├── bronze
│   ├── electrum
│   ├── gold
│   ├── platinum
│   └── silver
├── limited_use
├── spells
│   ├── cantrips
│   ├── level_1
│   └── spell_slots
│       └── level_1
└── stats
    ├── abilities
    │   ├── charisma
    │   ├── constitution
    │   ├── dexterity
    │   ├── intelligence
    │   ├── strength
    │   └── wisdom
    ├── ac
    ├── hp
    │   ├── current
    │   └── max
    ├── initiative
    ├── passive
    ├── proficiency
    ├── skills
    │   ├── acrobatics
    │   ├── animal_handling
    │   ├── arcana
    │   ├── athletics
    │   ├── deception
    │   ├── history
    │   ├── insight
    │   ├── intimidation
    │   ├── investigation
    │   ├── medicine
    │   ├── nature
    │   ├── perception
    │   ├── performance
    │   ├── persuasion
    │   ├── religion
    │   ├── sleight_of_hand
    │   ├── stealth
    │   └── survival
    └── speed

About

Hierarchical file system for organising information about DND characters

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors