Compare commits
No commits in common. "master" and "1.0.2" have entirely different histories.
3 changed files with 8 additions and 9 deletions
|
|
@ -1,9 +1,4 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.3
|
|
||||||
Date: 10.12.2025
|
|
||||||
Changes:
|
|
||||||
- Use efficiency category instead of adding a new one
|
|
||||||
---------------------------------------------------------------------------------------------------
|
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Date: 14.11.2025
|
Date: 14.11.2025
|
||||||
Changes:
|
Changes:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
local item_sounds = require("__base__.prototypes.item_sounds")
|
local item_sounds = require("__base__.prototypes.item_sounds")
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
|
{
|
||||||
|
type = "module-category",
|
||||||
|
name = "pollution"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type = "module",
|
type = "module",
|
||||||
name = "pollution-module-evil",
|
name = "pollution-module-evil",
|
||||||
|
|
@ -8,7 +12,7 @@ data:extend({
|
||||||
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-1.png",
|
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-1.png",
|
||||||
subgroup = "module",
|
subgroup = "module",
|
||||||
color_hint = { text = "E" },
|
color_hint = { text = "E" },
|
||||||
category = "efficiency",
|
category = "pollution",
|
||||||
tier = 1,
|
tier = 1,
|
||||||
order = "d[pollution]-a[pollution-module-evil-1]",
|
order = "d[pollution]-a[pollution-module-evil-1]",
|
||||||
inventory_move_sound = item_sounds.module_inventory_move,
|
inventory_move_sound = item_sounds.module_inventory_move,
|
||||||
|
|
@ -31,7 +35,7 @@ data:extend({
|
||||||
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-2.png",
|
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-2.png",
|
||||||
subgroup = "module",
|
subgroup = "module",
|
||||||
color_hint = { text = "E" },
|
color_hint = { text = "E" },
|
||||||
category = "efficiency",
|
category = "pollution",
|
||||||
tier = 2,
|
tier = 2,
|
||||||
order = "d[pollution]-b[pollution-module-evil-2]",
|
order = "d[pollution]-b[pollution-module-evil-2]",
|
||||||
inventory_move_sound = item_sounds.module_inventory_move,
|
inventory_move_sound = item_sounds.module_inventory_move,
|
||||||
|
|
@ -54,7 +58,7 @@ data:extend({
|
||||||
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-3.png",
|
icon = "__pollution-module-evil__/graphics/icons/pollution-module-evil-3.png",
|
||||||
subgroup = "module",
|
subgroup = "module",
|
||||||
color_hint = { text = "E" },
|
color_hint = { text = "E" },
|
||||||
category = "efficiency",
|
category = "pollution",
|
||||||
tier = 3,
|
tier = 3,
|
||||||
order = "d[pollution]-c[pollution-module-evil-3]",
|
order = "d[pollution]-c[pollution-module-evil-3]",
|
||||||
inventory_move_sound = item_sounds.module_inventory_move,
|
inventory_move_sound = item_sounds.module_inventory_move,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pollution-module-evil",
|
"name": "pollution-module-evil",
|
||||||
"version": "1.0.3",
|
"version": "1.0.2",
|
||||||
"title": "Pollution module's evil twin",
|
"title": "Pollution module's evil twin",
|
||||||
"description": "Adds pollution modules.",
|
"description": "Adds pollution modules.",
|
||||||
"author": "cackling fiend",
|
"author": "cackling fiend",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue