RimWorld
RIMMSqol
396件中 221-230 を表示
< 1 ... 21  22  23  24  25 ... 40 >
更新: 2021年5月18日 @ 18時07分

Added property "Refund Ratio" to "floors and terrain" section.

更新: 2021年5月18日 @ 5時50分

Added thingCategory "Minified". Buildings marked as minified that have no associated thingCategory are added here so that they can be stored in stockpiles.

Added "Label" property to items.

Added "Recipes" property to buildings and races. Workbenches can define available recipes in addition to "Users" property on recipes. Races can define operation bills. It is possible to define non operation recipes to a race but they won't show up in the user interface. So it is not possible to cook a simple meal on a pawn even if he is set on fire.

Bug-Fix: The capitalized versions of labels were cached and changes to labels would only apply to their capitalized form after a restart. They now update immediately.

更新: 2021年5月13日 @ 13時51分

Added minifiable and stealable properties to buildings.

更新: 2021年5月12日 @ 0時34分

Added materials property to apparel.

更新: 2021年4月18日 @ 2時44分

Bug-Fix: Fixed an issue with HugsLib when displaying tooltips on the info button in the mod menu.

Added support for "Ducks' Insane Skills" so that pawns can be edited without capping skills at level 20.

更新: 2021年4月13日 @ 6時08分

Added setting to change the max width of tooltips under general settings.

更新: 2021年3月19日 @ 17時05分

Added instructions for autosorting to mod info file. Old versions will complain about the unknown property but that can be ignored. I figure most people are past those versions by now.

Added the ability to use things in city contributions. Just like needs, resources and indicators. An entry contains the defName of the thing an optional quality, flat and factor. This placed in the outputPerCycle part of a kitchens action would spawn actual meals in the city inventory.

<things>
<li>
<def>MealSimple</def>
<flat>1</flat>
<factor>1</factor>
</li>
</things>

更新: 2021年2月25日 @ 0時45分

Bug-Fix: Corrected filter for trading with cities/remnants it should exclude any pawn trading and allow any other tradeable item.

更新: 2021年2月24日 @ 12時23分

Added ability to send animals into cities.

Food requirements for pawns, both flesh and mechanical, is now based on their individual hunger rate and not a static number. That means health conditions and traits can change how much food a pawn needs inside a city. The baseline for a human is 1. Animals consume a fifth of their normal hunger rate.

Removed the "Lawform" indicator since it was only a proof of concept.

更新: 2021年2月13日 @ 21時48分

Added power, battery and heat pusher properties to buildings.

Removed obsolete "power buildings" category. The "base power" can now be set on the building under "power properties".