XCOM 2
58 个评价
Templar Mage and Revised Caster Gauntlets
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
19.640 MB
2021 年 10 月 1 日 下午 9:49
4 月 23 日 上午 10:25
12 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
Templar Mage and Revised Caster Gauntlets

描述
This mod started as a fix for the Caster Gauntlets mod, but I started doing some tweaks, experimenting with abilities, and eventually ended up with my own class.

Most of the skills are either made by Mitzruti and are from their perk pack, or are at least partially using their code, so they deserve a lot of credit.

Templar Mage

The Templar Mage is an offensive psionic user, specialized in generating and expending focus. They're best equipped with the caster gauntlets, because they allow for greater damage with psionic abilities, and generally their melee abilities are best used for grabbing focus and not really dealing much damage.

The Templar Mage has 3 full normal specialization lines and one mostly random one. I'm still working on icons, so there's some repeats, but it doesn't really affect anything.

I recommend using Force Weapons for the secondary, but if you don't use it you can just use a pistol instead.

Custom Hero Class Icon adds an icon to the class.

Templar Mage tree
Rank
Strength
Power
Mind
Exploration
Squaddie
Rend
Volt
Focus
Momentum
Corporal
Amplify
Void Shock*
Overcharge
Random
Sergeant
Dark Sword*
Pillar
Deep Focus
Random
Lieutenant
Drain Runeshot*
Void Blast*
Channel
Random
Captain
Void Chain*
Storm Force*
Supreme Focus*
Random
Major
Void Surge*
Ethereal Jaunt*
Mentally Awake
Random
Colonel
Ionic Storm
Void Lightning*
Ghost
Random


  • Void Shock: Psionic lightning does a small amount of damage and can chain to a second target, restores 1 focus per kill.
  • Dark Sword: Melee attack with gauntlets that grants 1 extra focus on use.
  • Drain Runeshot: Attack with secondary weapon that restores health equal to damage done, costs 1 focus.
  • Void Blast: Functions as Void Shock, but as a free action and costs 1 focus instead of restoring focus.
  • Void Chain: Damaging psionic lightning that can chain through multiple targets including back to the first. Costs 1 focus, 1 action non-turn ending
  • Storm Force: Increases damage of psionic lightning attacks by 30%.
  • Supreme Focus: +1 max focus.
  • Void Surge: Blasts psionic lightning in a cone, damaging all enemies within. Costs 1 focus.
  • Ethereal Jaunt: Teleport anywhere within squad sight for 1 focus, one action does not end turn.
  • Void Lightning: Does strong psionic lightning damage to all enemies in a radius at long range, costs 2 focus.

Caster Gauntlets
These can be used by any class that uses gaunlets, and are built by the same schematics. They have a lot lower base damage than regular gauntlets, but deal more damage with psionic abilities, and come with a bonus ability at all tiers called Meditation that ends the turn and restores 1 focus. At magnetic tier they give +1 max focus, and at Beam tier they give +2 max focus insteadl. Also includes support for Covert Infliltration.
热门讨论 查看全部(1)
2
2022 年 9 月 28 日 下午 8:38
Bugs
45fg45
104 条留言
Redrumm 5 月 2 日 上午 6:53 
Thank you for updating this mod.
Kelvae  [作者] 4 月 23 日 上午 10:26 
Ok, should be updated.
Snowmakererereoioiu 4 月 23 日 上午 10:00 
Thank you for taking the time to look into it.

```
static function OnPreCreateTemplates()
{
local MZZFocus_AbilitySet CDO;

CDO = MZZFocus_AbilitySet(class'XComEngine'.static.GetClassDefaultObject(class'MitzrutiPerkPack.MZZFocus_AbilitySet'));

if (CDO != none)
{
CDO.WindFocus_DashFocus=3;
CDO.WindFocus_GainBoost=2;
}
}
```

this caused the issue, the MZZFocus_AbilitySet recevied an overhaul on the struct of the elemental types.

altough i dont see any reason for the existence of this block, so maybe just removing it will solve it in the long term.
Kelvae  [作者] 4 月 22 日 下午 5:13 
I can look into it and see if I can fix it, though I'm a bit removed from XCom 2 modding so I can't promise I'll figure it out.
XpanD 4 月 22 日 上午 2:30 
Mitzruti's Perk Pack received an update to work around this issue for the time being. Everything should work again after grabbing that, though it'll need an update from this mod to be fully fixed. (as far as I know)
Snowmakererereoioiu 4 月 21 日 下午 12:49 
managed to get an older version of the Mitzruti's Perk Pack from a mod site not to be named, i can see the breaking change now, and will try to create a patch for Templar Mage and Revised Caster Gauntlets until the mod author reacts.

MZ_PerkFocus and the elemental types received a major overhaul to streamline the development and the ability to create new stuff with configs.
FateVoid 4 月 21 日 上午 12:56 
Lol I came to comment that Mitzruti's perk pack updated and broke this mod but someone already beat me to it lol!!
MayMayNaenae 4 月 20 日 下午 8:30 
Mitzruti's Perk Pack updated today and it appears to have broken this mod, not sure if its something that needs to be fixed on your end or theirs.
Kelvae  [作者] 2024 年 10 月 26 日 下午 5:30 
Yeah you could edit the class data, keep in mind it won't be a hero class so it won't level up the same way (would have unlocks rather than scaling via AP) though it's not super relevant once you have the training center.

The easier solution though is to just use the console "givefactionsoldiers" then rebuild whatever templar you get (assuming it's not a mage) into a TemplarMage, using the additional soldier commands mod. This will also give you a reaper and skirmisher which you can boot or do whatever you want with them.
Soul 2024 年 10 月 26 日 上午 9:38 
Is there a way I can tweak the configs to make it either a unique class I could get via promotions like Knox Templar Knight OR just a class I can get via TGS once? Cause I kinda wanna avoid needing to get them via the templar way and possibly miss on the normal templar classes if the ones I get via the faction don't give them to me.