Emacz Posted Sunday at 01:27 Report Share Posted Sunday at 01:27 So trying to get siege towers to be a little more historically accurate. While yes they were garrisoned with troops to fire down at the enemy below they were also mostly used to breach the walls of castles and foritications so the troops inside could fight. I have reduced arrow range of siege towers, but I tried to give them capture attack and also Alexander's aura but neither really seem to have an effect on ccs or any buidling for that matter. Is there something I am missing here? Are Siege Class unable to capture? I don't see anywhere in the siege template that would make that the case... but maybe its somewhere else? IS there a way to make them more of a support unit for capturing ccs/forts than a shoot and retreat style siege? Any help would be greatly appreciated as always! And feel free to check out the new historical patch! https://github.com/Emacz2/Historical-rebalance-patch https://github.com/Emacz2/Historical-rebalance-patch/releases Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted Sunday at 05:17 Report Share Posted Sunday at 05:17 You have to take away Building AI and use unit attacking. 1 Quote Link to comment Share on other sites More sharing options...
Emacz Posted Sunday at 14:32 Author Report Share Posted Sunday at 14:32 9 hours ago, wowgetoffyourcellphone said: You have to take away Building AI and use unit attacking. Taking away Building AI seems pretty easy Although will they no longer add arrows for garrisoned soliders? that's where that info is. Unit attacking, im trying to find an example but i havent yet Quote Link to comment Share on other sites More sharing options...
real_tabasco_sauce Posted Sunday at 14:55 Report Share Posted Sunday at 14:55 @wowgetoffyourcellphone means the regular unit attack. And yes, getting rid of buildingAI would remove the arrows per garrisoned soldier. 1 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted Sunday at 17:17 Report Share Posted Sunday at 17:17 2 hours ago, Emacz said: Taking away Building AI seems pretty easy Although will they no longer add arrows for garrisoned soliders? that's where that info is. Unit attacking, im trying to find an example but i havent yet Apologies for not being more specific. Yeah, as @real_tabasco_sauce says, removing the BuildingAI component from the template allows you to use capture attack, but also makes the tower attack like a single unit. A suggestion would be to give units a garrison aura that decreases repeat time for siege towers. This could be a nice simple workaround. Similar to the battering ram garrison aura. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted Sunday at 17:27 Report Share Posted Sunday at 17:27 Later on, ships will have to have that capture component and be like a building with multiple arrows at the same time. Although the capture element will be different from that of land. Quote Link to comment Share on other sites More sharing options...
Emacz Posted 14 hours ago Author Report Share Posted 14 hours ago On 01/12/2024 at 12:17 PM, wowgetoffyourcellphone said: Apologies for not being more specific. Yeah, as @real_tabasco_sauce says, removing the BuildingAI component from the template allows you to use capture attack, but also makes the tower attack like a single unit. A suggestion would be to give units a garrison aura that decreases repeat time for siege towers. This could be a nice simple workaround. Similar to the battering ram garrison aura. Is the battering ram aura something that is coming out in a27? The increased speed based on garrisoned units!?! That's something i suggested a while back. I dont know how to work that in yet though. Still too nub at this coding thing. 1 Quote Link to comment Share on other sites More sharing options...
wowgetoffyourcellphone Posted 8 hours ago Report Share Posted 8 hours ago 5 hours ago, Emacz said: Is the battering ram aura something that is coming out in a27? The increased speed based on garrisoned units!?! That's something i suggested a while back. I dont know how to work that in yet though. Still too nub at this coding thing. Yep! A27 will increase ram speed per garrisoned soldier. { "type": "garrison", "stackable": true, "affects": ["Ram"], "affectedPlayers": ["Player", "MutualAlly"], "modifications": [ { "value": "UnitMotion/WalkSpeed", "add": 0.15 }, { "value": "UnitMotion/Acceleration", "add": 1 }, { "value": "Position/TurnRate", "add": 0.5 } ], "auraName": "Battering Team", "auraDescription": "Battering Rams +0.15 speed, +1 acceleration, and +0.5 turn rate for each garrisoned soldier." } Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted 7 hours ago Report Share Posted 7 hours ago 42 minutes ago, wowgetoffyourcellphone said: Yep! A27 will increase ram speed per garrisoned soldier. { "type": "garrison", "stackable": true, "affects": ["Ram"], "affectedPlayers": ["Player", "MutualAlly"], "modifications": [ { "value": "UnitMotion/WalkSpeed", "add": 0.15 }, { "value": "UnitMotion/Acceleration", "add": 1 }, { "value": "Position/TurnRate", "add": 0.5 } ], "auraName": "Battering Team", "auraDescription": "Battering Rams +0.15 speed, +1 acceleration, and +0.5 turn rate for each garrisoned soldier." } We need to do a rework with the towers. The defenses will be very weak. Quote Link to comment Share on other sites More sharing options...
Emacz Posted 7 hours ago Author Report Share Posted 7 hours ago 24 minutes ago, Lion.Kanzen said: We need to do a rework with the towers. The defenses will be very weak. Siege towers? Again I think if we changed the purpose of them a little, maybe make them harder to kill, but do less dmg lower range but somehow help them capture forts and ccs.... and they could get a slight speed boost. Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted 5 hours ago Report Share Posted 5 hours ago 1 hour ago, Emacz said: Siege towers? Again I think if we changed the purpose of them a little, maybe make them harder to kill, but do less dmg lower range but somehow help them capture forts and ccs.... and they could get a slight speed boost. Normal towers. The whole tower defense system needs a rework with so many changes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.