DayZ
MedicalAttention
The Player  [开发者] 2019 年 5 月 13 日 下午 2:01
Recommended economy configuration
For best experience (and maybe lethal) I recommend the following configuration:


types.xml


<type name="BloodBagEmpty">
<nominal>15</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>10</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/>
<tag name="shelves"/>
<usage name="Medic"/>
</type>


<type name="BloodTestKit">
<nominal>60</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>50</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/>
<tag name="shelves"/>
<usage name="Medic"/>
</type>


<type name="TetracyclineAntibiotics">
<nominal>15</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>10</min>
<quantmin>10</quantmin>
<quantmax>35</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/>
<tag name="shelves"/>
<usage name="Medic"/>
</type>



<type name="VitaminBottle">
<nominal>15</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>10</min>
<quantmin>5</quantmin>
<quantmax>15</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/>
<tag name="shelves"/>
<usage name="Medic"/>
</type>


<type name="SalineBag">
<nominal>20</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>15</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/>
<tag name="shelves"/>
<usage name="Medic"/>
</type>
最后由 The Player 编辑于; 2019 年 5 月 22 日 上午 4:00
< >
正在显示第 1 - 5 条,共 5 条留言
jus61 2019 年 5 月 13 日 下午 3:00 
thx
The Player  [开发者] 2019 年 5 月 22 日 上午 4:02 
I made some change. Vitamin botle should be found in Medic buildings. As bamby it's so hard to survive, at least to know you have to look for hospital.
Das_Flo 2019 年 7 月 2 日 上午 3:35 
it is possible that the remove the items from first aid kid?
The Player  [开发者] 2019 年 7 月 2 日 下午 2:09 
DayZServer\mpmissions\dayzOffline.chernarusplus\cfgspawnabletypes.xml
<type name="FirstAidKit">
<tag name="shelves" />
<cargo chance="1">
<item name="BandageDressing" />
</cargo>
<cargo chance="1">
<item name="BloodTestKit" />
</cargo>
<cargo chance="1">
<item name="BloodBagEmpty" />
</cargo>
<cargo chance="1">
<item name="StartKitIV" />
</cargo>
</type>

Modify the cargo chance
Das_Flo 2019 年 7 月 2 日 下午 11:50 
i got exactly the same settings
my weapons doesnt spawn too without any attachments
最后由 Das_Flo 编辑于; 2019 年 7 月 2 日 下午 11:54
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50