Ore player damage and spread.
Posted: Mon Mar 28, 2016 7:21 pm
Hello everyone. I'm new to mod making and I thought i would give making a mod for factorio a go as I know lua. But after looking through the API's i'm not certain if my mod idea can actually be done. I want to make an environmental hazard to add difficulty to the game, this would be in the form of an ore.
But there are two things that I want the ore to do that I can't think of a way of implementing. 1. The ore is toxic, and i want it to do damage to the player when they walk over it or attempt to mine it by hand. 2. I want the ore to spread on its own, checking tiles around it to see if it is free and have a chance of adding the ore to that tile.
I know i can add a new ore to the game and I'm already working on that aspect. But would the 2 properties I described be done using the current mod API, or is it something outside of it's technical capabilities?
Many thanks in advanced.
But there are two things that I want the ore to do that I can't think of a way of implementing. 1. The ore is toxic, and i want it to do damage to the player when they walk over it or attempt to mine it by hand. 2. I want the ore to spread on its own, checking tiles around it to see if it is free and have a chance of adding the ore to that tile.
I know i can add a new ore to the game and I'm already working on that aspect. But would the 2 properties I described be done using the current mod API, or is it something outside of it's technical capabilities?
Many thanks in advanced.