Armor mod, locking armor to certain type of pawn

Started by jsokolic, August 25, 2023, 12:32:36 PM

Previous topic - Next topic

jsokolic

I want to create lets say "Boss" pawn that is for example giant and has gene "Giant"
and I want to make certain type of armor that is wearable by that kind of pawn only.

Is there a way to make restriction on armor itself so it can be only worn for example by
pawn that has giant gene and so no regular pawn can equip it.

Also is it possible to achieve that trough XML because i have no C# knowledge.