diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-24 19:20:12 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-24 19:20:12 -0700 |
commit | fbd13c3a6f1daa5ef1eb6812618dad983ccf14fb (patch) | |
tree | d3b1e5c8875a00b6fed2b2520a2a35adced2a81d | |
parent | 0810d99f8513bba1c98ff6a5391d1df2d87ab2ff (diff) |
add a category for fuel cost settings
-rw-r--r-- | settingtypes.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/settingtypes.txt b/settingtypes.txt index f7e40d0..bf1ce10 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -12,17 +12,20 @@ digtron_cycle_time (Minimum Digtron cycle time in seconds) float 1.0 0.0 60.0 #How many Digtron blocks can be moved for each adjacent #solid block that the Digtron has traction against digtron_traction_factor (Digtron traction factor) float 3.0 0.0 1000.0 + +[Fuel costs] + #eg, stone. #In a default Minetest game one lump of coal provides 40.0 units of fuel. -digtron_dig_cost_cracky (Digtron dig fuel cost for cracky blocks) float 1.0 0.0 100.0 +digtron_dig_cost_cracky (Fuel cost for digging cracky blocks) float 1.0 0.0 100.0 # eg, dirt, sand. #In a default Minetest game one lump of coal provides 40.0 units of fuel. -digtron_dig_cost_crumbly (Digtron dig fuel cost for crumbly blocks) float 0.5 0.0 100.0 +digtron_dig_cost_crumbly (Fuel cost for digging crumbly blocks) float 0.5 0.0 100.0 #eg, wood. #In a default Minetest game one lump of coal provides 40.0 units of fuel. -digtron_dig_cost_choppy (Digtron dig fuel cost for choppy blocks) float 0.75 0.0 100.0 +digtron_dig_cost_choppy (Fuel cost for digging choppy blocks) float 0.75 0.0 100.0 #Fuel cost to dig a block that doesn't fall into one of the other categories. #In a default Minetest game one lump of coal provides 40.0 units of fuel. -digtron_dig_cost_default (Digtron fuel dig cost for other block types) float 0.5 0.0 100.0 +digtron_dig_cost_default (Fuel cost for digging other block types) float 0.5 0.0 100.0 #How much fuel is required to build a block -digtron_build_cost (Digtron fuel cost to build one block) float 1.0 0.0 100.0 +digtron_build_cost (Fuel cost to build one block) float 1.0 0.0 100.0 |