DayZ
SkinCraft
Gahlahad 2022년 12월 29일 오전 12시 51분
types.xml info
<types>
<type name="ZombieSkinVest">
<lifetime>3888</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="0" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="ZombieSkinPants">
<lifetime>3888</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="0" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="ZombieSkinJacket">
<lifetime>3888</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="0" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="ZombieSkinMask">
<lifetime>3888</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="0" count_in_player="0" crafted="1" deloot="0"/>
</type>
</types>
< >
전체 댓글 3개 중 1~3개 표시 중
Mazzarone 2023년 3월 9일 오후 4시 11분 
Hey how's it going? I'm having a hard time with this. I added it to the types and set the craft to 0, but it kept being craftable and we want to set it to not be craftable. Am I going to have to change the mod myself or can it be by the types? knows how to do?
Sir. Vival 2024년 6월 27일 오후 3시 10분 
Can we get the types for the skin of the damned? I want to be able to add this to the trader for sale to.:steamthumbsup: I love this mod.
Sir. Vival 2024년 6월 27일 오후 3시 40분 
Nevermind I got it,:steamhappy:
</type>
<type name="ZombieSkin">
<lifetime>3888</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="0" count_in_player="0" crafted="1" deloot="0"/>
</type>
or for the trader.
{
"ClassName": "ZombieSkin",
"MaxPriceThreshold": 500,
"MinPriceThreshold": 400,
"SellPricePercent": -1.0,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
Sir. Vival 님이 마지막으로 수정; 2024년 6월 27일 오후 3시 42분
< >
전체 댓글 3개 중 1~3개 표시 중
페이지당 표시 개수: 1530 50