DayZ
Virus Mod Light
Florian  [开发者] 2022 年 2 月 17 日 上午 3:32
The type.xml definition I am using on my Namalsk server.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="types.xsd">
<type name="Syringe">
<nominal>15</nominal>
<min>5</min>
<lifetime>7200</lifetime>
<restock>3600</restock>
<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="medical"/>
</type>
<type name="ClearSyringe">
<nominal>0</nominal>
<min>0</min>
<lifetime>7200</lifetime>
<restock>0</restock>
<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="medical"/>
</type>
<type name="BloodSyringe">
<nominal>0</nominal>
<min>0</min>
<lifetime>7200</lifetime>
<restock>0</restock>
<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="medical"/>
</type>
<type name="cure_microscope">
<nominal>5</nominal>
<min>3</min>
<lifetime>7200</lifetime>
<restock>3600</restock>
<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="medical"/>
</type>
<type name="cure_Petridish">
<nominal>5</nominal>
<min>3</min>
<lifetime>7200</lifetime>
<restock>3600</restock>
<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="medical"/>
</type>
<type name="brain_Mung_virus">
<lifetime>7200</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="MixVial">
<lifetime>7200</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="RagePathogenVial">
<lifetime>7200</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="AntiBodiesVial">
<lifetime>7200</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="RageVirusCure">
<nominal>5</nominal>
<min>3</min>
<lifetime>7200</lifetime>
<restock>3600</restock>
<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="medical"/>
</type>
</types>
最后由 Florian 编辑于; 2022 年 2 月 17 日 上午 3:37