OpenXcom Forum
OpenXcom Forks => OXCE Suggestions NEW => OpenXcom Extended (OXCE) => OXCE Suggestions Rejected => Topic started by: The Martian on October 15, 2019, 03:13:07 pm
-
Rejection reason: this is beyond/outside the scope of OXCE
I would be interested in the ability for weapons or ammo to be configured so that on impact the struck unit is afflicted with "Panic", "Berserk" or "Mind Control".
This would preferably be independent of the units morale check and unlike a PSI attack would not be reliant on the attacker or defenders psionics stats as the effect would simply be 100% certain to occur.
Example weapon that causes struck units to become Berserk:
- type: STR_EXAMPLE_WEAPON
panicOnHit: false
berserkOnHit: true
mindControlOnHit: false
size: 0.2
costSell: 36900
weight: 8
bigSprite: 0
floorSprite: 0
handSprite: 8
bulletSprite: 6
fireSound: 11
hitSound: 19
hitAnimation: 36
power: 60
damageType: 4
accuracyAuto: 46
accuracySnap: 65
accuracyAimed: 100
tuAuto: 34
tuSnap: 25
tuAimed: 50
clipSize: -1
battleType: 1
twoHanded: true
invWidth: 1
invHeight: 3
-
IIRC panic states actually include "panic", "flee" and "berserk". If such a feature is introduced it might be helpful to be able to differentiate between all three.
-
There is only one state :) Low morale state.
Which splits into 1/3 of berserk response and 2/3 of panic response.
And panic response splits into 1/2 flee action and 1/2 freeze action.
All that aside, I have no intention of implementing any of this.
-
There is only one state :) Low morale state.
:P
-
Try this
https://openxcom.org/forum/index.php/topic,6721.0.html
You can manipulate the stats of a soldier in battlescape, in the form of a grenade.
Might solve your request.
-
Panic, Berserk and MindControl are not stats.
-
I was thinking of lowering bravery/psi-strength/psi-skill Meridian, with costuse to reduce/boost soldier’s resources so Martian can achieve of what he seek.
It is not 100% but can get somewhere with it.
I am curious, how does a soldier achieve Berserk in UFO? Is it a combo of low bravery + morale + high reaction stats?
-
I was thinking of lowering bravery/psi-strength/psi-skill Meridian, with costuse to reduce/boost soldier’s resources so Martian can achieve of what he seek.
It is not 100% but can get somewhere with it.
This is just pure misinformation, it has nothing to do with his suggestion.
I am curious, how does a soldier achieve Berserk in UFO? Is it a combo of low bravery + morale + high reaction stats?
Answered 5 posts above.
More info: https://www.ufopaedia.org/index.php/Morale#Panicking_and_Berserking
-
The panic/berserk "without morale damage" can be simulated with scripts, as I mentioned in the other thread: https://openxcom.org/forum/index.php/topic,7488.msg118016.html#msg118016
-
snip
You're being very unhelpful with this thread. Please stop offering modding help unless you know exactly what your suggestion will do. Morale cost on use does nothing to the morale of the target, and it will just prevent the user firing it unless they have 100 morale.
-
You didn't need to remove your posts, and you don't need to play the martyr here. Just realize that you should try to find out more about what the OP wants in their suggestion or mod thread, and perhaps try some of your recommendations out before posting.
Enthusiasm is great, and so is wanting to help. We're not asking you to stop that, but to take time to think before you post
-
Hi Ohartenstein23,
I wish to thank you kindly for your wonderful and considerate reply.
Just wish to correct one point in your message. Not trying to be a martyr, just offering my humility in the situation here. I made a mistake because of the source I have absolute trust in fails me. The point I am trying to get across is the cost of blinded and assumed arrogance.
Anyway, I will only help in topics I am absolutely sure in future.
Thanks for the kind input.
-
Try this
https://openxcom.org/forum/index.php/topic,6721.0.html
You can manipulate the stats of a soldier in battlescape, in the form of a grenade.
Might solve your request.
Although this can't directly achieve the action I'm after, the ability to increase/reduce stats temporarily is pretty neat. Thank you for pointing out Finnik's script I'm definitely going to play around with it later.
Aliens armed with temporary stat crippling (https://openxcom.org/forum/index.php/topic,6721.msg106815.html#msg106815) weapons that your soldiers slowly shake off during battle could be fun.
IIRC panic states actually include "panic", "flee" and "berserk". If such a feature is introduced it might be helpful to be able to differentiate between all three.
There is only one state :) Low morale state.
Which splits into 1/3 of berserk response and 2/3 of panic response.
And panic response splits into 1/2 flee action and 1/2 freeze action.
All that aside, I have no intention of implementing any of this.
I forgot about the unit sometimes fleeing while panicked. Interestingly the UFOpaedia mentions that the direction the unit chooses to flee in is not random and is always "a random point south-east of their position". This explains why sometimes they freak out and run towards the enemy instead of away from them.
The panic/berserk "without morale damage" can be simulated with scripts, as I mentioned in the other thread: https://openxcom.org/forum/index.php/topic,7488.msg118016.html#msg118016
Scripting it to restore the morale after a low morale check does sound like the best solution to what I'm personally trying to achieve.
-
Interestingly the UFOpaedia mentions that the direction the unit chooses to flee in is not random and is always "a random point south-east of their position". This explains why sometimes they freak out and run towards the enemy instead of away from them.
I can't say how it is in the original, but in OpenXcom they will choose randomly from approx 5-tile radius in all directions.