Alright. Here is what I wanted to do: I wanted to basically add a glass eye artifact. I wanted it to show on the portrait of the dead ruler like a crown, but I can't even get it to show up properly in the first place. I added it to the image of eyepatches/one-eyed. I added it into the portrait properties. It absolutely refuses to show up.
I've attached the txt and the dds. This is the bit I added to the eyepatches:
What am I doing wrong here?
I've attached the txt and the dds. This is the bit I added to the eyepatches:
Code:
13 = { # Odin's Eye
factor = 100
modifier = {
factor = 0
NOR = {
any_artifact = {
artifact_type = odins_eye
is_artifact_equipped = yes
}
trait = dead_eye_odin
}
}
}
}
What am I doing wrong here?