테스트 파일 분리
This commit is contained in:
parent
d24a16ba0c
commit
d74d95a6ac
@ -395,92 +395,6 @@
|
||||
</weaponClasses>
|
||||
</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/PNPersonaHammer</texPath>
|
||||
<graphicClass>AutomataRace.Graphic_Sprite</graphicClass>
|
||||
<totalFrameLength>210</totalFrameLength>
|
||||
<keyFrames>
|
||||
<li>
|
||||
<frame>0</frame>
|
||||
<index>0</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>120</frame>
|
||||
<index>1</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>150</frame>
|
||||
<index>2</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>180</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">
|
||||
<defName>PN_Revolver</defName>
|
||||
|
90
1.3/Defs/ThingDef/ThnigDef_Test.xml
Normal file
90
1.3/Defs/ThingDef/ThnigDef_Test.xml
Normal file
@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
<!--==================================== 테스트 워해머 ====================================-->
|
||||
<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/PNPersonaHammer</texPath>
|
||||
<graphicClass>AutomataRace.Graphic_Sprite</graphicClass>
|
||||
<totalFrameLength>150</totalFrameLength>
|
||||
<keyFrames>
|
||||
<li>
|
||||
<frame>0</frame>
|
||||
<index>0</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>120</frame>
|
||||
<index>1</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>130</frame>
|
||||
<index>2</index>
|
||||
</li>
|
||||
<li>
|
||||
<frame>140</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>
|
||||
|
||||
</Defs>
|
Loading…
x
Reference in New Issue
Block a user