Search found 12 matches

by FrostedLink
Fri Jan 07, 2022 10:38 pm
Forum: Love/Hate
Topic: Feature Request: Method to categorize Deeds for evaluation during rumor processing
Replies: 10
Views: 4880

Feature Request: Method to categorize Deeds for evaluation during rumor processing

I'm working on a project where I think having different tiers of deeds would be helpful to designers. I'd like to branch logic into either the DefaultEvaluateRumor or a delegate based on these categories. Currently, the only way I see to do this is with string manipulation. That doesn't seem very pe...
by FrostedLink
Fri Jan 07, 2022 7:48 pm
Forum: Love/Hate
Topic: Bug report Traits.Alignment calculation documentation
Replies: 2
Views: 2317

Bug report Traits.Alignment calculation documentation

Traits.Alignment states it is calculating: "which is how well their extremes match, not how close their values are. If both sets are all zero, they're close in value but they have no extremes so the alignment is zero." Passing {0},{0} into the calculation yields 1 Furthermore, it states th...