pineappledan, HungryForFood, & Recursive's New Beliefs

Has the Nuncio enhancer been removed? I don't see it on the list anymore. I thought it was quite strong and unique.
 
Yes. I removed it for now. It caused some glitches with zeolites, and the changes to abode of peace made it less necessary to replace.

Maybe I could add it back as a new belief, rather than as a reworked replacement belief.
 
I really think you should. It is a peaceful version of Zealotry. It makes faith purchase choice more interesting as well, because now you're juggling faith buy GP, faith buy buildings, spreading/converting, and diplomats.
 
Nuncios belief re-added. renamed to 'Word of God'
fixed atlas error with Martial Arts belief
 
I've added the lines from the first post for increasing max religions at the bottom of NewBeliefs.sql, but I'm only getting a max of 8 religions on Huge with 12 players. Am I missing something? Also, how do you play with 22 civs?
 
I've added the lines from the first post for increasing max religions at the bottom of NewBeliefs.sql, but I'm only getting a max of 8 religions on Huge with 12 players. Am I missing something? Also, how do you play with 22 civs?
you changed the line to be for map size huge right?
you need to also change the cap on DEFINES too
SQL:
UPDATE Worlds SET MaxActiveReligions = '9' WHERE Type = 'WORLDSIZE_HUGE';
UPDATE Defines SET Value = '10' WHERE Name = 'RELIGION_MAXIMUM_CAP';
 
UPDATE Worlds SET MaxActiveReligions = '12' WHERE Type = 'WORLDSIZE_HUGE';
UPDATE Defines SET Value = '12' WHERE Name = 'RELIGION_MAXIMUM_CAP';

I have this at the bottom of NewBeliefs.sql and religions are now capped to 7 on Huge.

WHERE Type = 'WORLDSIZE_STANDARD' AND EXISTS (SELECT * FROM COMMUNITY WHERE Type='COMMUNITY_CORE_BALANCE' AND Value= 1 );

What does this part mean?
 
Is it intended that the building world wonder portion of Earthly Paradise only applies to the capital/holy city? I get the gold from finishing buildings in all cities but the three bonuses from finishing a world wonder only seem to apply to the capital/holy city.
 
Is it intended that the building world wonder portion of Earthly Paradise only applies to the capital/holy city? I get the gold from finishing buildings in all cities but the three bonuses from finishing a world wonder only seem to apply to the capital/holy city.
I asked this question ages ago and I think it is intended for the holy city only as far as I can recall.
 
Animism does not give bonus for lakes. Intended?
Spoiler features :

INSERT INTO Belief_UnimprovedFeatureYieldChanges
(BeliefType, FeatureType, YieldType, Yield)
VALUES ('BELIEF_ANIMISM', 'FEATURE_FOREST', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_FOREST', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_OASIS', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_OASIS', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_MARSH', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_MARSH', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_JUNGLE', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_JUNGLE', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_ATOLL', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_ATOLL', 'YIELD_CULTURE', 1);
 
Animism does not give bonus for lakes. Intended?
Spoiler features :

INSERT INTO Belief_UnimprovedFeatureYieldChanges
(BeliefType, FeatureType, YieldType, Yield)
VALUES ('BELIEF_ANIMISM', 'FEATURE_FOREST', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_FOREST', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_OASIS', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_OASIS', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_MARSH', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_MARSH', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_JUNGLE', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_JUNGLE', 'YIELD_CULTURE', 1),
('BELIEF_ANIMISM', 'FEATURE_ATOLL', 'YIELD_FOOD', 1),
('BELIEF_ANIMISM', 'FEATURE_ATOLL', 'YIELD_CULTURE', 1);
Lake is not a feature (do not be fooled by Civilopedia, it's a fake feature so the game can display a pedia item for it). Lake is its own thing.
 
This mod has Promotion Tree dependency so it cannot be enabled anymore with latest VP version.
Substitute the .modinfo file with the one in the attachment to fix.
I removed the problematic dependency.

EDIT: forgot to add (2) Vox Populi as dependency. I fixed it. Please redownload. I apologize.
 

Attachments

  • New Beliefs Mods.zip
    1.5 KB · Views: 2
Last edited:
Top Bottom