DnDGen.CharacterGen
15.0.0
dotnet add package DnDGen.CharacterGen --version 15.0.0
NuGet\Install-Package DnDGen.CharacterGen -Version 15.0.0
<PackageReference Include="DnDGen.CharacterGen" Version="15.0.0" />
<PackageVersion Include="DnDGen.CharacterGen" Version="15.0.0" />
<PackageReference Include="DnDGen.CharacterGen" />
paket add DnDGen.CharacterGen --version 15.0.0
#r "nuget: DnDGen.CharacterGen, 15.0.0"
#:package DnDGen.CharacterGen@15.0.0
#addin nuget:?package=DnDGen.CharacterGen&version=15.0.0
#tool nuget:?package=DnDGen.CharacterGen&version=15.0.0
This generates characters and NPCs for the Dungeons and Dragons 3.5 system. One can generate random characters or set various randomizers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- DnDGen.Infrastructure (>= 6.0.1)
- DnDGen.RollGen (>= 16.0.3)
- DnDGen.TreasureGen (>= 12.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Ninject (>= 3.3.6)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DnDGen.CharacterGen:
Package | Downloads |
---|---|
DnDGen.EncounterGen
This generates encounters for the Dungeons and Dragons 3.5 system. One can generate encounters of particular levels, times of day, and environments. One can also filter creature types. Treasure and equipment are generated. |
|
DnDGen.DungeonGen
This generates dungeons for the Dungeons and Dragons 3.5 system. Dungeons are fully fleshed out with details, traps, and encounters. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Change default ability rolls to Best of Four. Also reorganize classes and namespaces.