mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 12:16:37 +09:00
Added comments to worn_paths
This commit is contained in:
@@ -37,8 +37,8 @@ return {
|
||||
["dirt-6"]=40,
|
||||
--["dirt-7"]=0, -- last tile, nothing to degrade to
|
||||
-- land fill chain
|
||||
["landfill"]=95,
|
||||
["water-shallow"]=90,
|
||||
["landfill"]=50,
|
||||
--["water-shallow"]=90,
|
||||
--["water-mud"]=0, -- last tile, nothing to degrade to
|
||||
},
|
||||
degrade_order={ -- when a tile degrades it will turn into the next tile given here
|
||||
@@ -74,8 +74,8 @@ return {
|
||||
["dirt-6"]='dirt-7',
|
||||
--["dirt-7"]=0, -- last tile, nothing to degrade to
|
||||
-- land fill chain
|
||||
["landfill"]='water-shallow',
|
||||
["water-shallow"]='water-mud',
|
||||
["landfill"]='grass-2', -- 'water-shallow'
|
||||
--["water-shallow"]='water-mud',
|
||||
--["water-mud"]=0, -- last tile, nothing to degrade to
|
||||
},
|
||||
entities={ -- entities in this list will degrade the tiles under them when they are placed
|
||||
|
||||
Reference in New Issue
Block a user