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

52 lines
1.8 KiB
JSON

[
{
"id": "ichaival",
"type": "GUN",
"looks_like": "compositebow",
"symbol": "(",
"color": "white",
"name": { "str": "Ichaival" },
"description": "Ichaival, the bow of Odin. Rumored to fire 10 arrows with every pull of the string. It has gold and silver ornaments on it, as well as an ornate Raven.",
"price": 160000,
"material": [ "orichalcum_metal", "gold", "wood" ],
"flags": [ "FIRE_TWOHAND", "STR_DRAW", "RELOAD_AND_SHOOT", "PRIMITIVE_RANGED_WEAPON", "BELTED", "WATER_FRIENDLY" ],
"skill": "archery",
"min_strength": 8,
"ammo": [ "arrow_orichalcum", "arrow" ],
"weight": "740 g",
"volume": "5 L",
"bashing": 14,
"armor_data": { "covers": [ "torso" ], "encumbrance": 14 },
"reload_noise_volume": 2,
"loudness": 5,
"ranged_damage": { "damage_type": "stab", "amount": 40 },
"range": 20,
"dispersion": 95,
"durability": 6,
"clip_size": 1,
"reload": 40,
"valid_mod_locations": [ [ "underbarrel", 1 ], [ "sights", 1 ], [ "accessories", 2 ], [ "stabilizer", 1 ], [ "dampening", 1 ] ]
},
{
"type": "AMMO",
"id": "arrow_odin",
"price": 3500,
"name": "orichalcum arrow",
"symbol": "=",
"color": "white",
"description": "An arrow composed of a sliver of orichalcum. The arrow has a mysterious glow. Has a very high chance of staying intact when fired, however can only be fired from Ichaival.",
"material": [ "wood", "orichalcum_metal" ],
"ammo_type": "arrow_orichalcum",
"volume": "145 ml",
"weight": "30 g",
"bashing": 12,
"damage": { "damage_type": "stab", "damage_multiplier": 1.95, "armor_penetration": 20 },
"dispersion": 35,
"loudness": 0,
"range": 7,
"count": 15,
"stack_size": 15,
"effects": [ "RECOVER_65" ]
}
]