Page 1 of 1

Button Fortress

Posted: 20 Apr 2020, 23:44
by juan11220
Hello! I wish to add the HERA anti-missile button to a fortress.
How do i do it? Db?
Thanks you

Re: Button Fortress

Posted: 21 Apr 2020, 04:29
by Dr.MonaLisa
Hello.
It seems like the fortress .ddf was never edited in UP1.5, so it should be:

EE2: zips\db.zip\db\Units\fortress.ddf
AOS: zips_ee2x\EE2X_db.zip\EE2X_db\Units\fortress.ddf

In the same folder inside zip, there should also be file "herc_noncombat.ddf".
Hera is "HercRepair" and has:

Code: Select all

SpecialPower
		{
			range = 2
			effects = [ HERC_Shield ]
		}
But I suppose you're interested in Hades, "HercElecWarfare":

Code: Select all

SpecialPower
		{
			range = 2
			effects = [ HERC_AntiMissileSystem HERC_EMP_blast ]
		}
Don't forget that those effects should be inside:

Code: Select all

abilities = [

]

Re: Button Fortress

Posted: 22 Apr 2020, 03:19
by juan11220
You are a genius!!!

Added after 2 hours 43 seconds:
Could the shield be made larger?