init
This commit is contained in:
15
waldfee-fairbothealth/Config/config.jsonc
Normal file
15
waldfee-fairbothealth/Config/config.jsonc
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// use either GlobalMultiplier or BodyPartMultipliers
|
||||
|
||||
"GlobalMultiplier": null, // set to null if using BodyPartMultipliers
|
||||
"BodyPartMultipliers": {
|
||||
// if using BodyPartMultipliers, specify all of them
|
||||
"Chest": 1.30,
|
||||
"Head": 1,
|
||||
"Stomach": 1.30,
|
||||
"LeftLeg": 1.30,
|
||||
"RightLeg": 1.30,
|
||||
"LeftArm": 1.30,
|
||||
"RightArm": 1.30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user