tesseradecades / dndCharGASandbox

A thought experiment in creating dnd characters using genetic algorithms
0 stars 0 forks source link

Phenotype #2

Open tesseradecades opened 5 years ago

tesseradecades commented 5 years ago

Phenotype

In biology, the Genotype is an individual's genetic make up, but the Phenotype how that genetic make up represents itself. While the Genotype directly determines the Phenotype, it is the Phenotype which is ultimately judged for fitness. In the context of this project, the Genotype is what was laid out in the #1 issue. The Phenotype is more complicated.

Each Individual must be able to generate its own Phenotype using its Genes. The process for doing so is as follows.

  1. Using Chromosomes 1 through 27, determine starting stats.
  2. Using the Race Chromosome, determine the Individual's race, add race features as appropriate
  3. Using the Class Chromosome, determine the Individual's AC, Attacks, Saving Throws, Skills, Speed, any Save DCs, and any other relevant information
tesseradecades commented 5 years ago

Classless Stats

With no class AC = 10 + Dex Modifier Attack = Unarmed Strike -> Attack Modifier = Str mod, Damage = 1 Saving Throws = Base Modifiers Skills = Base Modifiers