Project Zomboid

Project Zomboid

123 ratings
Kentucky Storage Treasure/肯塔基储物法宝
3
5
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
22.895 KB
7 Jan @ 5:15am
12 Oct @ 11:24pm
12 Change Notes ( view )

Subscribe to download
Kentucky Storage Treasure/肯塔基储物法宝

Description
朋友,你身为肯塔基的天选之人,这是属于你的超强装备!
这个模组有点不平衡,是肯塔基的修仙法宝。添加了4个超大储物法宝,分别为储物戒指、储物项链、储物腰带、储物袋,制作只需要一个干净的碎布条。
如果感觉喜欢可以尝试一下,储物道具都是50容量百分之100减重并具有滋养物品的功能(修复物品耐久,修补清理衣服,让食物保持新鲜)!!!
注意效果生效需要穿在身上,过火的食物变回新鲜之后不能重新烹饪,但是可以作为食材添加到锅内再进行烹饪。

Friend, as the chosen one of Kentucky, this is your super equipment!
This mod is a bit unbalanced and is Kentucky's cultivation treasure. Four oversized storage treasures have been added, including storage rings, storage necklaces, storage belts, and storage bags, which only require a clean cloth strip for production.
If you feel like it, you can give it a try. The storage items have a capacity of 50%, which reduces weight by 100% and has the function of nourishing items (repairing item durability, repairing and cleaning clothes, keeping food fresh)!!!
Note that the effect needs to be worn on the body. Once the burnt food returns to fresh, it cannot be re cooked, but it can be added as a food ingredient to the pot before cooking.

Workshop ID: 3402588338
Mod ID: chuwufabao
124 Comments
 [author] 25 Oct @ 6:33am 
@蜜雪冰城甜蜜蜜 如果你模组可以正常生效的话,对着背包的碎布条右键就可以制作。
蜜雪冰城甜蜜蜜 23 Oct @ 1:32am 
作者大大,在哪里制作?按B找不到
 [author] 15 Oct @ 1:56am 
@奇奇窟窟 重新订阅一下呢,我测试是没问题的,你可能没自动更新。
 [author] 15 Oct @ 1:56am 
@Aloha 锋利度好像不行,但是工具的头部和握柄应该都可以,但是磨刀石的耐久可以恢复,存一个在背包里就行
奇奇窟窟 14 Oct @ 8:14am 
好像还是不行,头部修复不了
Aloha 13 Oct @ 3:47am 
天,所以现在连工具头部和锋利度都能恢复了吗?!
 [author] 12 Oct @ 11:28pm 
@UnDeadPuff Thank you so much for your code, my friend! I have updated my mod. I hope you have fun playing it!!!
 [author] 12 Oct @ 11:26pm 
@後輩超喜歡先輩的紅茶 我以前写过这个功能的代码,但是一直都不能生效,于是便放弃了,希望原谅我的技术力不够,我也只是个普通游戏爱好者,不是代码高手,谢谢你的喜欢!!!
UnDeadPuff 12 Oct @ 4:36am 
Since I asked a while ago about it, found a fix in the end. To have the bags also repair sharpness/head durability, change

item:setCondition(item:getConditionMax())

to

item:setCondition(item:getConditionMax())
if item:hasHeadCondition() then
item:setHeadCondition(item:getHeadConditionMax())
end
if item:hasSharpness() then
item:applyMaxSharpness()
end
能不能添加给物品容量值恢复的功能 比如药品和调味品的使用值