XCOM 2
499 beoordelingen
[WOTC] Reliable Wounds
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
198.320 KB
28 sep 2017 om 4:45
11 jun 2020 om 16:16
11 wijzigingsnotities (weergeven)
Je hebt DLC nodig om dit item te gebruiken.

Abonneren om te downloaden
[WOTC] Reliable Wounds

Omschrijving
This mod makes wound/repair times depend on wound severity, like MachDelta's Wound Recalibration.

A soldier with a lighter wound will never take longer to heal than a soldier with a heavier wound.
Light and moderate wounds take less time, on average.
Grave wounds will take longer, on average.

This works especially well in combination with Anisotropic's cover DR with a configuration like:
[CoverDamageReduction_WOTC.CoverDR_Impl] ; Configure DR values for cover here. ; Fractional values are supported and give probabilistic DR (0.5 = 50% chance of 1 DR) HALFCOVER_DMG_REDUCTION=0.0 FULLCOVER_DMG_REDUCTION=0.5 ; These multiply the incoming damage and add to flat DR. Default is 0 (no proportional DR). 1 would absorb all damage. HALFCOVER_DMG_REDUCTION_MULT=0.5 FULLCOVER_DMG_REDUCTION_MULT=0.5 ; These can be used to cap the DR when the above values are set. ; for those who don't want to see a cactus absorb an entire sectopod cannon blast. HALFCOVER_DMG_REDUCTION_MAX=4.0 FULLCOVER_DMG_REDUCTION_MAX=6.0 ; Whether to use damage reduction for explosives such as grenades. ; Does not apply to grenades without environmental damage such as Gas grenades EXPLOSIVE_DMG_REDUCTION = true ; Whether to use the cover between the explosion center and the target to determine DR (as opposed to LW1 style) USE_EXPLOSION_LOCATION = true
This mitigates damage coming through cover.

In addition to that, you may want to grab -bg-'s EU Aim Rolls. It reduces the risk of getting crit through cover.
72 opmerkingen
DaViper 6 sep 2024 om 21:26 
I switched out and played with the "more sensible" and I'm getting moderate wounds longer than 'grave'.
THIS mod works as intended.
TYVM! :steamthumbsup:
Kittah Khan  [auteur] 9 mei 2024 om 14:37 
@Krimi
It's a suggested configuration for that mod, that's all.

So, you'd have to install the cover DR mod AND copy the configuration above to it..
Krimi 9 mei 2024 om 14:29 
Thank you Kittah. Since my English isn't helping me, I have a question. If I don't have 'Anisotropic's cover DR' mod installed, is the configuration you have in the box in effect? Or the config works only if I have the specific mod installed?
Kittah Khan  [auteur] 3 jul 2023 om 17:11 
@BlackDog
Interesting choice, kind of a halfway point between various mods and vanilla in more ways than one.
BlackDog 3 jul 2023 om 16:09 
Hi,

Yeah CHL has had a fix in the works for a little while. It probably made it into the recent 1.25 release. I've tested with v1.25 and it doesn't make any appreciable difference to my mod that I can see. On the point of overlap, it may appear at first glance in the config that there is the possibility for this to happen, but I'm very confident there isn't - I deliberately allowed overlap only for severity bands inside each wound label, but not between labels. So far I'm yet to have this happen but if anyone finds different I will be happy to check again & sort it out! :)
Kittah Khan  [auteur] 29 jun 2023 om 16:01 
@BlackDog
It also looks like the latest highlander fixed the insta-heal issue, if I'm reading the changelog right.

On another note, your wound config still allows for (some) lighter wounds to be longer than (some) heavier wounds due to the overlapping time spans.
BlackDog 25 jun 2023 om 6:48 
Hi,

You may wish to consider my mod as an alternative:
https://steamproxy.net/sharedfiles/filedetails/?id=2992629950

It does have a fix for the insta-heal issue & tweaks a couple of things so that the wound labelling lines up a little better. The balance is broadly in-keeping with (and was inspired by) this mod :)
Sacred 3 apr 2023 om 13:13 
Thanks for the explanation! Just saw this now
Kittah Khan  [auteur] 30 mrt 2023 om 15:36 
@RustyDios
Thanks for the explanation.

I don't have my modding rig anymore, so if someone wanted to publish their own version with adjusted values, that;d be cool.
RustyDios 30 mrt 2023 om 13:37 
iirc there is an issue with vanilla that this mod might be falling into too.
Basically as the recovery brackets are floats (xx.xxx), there are instances where a recovery is worked out to be something like 20.23 ... now as this game has a bracket that goes to 20, and the next bracket starts at 21, this unit does NOT fall into a "recovery bracket", and thus heals instantly as it is NOT recovering.... yes sounds stupid but it exists

the solution is to have the number have at least two decimal places... end of a bracket at 20.01, next bracket starts 20.02 for example