Kalradya İmparatorluğu - Nisan 1750

Users who are viewing this thread

Benide yazın Burjuva sınıfına.Ayrıca kabinedeki bakan sayısı biraz az değil mi?
 
Her ne kadar ilk yorumları görünce korksam da beni de yazar mısın ? Umarım önceki oyuna benzemez. Askere yazabilirsin beni.
 
Elrohir Oronrá said:
Yeterli bir katılım olsun başlatacağım. O sırada sorularınız varsa cevaplayabilirim :smile:

Mesela oyunda 3 tane Alim olsun , hepsi farklı bir araştırmayı araştırabilir mi ?

Bir de , oyun adı neden 1750 ? Hani böyle 1757 olsa falan daha güzel olmaz mı ? Biraz takıntım var kusura bakmayın.  :sad:
 
Victoria 2 ultimate mod'dan bir araştırma ağacı atacağım demiştim. Sadece effect kısımlarına bak

Code:
#####Early Inventions#####
###Technologies###
#Post Renaissance 1604#
first_telescope = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			late_medieval_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1610
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
food_manufactories = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 5
			late_medieval_warfare = 1
		}
		modifier = {
			factor = 10
			year = 1610
		}
	}
	effect = {
	activate_building = canned_food_factory 
	}
}
cement_manufactories = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 10
			year = 1610
		}
		modifier = {
			factor = 40
			birth_of_science_tech = 1
		}
	}
	effect = {
		activate_building = cement_factory 
	}
}
knitting_machine = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		activate_building =  fabric_factory
		factory_goods_output = {
			fabric = 0.05 
		}
	}
}
microscope = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1614
		}
	}
	effect = {
		shared_prestige = 10 
		education_efficiency = 0.025
	}
}
water_thermometer = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1616
		}
	}
	effect = {
		shared_prestige = 5 
		education_efficiency = 0.025
	}
}
#Birth of Science 1630#
steam_jacks = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1635
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
barometer = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1650
		}
	}
	effect = {
		navy_base = {
			default_organisation = 1
		} 
	}
}
early_lumber_mills = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 5
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 10
			year = 1635
		}
	}
	effect = {
		activate_building = lumber_mill
	}
}
heliocentrism = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1645
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Scientific Revolution 1660#
steam_pump = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1670
		}
	}
	effect = {
		shared_prestige = 5
		mine_rgo_eff = 0.1
	}
}
pocket_watch = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1680
		}
	}
	effect = {
		shared_prestige = 10
		factory_throughput = 0.05
	}
}
binary_system = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1690
		}
	}
	effect = {
		shared_prestige = 10
		administrative_efficiency = 0.025
	}
}
#Early Agricultural Revolution 1700#
tulls_seed_drill = {
	limit = { early_agricultural_reforms_tech = 1 }
	chance = {
		base = 6
	}
	effect = {
		rgo_goods_output = {
			grain = 0.1
		}
		rgo_goods_output = {
			fruit = 0.1
		}
	}
	
}
four_course_crop_rotation = {
	limit = { early_agricultural_reforms_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			agricultural_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1720
		}
	}
	effect = {
		farm_rgo_eff = 0.05
	}
}
#Agricultural Revolution 1750#
dutch_plow = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1755
		}
	}
	effect = {
		farm_rgo_eff = 0.10
	}
}
enclosure_invention = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1760
		}
	}
	effect = {
		farm_rgo_eff = 0.05
		rgo_goods_output = {
			cattle = 0.05
		}
	}
}
selective_breeding = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1765
		}
	}
	effect = {
		rgo_goods_output = {
			cattle = 0.2
		}
	}
}
#Dawn of the Industrial Revolution#
first_steam_engine = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1776
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
spinning_mule = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1780
		}
	}
	effect = {
		factory_goods_output = {
			fabric = 0.05
		}
	}
}
vertical_spinning_loom = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1785
		}
	}
	effect = {
		factory_goods_output = {
			fabric = 0.05
		}
	}
}
#First Industrial Revolution#
modern_cement_factory = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1824
		}
	}
	effect = {
		factory_goods_output = {
			cement = 0.10
		} 
	}
}
sheet_glass = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1831
		}
	}
	effect = {
		factory_goods_output = {
			glass = 0.10
		} 
	}
}
early_telegraph_invention = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1834
		}
	}
	effect = {
		shared_prestige = 20
	}
}
###Army###
#Late Medieval Warfare 1604#
early_cannons = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1606
		}
	}
	effect = {
		activate_unit = artillery
	}
}
early_colonialism = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 5
			year = 1606
		}
	}
	effect = {
		supply_range = 0.10
	}
}
matchlock_arquebuse = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.5
		}
	}
}
conquering_the_seven_seas = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
	colonial_points = 50
	activate_building = clipper_shipyard 
	}
}
decline_of_plate_armor = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1610
		}
	}
	effect = {
		cavalry = {
			maneuver = 0.25
		}
	}
}
#Early Military Revolution 1639#
mixed_armies = {
	limit = { early_military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			flintlock_muskets = 1
		}
		modifier = {
			factor = 3
			year = 1645
		}
	}
	effect = {
		irregular = {
			default_organisation = 3
		}
		cavalry = {
			default_organisation = 3
		}
	}
}
grenadier_invention = {
	limit = { early_military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			flintlock_muskets = 1
		}
		modifier = {
			factor = 3
			year = 1647
		}
	}
	effect = {
		irregular = {
			attack = 0.25
		}
	}
}
#Early Flintlock Muskets#
early_flintlock_musketeers = {
	limit = { flintlock_muskets = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1670
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.5
		}
	}
}
firearmed_cavalry = {
	limit = { flintlock_muskets = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1685
		}
	}
	effect = {
		cavalry = {
			defence = 1
			maneuver = 0.25
			default_organisation = 1
		}
	}
}
#Military Revolution#
ranks_and_companies = {
	limit = { military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			era_of_mass_armies = 1
		}
		modifier = {
			factor = 3
			year = 1705
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.25
			maneuver = 0.25
		}
	}
}
combined_forces = {
	limit = { military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			era_of_mass_armies = 1
		}
		modifier = {
			factor = 3
			year = 1710
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.25
			maneuver = 0.25
		}
	}
}
#Era of Mass Armies 1719#
refeudalization_of_armies = {
	limit = { era_of_mass_armies = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_modern_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1725
		}
	}
	effect = {
		irregular = {
			default_organisation = 1
		}
		cavalry = {
			default_organisation = 1
		}
	}
}
mercenary_corps = {
	limit = { era_of_mass_armies = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_modern_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1745
		}
	}
	effect = {
		cavalry = {
			default_organisation = 2
			supply_consumption = 0.30
		}
		irregular = {
			default_organisation = 2
			supply_consumption = 0.30
		}
	}
}
#Early Modern Warfare 1779#
bayonet_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1790
		}
	}
	effect = {	
		activate_unit = infantry
		combat_width = -1
	}
}
levee_en_masse_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1795
		}
	}
	effect = {	
		irregular = {
			supply_consumption = -0.10
		}
		mobilisation_size = 0.01
	}
}
conscription_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1799
		}
	}
	effect = {	
		irregular = {
			default_organisation = 1
		}
		cavalry = {
			default_organisation = 1
		}
		mobilisation_size = 0.01
	}
}
#Napoleonic Warfare#
grande_armee_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1810
		}
	}
	effect = {	
		irregular = {
			supply_consumption = 0.10
		}
		cavalry = {
			supply_consumption = 0.10
		}
		mobilisation_size = 0.03
	}
}
total_blockade_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1815
		}
	}
	effect = {	
		navy_base = {
			default_organisation = 10
		}
	}
}
forced_march_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		irregular = {
			maneuver = 0.5
		}
		cavalry = {
			maneuver = 1
		}
	}
}
###CULTURE###
#Late Renaissance 1604#
antiquity_invention = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		shared_prestige = 10 
	}
}
renaissance_clothing = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		activate_building = luxury_clothes_factory  
	}
}
modern_arch_invention = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		shared_prestige = 5
	}
}
#Mannerism 1610#
mannerist_sculpture = {
	limit = { mannerism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
mannerist_construction = {
	limit = { mannerism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Early Baroque 1620#
early_baroque_construction = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_baroque_fine_arts = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_baroque_music_n_literature = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#High Baroque 1640#
high_baroque_construction = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
high_baroque_fine_arts = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
high_baroque_music_n_literature = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Rococo 1725#
rococo_construction = {
	limit = { rococo = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			neoclassicism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
rococo_fine_arts = {
	limit = { rococo = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			neoclassicism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Neoclassicism#
neoclassicist_construction = {
	limit = { neoclassicism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
neoclassicist_music_n_literature = {
	limit = { neoclassicism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Early romanticism#
early_romantistic_construction = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_romantistic_fine_arts = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_romantistic_music_n_literature = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
###RELIGION###
#Late Reformation#
native_language_schools = {
	limit = { late_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			counter_reformation = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
		education_efficiency = 0.025
	}
}
native_language_books = {
	limit = { late_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			counter_reformation = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
		education_efficiency = 0.015
		shared_prestige = 5
	}
}
#Counter Reformation#
reformation_of_the_church = {
	limit = { counter_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			inquisitions_tech = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		shared_prestige = 10
	}
}
roman_christian_universities = {
	limit = { counter_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			inquisitions_tech = 1
		}
		modifier = {
			factor = 3
			year = 1620
		}
	}
	effect = {
		education_efficiency = 0.03
		shared_prestige = 5
	}
}
#Inquisitions#
inquisition_invention = {
	limit = { inquisitions_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			jesuit_movements_tech = 1
		}
		modifier = {
			factor = 3
			year = 1635
		}
	}
	effect = {
		core_pop_consciousness_modifier = 0.01
		suppression_points_modifier = 0.1
	}
}
#Jesuit Movements#
jesuit_missions = {
	limit = { jesuit_movements_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			the_great_awakening = 1
		}
		modifier = {
			factor = 3
			year = 1660
		}
	}
	effect = {
		shared_prestige = 10
		diplomatic_points_modifier = 0.05
	}
}
jesuit_schools = {
	limit = { jesuit_movements_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			the_great_awakening = 1
		}
		modifier = {
			factor = 3
			year = 1680
		}
	}
	effect = {
		education_efficiency = 0.03
		shared_prestige = 5
	}
}
#The Great Awakening#
revivalism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1735
		}
	}
	effect = {
		shared_prestige = 10
	}
}
pietism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1745
		}
	}
	effect = {
		shared_prestige = 10
	}
}
methodism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1750
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Downfall of the Old Church#
deism = {
	limit = { downfall_of_the_old_church = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			anti_clericalism = 1
		}
		modifier = {
			factor = 3
			year = 1770
		}
	}
	effect = {
		shared_prestige = 10
	}
}
early_anti_clericalism = {
	limit = { downfall_of_the_old_church = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			anti_clericalism = 1
		}
		modifier = {
			factor = 3
			year = 1785
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Anti Clericalism#
secular_public_schools = {
	limit = { anti_clericalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1810
		}
	}
	effect = {
		shared_prestige = 10
		education_efficiency = 0.10
	}
}
atheism_invention = {
	limit = { anti_clericalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1805
		}
	}
	effect = {
		shared_prestige = 10
	}
}
###PHILOSOPHY###
#Late Renaissance Philosophies#
empiricism_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
rationalism_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
esoteric_traditions_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Age of Rationalism#
humanism_invention = {
	limit = { age_of_rationalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_modern_philosphies = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
material_reality_invention = {
	limit = { age_of_rationalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_modern_philosphies = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Early Modern Philosophy#
metaphysics_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
psyschology_of_reason_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
modern_ethics_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
epistemology_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Enlightenment#
encyclopaedia_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
		
	}
}
salons_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		shared_prestige = 15
	}
}
bill_of_rights_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		shared_prestige = 10
		plurality = 0.05
		political_reform_desire = 0.05
	}
}
#Counter_Enlightenment#
vitalism_invention = {
	limit = { counter_enligthenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			revolutionary_ideas = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
relativism_invention = {
	limit = { counter_enligthenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			revolutionary_ideas = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Revolutionary Ideals#
nation_states_invention = {
	limit = { revolutionary_ideas = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {
		seperatism = 0.25
		rebel_org_gain = {
			faction = nationalist_rebels 
			value = 0.33
		}
	}
}
springtime_of_nations_invention = {
	limit = { revolutionary_ideas = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {
		seperatism = 0.5
		rebel_org_gain = {
			faction = nationalist_rebels 
			value = 0.75
		}
	}
}
#Early Romanticism#
early_idealism_invention = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {
		shared_prestige = 10
	}
}
utilitarianism_invention = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
 
TRCY_Maresal said:
Victoria 2 ultimate mod'dan bir araştırma ağacı atacağım demiştim. Sadece effect kısımlarına bak

Code:
#####Early Inventions#####
###Technologies###
#Post Renaissance 1604#
first_telescope = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			late_medieval_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1610
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
food_manufactories = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 5
			late_medieval_warfare = 1
		}
		modifier = {
			factor = 10
			year = 1610
		}
	}
	effect = {
	activate_building = canned_food_factory 
	}
}
cement_manufactories = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 10
			year = 1610
		}
		modifier = {
			factor = 40
			birth_of_science_tech = 1
		}
	}
	effect = {
		activate_building = cement_factory 
	}
}
knitting_machine = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		activate_building =  fabric_factory
		factory_goods_output = {
			fabric = 0.05 
		}
	}
}
microscope = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1614
		}
	}
	effect = {
		shared_prestige = 10 
		education_efficiency = 0.025
	}
}
water_thermometer = {
	limit = { post_renaissance_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			birth_of_science_tech = 1
		}
		modifier = {
			factor = 3
			year = 1616
		}
	}
	effect = {
		shared_prestige = 5 
		education_efficiency = 0.025
	}
}
#Birth of Science 1630#
steam_jacks = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1635
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
barometer = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1650
		}
	}
	effect = {
		navy_base = {
			default_organisation = 1
		} 
	}
}
early_lumber_mills = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 5
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 10
			year = 1635
		}
	}
	effect = {
		activate_building = lumber_mill
	}
}
heliocentrism = {
	limit = { birth_of_science_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			scientific_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1645
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Scientific Revolution 1660#
steam_pump = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1670
		}
	}
	effect = {
		shared_prestige = 5
		mine_rgo_eff = 0.1
	}
}
pocket_watch = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1680
		}
	}
	effect = {
		shared_prestige = 10
		factory_throughput = 0.05
	}
}
binary_system = {
	limit = { scientific_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_agricultural_reforms_tech = 1
		}
		modifier = {
			factor = 3
			year = 1690
		}
	}
	effect = {
		shared_prestige = 10
		administrative_efficiency = 0.025
	}
}
#Early Agricultural Revolution 1700#
tulls_seed_drill = {
	limit = { early_agricultural_reforms_tech = 1 }
	chance = {
		base = 6
	}
	effect = {
		rgo_goods_output = {
			grain = 0.1
		}
		rgo_goods_output = {
			fruit = 0.1
		}
	}
	
}
four_course_crop_rotation = {
	limit = { early_agricultural_reforms_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			agricultural_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1720
		}
	}
	effect = {
		farm_rgo_eff = 0.05
	}
}
#Agricultural Revolution 1750#
dutch_plow = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1755
		}
	}
	effect = {
		farm_rgo_eff = 0.10
	}
}
enclosure_invention = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1760
		}
	}
	effect = {
		farm_rgo_eff = 0.05
		rgo_goods_output = {
			cattle = 0.05
		}
	}
}
selective_breeding = {
	limit = { agricultural_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			dawn_of_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1765
		}
	}
	effect = {
		rgo_goods_output = {
			cattle = 0.2
		}
	}
}
#Dawn of the Industrial Revolution#
first_steam_engine = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1776
		}
	}
	effect = {
		shared_prestige = 10 
	}
}
spinning_mule = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1780
		}
	}
	effect = {
		factory_goods_output = {
			fabric = 0.05
		}
	}
}
vertical_spinning_loom = {
	limit = { dawn_of_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			first_industrial_revolution_tech = 1
		}
		modifier = {
			factor = 3
			year = 1785
		}
	}
	effect = {
		factory_goods_output = {
			fabric = 0.05
		}
	}
}
#First Industrial Revolution#
modern_cement_factory = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1824
		}
	}
	effect = {
		factory_goods_output = {
			cement = 0.10
		} 
	}
}
sheet_glass = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1831
		}
	}
	effect = {
		factory_goods_output = {
			glass = 0.10
		} 
	}
}
early_telegraph_invention = {
	limit = { first_industrial_revolution_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1834
		}
	}
	effect = {
		shared_prestige = 20
	}
}
###Army###
#Late Medieval Warfare 1604#
early_cannons = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1606
		}
	}
	effect = {
		activate_unit = artillery
	}
}
early_colonialism = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 5
			year = 1606
		}
	}
	effect = {
		supply_range = 0.10
	}
}
matchlock_arquebuse = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.5
		}
	}
}
conquering_the_seven_seas = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 5
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
	colonial_points = 50
	activate_building = clipper_shipyard 
	}
}
decline_of_plate_armor = {
	limit = { late_medieval_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1610
		}
	}
	effect = {
		cavalry = {
			maneuver = 0.25
		}
	}
}
#Early Military Revolution 1639#
mixed_armies = {
	limit = { early_military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			flintlock_muskets = 1
		}
		modifier = {
			factor = 3
			year = 1645
		}
	}
	effect = {
		irregular = {
			default_organisation = 3
		}
		cavalry = {
			default_organisation = 3
		}
	}
}
grenadier_invention = {
	limit = { early_military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			flintlock_muskets = 1
		}
		modifier = {
			factor = 3
			year = 1647
		}
	}
	effect = {
		irregular = {
			attack = 0.25
		}
	}
}
#Early Flintlock Muskets#
early_flintlock_musketeers = {
	limit = { flintlock_muskets = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1670
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.5
		}
	}
}
firearmed_cavalry = {
	limit = { flintlock_muskets = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			military_revolution = 1
		}
		modifier = {
			factor = 3
			year = 1685
		}
	}
	effect = {
		cavalry = {
			defence = 1
			maneuver = 0.25
			default_organisation = 1
		}
	}
}
#Military Revolution#
ranks_and_companies = {
	limit = { military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			era_of_mass_armies = 1
		}
		modifier = {
			factor = 3
			year = 1705
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.25
			maneuver = 0.25
		}
	}
}
combined_forces = {
	limit = { military_revolution = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			era_of_mass_armies = 1
		}
		modifier = {
			factor = 3
			year = 1710
		}
	}
	effect = {
		irregular = {
			attack = 0.25
			defence = 0.25
			maneuver = 0.25
		}
	}
}
#Era of Mass Armies 1719#
refeudalization_of_armies = {
	limit = { era_of_mass_armies = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_modern_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1725
		}
	}
	effect = {
		irregular = {
			default_organisation = 1
		}
		cavalry = {
			default_organisation = 1
		}
	}
}
mercenary_corps = {
	limit = { era_of_mass_armies = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			early_modern_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1745
		}
	}
	effect = {
		cavalry = {
			default_organisation = 2
			supply_consumption = 0.30
		}
		irregular = {
			default_organisation = 2
			supply_consumption = 0.30
		}
	}
}
#Early Modern Warfare 1779#
bayonet_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1790
		}
	}
	effect = {	
		activate_unit = infantry
		combat_width = -1
	}
}
levee_en_masse_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1795
		}
	}
	effect = {	
		irregular = {
			supply_consumption = -0.10
		}
		mobilisation_size = 0.01
	}
}
conscription_invention = {
	limit = { early_modern_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			napoleonic_warfare = 1
		}
		modifier = {
			factor = 3
			year = 1799
		}
	}
	effect = {	
		irregular = {
			default_organisation = 1
		}
		cavalry = {
			default_organisation = 1
		}
		mobilisation_size = 0.01
	}
}
#Napoleonic Warfare#
grande_armee_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1810
		}
	}
	effect = {	
		irregular = {
			supply_consumption = 0.10
		}
		cavalry = {
			supply_consumption = 0.10
		}
		mobilisation_size = 0.03
	}
}
total_blockade_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1815
		}
	}
	effect = {	
		navy_base = {
			default_organisation = 10
		}
	}
}
forced_march_invention = {
	limit = { napoleonic_warfare = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		irregular = {
			maneuver = 0.5
		}
		cavalry = {
			maneuver = 1
		}
	}
}
###CULTURE###
#Late Renaissance 1604#
antiquity_invention = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		shared_prestige = 10 
	}
}
renaissance_clothing = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		activate_building = luxury_clothes_factory  
	}
}
modern_arch_invention = {
	limit = { late_renaissance = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			mannerism = 1
		}
	}
	effect = {	
		shared_prestige = 5
	}
}
#Mannerism 1610#
mannerist_sculpture = {
	limit = { mannerism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
mannerist_construction = {
	limit = { mannerism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Early Baroque 1620#
early_baroque_construction = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_baroque_fine_arts = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_baroque_music_n_literature = {
	limit = { early_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			high_baroque = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#High Baroque 1640#
high_baroque_construction = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
high_baroque_fine_arts = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
high_baroque_music_n_literature = {
	limit = { high_baroque = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			rococo = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Rococo 1725#
rococo_construction = {
	limit = { rococo = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			neoclassicism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
rococo_fine_arts = {
	limit = { rococo = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			neoclassicism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Neoclassicism#
neoclassicist_construction = {
	limit = { neoclassicism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
neoclassicist_music_n_literature = {
	limit = { neoclassicism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
#Early romanticism#
early_romantistic_construction = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_romantistic_fine_arts = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
early_romantistic_music_n_literature = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {	
		shared_prestige = 10
	}
}
###RELIGION###
#Late Reformation#
native_language_schools = {
	limit = { late_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			counter_reformation = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
		education_efficiency = 0.025
	}
}
native_language_books = {
	limit = { late_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			counter_reformation = 1
		}
		modifier = {
			factor = 3
			year = 1605
		}
	}
	effect = {
		education_efficiency = 0.015
		shared_prestige = 5
	}
}
#Counter Reformation#
reformation_of_the_church = {
	limit = { counter_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			inquisitions_tech = 1
		}
		modifier = {
			factor = 3
			year = 1615
		}
	}
	effect = {
		shared_prestige = 10
	}
}
roman_christian_universities = {
	limit = { counter_reformation = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			inquisitions_tech = 1
		}
		modifier = {
			factor = 3
			year = 1620
		}
	}
	effect = {
		education_efficiency = 0.03
		shared_prestige = 5
	}
}
#Inquisitions#
inquisition_invention = {
	limit = { inquisitions_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			jesuit_movements_tech = 1
		}
		modifier = {
			factor = 3
			year = 1635
		}
	}
	effect = {
		core_pop_consciousness_modifier = 0.01
		suppression_points_modifier = 0.1
	}
}
#Jesuit Movements#
jesuit_missions = {
	limit = { jesuit_movements_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			the_great_awakening = 1
		}
		modifier = {
			factor = 3
			year = 1660
		}
	}
	effect = {
		shared_prestige = 10
		diplomatic_points_modifier = 0.05
	}
}
jesuit_schools = {
	limit = { jesuit_movements_tech = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			the_great_awakening = 1
		}
		modifier = {
			factor = 3
			year = 1680
		}
	}
	effect = {
		education_efficiency = 0.03
		shared_prestige = 5
	}
}
#The Great Awakening#
revivalism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1735
		}
	}
	effect = {
		shared_prestige = 10
	}
}
pietism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1745
		}
	}
	effect = {
		shared_prestige = 10
	}
}
methodism = {
	limit = { the_great_awakening = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			downfall_of_the_old_church = 1
		}
		modifier = {
			factor = 3
			year = 1750
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Downfall of the Old Church#
deism = {
	limit = { downfall_of_the_old_church = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			anti_clericalism = 1
		}
		modifier = {
			factor = 3
			year = 1770
		}
	}
	effect = {
		shared_prestige = 10
	}
}
early_anti_clericalism = {
	limit = { downfall_of_the_old_church = 1 }
	chance = {
		base = 2
		modifier = {
			factor = 2
			anti_clericalism = 1
		}
		modifier = {
			factor = 3
			year = 1785
		}
	}
	effect = {
		shared_prestige = 10
	}
}
#Anti Clericalism#
secular_public_schools = {
	limit = { anti_clericalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1810
		}
	}
	effect = {
		shared_prestige = 10
		education_efficiency = 0.10
	}
}
atheism_invention = {
	limit = { anti_clericalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1805
		}
	}
	effect = {
		shared_prestige = 10
	}
}
###PHILOSOPHY###
#Late Renaissance Philosophies#
empiricism_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
rationalism_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
esoteric_traditions_invention = {
	limit = { late_renaissance_philosophies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			age_of_rationalism = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Age of Rationalism#
humanism_invention = {
	limit = { age_of_rationalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_modern_philosphies = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
material_reality_invention = {
	limit = { age_of_rationalism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_modern_philosphies = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Early Modern Philosophy#
metaphysics_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
psyschology_of_reason_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
modern_ethics_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
epistemology_invention = {
	limit = { early_modern_philosphies = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			enlightenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Enlightenment#
encyclopaedia_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		permanent_prestige = 2
		
	}
}
salons_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		shared_prestige = 15
	}
}
bill_of_rights_invention = {
	limit = { enlightenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			counter_enligthenment = 1
		}
	}
	effect = {
		shared_prestige = 10
		plurality = 0.05
		political_reform_desire = 0.05
	}
}
#Counter_Enlightenment#
vitalism_invention = {
	limit = { counter_enligthenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			revolutionary_ideas = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
relativism_invention = {
	limit = { counter_enligthenment = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			revolutionary_ideas = 1
		}
	}
	effect = {
		permanent_prestige = 2
	}
}
#Revolutionary Ideals#
nation_states_invention = {
	limit = { revolutionary_ideas = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {
		seperatism = 0.25
		rebel_org_gain = {
			faction = nationalist_rebels 
			value = 0.33
		}
	}
}
springtime_of_nations_invention = {
	limit = { revolutionary_ideas = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			early_romanticism = 1
		}
	}
	effect = {
		seperatism = 0.5
		rebel_org_gain = {
			faction = nationalist_rebels 
			value = 0.75
		}
	}
}
#Early Romanticism#
early_idealism_invention = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {
		shared_prestige = 10
	}
}
utilitarianism_invention = {
	limit = { early_romanticism = 1 }
	chance = {
		base = 3
		modifier = {
			factor = 5
			year = 1820
		}
	}
	effect = {
		permanent_prestige = 2
	}
}

Bu da buluşların açılacağı teknolojiler:

Code:
#theory1
post_renaissance_tech = {
	area = jacobean_era
	year = 1603
	cost = 3600
	
	increase_research = 0.025
	education_efficiency = 0.025
	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1610
		}
		modifier = {
			factor = 1.2
			prestige = 50
		}
	}
}

birth_of_science_tech = {
	area = jacobean_era
	year = 1629
	cost = 4000
	increase_research = 0.05
	education_efficiency = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1640
		}
		modifier = {
			factor = 1.2
			prestige = 100
		}
	}
}

scientific_revolution_tech = {
	area = jacobean_era
	year = 1659
	cost = 5000
	
	increase_research = 0.075
	education_efficiency = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1670
		}
		modifier = {
			factor = 1.2
			prestige = 150
		}
	}
}

