XCOM 2
WotC Ballistic Shields
16개 중 1~10개 표시 중
< 1  2 >
업데이트: 2021년 6월 3일 @ 오전 7시 36분

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.

업데이트: 2020년 10월 22일 @ 오전 11시 50분

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".

업데이트: 2020년 6월 29일 @ 오전 4시 18분

- Compatibility update to support true primary secondaries

업데이트: 2020년 3월 6일 @ 오전 5시 55분

Use OPTC to add photobooth poses for better compatibility

업데이트: 2020년 1월 31일 @ 오전 1시 24분

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.

업데이트: 2020년 1월 9일 @ 오전 6시 50분

Should fix attacking with sword uses shield bash animtion

업데이트: 2019년 5월 7일 @ 오전 11시 38분

Added an config option to make shield wall a free action

업데이트: 2018년 12월 27일 @ 오후 2시 52분

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

업데이트: 2018년 12월 13일 @ 오전 9시 26분

Fix some bad gamestate handling in UpdateStorage

업데이트: 2018년 8월 25일 @ 오전 7시 06분

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