Skip to content

Commit

Permalink
Merge pull request #4 from cocolinfff/master
Browse files Browse the repository at this point in the history
Update 6/17 #1
  • Loading branch information
Ryifer authored Jun 15, 2022
2 parents 0b0d56a + 39812ea commit 0dded59
Show file tree
Hide file tree
Showing 19 changed files with 2,284 additions and 77 deletions.
10 changes: 5 additions & 5 deletions common/buildings/ethic_branch_office_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ building_state_mining_enterprise = {
}
modifier = {
job_miner_add = -3
job_fe_acolyte_mine_add = 3
job_re_acolyte_mine_add = 3
}
}

Expand Down Expand Up @@ -684,7 +684,7 @@ building_state_farms = {
}
modifier = {
job_farmer_add = -3
job_fe_acolyte_farm_add = 3
job_re_acolyte_farm_add = 3
}
}

Expand Down Expand Up @@ -751,7 +751,7 @@ building_state_energy_enterprise = {
}
modifier = {
job_technician_add = -3
job_fe_acolyte_generator_add = 3
job_re_acolyte_generator_add = 3
}
}

Expand Down Expand Up @@ -820,7 +820,7 @@ building_supply_and_marketing_cooperatives = {
modifier = {
job_artisan_add = -1
job_manufacturing_workers_add = -1
job_fe_acolyte_artisan_add = 2
job_re_acolyte_artisan_add = 2
planet_artisans_consumer_goods_produces_mult = 0.05
}
}
Expand Down Expand Up @@ -908,7 +908,7 @@ building_state_arms_group = {
modifier = {
job_foundry_add = -1
job_smelting_workers_add = -3
job_fe_acolyte_metallurgists_add = 4
job_re_acolyte_metallurgists_add = 4
planet_artisans_consumer_goods_produces_mult = 0.05
}
}
Expand Down
12 changes: 6 additions & 6 deletions common/buildings/ethic_manufacturing_buildings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ building_foundry_1 = {
}
}
modifier = {
job_fe_acolyte_metallurgists_add = @b1_jobs
job_re_acolyte_metallurgists_add = @b1_jobs
planet_jobs__alloys_produces_mult = 0.1
}
}
Expand Down Expand Up @@ -272,7 +272,7 @@ building_foundry_2 = {
}
}
modifier = {
job_fe_acolyte_metallurgists_add = @b2_jobs
job_re_acolyte_metallurgists_add = @b2_jobs
planet_jobs__alloys_produces_mult = 0.2
}
}
Expand Down Expand Up @@ -482,7 +482,7 @@ building_foundry_3 = {
}
}
modifier = {
job_fe_acolyte_metallurgists_add = @b3_jobs
job_re_acolyte_metallurgists_add = @b3_jobs
planet_jobs__alloys_produces_mult = 0.3
}
}
Expand Down Expand Up @@ -691,7 +691,7 @@ building_factory_1 = {
}
}
modifier = {
job_fe_acolyte_artisan_add = @b1_jobs
job_re_acolyte_artisan_add = @b1_jobs
planet_jobs_consumer_goods_produces_mult = 0.1
}
}
Expand Down Expand Up @@ -854,7 +854,7 @@ building_factory_2 = {
}
}
modifier = {
job_fe_acolyte_artisan_add = @b2_jobs
job_re_acolyte_artisan_add = @b2_jobs
planet_jobs_consumer_goods_produces_mult = 0.2
}
}
Expand Down Expand Up @@ -1020,7 +1020,7 @@ building_factory_3 = {
}
}
modifier = {
job_fe_acolyte_artisan_add = @b3_jobs
job_re_acolyte_artisan_add = @b3_jobs
planet_jobs_consumer_goods_produces_mult = 0.3
}
}
Expand Down
Loading

0 comments on commit 0dded59

Please sign in to comment.