All Projects → MalukuSeito → Character-Builder-5

MalukuSeito / Character-Builder-5

Licence: other
A Character Builder for 5e

Programming Languages

C#
18002 projects
XSLT
1337 projects

Projects that are alternatives of or similar to Character-Builder-5

d d characterSheets 5e
Creates printable 5th edition D&D character sheets as HTML from JSON.
Stars: ✭ 20 (-77.01%)
Mutual labels:  dungeons-and-dragons, character-sheet
Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 345 (+296.55%)
Mutual labels:  windows-forms
tavernbot
D&D Discord Bot - based on Discord.js and Node 8.
Stars: ✭ 21 (-75.86%)
Mutual labels:  dungeons-and-dragons
d20
A fast, powerful, and extensible dice engine for D&D, d20 systems, and any other system that needs dice!
Stars: ✭ 78 (-10.34%)
Mutual labels:  dungeons-and-dragons
snd
Sales & Dungeons — Thermal Printer as D&D Utility
Stars: ✭ 55 (-36.78%)
Mutual labels:  dungeons-and-dragons
Bryans-Preferred-Modules-for-FoundryVTT
My personally cultivated list of FoundryVTT Modules for Dungeons and Dragons 5e and Pathfinder 2e that play nicely together without creating an overwhelming amount of UI options or causing noticeable FPS drops.
Stars: ✭ 119 (+36.78%)
Mutual labels:  dungeons-and-dragons
RawInputProcessor
Provides a way to distinguish input from multiple keyboards
Stars: ✭ 37 (-57.47%)
Mutual labels:  windows-forms
5e-Framework
A comprehensive 5th Edition Dungeons & Dragons Framework for MapTool.
Stars: ✭ 40 (-54.02%)
Mutual labels:  dungeons-and-dragons
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (-78.16%)
Mutual labels:  windows-forms
texbrew
An attempt to make good-looking homebrew documents for various roleplaying systems using XeTeX for typesetting.
Stars: ✭ 50 (-42.53%)
Mutual labels:  dungeons-and-dragons
dungeon-sheets
A tool to create character sheets and GM session notes for Dungeons and Dragons fifth edition (D&D 5e).
Stars: ✭ 121 (+39.08%)
Mutual labels:  dungeons-and-dragons
DM-Operations-Center
The DM Operations Center is a collection of rules and tools for 5th edition Dungeons & Dragons dungeon masters that use the advanced Virtual Tabletop application Encounter+
Stars: ✭ 27 (-68.97%)
Mutual labels:  dungeons-and-dragons
vscode-dmbinder
Visual Studio Code extension for managing campaign documents.
Stars: ✭ 53 (-39.08%)
Mutual labels:  dungeons-and-dragons
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-79.31%)
Mutual labels:  windows-forms
city-of-doors
The Map of Sigil, City of Doors
Stars: ✭ 40 (-54.02%)
Mutual labels:  dungeons-and-dragons
my spells
Your personal D&D 5e Spellbook.
Stars: ✭ 12 (-86.21%)
Mutual labels:  dungeons-and-dragons
dndstats
Statistics of DnD characters submitted to https://oganm.com/shiny/printSheetApp and https://oganm.com/shiny/interactiveSheet. A larger dataset is at https://github.com/oganm/dnddata
Stars: ✭ 37 (-57.47%)
Mutual labels:  dungeons-and-dragons
answer-helper
“学习强国《挑战答题》”辅助工具
Stars: ✭ 14 (-83.91%)
Mutual labels:  windows-forms
WinForms.FC UI
👀 FC_UI (Fun-Code User Interface) - библиотека пользовательских элементов управления (user control) для WinForms (.Net Framework / .Net Core).
Stars: ✭ 18 (-79.31%)
Mutual labels:  windows-forms
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (-72.41%)
Mutual labels:  windows-forms

Character-Builder-5

A Character Builder for D&D 5th Edition. The Builder is designed to be extendable with your own content (as I am not allowed to put in all the books), fast (Only make choices you need to make), and to be both used as a play aid or PDF creator.

The main version is for Windows, but there are versions for Android, iOS and UWP as well (using Xamarin). The App versions are currently being worked on.

Download

Latest version (including SRD 5.1) for Windows can be found under Releases.

Internals

There are 2 parts to a character in this builder: First the Data Files, that define what classes, subclasses, races, subraces, features, backgrounds, ... and so on exist. Each Source Book is its own folder in the programs directory. Most of these Data Files are a collections of features that give the character ability score increases, proficiencies, spellcasting systems, and many more things.

The second part is the character file, which is a catalogue of choices made during creation. Choices like abilities, class(es), race, background, name, picture, backstory, inventory are always logged. The Features in the Data Files can also create more choices (spells, equipment, fighting styles, metamagic,...) which are saved in the character file as well. The program recreates the final character on every change using those saved choices.

Choices that are no longer needed will be saved for the future, thus allowing you to create a character up to level 20 and then put it back to level 1, with the choices coming back as you level up normally.

Programs

Character Builder

The main part of the program, allows you to build characters and export them as PDF.

Select Race, Class(es), Ability Scores, Background and set Personal Info

Race Selection Class Selection Ability Scores Background Personal Info

Spell Selection for each of your classes

Spell Selection

Manage your summons and polymorph forms

Forms

Track your progress

Journal

Buy/Add items

Shop

Manage your inventory and customize items

Inventory

Use the Builder to run your character

The In Play Screen gives you all your needed information at once. In Play Screen

Data Browser

Search and Display everything using full text search. Data Browser

Character Builder Builder

Add more classes, races, and everything else. Character builder builder

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].