Compare commits

...

2 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
58e866848a 暂存 2024-06-04 09:12:40 +08:00
ProjectKoi-Kalo\Kalo
9c486db084 删掉没意义的patch 2024-06-04 09:10:06 +08:00
6 changed files with 3 additions and 40 deletions

View File

@ -504,7 +504,7 @@
<label>Dragonian Battle Spear</label>
<description>Pila are spears for throwing. They take a long time to throw, but one hit can do heavy damage. This weapon represents a bundle of pila and can be thrown over and over. The singular of pila is pilum.</description>
<graphicData>
<texPath>Dragonian/Projectile/SpearThing</texPath>
<texPath>Dragonian/Things/Weapon/SpearThing</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<techLevel>Medieval</techLevel>
@ -588,7 +588,7 @@
<label>Dragonian Cluster 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 throw a cluster spear at one time.</description>
<graphicData>
<texPath>Dragonian/Projectile/IkwaThing</texPath>
<texPath>Dragonian/Things/Weapon/IkwaThing</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<techLevel>Medieval</techLevel>
@ -679,7 +679,7 @@
<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>
<texPath>Dragonian/Things/Weapon/IkwaChain</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<techLevel>Medieval</techLevel>

View File

@ -57,41 +57,4 @@
</operations>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="DR_BattleStaff"]/tools</xpath>
<value>
<tools>
<li>
<label>handle</label>
<capacities>
<li>Poke</li>
</capacities>
<power>8</power>
<cooldownTime>2</cooldownTime>
</li>
<li>
<label>physical-magic</label>
<capacities>
<li>Blunt</li>
<li>Demolish</li>
</capacities>
<power>15</power>
<extraMeleeDamages>
<li>
<def>Bomb</def>
<amount>40</amount>
<chance>1</chance>
</li>
<li>
<def>Stun</def>
<amount>1.5</amount>
<chance>0.25</chance>
</li>
</extraMeleeDamages>
<cooldownTime>5.2</cooldownTime>
</li>
</tools>
</value>
</Operation>
</Patch>

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 402 B