XCOM 2
[WOTC] IronLordByron's Resistance Order Overhaul
78件中 1-10 を表示
< 1  2  3 ... 8 >
更新: 2022年8月28日 @ 9時40分

Fixed support for consumable resistance orders (implemented by Grobo's overhaul, not this mod specifically)

更新: 2022年8月20日 @ 12時00分

For help in reverting the persistent campaign issues resulting from previous bug, I included two new console commands:
exec function ModifyBonusResContacts (int numContactsAddedOrRemoved){
exec function ModifyBonusScience(int scienceBonusMod){

So (for instance) if you had Labs-To-Comms Repurposing active (which grants +3 contacts and -15 science bonus while active) and then deactivated it for two months (resulting in you actually being *down* 3 contacts and *up* 15 science bonus due to the fixed bug) you could run the following two commands to restore the state of your game:

ModifyBonusResContacts 3
ModifyBonusScience -15

Note that the new values are only updated on the UI after you do anything causing a UI update (like leaving the Geoscape or starting a scan)

更新: 2022年8月20日 @ 11時14分

Fixed resistance order getting deactivated multiple times in months after deactivation.

更新: 2022年8月16日 @ 20時08分

fixed issue where mission site display popup for resistance card-driven missions would sometimes display at inappropriate times (especially in CI).

更新: 2022年8月13日 @ 10時35分

FEATURES
Added two new cards:
* ODM Gear (provides -1 to grappling hook cooldowns-- both skirmisher and armor-provided-- plus 4 mobility and 35 dodge on the turn a grappling hook is used). Strength 2 card.
* Siphon Life (heals up to 20 health to soldiers when they perform skulljacking or skullmining, and provides 3 shielding). Strength 3 card.

BALANCE CHANGES
*Buff to Noisemaker Protocol such that sonic scanners now deal exactly 1 damage in their radius, giving them some niche use in non-Lost missions.
*Moved card strengths around based on what feel like appropriate balance.

BUG FIXES
Fixed bug where covert actions spawned by ROs could be spawned in any region, which could result in Chosen being discovered before the relevant regions had been contacted.
Fixed bug where covert actions spawned by ROs are completeable in 0 hours.

REFACTORING
Implemented system that should make config-driven changes to cards easier, and migrated a few of the cards over to this system.

更新: 2022年8月5日 @ 22時42分

Added in a strength indicator to the card art (since otherwise strength is kind of an invisible mechanic, really?)

更新: 2022年8月5日 @ 22時23分

Modified Shellbuster Technique to remove armor-shredding abilities (though keeping the armor-bypassing and energy-shield-removing effects.)

更新: 2022年8月4日 @ 18時55分

Fixed issue with chosen actions getting clobbered by the new tag expand handlers.

更新: 2022年8月3日 @ 20時57分

1) Includes Grobo's fixes to resistance card localization-related code
2) Fixes Basilisk Doctrine and Shellbuster Technique cards to do the things they said they would. (My bad; turns out I had inappropriately assigned them to weapons such that they didn't actually do stuff.)

更新: 2022年7月21日 @ 20時53分

Fixed issue where I wasn't uploading .int file due to it not being represented in project file