r26481 - Allow monsters to have multiple elemental attacks by @Verac

Veracity

Developer
Staff member
A fair amount of work to support a single (so far) monster: the “lihc” has both Spooky and Sleaze attacks.

Existing monster proxy record field: element monster.attack_element works as before - but if there are multiple, it picks one.

New monster proxy record field: boolean[element] monster.attack_elements returns the same data type as $monsters[…] - a plural immutable aggregate - and has all the elements.
 
Top