asdf
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<spawnabletypes>
|
||||
<type name="ER7_Gauss">
|
||||
<attachments chance="0.05">
|
||||
<item name="ER7_Scope" chance="1.00" />
|
||||
</attachments>
|
||||
<attachments chance="0.15">
|
||||
<item name="ER7_Gauss_Battery" chance="1.00" />
|
||||
</attachments>
|
||||
<attachments chance="0.15">
|
||||
<item name="ER7_Gauss_Magazine" chance="1.00" />
|
||||
</attachments>
|
||||
</type>
|
||||
<type name="ER7_Gauss_T5">
|
||||
<attachments chance="0.05">
|
||||
<item name="ER7_Scope" chance="1.00" />
|
||||
</attachments>
|
||||
<attachments chance="0.15">
|
||||
<item name="ER7_Gauss_Battery" chance="1.00" />
|
||||
</attachments>
|
||||
<attachments chance="0.15">
|
||||
<item name="ER7_Gauss_Magazine" chance="1.00" />
|
||||
</attachments>
|
||||
</type>
|
||||
</spawnabletypes>
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<types>
|
||||
<type name="ER7_Gauss">
|
||||
<nominal>1</nominal>
|
||||
<lifetime>14400</lifetime>
|
||||
<restock>1800</restock>
|
||||
<min>1</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="lore"/>
|
||||
<usage />
|
||||
<tag name="military"/>
|
||||
<value user="Tier6"/>
|
||||
</type>
|
||||
<type name="ER7_Gauss_Battery">
|
||||
<nominal>4</nominal>
|
||||
<lifetime>14400</lifetime>
|
||||
<restock>1800</restock>
|
||||
<min>1</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"/>
|
||||
<usage />
|
||||
<tag name="military"/>
|
||||
<value user="Tier45"/>
|
||||
</type>
|
||||
<type name="ER7_Scope">
|
||||
<nominal>2</nominal>
|
||||
<lifetime>14400</lifetime>
|
||||
<restock>1800</restock>
|
||||
<min>1</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="weapons"/>
|
||||
<usage />
|
||||
<tag name="military"/>
|
||||
<value user="Tier345"/>
|
||||
</type>
|
||||
<type name="ER7_Gauss_Magazine">
|
||||
<nominal>5</nominal>
|
||||
<lifetime>14400</lifetime>
|
||||
<restock>900</restock>
|
||||
<min>2</min>
|
||||
<quantmin>10</quantmin>
|
||||
<quantmax>40</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="weapons"/>
|
||||
<usage />
|
||||
<tag name="military"/>
|
||||
<value user="Tier345"/>
|
||||
</type>
|
||||
<type name="Ammo_ER7RFW">
|
||||
<nominal>10</nominal>
|
||||
<lifetime>14400</lifetime>
|
||||
<restock>300</restock>
|
||||
<min>5</min>
|
||||
<quantmin>20</quantmin>
|
||||
<quantmax>60</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="weapons"/>
|
||||
<usage />
|
||||
<tag name="military"/>
|
||||
<value user="Tier345"/>
|
||||
</type>
|
||||
</types>
|
||||
4
modserver/old/mods/regular.namalsk/@gaussrifle/meta.cpp
Normal file
4
modserver/old/mods/regular.namalsk/@gaussrifle/meta.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
protocol = 1;
|
||||
publishedid = 2307022759;
|
||||
name = "GRW ER7 Gauss Rifle";
|
||||
timestamp = 5249463819194262378;
|
||||
7
modserver/old/mods/regular.namalsk/@gaussrifle/mod.cpp
Normal file
7
modserver/old/mods/regular.namalsk/@gaussrifle/mod.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
name = "Gauss Rifle";
|
||||
tooltip = "Gauss Rifle";
|
||||
overview = "";
|
||||
action = "";
|
||||
author = "Chris P. Bacon & InclementDab & Jacob Mango & Wardog & Inkota";
|
||||
authorID = "";
|
||||
version = "1";
|
||||
Reference in New Issue
Block a user