Skip to content

Commit

Permalink
quality all its own
Browse files Browse the repository at this point in the history
  • Loading branch information
kingarthur91 committed Oct 30, 2024
1 parent 0152eac commit 931cd82
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 23 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.13
Date: 2024-10-29
Changes:
- Added quality efffect to all buildings module effects
---------------------------------------------------------------------------------------------------
Version: 3.0.12
Date: 2024-10-29
Changes:
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/advanced-foundry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for i = 1, 4 do
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"advanced-foundry", "smelting"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/automated-factory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"crafting", "crafting-with-fluid", "advanced-crafting"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/ball-mill.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, 4 do
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"ball-mill"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/botanical-nursery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = 0,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"nursery"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/classifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"classifier"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/desulfurizator-unit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ for i = 1, 4 do
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"desulfurization"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/evaporator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for i = 1, 4 do
selection_box = {{-2.5, -2.5}, {2.5, 2.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"evaporator"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/fawogae-plantation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ for i = 1, 4 do
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"fawogae"},
crafting_speed = 0.3 * i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/fluid-separator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"fluid-separator"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/fts-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for i = 1, 4 do
selection_box = {{-4.5, -4.5}, {4.5, 4.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"fts-reactor"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/gasifier.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for i = 1, 4 do
selection_box = {{-4, -4}, {4, 4}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"gasifier"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/hpf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"hpf"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/jaw-crusher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"crusher"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/lab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ENTITY {
module_slots = 5,
--TODO:find out what replaced module info icon shift
--module_info_icon_shift = {0, 0.9},
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
}

-- DiscoScience compat, we rewrite the animation to fit our lab
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/methanol-reactor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for i = 1, 4 do
selection_box = {{-3, -3}, {3, 3}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"methanol"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/olefin-plant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, 4 do
selection_box = {{-4, -4}, {4, 4}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"olefin"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/power-house.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = 2 * i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"combustion"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/quenching-tower.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"quenching-tower"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/ralesia-plantation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"ralesia"},
crafting_speed = 0.3 * i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/rectisol.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"rectisol"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/soil-extractor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"soil-extraction"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/solid-separator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, 4 do
selection_box = {{-3.5, -3.5}, {3.5, 3.5}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"solid-separator"},
crafting_speed = i,
energy_source = {
Expand Down
2 changes: 1 addition & 1 deletion prototypes/buildings/wpu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for i = 1, 4 do
selection_box = {{-3.0, -3.0}, {3.0, 3.0}},
match_animation_speed_to_activity = false,
module_slots = i,
allowed_effects = {"consumption", "speed", "productivity", "pollution"},
allowed_effects = {"speed", "productivity", "consumption", "pollution", "quality"},
crafting_categories = {"wpu"},
crafting_speed = i,
energy_source = {
Expand Down

0 comments on commit 931cd82

Please sign in to comment.