early_agricultural_reforms_tech = {
	area = jacobean_era
	year = 1699
	cost = 5200
	increase_research = 0.025
	farm_rgo_eff = 0.05
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			OR = {
				big_producer = grain
				big_producer = cotton
				big_producer = cattle
				big_producer = tea
				big_producer = coffee
				big_producer = silk
				big_producer = tobacco
				big_producer = fruit
			}
		}
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1770
		}
		modifier = {
			factor = 1.2
			prestige = 150
		}
	}
}
agricultural_revolution_tech = {
	area = jacobean_era
	year = 1749
	cost = 5600
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			OR = {
				big_producer = grain
				big_producer = cotton
				big_producer = cattle
				big_producer = tea
				big_producer = coffee
				big_producer = silk
				big_producer = tobacco
				big_producer = fruit
			}
		}
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1760
		}
		modifier = {
			factor = 1.2
			prestige = 150
		}
	}
	
}
dawn_of_industrial_revolution_tech = {
	area = jacobean_era
	year = 1769
	cost = 5800
	increase_research = 0.05
	factory_throughput = 0.02
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.2
			industrial_score = 1
		}
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1780
		}
		modifier = {
			factor = 1.2
			prestige = 150
		}
	}
}
first_industrial_revolution_tech = {
	area = jacobean_era
	year = 1799
	cost = 6100
	increase_research = 0.10
	factory_throughput = 0.05 
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.2
			industrial_score = 1
		}
		modifier = {
			factor = 1.2
			is_greater_power = yes
		}
		modifier = {
			factor = 2
			year = 1790
		}
		modifier = {
			factor = 1.2
			prestige = 150
		}
	}
}

