LukaSlovenia29
Emperor
- Joined
- Mar 13, 2016
- Messages
- 1,500
I use Stupas when I'm playing a civ with extra bonuses to GAs or when I'm going for a CV.
+1 I feel the same, tradition doesn't feel as strong as before. many nerfs have crippled it, 3 specialist food from the start, and the happiness system is now more harsh with big cities and a little less with lots of smaller cities.I'm always dissapointed with Order's Spaceflight Pioneers. It looks like purchasing SS parts with engineers is a thing, but actually you need 3 engineers to build just one part.
Also, I'm beginning to suspect that Tradition is not as strong as it used to.
@Gazebo are tradition AI underperforming? That hasn't been my experience, so I'm wondering. Tradition was OP, so it SHOULD feel weaker than before. The important question is if it's balanced or been overdone.
Fealty's Divine Right: the needs reduction modifier carries this entire policy. Is it enough?
Last time was playing Theodora. Not sure if it was a wise decision. I wanted to spread and purchase religious buildings and I found myself short on faith.So from a wonder standpoint, the main wonder that stands out to me is Borbodur. I can't remember the last time I chose to build it. If I really care to spread my religion, the faith to do it doesn't take much. If I don't have the faith, its because I don't really care to spread my religion and therefore don't need the missionaries.
So from a wonder standpoint, the main wonder that stands out to me is Borbodur. I can't remember the last time I chose to build it. If I really care to spread my religion, the faith to do it doesn't take much. If I don't have the faith, its because I don't really care to spread my religion and therefore don't need the missionaries.
So from a wonder standpoint, the main wonder that stands out to me is Borbodur. I can't remember the last time I chose to build it. If I really care to spread my religion, the faith to do it doesn't take much. If I don't have the faith, its because I don't really care to spread my religion and therefore don't need the missionaries.
INSERT INTO Buildings WHERE BuildingType = 'BUILDING_BOROBUDUR' AND FreePromotion = 'PROMOTION_BHANAK';
INSERT INTO Buildings WHERE BuildingType = 'BUILDING_BOROBUDUR' AND GlobalConversionModifier = '25';
UPDATE Building_FreeUnits SET NumUnits = '1' WHERE BuildingType = BUILDING_BOROBUDUR';
INSERT INTO UnitPromotions
(Type, Description, Help, CannotBeChosen, Sound, PortraitIndex, IconAtlas, PediaType, PediaEntry, IgnoreTerrainCost)
VALUES ('PROMOTION_BHANAK', 'TXT_KEY_PROMOTION_BHANAK', 'TXT_KEY_PROMOTION_BHANAK_HELP', 1, 'AS2D_IF_LEVELUP', 49, 'PROMOTION_ATLAS', 'PEDIA_DIPLO', 'TXT_KEY_PROMOTION_BHANAK', 1);
INSERT INTO UnitPromotions_UnitClasses
(PromotionType, UnitClassType)
VALUES ('PROMOTION_BHANAK', 'UNITCLASS_MISSIONARY');
1 religious building is enough.
Parthenon already gives culture to all of 1 building class on empire (amphitheaters)
Presto!Code:INSERT INTO Buildings WHERE BuildingType = 'BUILDING_BOROBUDUR' AND FreePromotion = 'PROMOTION_BHANAK'; INSERT INTO Buildings WHERE BuildingType = 'BUILDING_BOROBUDUR' AND GlobalConversionModifier = '25'; UPDATE Building_FreeUnits SET NumUnits = '1' WHERE BuildingType = BUILDING_BOROBUDUR'; INSERT INTO UnitPromotions (Type, Description, Help, CannotBeChosen, Sound, PortraitIndex, IconAtlas, PediaType, PediaEntry, IgnoreTerrainCost) VALUES ('PROMOTION_BHANAK', 'TXT_KEY_PROMOTION_BHANAK', 'TXT_KEY_PROMOTION_BHANAK_HELP', 1, 'AS2D_IF_LEVELUP', 49, 'PROMOTION_ATLAS', 'PEDIA_DIPLO', 'TXT_KEY_PROMOTION_BHANAK', 1); INSERT INTO UnitPromotions_UnitClasses (PromotionType, UnitClassType) VALUES ('PROMOTION_BHANAK', 'UNITCLASS_MISSIONARY');
The UnitPromotions values would have to be changed to suit G's tastes, of course. I'm not aware of a religious PediaType, so I just put it in diplo for now. The Icon used would be another matter. I also didn't write the text
Has anyone ever managed to found with God of the Expanse?
Has anyone ever managed to found with God of the Expanse?