Skip to content

Commit

Permalink
Melee weapon balance pass
Browse files Browse the repository at this point in the history
- Throwing Axe renamed to Hatchet, slightly nerfed.
- Piston speark slightly nerfed to ~match Spiked Sledge in tier.
- Wakizashi blade slightly nerfed and price dropped.
  • Loading branch information
phobos2077 committed May 13, 2024
1 parent edd9c05 commit 89e3c82
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions proto_src/items/weapon/00000522.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ type: ITEM_TYPE_WEAPON
material: 1
size: 1
weight: 3
cost: 2000
cost: 1000
inventoryFid: 117440875
soundId: '0'
weaponData:
animationCode: 14
minDamage: 10
minDamage: 8
maxDamage: 24
damageType: DAMAGE_TYPE_NORMAL
maxRange1: 1
Expand Down
14 changes: 7 additions & 7 deletions proto_src/items/weapon/00000611.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pid: 611
messageId: 61100
name: Throwing Axe
description: 'Throwing axe. Perfectly balanced and sharpened. Work of a master blacksmith.
Min ST: 5.'
name: Hatchet
description: 'Ideal tool for chopping wood and skulls. Balanced for throwing. Min
ST: 5.'
fid: 213
lightDistance: 0
lightIntensity: 0
Expand All @@ -18,15 +18,15 @@ inventoryFid: 117440917
soundId: '4'
weaponData:
animationCode: 1
minDamage: 16
maxDamage: 24
minDamage: 10
maxDamage: 20
damageType: DAMAGE_TYPE_NORMAL
maxRange1: 18
maxRange1: 12
maxRange2: 1
projectilePid: 83886086
minStrength: 5
actionPointCost1: 5
actionPointCost2: 5
actionPointCost2: 4
criticalFailureType: 1
perk: PERK_WEAPON_KNOCKBACK
rounds: 0
Expand Down
2 changes: 1 addition & 1 deletion proto_src/items/weapon/00000638.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ soundId: '0'
weaponData:
animationCode: 3
minDamage: 12
maxDamage: 19
maxDamage: 18
damageType: DAMAGE_TYPE_NORMAL
maxRange1: 2
maxRange2: 2
Expand Down
6 changes: 3 additions & 3 deletions proto_src/items/weapon/00000639.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ type: ITEM_TYPE_WEAPON
material: 1
size: 5
weight: 8
cost: 1900
cost: 1750
inventoryFid: 117440944
soundId: '0'
weaponData:
animationCode: 4
minDamage: 15
maxDamage: 28
minDamage: 12
maxDamage: 26
damageType: DAMAGE_TYPE_NORMAL
maxRange1: 2
maxRange2: 8
Expand Down
Binary file modified root/data/proto/items/00000522.pro
Binary file not shown.
Binary file modified root/data/proto/items/00000611.pro
Binary file not shown.
Binary file modified root/data/proto/items/00000638.pro
Binary file not shown.
Binary file modified root/data/proto/items/00000639.pro
Binary file not shown.
4 changes: 2 additions & 2 deletions root/data/text/english/game/pro_item.msg
Original file line number Diff line number Diff line change
Expand Up @@ -1157,8 +1157,8 @@
{59601}{}{These pills would normally be used by people with heart problems, except in this case death would ensue. These pills have been mixed with other chemicals, resulting in a guaranteed heart-exploding experience.}
{61000}{}{.50 BMG}
{61001}{}{Large caliber ammunition 12.7x99 armour piercing. This bullets can penetrate a tank.}
{61100}{}{Throwing Axe}
{61101}{}{Throwing axe. Perfectly balanced and sharpened. Work of a master blacksmith. Min ST: 5.}
{61100}{}{Hatchet}
{61101}{}{Ideal tool for chopping wood and skulls. Balanced for throwing. Min ST: 5.}
{52901}{}{}
{61200}{}{Dragon Skin}
{61201}{}{This strange drug makes user invulnerable to fire. Nasty side effects are reported.}
Expand Down
4 changes: 2 additions & 2 deletions root/data/text/russian/game/pro_item.msg
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,8 @@
# added by phobos2077. Translated by Pyran. Corrected and added by Drobovik.
{61000}{}{.50 BMG}
{61001}{}{���������������� ����������� ���������� ������� 12.7x99�� (.50 BMG). �������� ����������� ���� ����.}
{61100}{}{����������� �������}
{61101}{}{���������� �������. ������ ������������� � �������. ������ �������������� �������. ���. ����: 5.}
{61100}{}{�������}
{61101}{}{���������� ���������� ��� ����� �������� � �������. ������������� ��� �������. ���. ����: 5.}
{61200}{}{����� �������}
{61201}{}{��� �������� ���� ������ ������� ��������������� � ����. ���� �������� �������.}
{61300}{}{����������� �������}
Expand Down

0 comments on commit 89e3c82

Please sign in to comment.