Compare commits
No commits in common. "58e866848a0ba86527ba9a23bcd7504929197a2c" and "b0b0559f17605fa7a5a5362280902443cd29d916" have entirely different histories.
58e866848a
...
b0b0559f17
@ -504,7 +504,7 @@
|
|||||||
<label>Dragonian Battle Spear</label>
|
<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>
|
<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>
|
<graphicData>
|
||||||
<texPath>Dragonian/Things/Weapon/SpearThing</texPath>
|
<texPath>Dragonian/Projectile/SpearThing</texPath>
|
||||||
<graphicClass>Graphic_Single</graphicClass>
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
<techLevel>Medieval</techLevel>
|
<techLevel>Medieval</techLevel>
|
||||||
@ -588,7 +588,7 @@
|
|||||||
<label>Dragonian Cluster Spear</label>
|
<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>
|
<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>
|
<graphicData>
|
||||||
<texPath>Dragonian/Things/Weapon/IkwaThing</texPath>
|
<texPath>Dragonian/Projectile/IkwaThing</texPath>
|
||||||
<graphicClass>Graphic_Single</graphicClass>
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
<techLevel>Medieval</techLevel>
|
<techLevel>Medieval</techLevel>
|
||||||
@ -679,7 +679,7 @@
|
|||||||
<label>Dragonian Chain Spear</label>
|
<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>
|
<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>
|
<graphicData>
|
||||||
<texPath>Dragonian/Things/Weapon/IkwaChain</texPath>
|
<texPath>Dragonian/Projectile/IkwaChain</texPath>
|
||||||
<graphicClass>Graphic_Single</graphicClass>
|
<graphicClass>Graphic_Single</graphicClass>
|
||||||
</graphicData>
|
</graphicData>
|
||||||
<techLevel>Medieval</techLevel>
|
<techLevel>Medieval</techLevel>
|
||||||
|
@ -57,4 +57,41 @@
|
|||||||
</operations>
|
</operations>
|
||||||
</Operation>
|
</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>
|
</Patch>
|
BIN
Content/Sounds/SUTeslaStorm_expc.wav
Normal file
BIN
Content/Sounds/SUTeslaStorm_expc.wav
Normal file
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