Skip to content

Commit

Permalink
Corrected Cost Adjustment for APHC Ammo in HT (#187)
Browse files Browse the repository at this point in the history
Armor-Piercing Hardcore multiplies CPS by 2, rather than 1.5.
  • Loading branch information
dec-00 committed Nov 19, 2022
1 parent 284ec04 commit 63f8756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/High Tech/High Tech Equipment Modifiers.eqm
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"name": "Armor-Piercing Hardcore",
"reference": "HT167",
"cost_type": "to_base_cost",
"cost": "+0.5 CF"
"cost": "+1 CF"
},
{
"id": "b2e50996-a50e-4ed6-8d43-2af408a96451",
Expand Down Expand Up @@ -849,7 +849,7 @@
"name": "Armor-Piercing Hardcore",
"reference": "HT167",
"cost_type": "to_final_base_cost",
"cost": "x1.5"
"cost": "x2"
},
{
"id": "84373e5b-a632-4aca-aefc-30119a8ba9dd",
Expand Down

0 comments on commit 63f8756

Please sign in to comment.