Voting Instructions
Players, please cast your votes in the poll above. Vote "Yea" if you'd be okay if this proposal was implemented. Vote "Nay" if you'd be okay if this proposal wasn't implemented.
You can vote for both options, which is equivalent to saying "I'm fine either way", but adds to the required quorum of 10 votes in favor.
All votes are public. If you wish, you can discuss your choice(s) in the thread below. You can change your vote as many times as you want until the poll closes.
VP Congress: Session 4, Proposal 1
Proposal:
1. Helicopter Gunship can also hover on ocean tiles.
2. Tank Hunter I and II promotions have +50% bonus against armored units instead of +25% (works on both attack and defense).
Rationale:
1. Helicopter's ability to hover shouldn't depend on ocean depth. If it can hover over shallow water, it can do it just as well over deep water too.
2. The Tank Hunter tree leads nowhere, so the promotions have to be stronger than the trunk ones (which unlock great T4 promotions like March and Parthian Tactics) to justify being picked.
You can test the changes with the following lines of SQL:
Players, please cast your votes in the poll above. Vote "Yea" if you'd be okay if this proposal was implemented. Vote "Nay" if you'd be okay if this proposal wasn't implemented.
You can vote for both options, which is equivalent to saying "I'm fine either way", but adds to the required quorum of 10 votes in favor.
All votes are public. If you wish, you can discuss your choice(s) in the thread below. You can change your vote as many times as you want until the poll closes.
VP Congress: Session 4, Proposal 1
Proposal:
1. Helicopter Gunship can also hover on ocean tiles.
2. Tank Hunter I and II promotions have +50% bonus against armored units instead of +25% (works on both attack and defense).
Rationale:
1. Helicopter's ability to hover shouldn't depend on ocean depth. If it can hover over shallow water, it can do it just as well over deep water too.
2. The Tank Hunter tree leads nowhere, so the promotions have to be stronger than the trunk ones (which unlock great T4 promotions like March and Parthian Tactics) to justify being picked.
You can test the changes with the following lines of SQL:
SQL:
UPDATE UnitPromotions
SET CanMoveAllTerrain = 1
WHERE Type = 'PROMOTION_HOVERING_UNIT';
DELETE FROM Unit_FreePromotions
WHERE UnitType = 'UNIT_HELICOPTER_GUNSHIP' AND PromotionType = 'PROMOTION_HOVER_UNIT';
UPDATE UnitPromotions_UnitCombatMods
SET Modifier = '50'
WHERE PromotionType IN ('PROMOTION_HELI_AMBUSH_1', 'PROMOTION_HELI_AMBUSH_2') AND UnitCombatType = 'UNITCOMBAT_ARMOR';
UPDATE Language_en_US
SET Text = '+50% [ICON_STRENGTH] Combat Strength VS Armored Units.'
WHERE Tag IN ('TXT_KEY_PROMOTION_HELI_AMBUSH_1_HELP', 'TXT_KEY_PROMOTION_HELI_AMBUSH_2_HELP');
Last edited by a moderator: