XCOM 2
WotC Ballistic Shields
Mostrando 1-10 de 16 aportaciones
< 1  2 >
Actualización: 3 JUN 2021 a las 7:36 a. m.

Pull request by Iridar ( https://github.com/Musashi1584/WotCBallisticShields/pull/5 )

Changelog:
Implemented SPARK Ballistic Shields. Upgraded alongside SPARK armor. Deal +1 damage and stun rather than disorient. Grant 10/15/20 shield points. NO SPECIAL MEASURES are taken to make Heavy Weapons or BIT-related abilities unavailable while using a shield, resulting in janky visuals / broken abilities.

- Added compatibility config for SPARK Shields -> Shield Attachments mod.

- Rebalanced soldier shields to be more in line with the sword progression.

- Damage changed from:
2-3 +0 -> 4-5 +0 -> 6-7 +0
to:
2-3 +1 -> 3-4 +1 -> 5-6 +1

- ISOUNDRANGE from 18 to 10 (slightly larger than 8 for swords). 12 for SPARK shields.
- NUM_UPGRADE_SLOT for Beam-tier shields from 3 to 2, in line with Vanilla.
- Disorient and stun on melee attacks are now configurable and can be turned off.
- Added Expand Tag Handler.
- Localized shield weapon category.
- Improved in-game descriptions for soldier shields.
- Made some minor tweaks to soldier shield weapon templates to be more consistent.
- Changed Stat UI Markup for melee Aim bonus to say "MELEE AIM" instead of just "AIM". Used base game localization, so should apply to all locales.
- Added a bool flag for Shield Bash to override melee death visualization so that killed enemies get knocked back and ragdoll rather than flop to the ground.

Actualización: 22 OCT 2020 a las 11:50 a. m.

Pull Request from Iridar

* Bash applies Disorient via Bonus Weapon Effect.
* Added a configurable list of character templates that will be excluded from animation patching by Ballistic Shields.
* Fixed shields flickering/disappearing by replacing their weapon archetypes.
* Fixed incorrect weaponcat for Sawed Off Shotguns in the config.
* Moved the Cover Generator effect to a separate passive ability. This is necessary so it can be independently overridden by abilities like Bulwark that grant superior cover. Also changed icon color to "Item" instead of "Perk".

Actualización: 29 JUN 2020 a las 4:18 a. m.

- Compatibility update to support true primary secondaries

Actualización: 6 MAR 2020 a las 5:55 a. m.

Use OPTC to add photobooth poses for better compatibility

Actualización: 31 ENE 2020 a las 1:24 a. m.

Credits to Iridar
- Make Shield Wall override WAR Suit's Shieldwall as there's an incompatibility between Shieldwall and Ballistic Shield passive.
- Make Shield Wall override WAR Suit's Shieldwall as there's an incompatibility between Shieldwall and Ballistic Shield passive.
- Made Energy Shield's Effect Name unique.
- Added icons for Ballistic Shield passive and Shield Bash.
- Made logging toggleable through config and disabled by default.

Actualización: 9 ENE 2020 a las 6:50 a. m.

Should fix attacking with sword uses shield bash animtion

Actualización: 7 MAY 2019 a las 11:38 a. m.

Added an config option to make shield wall a free action

Actualización: 27 DIC 2018 a las 2:52 p. m.

Changed mobility penalty to -1
Added aim penailty of -10
Changed poses localizations to use dynamic array notation for better compatibility with the cx poses pack or other mods that add poses

Actualización: 13 DIC 2018 a las 9:26 a. m.

Fix some bad gamestate handling in UpdateStorage

Actualización: 25 AGO 2018 a las 7:06 a. m.

- Using the new HL hooks to get rid of some code cluttering in the Primary Secondaries mod