XCOM 2
330 ratings
[WOTC] Adv Priest Revamped
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
4.385 MB
Jun 2, 2019 @ 8:20pm
Jun 2, 2019 @ 9:12pm
2 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
[WOTC] Adv Priest Revamped

In 1 collection by MrShadow
CreativeXenos WOTC mod collection.
56 items
Description
-- Mod by Team CreativeXenos --
-- SDK and Modbuddy : Super awesome totally not fat just big boned : ObelixDk
-- Coding : Shadow79 --

SPECIAL THANK YOU to fellow modder Farkyrie who created the Advent Priest unit mod for Vanilla XCom 2. Talked it over with him and asked him if i could merge his Priest Idea with that of the WOTC Priest. He said I could so here we are. I took and used some of his Priest's ability code and names, while rewriting some others as the code would no longer work properly with WOTC.

Advent Priest Revamped:

------------FAQ---------------
What does this mod do?

1)
None of the WOTC Advent Priest's current abilities have changed. They still have everything from WOTC.

2)
The Early, Mid and Late game Priests now have Soul Mend. Soul Mend like from Farkrie's Priest mod is a healing ability that can be used on allies and themselves. From early to late game, the HP heal amounts are... 3/5/6.

3)
The Mid and Late game Priests are granted the Mind Cleanse Ability. When used, they are granted a self Will boost of 30 and all allies in the surrounding area that are under mental effects of panic, stun, disoriented, blinded or other effects such as burning, frosted, poisoned, elerium poisoning and or acid burning will be cleansed. They will not cleanse your Mind Controlled units.

4)
The late game Priest has Psi Guard. When this ability is cast on himself or an ally, they are granted 2 armor for 3 turns.

5)
The late game Priest also has Distortion Field. This is a passive mental shield around the Priest. this grants the Priest and any ally within the field an additional 10 Defense.

6)
The 1 time use consumable Sustaining Sphere item is no longer consumable. It still only has 1 charge a mission but if your soldier that has one equipped should go down. That soldier is still down to 1 HP but will revive with an additional 3 HP for a total 4 life. Like any other Sustain ability, this can only happen once. These will be perfect to have on soldiers going on covert ops missions with high chance to be ambushed. The Item now needs 60 resources (up from 50), 1 elerium core and 1 priest corpse to build.


THIS MOD WILL CONFLICT WITH ANY OTHER MOD THAT ALTERS THE SUSTAINING SPHERE ITEM!!!!
Popular Discussions View All (3)
6
Sep 2, 2024 @ 11:45am
BUG REPORTS HERE PLEASE!!
MrShadow
0
Mar 3, 2022 @ 2:38pm
Russian Translation
Bethrezen
0
Oct 15, 2021 @ 5:33pm
中文
stappy82
47 Comments
♥ Chitai~ ♥ Feb 19 @ 3:05am 
Do note that this does not actually make Priests shoot if all abilities are on cooldown, if they don't roll that 30% for shooting, reload, or overwatch, they will just move or attempt to use another psi ability in the order of Soulmend (priority), Psi Guard (priority to multiple targets), Soulmend on anyone, Psi Guard on anyone (usually self), and then move.

To make them guaranteed to shoot on their second action, add TryShootOrReloadOrOverwatch child node to the following behavior. Preferably just before HuntEnemyWithCover. Or to copy-paste...

+Behaviors=(BehaviorName=AdventPriestCXRedLastActionSelector, NodeType=Selector, \\
Child[0]=MindCleanseBranch, \\
Child[1]=RandSelectFromPriestAbilities, \\
Child[2]=TrySoulmendOnLowHp, \\
Child[3]=TryPsiGuard, \\
Child[4]=TrySoulmend, \\
Child[5]=TryPsiGuardSingle, \\
Child[6]=TryShootOrReloadOrOverwatch, \\
Child[7]=HuntEnemyWithCover, \\
Child[8]=SelectMove_JobOrDefensive)
ПРОЛЕТАРИЙ Sep 2, 2024 @ 12:46pm 
To make priests shoot
Open XComAI.ini and add this line:

-Behaviors=(BehaviorName=RandSelectFromPriestAbilities, NodeType=RandSelector, Child[0]=TryPsiMindControl, Param[0]=33, Child[1]=TryStasis, Param[1]=33, Child[2]=TryHolyWarrior, Param[2]=33)

before:

+Behaviors=(BehaviorName=RandSelectFromPriestAbilities, NodeType=RandSelector, Child[0]=TryPsiMindControl, Param[0]=20, Child[1]=TryStasis, Param[1]=20, Child[2]=TryHolyWarrior, Param[2]=30, Child[3]=TryShootOrReloadOrOverwatch, Param[3]=30)
VS-lockon Mar 18, 2024 @ 4:55pm 
MrShadow come back make more alien for me to kill
SMmania123 May 27, 2022 @ 11:25pm 
So this mod is incompatible with Prevent Items From Being Consumed
Bethrezen Mar 3, 2022 @ 2:05pm 
@MrShadowCX Hello. I dont have animation for new skills. Any thoughts?
nekojusan Feb 13, 2022 @ 9:54am 
The aoe radius of mind cleanse needs toning down, priest cleans off everything in a massive area then still be able to statis/mind control is a little ott
Bunbun Jan 23, 2022 @ 10:29am 
Just had a mission with over 7 priests. The issue was they didn't do anything, just sustain and heal. Never even made any attempt to shoot or use a weapon just ran around like a headless chicken.
MaCC165 Apr 23, 2021 @ 3:42am 
seems normal with no shooting, they have no shooting job in the ai tree, kind of awkward they dont even overwatch or shoot flanked enemy
Empusae Mar 29, 2021 @ 11:22am 
It seems priest does not use his gun at all. He just uses both action points for moving while his abilities on cooldown. I cant remember his behaviur without this mod. May be its a normal thing. I have ABAI and followed instructions by DerBK.
Syro System Oct 12, 2020 @ 4:20pm 
@Dies Irea Yes this does conflict with ABA. DerBK has posted instructions on how to specifically make ABA compatible with this mod.