ScavXpCounts/config.json

12 lines
574 B
JSON
Raw Normal View History

2024-02-23 19:26:16 -07:00
{
"EnableMod": true,
"_EnableMod": "Enables the mod",
"EnableSkillXp": true,
"_EnableSkillXp": "Enables the addition of scav skill xp to pmc xp",
"EnableGeneralXp": true,
"_EnableGeneralXp": "Enables the addition of scav general xp to pmc xp",
"EnableSkillSync": true,
"_EnableSkillSync": "Enables the syncing of scav skill xp to pmc skill xp (both are set to the higher of the two)",
"EnableGeneralSync": true,
"_EnableGeneralSync": "Enables the syncing of scav general xp to pmc general xp (both are set to the higher of the two)"
}