Page 1 of 1
Questions about PlayerModifierInfo
Posted: Mon Feb 11, 2019 12:16 am
by Lone
The fact that the map editor is not translated into my language makes things difficult. Finally my questions are: what is this for?
ItemDropMode
MeeleForceModifier
MeeleStunImunity
Re: Questions about PlayerModifierInfo
Posted: Mon Feb 11, 2019 8:39 pm
by Gurt
ItemDropMode can be set to 3 different modes:
One where items will be dropped like normal.
One where items will drop from dead bodies but break instantly when touching the ground and can't be picked up.
One where items will not drop at all from dead bodies.
MeleeForceModifier is just a modifier that determines how hard you hit things (how far things fly from your kicks and punches).
MeleeStunImmunity makes you immune against stuns.
We use all these differently throughout the campaigns.
Re: Questions about PlayerModifierInfo
Posted: Mon Feb 11, 2019 11:57 pm
by Lone
Gurt wrote: ↑Mon Feb 11, 2019 8:39 pm
ItemDropMode can be set to 3 different modes:
One where items will be dropped like normal.
One where items will drop from dead bodies but break instantly when touching the ground and can't be picked up.
One where items will not drop at all from dead bodies.
MeleeForceModifier is just a modifier that determines how hard you hit things (how far things fly from your kicks and punches).
MeleeStunImmunity makes you immune against stuns.
We use all these differently throughout the campaigns.
Thank you ^^