BlackRabbitMsk
Refugee
Good day to all.
In my mod for opening a recipe, I want to indicate the requirement for a skill. To do this, I write the following in the progression.xml file:
<set xpath="/perks/perk[@name='perkGreaseMonkey']/passive_effect[@name='RecipeTagUnlocked' and @level='1,5']/@tags">vehicleWheels,vehicleBicycleChassis,vehicleBicycleHandlebars,resourceVehiclesRepairKit</set>
However, the server says it does not apply the changes. Tell me what is the error?
In my mod for opening a recipe, I want to indicate the requirement for a skill. To do this, I write the following in the progression.xml file:
<set xpath="/perks/perk[@name='perkGreaseMonkey']/passive_effect[@name='RecipeTagUnlocked' and @level='1,5']/@tags">vehicleWheels,vehicleBicycleChassis,vehicleBicycleHandlebars,resourceVehiclesRepairKit</set>
However, the server says it does not apply the changes. Tell me what is the error?