I wanted to add a job to the Rayya Mod but it seems that isn’t working like i wanted.
added this code to my manifest
"mixintos" : {
"/rayyas_children/manifest.json" : "file(rayyas_children_selected/manifest.json)",
"/stonehearth/ui/game/create_camp/create_camp.less" : "file(ui/game/create_camp/create_camp.less)"
}
And in the rayyas_children_selected manifest i added this code
{
"aliases": {
"jobs:footman": "file(/kiraso/rayyas_children_selected/jobs/footman/rc_footman_description.json)"
}
}
But the file isn’t loading the other manifest with the mixinthos. Doesn’t know why
Unfortunately the footman class isn’t in the game right now so i have to add it myself to the rayya to make some changes.
kiraso.zip (301.3 KB)