ScavXpCounts/config.json

12 lines
574 B
JSON
Raw Normal View History

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