Looking for a way to detect the order in which random attributes are applied

Zourath

New member
I know ash has methods of detecting random_attributes, and that's all well and good for single attributes and some combinations attributes, but there are many cases in which attributes override each-other, and the order of application matters, such as Frozen Solid and the elemental attributes, or solid gold and broke. Is there a way to detect whether, say, "solid gold" shows up on a page before "broke" should both be on the same page, and vise-versa? Or rather, what would be the best way to detect the order in which random attributes are applied?
 

Veracity

Developer
Staff member
The .random_modifiers proxy field of the monster you are fighting is in the order they appeared on the page.
 
Top