New content for ULV + LV (#2873)
* require black steel plates before the forge hammer, add some blue steel things post-deployer that require a colored steel anvil, start refractory clay dust * first draft of bakelite, new phenolic boards, new cupro coils * add another page to the medicine quest * cl * backup of lv quests * quest stuff and some recipe tweaks * tweak --------- Co-authored-by: Redeix <redeix.m@gmail.com>
This commit is contained in:
parent
1190408623
commit
f324e7e6da
39 changed files with 1092 additions and 493 deletions
|
|
@ -24,6 +24,9 @@ const registerTooltips = (event) => {
|
|||
event.addAdvanced(['tfg:antipoison_tablet'], (item, advanced, text) => {
|
||||
text.add(1, Text.translate('tfg.tooltip.antipoison_tablet'))
|
||||
})
|
||||
event.addAdvanced(['tfg:polycaprolactam_fabric'], (item, advanced, text) => {
|
||||
text.add(1, Text.translate('tfg.tooltip.polycaprolactam'))
|
||||
})
|
||||
event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => {
|
||||
text.add(1, Text.translate('tfg.tooltip.machine.electric_greenhouse_1'));
|
||||
text.add(2, Text.translate('tfg.tooltip.machine.electric_greenhouse_2'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue