summaryrefslogtreecommitdiff
path: root/app/lib/activity_processor.rb
AgeCommit message (Collapse)Author
2021-06-16Stinging Rays spell as the first DoTDavid Gay
2021-06-16Learn spells from spellpagesDavid Gay
2021-06-16[data] New activities: havencast_dazzle, havencast_stinging_raysDavid Gay
2021-06-16[data] New activity: havencast_dazzleDavid Gay
2021-06-15MonsterKills and bestiary viewDavid Gay
2021-06-15Add breakage to all equipment items that give a skill speed increase, and to ↵David Gay
omens
2021-06-15Basic spellcastingDavid Gay
2021-06-14Fix bug with activity title awardingDavid Gay
2021-06-09Extra guards to prevent running activity duration check code when important ↵David Gay
related values are nil (hopefully fixes #3 and fixes #2)
2021-06-07Move equipment break check earlier in combat end code so it isn't skippedDavid Gay
2021-06-06Do bash damage if you don't have anything elseDavid Gay
2021-06-06LeviathansDavid Gay
2021-06-06Re-apply power stat to combat procedureDavid Gay
2021-06-06Switch from power-based damage to damage types, replace block with ↵David Gay
resistance, and make natural 20 accuracy rolls always hit (and crit)
2021-06-06Fix bug when awarding XP from things like opening rusted lockboxDavid Gay
2021-06-05Fix item gathering and crafting not giving XPDavid Gay
2021-06-05Chance for equipment to break after combatDavid Gay
2021-06-05Split activity processing code out into a new classDavid Gay