summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-31random npc commandDavid Gay
2024-01-22Simple magic item generation for 1st level NPCsDavid Gay
2024-01-22Magic item struct and kind enumDavid Gay
2024-01-22Add chances_for_magic dataDavid Gay
2023-10-16Add missing Npc persona to ignored testDavid Gay
2023-10-16Limit human strength to 18David Gay
2023-10-16Add NPC personality and disposition to persona generationDavid Gay
2023-10-16NPC personalitiesDavid Gay
2023-10-16Make random tables a static collectionDavid Gay
2023-10-16CSV output for random henchmenDavid Gay
2023-10-16Add level limit dataDavid Gay
2023-10-16Use signed ints for ability scoresDavid Gay
2023-10-16Racial ability score min/max (male only)David Gay
2023-10-15Fix data files: can't use + sign with integersDavid Gay
2023-10-15Add some simple debug loggingDavid Gay
2023-10-15Add racial modifiers when generating henchmenDavid Gay
2023-10-15Hook up racesDavid Gay
2023-10-15Data: Fix orc PC charisma modDavid Gay
2023-10-15Fix data: magic_user -> magic-userDavid Gay
2023-10-15Races struct and dataDavid Gay
2023-10-15Draft some code of breaking up the NPC ability score generationDavid Gay
2023-10-15Remove colons from henchman ability score outputDavid Gay
2023-10-14Add NPC-specific class ability score modifiers when generating henchmenDavid Gay
2023-10-14cargo fmtDavid Gay
2023-10-14Refactor NPC ability score modifiers to use a HashMapDavid Gay
2023-10-14Tests and TODOsDavid Gay
2023-10-14First parts of generating henchman ability scoresDavid Gay
2023-10-14Fix AbilityScoreCollection: should not contain vectorsDavid Gay
2023-10-14Remove unused importsDavid Gay
2023-10-14Hack class lookups by downcasing for nowDavid Gay
2023-10-14Add TODO to investigate usefulness of load_class()David Gay
2023-10-14Improve class data loadingDavid Gay
2023-10-14Partial implementation of Class structDavid Gay
2023-10-14WhitespaceDavid Gay
2023-10-07Start adding npcs moduleDavid Gay
2023-10-07Clean up rules lib mod listDavid Gay
2023-10-07Add AbilityScoreCollectionDavid Gay
2023-10-07Fix roll_table doc exampleDavid Gay
2023-10-07Get Classes working in random henchman generationDavid Gay
2023-10-06Add classes and ability scoresDavid Gay
2023-10-06Change binary to consume our libraryDavid Gay
2023-10-06Make dice and random_tables public library modsDavid Gay
2023-10-06Add class determination to henchman generationDavid Gay
2023-10-04Add hl_non_magic tableDavid Gay
2023-10-02cargo fmtDavid Gay
2023-10-02Use commas instead of newlines when building a string from a nested tableDavid Gay
2023-10-02Magic maps and random magic commandDavid Gay
2023-10-02Expand on random tablesDavid Gay
2023-10-02Couple commentsDavid Gay
2023-10-02Generate random henchman alignment and raceDavid Gay