포탄 카테고리 변경

This commit is contained in:
Cocopomel 2022-01-10 01:30:30 +09:00
parent da004be4e8
commit 3eaa7b4977
2 changed files with 20 additions and 24 deletions

View File

@ -147,9 +147,15 @@
<building> <building>
<fixedStorageSettings> <fixedStorageSettings>
<filter> <filter>
<categories> <thingDefs>
<li>PN_Shell</li> <li>PN_Shell_HE</li>
</categories> <li>PN_Shell_AP</li>
<li>PN_Shell_CI</li>
<li>PN_Shell_EMP</li>
<li>PN_Shell_FF</li>
<li>PN_Shell_Smoke</li>
<li>PN_Shell_AG</li>
</thingDefs>
</filter> </filter>
</fixedStorageSettings> </fixedStorageSettings>
<defaultStorageSettings> <defaultStorageSettings>
@ -324,16 +330,16 @@
<building> <building>
<fixedStorageSettings> <fixedStorageSettings>
<filter> <filter>
<categories> <thingDefs>
<li>PN_RailgunShell</li> <li>PN_Shell_RG</li>
</categories> </thingDefs>
</filter> </filter>
</fixedStorageSettings> </fixedStorageSettings>
<defaultStorageSettings> <defaultStorageSettings>
<filter> <filter>
<categories> <thingDefs>
<li>PN_RailgunShell</li> <li>PN_Shell_RG</li>
</categories> </thingDefs>
</filter> </filter>
</defaultStorageSettings> </defaultStorageSettings>
</building> </building>

View File

@ -595,13 +595,6 @@
</ThingDef> </ThingDef>
<!--레일건--> <!--레일건-->
<ThingCategoryDef>
<defName>PN_RailgunShell</defName>
<label>PnL Railgun Shell</label>
<parent>PN_AutomatonCatagory</parent>
<iconPath>UI/Icons/PNCT_PNShell</iconPath>
</ThingCategoryDef>
<ThingDef ParentName="PN_ShellBase"> <ThingDef ParentName="PN_ShellBase">
<defName>PN_Shell_RG</defName> <defName>PN_Shell_RG</defName>
<label>PnL Railgun shell</label> <label>PnL Railgun shell</label>
@ -616,21 +609,18 @@
<Flammability>1.0</Flammability> <Flammability>1.0</Flammability>
<DeteriorationRate>1.5</DeteriorationRate> <DeteriorationRate>1.5</DeteriorationRate>
</statBases> </statBases>
<thingCategories Inherit="false">
<li>PN_RailgunShell</li>
</thingCategories>
<comps> <comps>
</comps> </comps>
<costList> <costList>
<Uranium>15</Uranium> <Uranium>30</Uranium>
<Steel>25</Steel> <Steel>50</Steel>
</costList> </costList>
<costListForDifficulty> <costListForDifficulty>
<difficultyVar>classicMortars</difficultyVar> <difficultyVar>classicMortars</difficultyVar>
<costList> <costList>
<Uranium>25</Uranium> <Uranium>50</Uranium>
<Steel>25</Steel> <Steel>50</Steel>
</costList> </costList>
</costListForDifficulty> </costListForDifficulty>
</ThingDef> </ThingDef>