Skip to content

Commit

Permalink
Merge pull request #61498 from Dan1ss1mo/cavalry_sabre_price
Browse files Browse the repository at this point in the history
Add price for graded variants of cavalry sabre
  • Loading branch information
Rivet-the-Zombie authored Oct 7, 2022
2 parents 2e49e16 + 5d7b660 commit abf6828
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@
"weight": "910 g",
"volume": "1250 ml",
"longest_side": "100 cm",
"price": 97000,
"price_postapoc": 4000,
"bashing": 5,
"cutting": 23,
"to_hit": { "grip": "solid", "length": "long", "surface": "line", "balance": "neutral" },
Expand All @@ -469,6 +471,8 @@
"description": "This is a curved sword associated with cavalry from the Early Modern period onwards. Lightweight, but a deadly slashing weapon. Features a blade of medium carbon steel and a grip of leather wrapped in wire to fit your hand better.",
"weight": "1 kg",
"cutting": 27,
"price": 97000,
"price_postapoc": 4000,
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" },
"material": [ "mc_steel" ],
"repairs_with": [ "mc_steel" ],
Expand All @@ -485,6 +489,8 @@
"description": "This is a curved sword associated with cavalry from the Early Modern period onwards. Lightweight, but a deadly slashing weapon. Features a blade of high carbon steel and a grip of leather wrapped in wire to fit your hand better.",
"weight": "1 kg",
"cutting": 29,
"price": 97000,
"price_postapoc": 4000,
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" },
"material": [ "hc_steel" ],
"repairs_with": [ "hc_steel" ],
Expand All @@ -501,6 +507,8 @@
"description": "This is a curved sword associated with cavalry from the Early Modern period onwards. Lightweight, but a deadly slashing weapon. Features a blade of hardened steel and a non-conductive grip of kevlar reinforced with tough plastic resin to fit your hand better.",
"weight": "975 g",
"cutting": 30,
"price": 97000,
"price_postapoc": 4000,
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" },
"material": [ "ch_steel" ],
"repairs_with": [ "ch_steel" ],
Expand All @@ -517,6 +525,8 @@
"description": "This is a curved sword associated with cavalry from the Early Modern period onwards. Lightweight, but a deadly slashing weapon. Features a blade of tempered steel and a non-conductive grip of kevlar reinforced with tough plastic resin to fit your hand better.",
"weight": "975 g",
"cutting": 30,
"price": 97000,
"price_postapoc": 4000,
"to_hit": { "grip": "weapon", "length": "long", "surface": "line", "balance": "neutral" },
"material": [ "qt_steel" ],
"repairs_with": [ "qt_steel" ],
Expand Down

0 comments on commit abf6828

Please sign in to comment.