Balanced axe trowing problem IMPLEMENTED
Balanced axe trowing problem IMPLEMENTED
Hi, the new tech "balanced axe trowing", has got the same problem that time ago had the Roman tech legion training. When I research this tech work only on the existing axe trower unit, all the new unit don't have this tech, and this was a great problem. I hope this issues will be fixed, thank. (Sorry for my bad English)
Re: Balanced axe trowing problem
You are right - new units are not affected. But I don't see anything in jsons different to e.g. ballistaria.
@Stratego (dev) Is this something in the code?
@Stratego (dev) Is this something in the code?
Age of Strategy design leader
-
Stratego (dev)
- Site Admin
- Posts: 15821
- Joined: Fri Apr 25, 2014 9:28 pm
Re: Balanced axe trowing problem
all propery changer techs should have ID that is in a specified range restricted for property changers (written in id txt)
or if got out of range it needs to set the IS_PROP_CHANGER_TECH specunitaction (i wrote it by hard, i might have misspelled)
i will go in and find the actual values soon.
or if got out of range it needs to set the IS_PROP_CHANGER_TECH specunitaction (i wrote it by hard, i might have misspelled)
i will go in and find the actual values soon.
-
Stratego (dev)
- Site Admin
- Posts: 15821
- Joined: Fri Apr 25, 2014 9:28 pm
Re: Balanced axe trowing problem
these:
//!! IMPORTANT: TECH_PROPERTY_CHANGE_FIRST - TECH_PROPERTY_CHANGE_LAST interval must be used only for prop chg tech-s.
//!! IMPORTANT: TECH_BUILD_REQUIREMENT_FIRST - TECH_BUILD_REQUIREMENT_LAST interval must be used only for tech. requirements.
TECH_PROPERTY_CHANGE_FIRST = 2000
...
TECH_PROPERTY_CHANGE_LAST = 2999
and the specunitaction is: TECH_IS_PROP_CHANGER
//!! IMPORTANT: TECH_PROPERTY_CHANGE_FIRST - TECH_PROPERTY_CHANGE_LAST interval must be used only for prop chg tech-s.
//!! IMPORTANT: TECH_BUILD_REQUIREMENT_FIRST - TECH_BUILD_REQUIREMENT_LAST interval must be used only for tech. requirements.
TECH_PROPERTY_CHANGE_FIRST = 2000
...
TECH_PROPERTY_CHANGE_LAST = 2999
and the specunitaction is: TECH_IS_PROP_CHANGER
Re: Balanced axe trowing problem
Thanks for the info.
Added TECH_IS_PROP_CHANGER to tech "balanced throwing axes".
Added TECH_IS_PROP_CHANGER to tech "balanced throwing axes".
Age of Strategy design leader