PN_RoyalWarhammer 테스트 생성

This commit is contained in:
Cocopomel 2022-01-01 00:26:01 +09:00
parent 01737f2aa1
commit bd248c780c
3 changed files with 78 additions and 0 deletions

View File

@ -395,6 +395,84 @@
</weaponClasses> </weaponClasses>
</ThingDef> </ThingDef>
<!--==================================== 체인 롱소드 ====================================-->
<ThingDef ParentName="PN_BaseMeleeWeapon_Sharp">
<defName>PN_RoyalWarhammer</defName>
<label>PnL royal warhammer</label>
<description>[caution] : Automaton exclusive weapon.\n\nA long sword with a rotating chain saw blade. It works by linking with the automaton and receiving power.</description>
<graphicData Class="AutomataRace.GraphicData_Sprite">
<texPath>Things/Weapons/RoyalWarhammer</texPath>
<graphicClass>AutomataRace.Graphic_Sprite</graphicClass>
<totalFrameLength>120</totalFrameLength>
<keyFrames>
<li>
<frame>0</frame>
<index>0</index>
</li>
<li>
<frame>60</frame>
<index>1</index>
</li>
</keyFrames>
</graphicData>
<weaponTags>
<li>PN_Chainsword</li>
</weaponTags>
<costStuffCount>100</costStuffCount>
<thingSetMakerTags>
<li>RewardStandardQualitySuper</li>
</thingSetMakerTags>
<statBases>
<WorkToMake>18000</WorkToMake>
<Mass>4</Mass>
</statBases>
<equippedAngleOffset>45</equippedAngleOffset>
<stuffCategories>
<li>Metallic</li>
</stuffCategories>
<costList>
<ComponentIndustrial>1</ComponentIndustrial>
</costList>
<tools>
<li>
<label>handle</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>12</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>23</power>
<cooldownTime>2.4</cooldownTime>
</li>
<li>
<label>edge</label>
<capacities>
<li>Cut</li>
</capacities>
<power>23</power>
<cooldownTime>2.4</cooldownTime>
</li>
</tools>
<recipeMaker>
<researchPrerequisite>PNRP_AutomatonWeapons</researchPrerequisite>
<skillRequirements>
<Crafting>5</Crafting>
</skillRequirements>
</recipeMaker>
<comps>
</comps>
<weaponClasses>
</weaponClasses>
</ThingDef>
<!--==================================== 리볼버 ====================================--> <!--==================================== 리볼버 ====================================-->
<ThingDef ParentName="PN_BaseMakeableGun"> <ThingDef ParentName="PN_BaseMakeableGun">
<defName>PN_Revolver</defName> <defName>PN_Revolver</defName>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB