xxhe
Prince
Hello!
I think one effect in the policy part is interesting. i.e. say, the Policy_CapitalYieldChanges table. And I wanna make one tech (for example Civil Service) be able to give my capital one more food. Here is the table which defines the function in Policies.xml
<Table name="Policy_CapitalYieldChanges">
<Column name="PolicyType" type="text" reference="Policies(Type)"/>
<Column name="YieldType" type="text" reference="Yields(Type)"/>
<Column name="Yield" type="integer" notnull="true"/>
</Table>
My question is: can I move the table to the tech part by introducing this table in the beginning of my tech.xml (And I'll change the PolicyType to TechType or whatever)? Or I have to redifine this table in lua or even dll?
Thanks in advance
I think one effect in the policy part is interesting. i.e. say, the Policy_CapitalYieldChanges table. And I wanna make one tech (for example Civil Service) be able to give my capital one more food. Here is the table which defines the function in Policies.xml
<Table name="Policy_CapitalYieldChanges">
<Column name="PolicyType" type="text" reference="Policies(Type)"/>
<Column name="YieldType" type="text" reference="Yields(Type)"/>
<Column name="Yield" type="integer" notnull="true"/>
</Table>
My question is: can I move the table to the tech part by introducing this table in the beginning of my tech.xml (And I'll change the PolicyType to TechType or whatever)? Or I have to redifine this table in lua or even dll?
Thanks in advance
