Skip to content

Commit

Permalink
,,
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 10, 2024
1 parent c97f8d2 commit 837043c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions prototypes/items/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6998,7 +6998,7 @@ ITEM {
subgroup = "py-alienlife-auog",
order = "a",
stack_size = 50,
effect = {pollution = 1, speed = 1},,
effect = {pollution = 1, speed = 1},
fuel_category = "auog",
fuel_value = "250MJ",
burnt_result = "used-auog"
Expand All @@ -7018,7 +7018,7 @@ ITEM {
subgroup = "py-alienlife-auog",
order = "a-b",
stack_size = 50,
effect = {pollution = 1, speed = 2},,
effect = {pollution = 1, speed = 2},
fuel_category = "auog",
fuel_value = "500MJ",
burnt_result = "used-auog-mk02"
Expand All @@ -7038,7 +7038,7 @@ ITEM {
subgroup = "py-alienlife-auog",
order = "a-c",
stack_size = 50,
effect = {pollution = 1, speed = 3},,
effect = {pollution = 1, speed = 3},
fuel_category = "auog",
fuel_value = "750MJ",
burnt_result = "used-auog-mk03"
Expand All @@ -7058,7 +7058,7 @@ ITEM {
subgroup = "py-alienlife-auog",
order = "a-d",
stack_size = 50,
effect = {pollution = 1, speed = 4},,
effect = {pollution = 1, speed = 4},
fuel_category = "auog",
fuel_value = "1GJ",
burnt_result = "used-auog-mk04"
Expand Down Expand Up @@ -7321,7 +7321,7 @@ ITEM {
subgroup = "py-alienlife-dingrits",
order = "d-a",
stack_size = 50,
effect = {pollution = 1, speed = 1},,
effect = {pollution = 1, speed = 1},
fuel_category = "dingrits",
fuel_value = "250MJ",
burnt_result = "used-dingrit"
Expand All @@ -7341,7 +7341,7 @@ ITEM {
subgroup = "py-alienlife-dingrits",
order = "d-b",
stack_size = 50,
effect = {pollution = 1, speed = 2},,
effect = {pollution = 1, speed = 2},
fuel_category = "dingrits",
fuel_value = "320MJ",
burnt_result = "used-dingrit-mk02"
Expand All @@ -7361,7 +7361,7 @@ ITEM {
subgroup = "py-alienlife-dingrits",
order = "d-c",
stack_size = 50,
effect = {pollution = 1, speed = 3},,
effect = {pollution = 1, speed = 3},
fuel_category = "dingrits",
fuel_value = "350MJ",
burnt_result = "used-dingrit-mk03"
Expand All @@ -7381,7 +7381,7 @@ ITEM {
subgroup = "py-alienlife-dingrits",
order = "d-d",
stack_size = 50,
effect = {pollution = 1, speed = 4},,
effect = {pollution = 1, speed = 4},
fuel_category = "dingrits",
fuel_value = "480MJ",
burnt_result = "used-dingrit-mk04"
Expand Down Expand Up @@ -9153,7 +9153,7 @@ ITEM {
subgroup = "py-alienlife-vatbrain",
order = "t-a",
stack_size = 1,
effect = {productivity = 0.25, consumption = 1, pollution = 0.1},,
effect = {productivity = 0.25, consumption = 1, pollution = 0.1},
hidden = true
}

Expand All @@ -9168,7 +9168,7 @@ ITEM {
subgroup = "py-alienlife-vatbrain",
order = "t-a",
stack_size = 1,
effect = {productivity = 0.5, consumption = 2, pollution = 0.1},,
effect = {productivity = 0.5, consumption = 2, pollution = 0.1},
hidden = true
}

Expand All @@ -9183,7 +9183,7 @@ ITEM {
subgroup = "py-alienlife-vatbrain",
order = "t-a",
stack_size = 1,
effect = {productivity = 0.75, consumption = 3, pollution = 0.1},,
effect = {productivity = 0.75, consumption = 3, pollution = 0.1},
hidden = true
}

Expand All @@ -9198,6 +9198,6 @@ ITEM {
subgroup = "py-alienlife-vatbrain",
order = "t-a",
stack_size = 1,
effect = {productivity = 1, consumption = 4, pollution = 0.1},,
effect = {productivity = 1, consumption = 4, pollution = 0.1},
hidden = true
}

0 comments on commit 837043c

Please sign in to comment.