-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d2b45e
commit b54387a
Showing
7 changed files
with
251 additions
and
370 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
ModPatches/Medieval Overhaul Barbarians/Defs/Projectiles/Barbarian_Projectiles.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Defs> | ||
|
||
<!-- Projectile --> | ||
<ThingDef ParentName="BasePilumProjectile"> | ||
<defName>pphhyy_RustedJavalin_Thrown_CE</defName> | ||
<label>javelin (thrown)</label> | ||
<graphicData> | ||
<texPath>Weapons/Ranged/projectiles/Barbarian_RustedJavalin</texPath> | ||
<graphicClass>Graphic_Single</graphicClass> | ||
<drawSize>1.5</drawSize> | ||
</graphicData> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageAmountBase>13</damageAmountBase> | ||
<speed>14</speed> | ||
<armorPenetrationBlunt>6.54</armorPenetrationBlunt> | ||
<armorPenetrationSharp>2.75</armorPenetrationSharp> | ||
<preExplosionSpawnChance>0.5</preExplosionSpawnChance> | ||
<preExplosionSpawnThingDef>pphhyy_Barbarian_RustedJavalin</preExplosionSpawnThingDef> | ||
</projectile> | ||
</ThingDef> | ||
|
||
<ThingDef ParentName="BasePilumProjectile"> | ||
<defName>pphhyy_RustedThrowingAxe_Thrown_CE</defName> | ||
<label>thrown axe</label> | ||
<graphicData> | ||
<texPath>Weapons/Ranged/projectiles/Barbarian_RustedThrowingAxe</texPath> | ||
<graphicClass>Graphic_Flicker</graphicClass> | ||
</graphicData> | ||
<projectile Class="CombatExtended.ProjectilePropertiesCE"> | ||
<damageDef>Cut</damageDef> | ||
<damageAmountBase>13</damageAmountBase> | ||
<speed>18</speed> | ||
<armorPenetrationSharp>1.1</armorPenetrationSharp> | ||
<armorPenetrationBlunt>22</armorPenetrationBlunt> | ||
<preExplosionSpawnChance>0.60</preExplosionSpawnChance> | ||
<preExplosionSpawnThingDef>pphhyy_Barbarian_RustedThrowingAxe</preExplosionSpawnThingDef> | ||
</projectile> | ||
</ThingDef> | ||
|
||
</Defs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.