hampusborgos/rme

Brush for creatures

CyberSkrzat opened this issue · 0 comments

Hi.
is it possible to create a monster brush? something like that:

    <brush name="test" type="creature" looktype="10000" z-order="3530">
        <creature name="monster1" chance="2500"/>
        <creature name="monster2" chance="2500"/>
        <creature name="monster3" chance="2500"/>
        <creature name="monster4" chance="2500"/>
    </brush>

is it possible to implement such an option?