Compare commits
2 Commits
b0b0559f17
...
58e866848a
Author | SHA1 | Date | |
---|---|---|---|
|
58e866848a | ||
|
9c486db084 |
@ -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>
|
||||
|
@ -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.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B |
Loading…
x
Reference in New Issue
Block a user