1.0.0.56 No more relic from Martyr promotion

bbufa

Warlord
Joined
Nov 3, 2016
Messages
235
I built Mont Saint Michel so my apostles have Martyr promotion. I got some relics from dead apostles until this save file. Look at the city of Madrid (Spain), I have 2 apostles there, now attack Spain's religion units and my apostles should die. However there is no relic!!! (still have 2 free Temple slots)
 

Attachments

Perhaps the game ran out of relics. The game files only specify 16 specific, named relics:

Code:
<!--Relics-->
		<Row Tag="LOC_GREATWORK_RELIC_1_NAME">
			<Text>Ark of the Covenant</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_2_NAME">
			<Text>Beard of the Evangelist</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_3_NAME">
			<Text>Blood of the Martyr</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_4_NAME">
			<Text>Book of Thoth</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_5_NAME">
			<Text>Footprint of the Apostle</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_6_NAME">
			<Text>Grass Cutting Sword</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_7_NAME">
			<Text>Holy Grail</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_8_NAME">
			<Text>Philosopher's Stone</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_9_NAME">
			<Text>Robes of the Guru</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_10_NAME">
			<Text>Saint Aubert's Skull</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_11_NAME">
			<Text>Sandals of the Prophet</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_12_NAME">
			<Text>Shroud of Turin</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_13_NAME">
			<Text>Silk Texts</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_14_NAME">
			<Text>Splinter of the True Cross</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_15_NAME">
			<Text>Stone of Scone</Text>
		</Row>
		<Row Tag="LOC_GREATWORK_RELIC_16_NAME">
			<Text>Tooth of the Prophet</Text>
		</Row>
 
thanks for the explanation, I hope this will be fixed because it completely stop religion-culture victory :( I built a lot of temple instead of theater district.
 
Back
Top Bottom