Jump to content

How i can add a Own Harvest System?


M1cromanagement

Recommended Posts

For Example the Block

<block name="woodLogPillar100">
	<drop event="Harvest" name="resourceWood" count="5" tag="oreWoodHarvest"/>
</block>

but if im editing into

<drop event="Harvest" name="resourceWood" count="5" tag="HarvestMoreWood"/>

and change in progression.xml

<passive_effect name="HarvestCount" operation="perc_add" level="1,5" value=".2,1" tags="oreWoodHarvest"/>

to

<passive_effect name="HarvestCount" operation="perc_add" level="1,5" value=".2,1" tags="HarvestMoreWood"/>

 

it doesnt work, Why ?

----

Ok i know i can add

<passive_effect name="HarvestCount" operation="base_set" level="1,5" value="5,25" tags="HarvestMoreWood"/>

but thats not what i want 😕

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...