summaryrefslogtreecommitdiff
path: root/src/rules/npcs.rs
AgeCommit message (Expand)Author
2024-01-31`random npc` accepts level argumentHEADmasterDavid Gay
2024-01-31Fix wrong operatorDavid Gay
2024-01-31Fix usage of magic item enumDavid Gay
2024-01-31random npc commandDavid Gay
2024-01-22Simple magic item generation for 1st level NPCsDavid 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-16Use signed ints for ability scoresDavid Gay
2023-10-16Racial ability score min/max (male only)David 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-15Draft some code of breaking up the NPC ability score generationDavid Gay
2023-10-14Add NPC-specific class ability score modifiers when generating henchmenDavid Gay
2023-10-14Tests and TODOsDavid Gay
2023-10-14First parts of generating henchman ability scoresDavid Gay
2023-10-14Partial implementation of Class structDavid Gay
2023-10-07Start adding npcs moduleDavid Gay