new titanium ore graphics
BIN
graphics/icons/titanium-ore - Copy.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
graphics/icons/titanium-ore-2.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
graphics/icons/titanium-ore-3.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
graphics/icons/titanium-ore-4.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
graphics/icons/titanium-ore-n.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 8.2 KiB |
|
|
@ -15,8 +15,8 @@ data:extend(
|
|||
},
|
||||
{
|
||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||
icon_size = 32,
|
||||
scale = 1.7,
|
||||
icon_size = 64,
|
||||
scale = 0.85,
|
||||
}
|
||||
},
|
||||
prerequisites = {"kr-matter-processing"},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ data:extend({
|
|||
},
|
||||
{
|
||||
type = "resource",
|
||||
icon_size = 32,
|
||||
icon_size = 64,
|
||||
name = "titanium-ore",
|
||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||
flags = {"placeable-neutral"},
|
||||
|
|
@ -71,13 +71,13 @@ data:extend({
|
|||
{
|
||||
type = "item",
|
||||
name = "titanium-ore",
|
||||
icon_size = 32,
|
||||
icon_size = 64,
|
||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||
pictures = { -- Needed for Space Exploration core fragments, version 5.x
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=32, scale=0.5},
|
||||
pictures = {
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=64, scale=0.25},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore-2.png", size=64, scale=0.25},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore-3.png", size=64, scale=0.25},
|
||||
{filename="__bztitanium__/graphics/icons/titanium-ore-4.png", size=64, scale=0.25},
|
||||
},
|
||||
subgroup = "raw-resource",
|
||||
order = "t-c-a",
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ if mods["modmashsplinter"] then
|
|||
|
||||
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
|
||||
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
|
||||
if mods["modmashsplinterenrichment"] then
|
||||
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
|
||||
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {8, 8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
-- Deadlock stacking recipes
|
||||
if deadlock then
|
||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 32)
|
||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 64)
|
||||
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
||||
if mods["Krastorio2"] then
|
||||
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ data:extend(
|
|||
icons = (mods["Krastorio2"] and
|
||||
{
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 32, scale=0.5, shift= {-8, -8}},
|
||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {-8, -8}},
|
||||
} or nil),
|
||||
normal = (mods["Krastorio2"] and
|
||||
{
|
||||
|
|
|
|||