Skip to content

Commit 9105648

Browse files
committed
Bowcaster quarrels are now cheaper, splitting and bouncing quarrels are no longer cheaper than base ammo, slightly increased the cost of splititng quarrels
1 parent 73816e5 commit 9105648

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "40-pack Splitting Crossbow Quarrels",
3+
"internal": "ammo_splittingQuarrels_40",
4+
"itemtype": "ammo",
5+
"weight": "0",
6+
"cost": "100",
7+
"ammoclass": "AMMO_QUARREL_SPLITTING",
8+
"ammoquantity": "40",
9+
"itemIcon": "gfx/item_icons/ammo_metallic_bolts.tga", //needs icon!
10+
"itemDescription": "This specially modified bowcaster quarrel ammo splits into multiple fragments when fired. The resulting spread can be quite dangerous and useful for hitting quick moving targets or clearing hallways of enemies."
11+
}

JKGalaxies/ext_data/ammo/quarrels.ammo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"shortname": "Bowcaster Quarrels",
44
"longname": "Wookiee Bowcaster Quarrel Packs",
55
"max": 100,
6-
"pricePerUnit": 3.5
6+
"pricePerUnit": 1.5
77
},
88

99
"AMMO_QUARREL_EXPLOSIVE": {
1010
"shortname": "Explosive Quarrels",
1111
"longname": "Explosive Wookiee Bowcaster Quarrel Packs",
1212
"basedOn": "AMMO_QUARREL",
1313
"max": 120,
14-
"pricePerUnit": 5,
14+
"pricePerUnit": 6.5,
1515
"overrides": {
1616
"Damage": {
1717
"multiply": 0.9
@@ -37,7 +37,7 @@
3737
"longname": "Splitting Wookiee Bowcaster Quarrel Packs",
3838
"basedOn": "AMMO_QUARREL",
3939
"max": 120,
40-
"pricePerUnit": 7,
40+
"pricePerUnit": 2.5,
4141
"overrides": {
4242
"damage": {
4343
"multiply": 0.7
@@ -72,7 +72,7 @@
7272
"longname": "Bouncing Wookiee Bowcaster Quarrel Pack",
7373
"basedOn": "AMMO_QUARREL",
7474
"max": 120,
75-
"pricePerUnit": 5,
75+
"pricePerUnit": 2,
7676
"overrides": {
7777
"damage": {
7878
"multiply": 0.8

0 commit comments

Comments
 (0)