#theory2
late_medieval_warfare = {
	area = caroline_era
	year = 1603
	cost = 3600
	irregular = {
		default_organisation = 1
		supply_consumption = 0.05
	}
	cavalry = {
		default_organisation = 1
		supply_consumption = 0.05
	}

	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
	}
}

early_military_revolution = {
	area = caroline_era
	year = 1639
	cost = 4000
	activate_unit = cuirassier
	cuirassier = {
		supply_consumption = 3
	}
	irregular = {
		default_organisation = 1
		supply_consumption = 0.05
	}
	cavalry = {
		default_organisation = 1
		supply_consumption = 0.05
	}
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}
}

flintlock_muskets = {
	area = caroline_era
	year = 1649
	cost = 5000
	irregular = {
		default_organisation = 1
		supply_consumption = 0.10
	}
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}
}

military_revolution = {
	area = caroline_era
	year = 1699
	cost = 5400
	activate_unit = hussar
	hussar = {
		supply_consumption = 1.5
	}
	irregular = {
		default_organisation = 2
		supply_consumption = 0.05
	}
	cavalry = {
		default_organisation = 2
		supply_consumption = 0.05
	}	
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}
}

era_of_mass_armies = {
	area = caroline_era
	year = 1719
	cost = 5600
	mobilisation_size = 0.01
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}
}

