support hot metals
This commit is contained in:
parent
353d8cfed1
commit
505550281f
4 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Version: 2.0.11
|
||||||
Date: 2025-01-01
|
Date: 2025-01-01
|
||||||
Changes:
|
Changes:
|
||||||
- Use old hr version for all entities
|
- Use old hr version for all entities
|
||||||
|
- Support hot metals
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 2.0.10
|
Version: 2.0.10
|
||||||
Date: 2024-12-29
|
Date: 2024-12-29
|
||||||
|
|
|
||||||
7
compatibility/data/hot-metals.lua
Normal file
7
compatibility/data/hot-metals.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
local util = require("data-util")
|
||||||
|
util.add_hot_metals({
|
||||||
|
{name="titanium-plate", spoilTicks=30*60, icons={
|
||||||
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64},
|
||||||
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, tint={.9,.3,0, .5}},
|
||||||
|
}},
|
||||||
|
})
|
||||||
1
data.lua
1
data.lua
|
|
@ -5,6 +5,7 @@ require("titanium-enriched") -- Enriched Ti for Krastorio 2
|
||||||
require("titanium-recipe-se") -- Space Exploration special recipes (depends on K2 if present)
|
require("titanium-recipe-se") -- Space Exploration special recipes (depends on K2 if present)
|
||||||
require("titanium-compressed")
|
require("titanium-compressed")
|
||||||
require("titanium-data-settings")
|
require("titanium-data-settings")
|
||||||
|
require("compatibility.data.hot-metals")
|
||||||
|
|
||||||
-- First part of hack for endgame combat
|
-- First part of hack for endgame combat
|
||||||
require("compatibility/titanium-endgame-combat-data")
|
require("compatibility/titanium-endgame-combat-data")
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
"? 248k",
|
"? 248k",
|
||||||
"? tenebris",
|
"? tenebris",
|
||||||
"(?) atan-nuclear-science",
|
"(?) atan-nuclear-science",
|
||||||
|
"? hot-metals",
|
||||||
"! nullius"
|
"! nullius"
|
||||||
],
|
],
|
||||||
"description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Space Age.\n\nA standalone piece of BZ Mods, with graphics by snouz."
|
"description": "Adds titanium to the base game.\n\nTitanium is used in Low Density Structures, Flying Robot Frames and a few other places.\n\nCompatible with Space Age.\n\nA standalone piece of BZ Mods, with graphics by snouz."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue