链式肥猫

This commit is contained in:
ProjectKoi-Kalo\Kalo 2024-06-01 13:09:47 +08:00
parent 4fe3673e5d
commit f2ccc8ba12
3 changed files with 93 additions and 0 deletions

View File

@ -555,4 +555,90 @@
</modExtensions> </modExtensions>
</ThingDef> </ThingDef>
<ThingDef ParentName="BaseMeleeWeapon_Sharp_Quality">
<defName>DR_ChainSpear</defName>
<label>Dragonian Chain Spear</label>
<description>Pila are spears for throwing. They take a long time to throw, but one hit can do heavy damage. This weapon can spray and pray.</description>
<graphicData>
<texPath>Dragonian/Projectile/IkwaChain</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<techLevel>Medieval</techLevel>
<soundInteract>Interact_BeatFire</soundInteract>
<costList>
<WoolDragonian>20</WoolDragonian>
</costList>
<costStuffCount>80</costStuffCount>
<stuffCategories>
<li>Metallic</li>
</stuffCategories>
<relicChance>0</relicChance>
<statBases>
<WorkToMake>7000</WorkToMake>
<Mass>4</Mass>
<AccuracyTouch>0.60</AccuracyTouch>
<AccuracyShort>0.80</AccuracyShort>
<AccuracyMedium>0.90</AccuracyMedium>
<AccuracyLong>0.85</AccuracyLong>
<RangedWeapon_Cooldown>2.5</RangedWeapon_Cooldown>
</statBases>
<weaponTags>
<li>DR_BattlePila</li>
</weaponTags>
<weaponClasses>
<li>Ranged</li>
</weaponClasses>
<recipeMaker>
<skillRequirements>
<Crafting>10</Crafting>
</skillRequirements>
</recipeMaker>
<verbs>
<li>
<verbClass>Verb_Shoot</verbClass>
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>DRM_ChainSpear_Thrown</defaultProjectile>
<warmupTime>0.4</warmupTime>
<range>29.9</range>
<ticksBetweenBurstShots>16</ticksBetweenBurstShots>
<burstShotCount>16</burstShotCount>
<soundCast>Interact_BeatFire</soundCast>
<rangedFireRulepack>Combat_RangedFire_Thrown</rangedFireRulepack>
</li>
</verbs>
<tools>
<li>
<label>shaft</label>
<capacities>
<li>Blunt</li>
</capacities>
<power>9</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>point</label>
<capacities>
<li>Stab</li>
</capacities>
<power>20</power>
<cooldownTime>2</cooldownTime>
</li>
</tools>
</ThingDef>
<ThingDef ParentName="BaseProjectileNeolithic">
<defName>DRM_ChainSpear_Thrown</defName>
<label>Spear</label>
<graphicData>
<texPath>Dragonian/Projectile/Ikwa</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<projectile>
<damageDef>DRM_RangedStab</damageDef>
<damageAmountBase>8</damageAmountBase>
<stoppingPower>2.5</stoppingPower>
<speed>90</speed>
</projectile>
</ThingDef>
</Defs> </Defs>

View File

@ -29,5 +29,12 @@
<DR_ClusterSpear.tools.point.label>矛尖</DR_ClusterSpear.tools.point.label> <DR_ClusterSpear.tools.point.label>矛尖</DR_ClusterSpear.tools.point.label>
<DRM_ShortSpear_Thrown.label>飞矛</DRM_ShortSpear_Thrown.label> <DRM_ShortSpear_Thrown.label>飞矛</DRM_ShortSpear_Thrown.label>
<DR_ChainSpear.label>龙娘 链式飞矛</DR_ChainSpear.label>
<DR_ChainSpear.description>龙娘使用的一串飞矛。这种武器的使用者就是一个会吐出短矛的怪物。</DR_ChainSpear.description>
<DR_ChainSpear.tools.shaft.label></DR_ChainSpear.tools.shaft.label>
<DR_ChainSpear.tools.point.label>矛尖</DR_ChainSpear.tools.point.label>
<DRM_ChainSpear_Thrown.label>飞矛</DRM_ChainSpear_Thrown.label>
</LanguageData> </LanguageData>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB