Add Muluna
This commit is contained in:
parent
adf51c1f1a
commit
7b7997708c
3 changed files with 15 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
"space-age >= 2.0.72",
|
"space-age >= 2.0.72",
|
||||||
"cf-lib >= 1.0.0",
|
"cf-lib >= 1.0.0",
|
||||||
"lignumis-base",
|
"lignumis-base",
|
||||||
|
"planet-muluna",
|
||||||
"science-tab"
|
"science-tab"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
12
space-age-extended/planets/tier1/muluna/settings.lua
Normal file
12
space-age-extended/planets/tier1/muluna/settings.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
local Settings = require("__cf-lib__/settings/Settings")
|
||||||
|
local force = Settings.force
|
||||||
|
local forceDefault = Settings.forceDefault
|
||||||
|
local default = Settings.default
|
||||||
|
|
||||||
|
force("muluna-hardcore-classic-wood-gasification", false)
|
||||||
|
force("muluna-hardcore-lock-cargo-drops", false)
|
||||||
|
forceDefault("space-science-pack-output")
|
||||||
|
forceDefault("space-science-pack-energy")
|
||||||
|
default("muluna-hardcore-remove-starting-cargo-pods", true)
|
||||||
|
default("muluna-easy-vanilla-rocket-part-costs", true)
|
||||||
|
default("muluna-easy-vanilla-advanced-thruster-fuel-costs", true)
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
require("planets/tier1/lignumis/settings")
|
require("planets/tier1/lignumis/settings")
|
||||||
|
require("planets/tier1/muluna/settings")
|
||||||
Loading…
Add table
Add a link
Reference in a new issue