• 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.

PépinleBref

Corporal
34 Badges
May 30, 2017
29
6
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Surviving Mars: Digital Deluxe Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Monks and Mystics
  • BATTLETECH
  • Surviving Mars
  • Age of Wonders III
  • Cities: Skylines - Green Cities
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Conclave
  • Cities: Skylines - Parklife
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Crusader Kings II: Holy Fury
  • Stellaris: Galaxy Edition
  • Stellaris
  • Cities: Skylines - After Dark
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Warlock: Master of the Arcane
  • Europa Universalis IV
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Shadowrun: Hong Kong
  • Crusader Kings II: Charlemagne
One line summary of your issue
[2.8.3.2] the artifact ruby_bracelets_2 should be quality 4

Game Version
2.8.3.2

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue in as much detail as possible.
In the file "Crusader Kings II/common/artifacts/00_artifacts.txt" the artifact "ruby_bracelets_2" (display name: Ruby Bracelets) only gets assigned a quality of 3, while all the other comparable items* have a quality level of 4.


* celestial_necklace_2, dagger_of_glory_2, circlet_of_the_heavens_2, etc. all are quality 4 items
 
Upvote 0
This is still true in 2.8.3.3 SAHQ

Code:
ruby_bracelets = {
   quality = 3
   monthly_character_prestige = 0.5
   castle_opinion = 3
   tribal_opinion = 2
   town_opinion = 2
   flags = { bracelet jewelry crown_jewel created }
   stacking = no
   picture = "GFX_bracelet_jeweled_gold"
   
   slot = wrist
}

ruby_bracelets_2 = {
   quality = 3
   monthly_character_prestige = 0.7
   castle_opinion = 4
   tribal_opinion = 3
   town_opinion = 3
   flags = { bracelet jewelry crown_jewel created }
   stacking = no
   picture = "GFX_bracelet_jeweled_gold"
   
   slot = wrist
}
 
Well I thought I was clever by figuring this out today lol.
It's still an issue so I think it's best to bump this as opposed to making a new thread.

I'm going to include the change to quality 4 in my Stack Masks mod in case anyone's interested. Should be updated in the next 30 min or so.

edit: update complete
 
Last edited: