OpenXcom Forum
Modding => Work In Progress => Topic started by: LeBashar on August 04, 2014, 09:15:46 pm
-
I have search but found nowhere how is defined the power of the leaving weapon which attack with melee. Is their strenght the power ?
I try to make the reaper less useless, and it is with many TUs more, but I would also try to change his power, if it is possible.
-
reaper has strenght applied true so increase strength increases the power
-
units:
- type: STR_REAPER_TERRORIST
stats:
tu: 62
stamina: 90
health: 148
bravery: 90
reactions: 64
firing: 0
throwing: 0
strength: 90
psiStrength: 35
psiSkill: 0
melee: 80
Replace that strength: 90 with what you want it to be.
-
ok but the "strenght applied" mean strenght is egual to the power of the unit and is used in damage formula like other weapon or is it different for this ?
-
if strengthapplied:
damage=power+strenght
else:
damage=power
-
OK, thanks. But it seem there is never a "power" defined in ruleset for melee builtin weapon of terrorists.
-
soo?
you can add one if you want
-
so nothing ;D
It's just before change something I like have really understand how it's work. Thanks for your help.