Skip to content

Commit

Permalink
the ammo costs more money than the canisters. selling an empty canist…
Browse files Browse the repository at this point in the history
…er is now a negative.
  • Loading branch information
Daved27hundred committed Jan 14, 2025
1 parent 3b8fa83 commit f471298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/json/items/ammo/exodii.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"damage": { "damage_type": "bullet", "amount": 44, "armor_penetration": 4 },
"recoil": 10,
"dispersion": 20,
"price_postapoc": "8 USD",
"price_postapoc": "10 USD 80 cent",
"color": "green",
"symbol": "=",
"weight": "12 g",
Expand All @@ -270,7 +270,7 @@
"damage": { "damage_type": "acid", "amount": 30, "armor_penetration": 4 },
"copy-from": "khuunaofaai_ammo_firework",
"weight": "6 g",
"price_postapoc": "5 USD"
"price_postapoc": "8 USD 66 cent"
},
{
"id": "33naval_ball",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/magazine/exodii.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"color": "light_gray",
"ammo_type": [ "khuunaofaai_payload" ],
"longest_side": "160 mm",
"price_postapoc": "24 USD 80 cent",
"price_postapoc": "10 USD",
"pocket_data": [
{
"pocket_type": "MAGAZINE",
Expand Down Expand Up @@ -107,7 +107,7 @@
"weight": 1
}
],
"price_postapoc": "38 USD 50 cent",
"price_postapoc": "10 USD",
"pocket_data": [
{
"pocket_type": "MAGAZINE",
Expand Down

0 comments on commit f471298

Please sign in to comment.