summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-30Ensure same char can do multiple AoOs.nsensfel
2019-09-10Transforms some "assert" into error throws.Nathanael Sensfelder
2019-09-10Should fix damage calculation.Nathanael Sensfelder
2019-08-18Use blc_error in blc_{armor,weapon}.Nathanael Sensfelder
Dialyzer confuses me: shr_omnimods.erl:90: Overloaded contract for shr_omnimods:apply_coefficient_to_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored shr_omnimods.erl:96: Overloaded contract for shr_omnimods:merge_mods/2 has overlapping domains; such contracts are currently unsupported and are simply ignored This seems to imply that shr_omnimods:damage_type_mods() and shr_omnimods:attribute_mods() overlap, which is not supposed to be the case.
2019-08-10Statistics -> Attributes.Nathanael Sensfelder
2019-06-12Finding small mistakes here and there...Nathanael Sensfelder
2019-06-12Still needs more testing...Nathanael Sensfelder
2019-06-12That should do it.Nathanael Sensfelder
2019-06-12[Untested] Adds handling of opportunity attacks.Nathanael Sensfelder
2019-06-07...nsensfel
2019-06-07Woops, NotOpportunistic != Opportunistic...nsensfel
2019-06-06Fixes some of the issues I've found.nsensfel
2019-06-06It compiles and mostly passes Dialyzer's tests.nsensfel
2019-06-06[Broken] ...nsensfel
2019-06-06[Broken] ...nsensfel
2019-06-05[Broken] ...nsensfel