포탑 포탄 수정

This commit is contained in:
Cocopomel 2021-06-28 03:21:39 +09:00
parent 262e2eeff2
commit a04be3d3f7

View File

@ -234,14 +234,31 @@
</verbs> </verbs>
</ThingDef> </ThingDef>
<ThingDef ParentName="MakeableShellBase"> <ThingDef ParentName="ResourceBase">
<defName>PN_Shell_HighExplosive</defName> <defName>PN_Shell_HighExplosive</defName>
<label>PnL high-explosive shell</label> <label>PnL high-explosive shell</label>
<description>A shell filled with high explosives. Can be fired from mortars or installed as a trap. Explodes when damaged.</description> <description>...</description>
<graphicData> <graphicData>
<texPath>Things/Item/Resource/Shell/Shell_HighExplosive</texPath> <texPath>Things/Item/Resource/Shell/Shell_HighExplosive</texPath>
<graphicClass>Graphic_StackCount</graphicClass> <graphicClass>Graphic_StackCount</graphicClass>
</graphicData> </graphicData>
<techLevel>Industrial</techLevel>
<stackLimit>25</stackLimit>
<uiIconForStackCount>1</uiIconForStackCount>
<healthAffectsPrice>false</healthAffectsPrice>
<soundInteract>Metal_Drop</soundInteract>
<soundDrop>Standard_Drop</soundDrop>
<statBases>
<MaxHitPoints>60</MaxHitPoints>
<MarketValue>55</MarketValue>
<Mass>1.25</Mass>
<Flammability>1.0</Flammability>
<DeteriorationRate>1.5</DeteriorationRate>
</statBases>
<thingCategories>
<li>PN_AutomatonCatagory</li>
</thingCategories>
<tradeability>Sellable</tradeability>
<comps> <comps>
<li Class="CompProperties_Explosive"> <li Class="CompProperties_Explosive">
<explosiveRadius>3.9</explosiveRadius> <explosiveRadius>3.9</explosiveRadius>
@ -251,15 +268,25 @@
<wickTicks>30~60</wickTicks> <wickTicks>30~60</wickTicks>
</li> </li>
</comps> </comps>
<tickerType>Normal</tickerType>
<costList> <costList>
<Steel>25</Steel> <Steel>25</Steel>
<PN_AutomatonFuel>15</PN_AutomatonFuel> <PN_AutomatonFuel>15</PN_AutomatonFuel>
</costList> </costList>
<recipeMaker> <recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<effectWorking>Cook</effectWorking>
<soundWorking>Recipe_Machining</soundWorking>
<workAmount>800</workAmount>
<targetCountAdjustment>5</targetCountAdjustment>
<workSkill>Crafting</workSkill>
<recipeUsers Inherit="false"> <recipeUsers Inherit="false">
<li>PN_AutomatonBench</li> <li>PN_AutomatonBench</li>
</recipeUsers> </recipeUsers>
<researchPrerequisite>PNRP_AutoArtillery</researchPrerequisite> <researchPrerequisite>PNRP_AutoArtillery</researchPrerequisite>
<skillRequirements>
<Crafting>4</Crafting>
</skillRequirements>
</recipeMaker> </recipeMaker>
</ThingDef> </ThingDef>