15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
// 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
|
|
}
|
|
} |