You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparantly we don't load or show stats on the wiki for creatures without a combat part. Said stats are relevant for some of these creatures though, like 0lam, whose mental mutations are boosted by their Ego.
This exclusion is likely intended for things like non-sentient plants (ex: witchwood tree), so we would want to make sure that whatever change we make doesn't adversely affect those types of objects using the wiki's Character template.
while investigating related issue #118 I attempted to classify all creatures that have part GivesRep as ACTIVE_CHAR in the active_or_inactive_character() method as one potential solution that might have also resolved this issue.
However, that attempted solution caused a lot of unhandled exceptions further down the pipeline, because properties such as dv, ma, and many others try to read attributes on creatures that don't have them, like the Crystal Chimes. So there may need to be specific exceptions added for 0lam to get their stats to load (otherwise the entire attribute-based property pipeline needs to be significantly hardened / made more nuanced to account for potential missing attribute data)
Apparantly we don't load or show stats on the wiki for creatures without a combat part. Said stats are relevant for some of these creatures though, like 0lam, whose mental mutations are boosted by their Ego.
https://discord.com/channels/214532333900922882/482714670860468234/967968939114123264
The text was updated successfully, but these errors were encountered: