diff --git a/1.3/Defs/ThingDef/ThingDef_Weapons.xml b/1.3/Defs/ThingDef/ThingDef_Weapons.xml index 8055d2d..529176f 100644 --- a/1.3/Defs/ThingDef/ThingDef_Weapons.xml +++ b/1.3/Defs/ThingDef/ThingDef_Weapons.xml @@ -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> diff --git a/1.3/Defs/ThingDef/ThnigDef_Test.xml b/1.3/Defs/ThingDef/ThnigDef_Test.xml new file mode 100644 index 0000000..8ccea49 --- /dev/null +++ b/1.3/Defs/ThingDef/ThnigDef_Test.xml @@ -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> \ No newline at end of file