DayZ
Soviet_MedKits
n3o 28. okt. kl. 14:34
Sample types.xml
Saw a few people wanting the class or types, I threw together a quick types example. Cheers!

<type name="Syringe_Med"> <nominal>30</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>20</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type> <type name="Syringe_Med_Blue"> <nominal>30</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>20</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type> <type name="Syringe_Med_Yellow"> <nominal>30</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>20</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type> <type name="AI2_Medkit"> <nominal>25</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>15</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type> <type name="AI2_Medkit_Blue"> <nominal>25</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>15</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type> <type name="AI2_Medkit_Yellow"> <nominal>25</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>15</min> <quantmin>100</quantmin> <quantmax>100</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="medical"/> <usage name="Medic"/> <usage name="Hospital"/> </type>