00Prescott
Refugee
Hello,
Everything is working properly, however, the description names aren't showing. Can someone help me correct this? Thank you.
<configs>
<setattribute name="max_level" xpath="/progression/perks/perk[@name='perkLivingOffTheLand']">5</setattribute>
<set xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group">
<passive_effect name="CraftingTier" operation="base_set" level="0,5" value="0,5" tags="perkLivingOffTheLandCrafting"/><!-- fake crafting perk that is used to scale resources -->
<passive_effect name="HarvestCount" operation="perc_add" level="1,2,3,4,5" value="1,1,2,3,4" tags="cropHarvest,wildCropsHarvest"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1,5" value="1" tags="plantedAloe1,plantedChrysanthemum1,plantedGoldenrod1,plantedYucca1"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="2,5" value="1" tags="plantedBlueberry1,plantedCoffee1,plantedCorn1,plantedCotton1,plantedMushroom1,plantedPotato1,plantedHop1,plantedPumpkin1,plantedGraceCorn1"/>
<effect_description level="1" desc_key="Gardner" long_desc_key="Harvest 2 items from wild or planted crops. Craft seeds for flowers and decorative plants like goldenrod, chrysanthemum, aloe, and yucca.\nFarm plots cost 30% less to craft."/>
<effect_description level="2" desc_key="Grower" long_desc_key="You can craft seeds for berries and vegetables.\nFarm plots cost 50% less to craft."/>
<effect_description level="3" desc_key="Farmer" long_desc_key="Harvest 3 items from wild or planted crops."/>
<effect_description level="4" desc_key="Agruculturist" long_desc_key="Harvest 4 items from wild or planted crops.\nFarm plots cost 70% less to craft."/>
<effect_description level="5" desc_key="Horticulturist" long_desc_key="Harvest 5 items from wild or planted crops.\nFarm plots cost 85% less to craft."/>
</set>
</configs>

Everything is working properly, however, the description names aren't showing. Can someone help me correct this? Thank you.
<configs>
<setattribute name="max_level" xpath="/progression/perks/perk[@name='perkLivingOffTheLand']">5</setattribute>
<set xpath="/progression/perks/perk[@name='perkLivingOffTheLand']/effect_group">
<passive_effect name="CraftingTier" operation="base_set" level="0,5" value="0,5" tags="perkLivingOffTheLandCrafting"/><!-- fake crafting perk that is used to scale resources -->
<passive_effect name="HarvestCount" operation="perc_add" level="1,2,3,4,5" value="1,1,2,3,4" tags="cropHarvest,wildCropsHarvest"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1,5" value="1" tags="plantedAloe1,plantedChrysanthemum1,plantedGoldenrod1,plantedYucca1"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="2,5" value="1" tags="plantedBlueberry1,plantedCoffee1,plantedCorn1,plantedCotton1,plantedMushroom1,plantedPotato1,plantedHop1,plantedPumpkin1,plantedGraceCorn1"/>
<effect_description level="1" desc_key="Gardner" long_desc_key="Harvest 2 items from wild or planted crops. Craft seeds for flowers and decorative plants like goldenrod, chrysanthemum, aloe, and yucca.\nFarm plots cost 30% less to craft."/>
<effect_description level="2" desc_key="Grower" long_desc_key="You can craft seeds for berries and vegetables.\nFarm plots cost 50% less to craft."/>
<effect_description level="3" desc_key="Farmer" long_desc_key="Harvest 3 items from wild or planted crops."/>
<effect_description level="4" desc_key="Agruculturist" long_desc_key="Harvest 4 items from wild or planted crops.\nFarm plots cost 70% less to craft."/>
<effect_description level="5" desc_key="Horticulturist" long_desc_key="Harvest 5 items from wild or planted crops.\nFarm plots cost 85% less to craft."/>
</set>
</configs>
