XCOM 2
165 个评价
[WotC] Sparks Can Bond
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
21.365 KB
2017 年 9 月 5 日 上午 10:00
1 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
[WotC] Sparks Can Bond

在 Yagisan 的 3 个合集中
Yagisan's War of the Chosen Mods
3 件物品
Yagisan's War of the Chosen Mods - ABA Compatible
4 件物品
Better Sparks for WotC
9 件物品
描述
Enables SPARKS to have bonds. Because AI has favourites too. Sparks prefer to bond with other Sparks.
57 条留言
Lop 2024 年 6 月 3 日 下午 6:12 
Protocol 1: Link to Pilot
hottt3 2023 年 9 月 16 日 上午 6:20 
I also need "Aliens can bond" mod:)
PatientLandBeaver 2023 年 5 月 11 日 上午 10:17 
I've tried using this mod in two different campaigns and while the Sparks can bond with other soldiers and Sparks, when in combat the bond perks are not available. Has anyone else experienced this issue?
Kinsect 2023 年 4 月 8 日 下午 8:59 
Does this work with the LASER Spark classes as well?
ChaosFred 2022 年 9 月 26 日 上午 1:48 
Stuffs to add into note:
This mod is safe to be removed mid campaign. But may left a quirky after effect for any spark(s) that produced and soldier(s) recruited before removal. Any spark or soldier after removal are completely safe from any after effect from both the old or new.

If added mid-campaign, any spark before adding the mod may still don't have any compatibility with any other old (and new) soldier/sparks. The workaround is to "force bond" thru console or use "Spark can do convert mission" then look up those "Form bond" convert mission..
XpanD 2021 年 8 月 26 日 下午 1:58 
Just finished a campaign with about 280 mods, this one included, and had no major issues! Thanks for putting this up, really helped me get my SHODAN on.
liftedBodhi 2018 年 11 月 9 日 下午 12:00 
can you tell me if it is possible to have Sparks only be able to form bonds with Specialists?
Yagisan  [作者] 2018 年 6 月 13 日 上午 5:46 
Some bond skills are deliberately excluded by Firaxis for SPARKS. I have not changed any of those limitations.
PatientLandBeaver 2018 年 6 月 12 日 上午 11:39 
I have two Sparks bonded with each other and when in combat they don't have any of the bond abilities available. Does this only work with 1 Spark and 1 human?
Sophist88 2018 年 6 月 5 日 上午 9:23 
Hello, @Yagisan. Very cool mod. I do wish it could fully bond with others (i.e. teamwork), but I can see it as a balance.
Questions:
Is raising SPARK CI also hardcoded and very difficult like giving them bidirectional bonds?

I get to here in a Robots on covert actions mod, but I don't know how to make SPARK eligible or to remove the check entirely.

static function bool IsNewUnitValidForIntSlot(XComGameState_StaffSlot SlotState, StaffUnitInfo UnitInfo)
{
local XComGameState_Unit Unit;

Unit = XComGameState_Unit(`XCOMHISTORY.GetGameStateForObjectID(UnitInfo.UnitRef.ObjectID));

if (Unit.ComInt >= eComInt_Savant || (!Unit.GetSoldierClassTemplate().bAllowAWCAbilities && !Unit.IsResistanceHero())) //not a soldier hero NOR can it get AWC abilities
{
// If this unit is already at the max Com Int level, they are not available
return false;
}

return IsNewUnitValidForCovertActionSoldierSlot(SlotState, UnitInfo);

Just curious about your take on this.