early_modern_warfare = {
	area = caroline_era
	year = 1779
	cost = 5800
	activate_unit = dragoon
	irregular = {
		default_organisation = 2
		supply_consumption = 0.05
		defence = 0.75
	}
	cavalry = {
		default_organisation = 2
		supply_consumption = 0.05
	}		
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}
}
napoleonic_warfare = {
	area = caroline_era
	year = 1804
	cost = 6200
	hussar = {
		supply_consumption = -1.5
	}
	cuirassier = {
		supply_consumption = -3
	}
	irregular = {
		default_organisation = 2
		supply_consumption = 0.05
		defence = 0.75
	}
	cavalry = {
		default_organisation = 2
		supply_consumption = 0.05
	}	
	ai_chance = {
		factor = 1.1
		modifier = {
			factor = 1.5
			is_greater_power = yes
		}
		modifier = {
			factor = 1.2
			civilized = yes
			any_neighbor_country = {
				civilized = yes
				NOT = { is_greater_power = yes }
				military_score = THIS
			}
		}
		modifier = {
			factor = 1.05
			war = yes
		}
		modifier = {
			factor = 1.5
			is_greater_power = yes
			any_neighbor_country = {
				is_greater_power = yes
				military_score = THIS
			}
		}
			}

}


#theory3
late_renaissance = {
	area = georgian_era
	year = 1603
	cost = 3600
	prestige = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
	}
}

