Skip to content

Hierarchical file system for organising information about DND characters

Notifications You must be signed in to change notification settings

heyitsols/DNDFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published