I searched over and over in the original files but i can’t figure out how some models add Buffs to the Hearthlings. Like the Worker Outfit 2.
This Outfit adds the “devoted”-buff to the Hearthling. But where is this defined?. How it can be reproduced?
And is it possible to combine clothings also with perks? Like the “increase_backpack_size” of the trapper? This one is linked to the trapper with level upgrade
"type": "increase_backpack_size",
"name": "i18n(stonehearth:jobs.trapper.trapper_description.level_4_data.perk_000_name)",
"id": "trapper_backpack_bonus_1",
"icon": "file(images/backpack_up.png)",
"backpack_size_increase": "2",
"level": 4,
"description": "i18n(stonehearth:jobs.trapper.trapper_description.level_4_data.perk_000_description)",
"demote_fn": "decrease_backpack_size"
If this is possible how? wanted to add some models with additive perks, buffs and so on…