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

jonjowett

Field Marshal
83 Badges
Aug 31, 2012
3.393
2.013
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Monks and Mystics
  • BATTLETECH
  • Cities: Skylines - Natural Disasters
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Distant Stars
  • Europa Universalis IV: Golden Century
  • Surviving Mars
  • Shadowrun Returns
  • Cities: Skylines - Parklife
  • Tyranny - Bastards Wound
  • Cities: Skylines - Green Cities
  • Stellaris: Megacorp
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV
  • Europa Universalis IV: Dharma
  • Imperator: Rome Sign Up
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Rule Britannia
  • BATTLETECH - Digital Deluxe Edition
  • Shadowrun: Dragonfall
  • Victoria 2
  • 500k Club
  • Stellaris: Ancient Relics
  • Europa Universalis IV: El Dorado
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Imperator: Rome Deluxe Edition
One line summary of your issue
[3.0] [PXTU] Africans cannot create upgraded/alternate fetishes

Game Version
[3.0] [PXTU]

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
This bug is similar to the smithing issues 2 patches ago. (Eg: An awful smithed weapon would block you from smithing a much-nicer one.)

Basically, African pagans with a high rank in their warrior lodge can create fetishes of various levels (at least levels 1-3; not sure if 4 is possible) and focuses (eg. benevolent/malevolent spirit for the mask). However, once you have a mask (or totem) in your inventory, it is impossible to create another one - for example, if you want to replace your level 1 mask with a level 3 one. You have to dispose of your existing one (by destroying it or giving it away) before you can take the decision again.

Just as the smithing restrictions have been lifted, I think it makes sense to lift the restrictions on fetish creation. If the player wants to create multiple fetishes (eg. for a simple upgrade; or to switch masks based on their characters' needs/mood), I think they should be able to do so without having to resort to workarounds.

The culprit code is here (decisions\hf_warrior_lodge_decisions.txt):

Code:
	warrior_lodge_west_african_create_fetish = {

#snip

		allow = {

#snip

			custom_tooltip = {
				text = tooltip_has_african_mask_duplicate
   				OR = {
   					NOT = {
   						any_artifact = {
   							has_artifact_flag = mask 
   						}
   					}
   					NOT = {
   						any_artifact = {
   							has_artifact_flag = totem 
   						}
   					}
   				}
   			}
		}


Steps to reproduce the issue.
Start as an African pagan. Join the warrior lodge and level up a few times. Create a level 1 mask and totem. Now try to create a level 3 mask and totem.

Upload Attachment
 
Upvote 0