magiclysm-bn/items/enchanted_unarmed.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

114 lines
3.9 KiB
JSON

[
{
"type": "GENERIC",
"id": "cestus_plus_one",
"copy-from": "cestus",
"looks_like": "cestus",
"name": "cestus +1",
"proportional": { "price": 3.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"relative": { "to_hit": 1 }
},
{
"type": "GENERIC",
"id": "cestus_plus_two",
"copy-from": "cestus",
"looks_like": "cestus",
"name": "cestus +2",
"proportional": { "price": 6.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"relative": { "to_hit": 2 }
},
{
"type": "GENERIC",
"id": "flaming_fist",
"symbol": "3",
"color": "red",
"name": { "str": "flaming fist" },
"description": "A heavy metal guard that covers the fist and increases striking power, with stout padding underneath to protect the wearers hand. It has been enchanted to emit dark magical flames that only harm enemies.",
"looks_like": "cestus",
"material": [ "steel", "leather" ],
"volume": "500 ml",
"weight": "970 g",
"to_hit": 2,
"bashing": 12,
"qualities": [ [ "HAMMER", 1 ] ],
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE", "FLAMING" ]
},
{
"type": "GENERIC",
"id": "flaming_fist_plus_one",
"copy-from": "flaming_fist",
"looks_like": "flaming_fist",
"name": "flaming fist +1",
"proportional": { "price": 3.0, "bashing": 1.1, "cutting": 1.1, "weight": 0.9 },
"relative": { "to_hit": 1 }
},
{
"type": "GENERIC",
"id": "flaming_fist_plus_two",
"copy-from": "flaming_fist",
"looks_like": "flaming_fist",
"name": "flaming fist +2",
"proportional": { "price": 6.0, "bashing": 1.2, "cutting": 1.2, "weight": 0.8 },
"relative": { "to_hit": 2 }
},
{
"type": "GENERIC",
"id": "gauntlet_pounding",
"symbol": "3",
"color": "light_gray",
"name": { "str": "gauntlet of pounding", "str_pl": "gauntlets of pounding" },
"description": "A large gleaming metal gauntlet covered in magical symbols that allows you to land astoundingly powerful blows.",
"material": [ "superalloy" ],
"volume": "1 L",
"weight": "981 g",
"bashing": 34,
"to_hit": 3,
"qualities": [ [ "HAMMER", 2 ] ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NONCONDUCTIVE", "OVERSIZE", "MESSY" ]
},
{
"id": "shotcestus",
"copy-from": "shotgun_base",
"type": "GUN",
"name": { "str": "shotcestus", "str_pl": "shotcesti" },
"description": "A sawn-off double-barrel shotgun mounted on a metal cestus. The lack of a stock to absorb recoil means some strength is required to fire.",
"weight": "1566 g",
"volume": "1500 ml",
"price": 20000,
"bashing": 12,
"material": [ "steel" ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"min_strength": 7,
"ranged_damage": { "damage_type": "bullet", "amount": 1 },
"dispersion": 855,
"durability": 6,
"blackpowder_tolerance": 66,
"clip_size": 2,
"range": -8,
"modes": [ [ "DEFAULT", "single", 1 ], [ "DOUBLE", "double", 2 ] ],
"reload": 200,
"barrel_length": 2,
"valid_mod_locations": [ [ "mechanism", 1 ] ],
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "NEVER_JAMS", "RELOAD_EJECT", "RELOAD_ONE" ],
"faults": [ "fault_gun_blackpowder", "fault_gun_dirt" ]
},
{
"type": "GENERIC",
"id": "rune_earthshaper_weapon",
"symbol": "3",
"color": "light_gray",
"name": { "str": "Earthshaper cestus", "str_pl": "Earthshaper cesti" },
"//": "Equivalent to cestus +1 with BRUTAL and WBLOCK1",
"description": "A stone battle glove with carved runes encasing the hand, protecting it while increasing striking power. There is an Earthshaper rune embedded in the palm.",
"material": [ "stone", "leather", "steel" ],
"volume": "500 ml",
"weight": "873 g",
"bashing": 13,
"to_hit": 1,
"qualities": [ [ "HAMMER", 1 ] ],
"techniques": [ "WBLOCK_1", "BRUTAL" ],
"flags": [ "UNARMED_WEAPON", "DURABLE_MELEE", "TRADER_AVOID", "MAGIC_FOCUS" ]
}
]