mannerism = {
	area = georgian_era
	year = 1609
	cost = 4000
	prestige = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}
}

early_baroque = {
	area = georgian_era
	year = 1619
	cost = 5000
	prestige = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}
}

high_baroque = {
	area = georgian_era
	year = 1639
	cost = 5200
	prestige = 0.025
		ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}

}

rococo = {
	area = georgian_era
	year = 1724
	cost = 5600
	prestige = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}
}

neoclassicism = {
	area = georgian_era
	year = 1759
	cost = 5800
	prestige = 0.025
	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}
}
early_romanticistic_culture = {
	area = georgian_era
	year = 1795
	cost = 6100

	prestige = 0.025
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 2
			is_greater_power = yes
		}
		modifier = {
			factor = 0.5
			not = { literacy = 0.3 }
		}
			}
}

#theory4
late_reformation = {
	area = edwardian_era
	year = 1603
	cost = 3600
	education_efficiency = 0.025	
 
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

counter_reformation = {
	area = edwardian_era
	year = 1604
	cost = 4000
	education_efficiency = 0.025	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

inquisitions_tech = {
	area = edwardian_era
	year = 1629
	cost = 4800
	education_efficiency = 0.025	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

jesuit_movements_tech = {
	area = edwardian_era
	year = 1654
	cost = 5200
	education_efficiency = 0.05	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

the_great_awakening = {
	area = edwardian_era
	year = 1729
	cost = 5600
	education_efficiency = 0.025	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

downfall_of_the_old_church = {
	area = edwardian_era
	year = 1759
	cost = 5800
	education_efficiency = 0.025	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

anti_clericalism = {
	area = edwardian_era
	year = 1799
	cost = 6200
	education_efficiency = 0.025	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}
#theory5
late_renaissance_philosophies = {
	area = elizabethan_era
	year = 1603
	cost = 3600
	increase_research = 0.15
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

age_of_rationalism = {
	area = elizabethan_era
	year = 1619
	cost = 4000
	increase_research = 0.15
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

early_modern_philosphies = {
	area = elizabethan_era
	year = 1685
	cost = 5400
	increase_research = 0.15
	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

enlightenment = {
	area = elizabethan_era
	year = 1749
	cost = 5600
	increase_research = 0.15
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

counter_enligthenment = {
	area = elizabethan_era
	year = 1779
	cost = 5900
	increase_research = 0.15
	
	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
}

revolutionary_ideas = {
	area = elizabethan_era
	year = 1799
	cost = 6100
	increase_research = 0.15
	
 	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}

}
early_romanticism = {
	area = elizabethan_era
	year = 1814
	cost = 6400
	increase_research = 0.15
	
 	ai_chance = {
		factor = 1.01
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.3 }
		}
		modifier = {
			factor = 1.5 #2
			not = { literacy = 0.2 }
		}
			}
  
		
}


Aslında Victoria 2'nin kodları çok anlaşılır
 
Brênin Tortuga said:
Elrohir Oronrá said:
Yeterli bir katılım olsun başlatacağım. O sırada sorularınız varsa cevaplayabilirim :smile:

Mesela oyunda 3 tane Alim olsun , hepsi farklı bir araştırmayı araştırabilir mi ?

Bir de , oyun adı neden 1750 ? Hani böyle 1757 olsa falan daha güzel olmaz mı ? Biraz takıntım var kusura bakmayın.  :sad:
Alimler ortak çalışacak.

Mirachann said:
Ne Kadar Katılım Olduğunda Oyun Başlıyacak?
Göz kararı yeteri kadar olunca.
 
Back
Top Bottom