用记事本打开游戏目录下的\Data\Effects\Armors\Hair pony . json把内容改成下面这样,再去理发师哪买个马尾辫
{
"weight": "0.1",
"attribute_change": [{
"attribute_name": "sexy",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "10000"
},
{
"attribute_name": "weak",
"attribute_type": "max",
"adjustor": "-",
"adjustment": "5"
},
{
"attribute_name": "dirt",
"attribute_type": "max",
"adjustor": "-",
"adjustment": "5000"
},
{
"attribute_name": "move_speed",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "20"
},
{
"attribute_name": "sat",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "1"
},
{
"attribute_name": "mood",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "1"
},
{
"attribute_name": "health",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "1"
},
{
"attribute_name": "morality_lona",
"attribute_type": "current",
"adjustor": "+",
"adjustment": "100"
},
{
"attribute_name": "combat_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "constitution_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "survival_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "scoutcraft_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "wisdom_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "atk_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
},
{
"attribute_name": "def_plus",
"attribute_type": "min",
"adjustor": "+",
"adjustment": "200"
},
{
"attribute_name": "def_plus",
"attribute_type": "max",
"adjustor": "+",
"adjustment": "1000"
}
]
}