边缘世界 RimWorld

边缘世界 RimWorld

59 个评价
Hediff Apparel
   
奖励
收藏
已收藏
取消收藏
Mod, 1.0, 1.1, 1.2, 1.3
文件大小
发表于
更新日期
37.826 KB
2020 年 2 月 29 日 下午 9:23
2021 年 7 月 11 日 下午 8:15
3 项改动说明 ( 查看 )

订阅以下载
Hediff Apparel

描述
Load Order: Put this near the top, just under Core/Royal/Hugslib

Written by LoonyLadle and posted here for use by other modders.

https://github.com/LoonyLadle/HediffApparel
https://ludeon.com/forums/index.php?topic=49129.0

Adds a ThingComp usable in apparel defs to inflict hediffs on the wearer, without any C# required.

Example xml:

hediff.xml
<HediffDef> <hediffClass>HediffWithComps</hediffClass> <label>bulky</label> <defName>Bulky_Apparel</defName> <description>This apparel is very bulky.</description> <stages> <li> <statOffsets> <ShootingAccuracyPawn>-20</ShootingAccuracyPawn> <RangedWeapon_Cooldown>-20</RangedWeapon_Cooldown> <MeleeHitChance>-20</MeleeHitChance> <MeleeWeapon_CooldownMultiplier>-20</MeleeWeapon_CooldownMultiplier> </statOffsets> </li> </stages> </HediffDef>

apparel.xml
<Defs> <def> ... <comps> <li Class="HediffApparel.CompProperties_HediffApparel"> <hediffDef>Bulky_Apparel</hediffDef> <partsToAffect> <li>Torso</li> </partsToAffect> </li> </comps> </def>
15 条留言
KiameV  [作者] 2024 年 2 月 21 日 下午 8:48 
It may just work if you want to try it
Vulkandrache 2024 年 2 月 21 日 上午 2:41 
I would love for this to get an update, can that be arranged?
Richard Stern 2022 年 8 月 24 日 下午 1:21 
The hediffs seem to be locked on pawns after reloading a save and require another cycle of putting apparel on/off to be removed.
Ted 2021 年 5 月 4 日 下午 6:35 
I use CE thats most likely the problem
KiameV  [作者] 2021 年 5 月 4 日 下午 4:57 
Still works for my mods, what's broken?
Ted 2021 年 5 月 4 日 下午 1:30 
This does not seem to work
神殇丶听聆 2020 年 12 月 27 日 上午 8:05 
There is a problem with this mod. Many equipment and clothes added by mods are not displayed. For example, 零子科技 and Xeva Faction
S16 2020 年 8 月 12 日 上午 2:05 
@Kiame Vivacity thank you!
KiameV  [作者] 2020 年 8 月 11 日 下午 11:20 
Updated for 1.2
KiameV  [作者] 2020 年 7 月 9 日 上午 9:09 
Please send all thanks to LoonyLadle - https://ludeon.com/forums/index.php?topic=49129.0
I'm just posting here for those with steam to be able to use it with their mods =)