Project Zomboid
Оценок: 1,608
Rebalanced Prop Moving
3
2
10
4
5
2
3
   
Наградить
В избранное
В избранном
Удалить
Mods: Balance
Размер файла
Добавлен
Изменён
266.706 KB
29 дек. 2021 г. в 12:41
27 мар. 2023 г. в 17:34
Обновлений: 14 (просмотреть)

Подпишитесь, чтобы загрузить
Rebalanced Prop Moving

Описание
Do I really need a hammer to move a couch?
I wish I could move this desk, but I haven't taken any carpentry classes!

This mod removes the nails holding your furniture and appliances to the floor!

Details:
- Furniture and appliances require no skill/tool to move.
- Fixtures like cabinets and shelves still require skills/tools.
- Break chance for props requiring skills/tools has been reduced to 30% at skill level 0, 20% at 1, 10% at 2, and 0% for >=3.
- Break chance for props not requiring skills/tools is now 0%.
- Sinks in vanilla have no associated skill and receive a 25% break chance default. Changed to 0% since apparently no skill is required!
- All the above only applies to "pickup" and "place" actions. Disassembly should not be affected by this mod.

The mod works by "whitelisting" props if their name matches certain patterns. This implies that the patterns may catch too much or too little, so feel free to provide feedback if you think some props should or should not require a skill/tool.

Note:
- Not compatible with Safer Prop Moving
- Not compatible with Disassemble Container With Items

Disclaimer: There could be big bugs in this mod! The vanilla lua code has numerous edge cases, please comment if you discover issues.

Workshop ID: 2699828474
Mod ID: RebalancedPropMoving
Комментариев: 210
Traktorist_3000 27 окт в 6:02 
work´s fine for me in MP
Hermaeous Mora 13 окт в 15:22 
Doesn't seem to work in MP. Could be mistaken though, though I don't have anything conflicting I do not think. If you have any suggestions I am all ears, this mod is great!
Mlemlom 🍈 26 авг в 15:18 
Great mod
Fopsky; Resident Nerd 23 авг в 1:42 
absolutely godsent
🍔 Vito Torpedo™ 🍔 10 авг в 16:53 
doesn't work on existing saves (from my experience)
coolninjas2000 1 июл в 10:37 
does this mod work on existing saves
Viper 15 июн в 1:12 
This mod still works great, it is smart design with the whitelisting of text strings, so it stays compatible with new stuff and new mods. I haven't ever discovered something that didn't make sense ingame. This is what good modding looks like.
Ichinin 15 мая в 3:42 
This mod is quite useful. Works fine in Build 41.78 + Multiplayer.
RobRendell 14 мая в 23:20 
Ok, I figured out what my problem was - it's a mod conflict between this mod and "Disassemble Container With Items". That mod doesn't override the ISMoveableSpriteProps.lua file wholesale, but it does patch a number of functions from the ISMoveableSpriteProps global object. Interesting that changing the load order didn't affect things...