Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I initially thought so, as well. However, Holmium Ore[wiki.factorio.com] is listed as being introduced with Space Age. I've also disabled all other mods besides Base, Space Age, Quality, Elevated Rails and Creative Mode. I don't know where Creative Mode is scraping it from, but it's a real part of the game near as I can tell.
Ill try and see if can find it as well.
Just to be clear - I'm looking for where it's defined in the game's Lua files :)
type = "item",
name = "holmium-ore",
icon = "__space-age__/graphics/icons/holmium-ore.png",
pictures =
{
{ size = 64, filename = "__space-age__/graphics/icons/holmium-ore.png", scale = 0.5, mipmap_count = 4 },
},
subgroup = "fulgora-processes",
order = "b[holmium]-a[holmium-ore]",
inventory_move_sound = item_sounds.resource_inventory_move,
pick_sound = item_sounds.resource_inventory_pickup,
drop_sound = item_sounds.resource_inventory_move,
stack_size = 50,
default_import_location = "fulgora",
weight = 2*kg
So far same as what you found
Well, food for thought. Thank you kindly for the help :)
Sorry I couldnt find it for you :-(
OK, armed with this knowledge, I found a couple of other things. First of all, there's a this in decoratives-fulgora:
It seems like Holmium ore isn't mined from the ground, but from maybe some kind of plant? Judging by the icon, it looks like an alien monster plant with eyes, though the low resolution might just be triggering my paradolia. So not a resource, which would explain why I didn't find it under resources.
The other place I found it is under Recipes:
In other words, scrap recycling, which seems to produce a whole bunch of different items. I don't THINK this is the primary source for attaining Holmium, but it's the only other place I could find it as a result.
So long story short, Holmium "ore" is a plant product, not an ore, despite what it says in the same. Same as Wood, effectively. Probably not worth adding to my Alchemical Ore Conversion.
So while i didnt find it.. I did help you find it in end? Well now Im happy :-) But disappointed its not how you wanted.
Oh, no reason to be disappointed. I needed to know how Holmium was produced in order to detect it with Alchemical Ore Conversion. Now I know that it's not really an "ore", so I don't need to worry about detecting it. WAAAY too much work for just that. So that's one problem solved :)
I don't know if it's necessarily a "plant" as such. I just looked at the image :) It's much larger than a regular resource, so I'm thinking something like the stone formations you can get stone and coal out of. I recall reading something about automatically planting and harvesting plants in Space Age, though. Haven't had a chance to play it (busy with work and fixing mods), so not really sure.