1.0.0
This commit is contained in:
commit
ee43ea6454
9 changed files with 738 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
Adds the pollutant to the surface properties of all supported planets. This can be used just for the additional information or for surface conditions.
|
||||
|
||||
## Usage
|
||||
|
||||
Internally each pollutant is assigned a unique ID. If you want to add a surface condition for a specific pollutant, use that ID as the only allowed value.
|
||||
|
||||
### Example
|
||||
|
||||
```lua
|
||||
{
|
||||
type = "assembling-machine",
|
||||
name = "active-noise-cancelling-tower",
|
||||
surface_conditions = { { property = "pollutant-type", min = 3, max = 3 } }
|
||||
}
|
||||
```
|
||||
|
||||
### Pollutants
|
||||
|
||||
1. Pollution
|
||||
2. Spores
|
||||
3. Noise ([Lignumis](https://mods.factorio.com/mod/lignumis))
|
||||
4. Radiation ([Muluna](https://mods.factorio.com/mod/planet-muluna))
|
Loading…
Add table
Add a link
Reference in a new issue