Instead of updating TotalPrice, you can create a new column:
TotalOff = (5 * ([Quantity]-1)
Then you can create a discount rule to discount the total of the TotalOff column. Then it won't be updated in the cart total but will add as a discount below.
How do you want the second item to work? Does it have the same discounts? What if you bought one of each?