• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Midnight Voyage

Second Lieutenant
35 Badges
Jun 24, 2013
100
2
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
  • Majesty 2 Collection
  • Magicka
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings III
  • Crusader Kings II: Holy Fury
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Surviving Mars: Digital Deluxe Edition
  • Crusader Kings II: Jade Dragon
  • Age of Wonders III
  • Tyranny - Bastards Wound
  • Surviving Mars
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Pillars of Eternity
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:

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?
 

Attachments

  • files.zip
    140,8 KB · Views: 0