Page 1 of 1

How do I reduce artillery range ?

Posted: Sat Jul 28, 2018 9:50 am
by dognosh
Sounds silly but I am trail blazing and using artillery to clear a circular path as I head west.
My artillery wagon is going too far around and it is not needed.
Artillery range is 3 I think and would like to reduce its tech to 2.
Is there a console command ?

ty :)

Re: How do I reduce artillery range ?

Posted: Sat Jul 28, 2018 10:18 am
by eradicator

Code: Select all

/c game.player.force.technologies['artillery-shell-range-1'].level  = 3

Re: How do I reduce artillery range ?

Posted: Sat Jul 28, 2018 11:00 am
by dognosh
ty :)

Re: How do I reduce artillery range ?

Posted: Sat Jul 28, 2018 11:02 am
by dognosh
why is it called 'artillery-shell-range-1' ?

Re: How do I reduce artillery range ?

Posted: Sat Jul 28, 2018 11:06 am
by eradicator
Probably because the tech tree decides if it should show a number on the icon or not, by looking if there's a number in the name or not. (I.e. "internal tech reasons".)