Skip to content

mirkoRainer/libPF2E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PF2E Library

This Library aims to codify the PF2e rule set.

Ideally this Library will be used similar to the following:

var player = new PlayerCharacter(Ancestries.Dwarf, Backgrounds.Emancipated, PcClasses.Rogue);

var goblin = new Creature(Goblins.Warrior);

player.Strike(goblin, player.melee[0]);

This is a very rough example but using language specific to PF2e I hope to make the external API very friendly to Parhfinder 2E players.

A more robust data struct for a Player Character can be found here.

About

PF2e C# Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages