Skip to content

Commit

Permalink
Estoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew4484 committed Jul 29, 2022
1 parent fc0e6a8 commit 73454d4
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,92 @@
"category": "weapons",
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 8 ] ]
},
{
"id": "lc_estoc",
"type": "GENERIC",
"category": "weapons",
"symbol": "/",
"color": "light_gray",
"name": { "str": "mild steel estoc" },
"description": "This is a thin thrusting sword, a sort of predecessor to the rapier. It requires a larger baldric or scabbard, compared to smaller swords. The entire piece is made with mild carbon steel.",
"weight": "1814 g",
"volume": "2750 ml",
"longest_side": "130 cm",
"bashing": 11,
"cutting": 32,
"price": 135000,
"price_postapoc": 5000,
"material": [ "lc_steel" ],
"techniques": [ "WBLOCK_2", "PRECISE" ],
"flags": [ "STAB", "SHEATH_SWORD", "CONDUCTIVE" ],
"weapon_category": [ "MEDIEVAL_SWORDS", "LONG_SWORDS", "FENCING_WEAPONRY" ],
"to_hit": { "grip": "solid", "length": "long", "surface": "point", "balance": "good" },
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 7 ] ]
},
{
"id": "mc_estoc",
"type": "GENERIC",
"name": { "str": "medium steel estoc" },
"description": "This is a thin thrusting sword, a sort of predecessor to the rapier. It requires a larger baldric or scabbard, compared to smaller swords. Features a blade of medium carbon steel and a grip of leather wrapped in wire to fit your hand better.",
"weight": "1904 g",
"cutting": 36,
"price": 135000,
"price_postapoc": 5000,
"material": [ "mc_steel", "leather" ],
"techniques": [ "WBLOCK_2", "PRECISE" ],
"flags": [ "STAB", "SHEATH_SWORD", "NONCONDUCTIVE" ],
"weapon_category": [ "MEDIEVAL_SWORDS", "LONG_SWORDS", "FENCING_WEAPONRY" ],
"to_hit": { "grip": "weapon", "length": "long", "surface": "point", "balance": "good" },
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 8 ] ]
},
{
"id": "hc_estoc",
"type": "GENERIC",
"name": { "str": "high steel estoc" },
"description": "This is a thin thrusting sword, a sort of predecessor to the rapier. It requires a larger baldric or scabbard, compared to smaller swords. Features a blade of high carbon steel and a grip of leather wrapped in wire to fit your hand better.",
"weight": "1904 g",
"cutting": 40,
"price": 135000,
"price_postapoc": 5000,
"material": [ "hc_steel", "leather" ],
"techniques": [ "WBLOCK_2", "PRECISE" ],
"flags": [ "STAB", "DURABLE_MELEE", "SHEATH_SWORD", "NONCONDUCTIVE" ],
"weapon_category": [ "MEDIEVAL_SWORDS", "LONG_SWORDS", "FENCING_WEAPONRY" ],
"to_hit": { "grip": "weapon", "length": "long", "surface": "point", "balance": "good" },
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 9 ] ]
},
{
"id": "ch_estoc",
"type": "GENERIC",
"name": { "str": "hardened estoc" },
"description": "This is a thin thrusting sword, a sort of predecessor to the rapier. It requires a larger baldric or scabbard, compared to smaller swords. Features a blade of hardened steel and a non-conductive grip of kevlar reinforced with epoxy to fit your hand better.",
"weight": "1879 g",
"cutting": 41,
"price": 135000,
"price_postapoc": 5000,
"material": [ "hc_steel", "kevlar", "epoxy" ],
"techniques": [ "WBLOCK_2", "PRECISE" ],
"flags": [ "STAB", "DURABLE_MELEE", "SHEATH_SWORD", "NONCONDUCTIVE" ],
"weapon_category": [ "MEDIEVAL_SWORDS", "LONG_SWORDS", "FENCING_WEAPONRY" ],
"to_hit": { "grip": "weapon", "length": "long", "surface": "point", "balance": "good" },
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 9 ] ]
},
{
"id": "qt_estoc",
"type": "GENERIC",
"name": { "str": "tempered estoc" },
"description": "This is a thin thrusting sword, a sort of predecessor to the rapier. It requires a larger baldric or scabbard, compared to smaller swords. Features a blade of tempered steel and a non-conductive grip of kevlar reinforced with epoxy to fit your hand better.",
"weight": "1879 g",
"cutting": 43,
"price": 135000,
"price_postapoc": 5000,
"material": [ "hc_steel", "kevlar", "epoxy" ],
"techniques": [ "WBLOCK_2", "PRECISE" ],
"flags": [ "STAB", "DURABLE_MELEE", "SHEATH_SWORD", "NONCONDUCTIVE" ],
"weapon_category": [ "MEDIEVAL_SWORDS", "LONG_SWORDS", "FENCING_WEAPONRY" ],
"to_hit": { "grip": "weapon", "length": "long", "surface": "point", "balance": "good" },
"qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ]
},
{
"id": "estoc_inferior",
"copy-from": "estoc",
Expand Down

0 comments on commit 73454d4

Please sign in to comment.