Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
"destructionTime" : #
(where # is the time in milliseconds )
There are numerous types.json files, but the one that you need is located in:
C:\Program Files (x86)\Steam\SteamApps\common\Colony Survival\gamedata
For example, if you wanted to change the destruction (mining) speed of infinite iron blocks, change:
"infiniteiron" : {
"onRemoveType" : "ironore",
"onRemoveAudio" : "stoneDelete",
"destructionTime" : 1250,
"sideall" : "SELF",
"isDestructible" : false
},
to something more like:
"infiniteiron" : {
"onRemoveType" : "ironore",
"onRemoveAudio" : "stoneDelete",
"destructionTime" : 50,
"sideall" : "SELF",
"isDestructible" : false
},
You can do this with I think every block in the game. If the entry doesn't have a "destructionTime" entry inside of it, just add it.
Disclaimer: This post doesn't really allow for proper formatting of the entries, so make sure you follow the correct format inside the file itself.
There is a guide on page 2 of the custom block thread.
Though it is a bit backwards finding it.