Hallo,
my aim is very simple: I try to make the farm improvement (completely) destroyable like fishing boats or roads.
When I add
<Improvements>
<Where Type="IMPROVEMENT_FARM"/>
<Set DestroyedWhenPillaged="true"/>
</Improvements>
to my mod (which changes some other things and is working perfectly without these 4 lines)
I can compile it without any errors. But when i use it it is loaded without any errors or warnings but is has no effect at all. Not only the change with the farms is not working at all, but the complete mod has no effects at all.
Thanks!
my aim is very simple: I try to make the farm improvement (completely) destroyable like fishing boats or roads.
When I add
<Improvements>
<Where Type="IMPROVEMENT_FARM"/>
<Set DestroyedWhenPillaged="true"/>
</Improvements>
to my mod (which changes some other things and is working perfectly without these 4 lines)
I can compile it without any errors. But when i use it it is loaded without any errors or warnings but is has no effect at all. Not only the change with the farms is not working at all, but the complete mod has no effects at all.
Thanks!