So, we have this:
"substitution_table": [
{
"namespace": "stonehearth",
"keys": {
"teacher": {
"type": "parametrized_value",
"entries": {
"stonehearth:kingdoms:ascendancy": "Cid",
"rayyas_children:kingdoms:rayyas_children": "Rayya",
"northern_alliance:kingdoms:northern_alliance": "Valin"
}
}
}
}
]
How do I add one god/guide to be used in my kingdom? Right now, without messing with it, it is displayed as (str[entity.teacher])
Trying to mixinto that file, made no difference, using this json:
{
"substitution_table": [
{
"namespace": "swamp_goblins",
"keys": {
"teacher": {
"type": "parametrized_value",
"entries": {
"swamp_goblins:kingdoms:firefly_clan": "Big G"
}
}
}
}
]
}
I tried using the same namespace too (stonehearth) and it also failed