爆炸战锤

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-05-19 14:33:46 +08:00
parent 8b3aa1fee5
commit fd360b5d69
2 changed files with 104 additions and 0 deletions

View File

@ -104,6 +104,103 @@
</recipeMaker>
</ThingDef>
<ThingDef ParentName="BaseWeapon_Bladelink">
<defName>DR_BattleHammerBladelink_Ex</defName>
<label>persona Explosive battle hammer</label>
<description>A warhammer with an embedded EMP capacitor. Upon impact, it releases explosive slime on nearby enemies. Its connection to Intelligence enhances the weapon, temporarily boosting the wielder's capabilities with each strike.
\nThis weapon has an onboard persona that can bond to only a single person. The wielder and intelligent weapon can synchronize their reflexes and attack with frightening speed, accuracy, and creativity. Once bonded to a wielder, the weapon's persona will refuse to be wielded by anyone else.</description>
<statBases>
<MarketValue>3000</MarketValue>
<WorkToMake>30000</WorkToMake>
<Mass>2</Mass>
</statBases>
<relicChance>2</relicChance>
<soundInteract>Interact_BladelinkZeusHammer</soundInteract>
<meleeHitSound>DRHammerSound</meleeHitSound>
<smeltable>false</smeltable>
<equippedAngleOffset>0</equippedAngleOffset>
<graphicData>
<texPath>Dragonian/Things/Weapon/DR_BattleHammer</texPath>
<graphicClass>Graphic_Single</graphicClass>
<shaderType>CutoutComplex</shaderType>
</graphicData>
<uiIconScale>1</uiIconScale>
<weaponTags>
<li>DR_BattleHammer</li>
</weaponTags>
<tools>
<li>
<label>handle</label>
<capacities>
<li>Poke</li>
</capacities>
<power>17</power>
<cooldownTime>1.5</cooldownTime>
<chanceFactor>1</chanceFactor>
</li>
<li>
<label>head</label>
<labelUsedInLogging>false</labelUsedInLogging>
<capacities>
<li>DRM_HummerSmash</li>
</capacities>
<power>20</power>
<cooldownTime>2.5</cooldownTime>
<extraMeleeDamages>
<li>
<def>DRM_Bomb</def>
<amount>20</amount>
</li>
<li>
<def>Stun</def>
<amount>11</amount>
</li>
</extraMeleeDamages>
<chanceFactor>10</chanceFactor>
</li>
</tools>
<comps>
<li>
<compClass>CompQuality</compClass>
</li>
<li Class="DragonianMix.CompPropertiesScarletSickle_Data">
<sputteringRange>3</sputteringRange>
<sputteringNumber>5</sputteringNumber>
<sputteringDamageAmount>20</sputteringDamageAmount>
<sputteringDamage>DRM_Bomb</sputteringDamage>
<hitHediff>DRM_AwakenHeart</hitHediff>
<hitHediffSeverity>0.5</hitHediffSeverity>
</li>
<li Class="CompProperties_Biocodable"/>
<li Class="CompProperties_Art">
<nameMaker>NamerArtWeaponMelee</nameMaker>
<descriptionMaker>ArtDescription_WeaponMelee</descriptionMaker>
<minQualityForArtistic>Excellent</minQualityForArtistic>
</li>
</comps>
<costList>
<AIPersonaCore>1</AIPersonaCore>
<WoolDragonian>400</WoolDragonian>
<Steel>400</Steel>
<ComponentSpacer>5</ComponentSpacer>
</costList>
<recipeMaker>
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
<workSkill>Crafting</workSkill>
<effectWorking>Smith</effectWorking>
<soundWorking>Recipe_Smith</soundWorking>
<researchPrerequisite>Electricity</researchPrerequisite>
<skillRequirements>
<Crafting>10</Crafting>
</skillRequirements>
<recipeUsers>
<li>ElectricSmithy</li>
<li>FueledSmithy</li>
</recipeUsers>
<unfinishedThingDef>UnfinishedWeapon</unfinishedThingDef>
</recipeMaker>
</ThingDef>
<ManeuverDef>
<defName>Smash_DR_BattleHammer</defName>
<requiredCapacity>DRM_HummerSmash</requiredCapacity>

View File

@ -7,5 +7,12 @@
<DR_BattleHammerBladelink.tools.handle.label>锤柄</DR_BattleHammerBladelink.tools.handle.label>
<!-- EN: head -->
<DR_BattleHammerBladelink.tools.head.label>锤头</DR_BattleHammerBladelink.tools.head.label>
<DR_BattleHammerBladelink_Ex.label>龙娘 Δ'爆碎战锤</DR_BattleHammerBladelink_Ex.label>
<DR_BattleHammerBladelink_Ex.description>一柄附着了爆炸黏菌菌落的战锤。当击中时会向附近的敌人释放危险的爆炸黏菌。与超凡智能的联系增强了这把武器,当击中时将增强使用者。\n\n这件武器自身具备智能人格只能与一名使用者进行绑定。持有者和智能武器可以同调两者之间的本能反应以及攻击步调、准确性、创造力。一旦与持有者绑定这件武器的智能人格将拒绝其它人的使用。</DR_BattleHammerBladelink_Ex.description>
<!-- EN: handle -->
<DR_BattleHammerBladelink_Ex.tools.handle.label>锤柄</DR_BattleHammerBladelink_Ex.tools.handle.label>
<!-- EN: head -->
<DR_BattleHammerBladelink_Ex.tools.head.label>锤头</DR_BattleHammerBladelink_Ex.tools.head.label>
</LanguageData>