边缘世界 RimWorld

边缘世界 RimWorld

247 个评价
[WD] Simple Coal
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.1, 1.2
文件大小
发表于
更新日期
250.661 KB
2019 年 1 月 9 日 下午 1:46
2020 年 8 月 20 日 上午 11:53
11 项改动说明 ( 查看 )

订阅以下载
[WD] Simple Coal

在 Sand Dog 的 1 个合集中
Mods I made
19 件物品
描述
Description:
Adds one new ore: mineable coal that can be used as fuel instead wood.
Very useful in tundra, ice sheets, deserts and other biomes without trees.

Features:
- Adds coal as a mineable ore.
- Adds coal as a new fuel type.
- Ore durability - 1200 (Vanilla steel ore - 1500)
- 1 coal = 1 wood as fuel.
- Can be used in wood-fired generators, fueled smithy, fueled stoves, campfires and torches.
- Can be mined with deep drilling.
- Can be found with the long-range scanner.
- Supports 43 structures from the Vanilla game and different mods.

Supported Mods:
1. Quarry
2. Medieval Times
3. Stony Campfire
4. Lord of the Rims (Dwarves, Elves, Hobbits.)
5. Coal
6. ZARS Tribal Reborn
7. Gloomy Furniture
8. Simple Chains: Steel
9. VGP Garden Gourmet
10. No Water, No Life
11. Ancient Rim - Core
12. [JPT] Burn It for Fuel
13. Vanilla Iron and Steel
14. [WD] Fueled Heaters
(I have no time and will to check mod compatibility added earlier, so something can be not working)

Known Issues:
None.

Saved games compatibility:
Installation: no known problems.
Remove: reccomended to remove all coal as both ore and items from the map first.

Other mods compatibility:
No known problems.

Languages:
- Russian ( Paladin )
- Spanish (Castellano) (( Azarashi)


174 条留言
Spaceman Steve 2023 年 11 月 4 日 下午 7:13 
Is there a way to prioritize the use of coal over wood?
lol 2023 年 11 月 2 日 上午 6:25 
Simple Chains: Steel by OwlChemist adds coal too and is updated to 1.4 — https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1702668415
BlueTressym 2023 年 1 月 4 日 下午 9:40 
I'm hoping someone updates this one...
Harry_Robinson1 2022 年 12 月 13 日 上午 6:30 
I might try and update this soon if it doesn't get an official update
KAITA 2022 年 11 月 4 日 上午 7:17 
So did someone try it with Biotech? It worked fine with 1.3
Bear 2021 年 9 月 18 日 上午 5:53 
Thanks @Locke
Eclipse 2021 年 8 月 27 日 上午 6:51 
@Owlchemist there is a problem with braziers
CaptArcticWolf 2021 年 8 月 22 日 上午 9:39 
I would like to tell everyone in advance that this mod might possibly NOT be compatible with "Medieval overhaul" mod (as it introduces coal) and any other mod that introduces it, i however have not tested it and will be testing their compatibility. it may be likely that they allow both of them to exist simultaneously without issue.
Locke 2021 年 7 月 24 日 上午 6:05 
For those looking for a short term fix to not being able to refuel braziers, you can do the following:

Create the following folders (should exist up to \...\Patches\:

\SteamLibrary\steamapps\workshop\content\294100\1619943968\Patches\Royalty\Defs\ThingDefs_Buildings

Create Buildings.xml
Write the XML as:

<?xml version="1.0" encoding="utf-8" ?>
<Patch>

<Operation Class="PatchOperationAdd">
<order>Append</order>
<xpath> Defs/ThingDef[defName = "Brazier"]/comps/li[contains(@Class,'CompProperties_Refuelable')]/fuelFilter/thingDefs</xpath>
<value>
<li>WDCoal</li>
</value>
</Operation>

</Patch>

Hopefully author sees this and will update mod such that braziers work