Basically what i am trying to do is to give the specialits in the city the ability to give units built there free xp much like the barracks or the theo civic.
To mod abilities of the specialists i went in gameinfo/civ4specialistsinfo.xml
But i cannot add free exp to the list.
The main question is can i mess around with the schema? under <element name="specialistinfo"> i added an element typer called "iexperience" which can be found in the buildinginfoschema.
Is it possible to do this? I managed to added <iexperience>1</iexperience> in the civ4specialistinfo.xml.
how do i add the line <ElementType name="iExperience" content="textOnly" dt:type="int"/> in the schema.
Everytime i try to do that it messes the schema up. Any help will be apprecieted thanks.
To mod abilities of the specialists i went in gameinfo/civ4specialistsinfo.xml
But i cannot add free exp to the list.
The main question is can i mess around with the schema? under <element name="specialistinfo"> i added an element typer called "iexperience" which can be found in the buildinginfoschema.
Is it possible to do this? I managed to added <iexperience>1</iexperience> in the civ4specialistinfo.xml.
how do i add the line <ElementType name="iExperience" content="textOnly" dt:type="int"/> in the schema.
Everytime i try to do that it messes the schema up. Any help will be apprecieted thanks.