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
<item id="753" name="forgedSteel">
<property name="Meshfile" value="Items/Crafting/ingotIron" />
<property name="Material" value="metal" />
<property name="HoldType" value="21" />
<property name="Group" value="Resources" />
<property name="CraftingIngredientExp" value="15" />
<property name="CraftingIngredientTime" value="15" />
<property name="LootExpValue" value="1" />
<property class="Preview">
<property name="Zoom" value="10" />
<property name="Pos" value="0,-0.2" />
<property name="Rot" value="90,45,0" />
</property>
</item>
Items.XML Found this so not sure if it works....
Ok for Rocks you will want to find "item id="190" name="rockSmall" then add <property name="MeltTimePerUnit" value="0.01" /> in a new line. Same for clay and whatever else, clay will be item id="1319" name="clayLump".
Example:
<item id="1319" name="clayLump">
<property name="Meshfile" value="Items/Crafting/clay"/>
<property name="Material" value="clay"/>
<property name="Weight" value="5"/>
<property name="HoldType" value="21"/>
<property name="Stacknumber" value="6000"/> <!-- STK resource -->
<property name="EconomicValue" value="6"/>
<property name="EconomicBundleSize" value="150"/>
<property name="Group" value="Resources"/>
<property name="CraftingIngredientTime" value="0.5"/>
<property name="MeltTimePerUnit" value="0.01" />
</item>
No problem man, here's my twitch if you wanna throw some credit my way lol ;)
twitch.tv/sendathestonedsurvivor
I will, I can't promise you any followers as my channel has been pretty inactive lately but if the video gets big views they can see you for sure.