i want get more iron for more possible units. i dont know the right xml value to change this.
it is the <Resource_QuantityTypes> in the ressource.xml? what means this values
<Resource_QuantityTypes>
<Row>
<ResourceType>RESOURCE_IRON</ResourceType>
<Quantity>6</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_IRON</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_HORSE</ResourceType>
<Quantity>4</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_HORSE</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_COAL</ResourceType>
<Quantity>6</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_OIL</ResourceType>
<Quantity>5</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_ALUMINUM</ResourceType>
<Quantity>5</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_URANIUM</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_URANIUM</ResourceType>
<Quantity>1</Quantity>
</Row>
</Resource_QuantityTypes>
if yes, why there are two integers and how do i change the right with the <update> and <set>-tags. example:
<Resource_QuantityTypes>
<Update>
<Set Quantity="4" />
<Where ResourceType="RESOURCE_IRON" />
</Update>
</Resource_QuantityTypes>
this change both values or nor?
please help!
it is the <Resource_QuantityTypes> in the ressource.xml? what means this values
Spoiler :
<Resource_QuantityTypes>
<Row>
<ResourceType>RESOURCE_IRON</ResourceType>
<Quantity>6</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_IRON</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_HORSE</ResourceType>
<Quantity>4</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_HORSE</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_COAL</ResourceType>
<Quantity>6</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_OIL</ResourceType>
<Quantity>5</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_ALUMINUM</ResourceType>
<Quantity>5</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_URANIUM</ResourceType>
<Quantity>2</Quantity>
</Row>
<Row>
<ResourceType>RESOURCE_URANIUM</ResourceType>
<Quantity>1</Quantity>
</Row>
</Resource_QuantityTypes>
if yes, why there are two integers and how do i change the right with the <update> and <set>-tags. example:
<Resource_QuantityTypes>
<Update>
<Set Quantity="4" />
<Where ResourceType="RESOURCE_IRON" />
</Update>
</Resource_QuantityTypes>
this change both values or nor?
please help!