chicorbeef
Emperor
- Joined
- Dec 26, 2017
- Messages
- 1,561
The T4 promotions for the Ranged/Mounted Ranged lines would still be different, though, right? Would the Chariot still have access to T4 Skirmisher promotions even if its Mounted Class was removed? Would that even matter (not many Chariots will get to +100 XP pre-Skirmishers)?it doesn't, the pool comes from their attack range not the mounted status
Code:UPDATE Units SET IsMounted = '1' WHERE CombatClass = 'UNITCOMBAT_ARCHER' AND Moves >= 3; UPDATE Units SET IsMounted = '0' WHERE Type = 'UNIT_CHARIOT_ARCHER'; UPDATE Units SET IsMounted = '0' WHERE Type = 'UNIT_EGYPTIAN_WARCHARIOT'; <Type>PROMOTION_SKIRMISHER_MOBILITY</Type> <Description>TXT_KEY_PROMOTION_SKIRMISHER_MOBILITY</Description> ... <MaximumRangeRequired>1</MaximumRangeRequired>
However, I still feel like removing Spear vulnerability is more than possible even without this (add a 50% penalty to Chariots on Spears, could be justified thematically as being being stronger against the Horses but weaker against the riders).
I don't know if it's possible to just remove Chariots from the list of units that Spearmen get a bonus against, but that would be the cleanest solution.