边缘世界 RimWorld

边缘世界 RimWorld

322 个评价
Super Size Bed!
5
2
7
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
2.292 MB
2021 年 8 月 29 日 上午 7:35
7 月 20 日 上午 7:08
5 项改动说明 ( 查看 )

订阅以下载
Super Size Bed!

在 Udon 的 2 个合集中
Udon’s Mod for v1.1~1.4
11 件物品
よくばりタワーセット
7 件物品
描述
This mod adds an insanely huge bed.
There are beds for 3, 15, 30, and 100 people.

It can accommodate normal and Royal beds, but the material is limited to WoodLog.
87 条留言
Seven 8 月 31 日 下午 9:30 
Is it possible to add support for linking to Vanilla expanded furniture?
UpTheArts 7 月 18 日 上午 6:12 
@阿飞睡觉了 现在上传吧. 因为: (1) 这个 mod 并不是独一的大床 mod. (2) 您做的改进是实质性的 - 金属或者石头做的床不会容易着火.
Draxial 7 月 16 日 上午 10:37 
@阿飞睡觉了 I'd say that if the author didn't reply for over a month, you should be okay to do so
небо 7 月 12 日 下午 6:32 
大佬求1.6:misa_mendo:
LOTO 7 月 12 日 上午 5:23 
1.6?
Anny 6 月 20 日 下午 2:51 
1.6?
阿飞睡觉了 6 月 10 日 下午 7:10 
I modified your mod to make all beds exist independently and support the production of wood, stone and metal materials. Can I upload it to the creative workshop? Thank you for your Mod
阿飞睡觉了 6 月 7 日 下午 7:29 
Can you separate beds of different sizes and then support the replacement of different materials such as stone or steel?
Сільпо 4 月 25 日 下午 2:53 
Then go to the Patches folder and create Beds_Patch.xml (this name doesn't matter)
Inside your Beds_Patch.xml write this:

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/RoyalTitleDef[defName="Knight" or defName="Praetor" or defName="Baron"]/bedroomRequirements/li[@Class="RoomRequirement_ThingAnyOf"]/things</xpath>
<value>
<li>SSB_SuperRoyalBedIII</li>
<li>SSB_SuperRoyalBedIIII</li>
<li>SSB_SuperRoyalBedV</li>
<li>SSB_SuperRoyalBedVI</li>
<li>SSB_SuperRoyalBedVII</li>
<li>SSB_SuperRoyalBedVIII</li>
<li>SSB_SuperRoyalBedVIIII</li>
<li>SSB_SuperRoyalBedX</li>
</value>
</Operation>
</Patch>

This will add Royal Beds, and not simple ones.
Save it, done. Your patch should be in your unactive mods named as "My Patches". Then load it, prefferably last.