Blocking supply along rivers
Posted: Thu Jul 31, 2014 8:00 am
So I have been trying to sort out, in nuts and bolts detail, how supply makes its way across terrain, and particularly rivers, so I started diving into the CODE for answers.
I haven't really done it, but I did stumble across something interesting in the logic file.
I always thought that you needed a fort to interdict water supply, but if I understand this correctly, bombarding ships and interdicting supply happen using the same rule. So any stack entrenched to level 3 with cannons of at least range 4, can activate the "bombard passing ships" button, and this will also stop supply from passing along the same section of river?
Does this mean that cannons are what stop supply? Forts automatically activate the bombard function, but would a fort without cannons still block supply along a river?
If this is the case, I'm all for it! This would allow raiders to dig in along a river and effectively cut a supply line in the same way as if they were sitting on top of a railroad, without having to go to the trouble or expense of building a fort, redoubt, or outpost.
So am I crazy, or is this how it works? (And perhaps everyone knew this already
)
I haven't really done it, but I did stumble across something interesting in the logic file.
// ********************************************************
// ********* BOMBARD AND BLOCKADE *****************
// ********************************************************
....
bmbMinEntrenchLevel = 3 // Minimum level to reach by an artillery so that it can bombards or interdict ships& water supply
...
I always thought that you needed a fort to interdict water supply, but if I understand this correctly, bombarding ships and interdicting supply happen using the same rule. So any stack entrenched to level 3 with cannons of at least range 4, can activate the "bombard passing ships" button, and this will also stop supply from passing along the same section of river?
Does this mean that cannons are what stop supply? Forts automatically activate the bombard function, but would a fort without cannons still block supply along a river?
If this is the case, I'm all for it! This would allow raiders to dig in along a river and effectively cut a supply line in the same way as if they were sitting on top of a railroad, without having to go to the trouble or expense of building a fort, redoubt, or outpost.
So am I crazy, or is this how it works? (And perhaps everyone knew this already
