Legacy of Smiles
Prince
- Joined
- Oct 29, 2018
- Messages
- 566
Hi, completely new to modding and a bit (a lot) stuck as none of my code works. The below code is my attempt to do two things: remove the PB restriction that means only settled cities get the boost and remove the free unit from building a RND. Any help or advice would be appreciated. Thanks!
DELETE FROM RequirementsSetRequirements (RequirementSetId, RequirementId) VALUES ('CITY_FOUNDED_ON_NON_HOME_CONTINENT_REQUIREMENTS', 'CITY_FOUNDED_BY_SETTLER_REQUIREMENT') ;
DELETE FROM TraitModifiers (TraitType, ModifierId) VALUES (TRAIT_LEADER_PAX_BRITANNICA, TRAIT_FREE_MELEE_UNIT_FOREIGN_ROYAL_NAVY_DOCKYARD)
DELETE FROM RequirementsSetRequirements (RequirementSetId, RequirementId) VALUES ('CITY_FOUNDED_ON_NON_HOME_CONTINENT_REQUIREMENTS', 'CITY_FOUNDED_BY_SETTLER_REQUIREMENT') ;
DELETE FROM TraitModifiers (TraitType, ModifierId) VALUES (TRAIT_LEADER_PAX_BRITANNICA, TRAIT_FREE_MELEE_UNIT_FOREIGN_ROYAL_NAVY_DOCKYARD)