Deflector

Deflector

This weapon Blocks both Melee and Ranged attacks. Additionally, Block Cost is reduced by {block_cost:%s}.

{
    "icon": "content/ui/textures/icons/traits/weapon_trait_081",
    "icon_small": "content/ui/textures/icons/traits/weapon_trait_081_small",
    "weapon_type_restriction": [
        "forcesword_p1_m1"
    ],
    "id": "content/items/traits/bespoke_forcesword_p1/can_block_ranged",
    "display_name": "Deflector",
    "description": "This weapon Blocks both Melee and Ranged attacks. Additionally, Block Cost is reduced by {block_cost:%s}.",
    "description_values": [
        {
            "string_key": "block_cost",
            "string_value": "22.5%",
            "rarity": "1"
        },
        {
            "string_key": "block_cost",
            "string_value": "25%",
            "rarity": "2"
        },
        {
            "string_key": "block_cost",
            "string_value": "27.5%",
            "rarity": "3"
        },
        {
            "string_key": "block_cost",
            "string_value": "30%",
            "rarity": "4"
        }
    ],
    "trait": "weapon_trait_bespoke_forcesword_p1_can_block_ranged",
    "slug": "can-block-ranged",
    "baseName": "can_block_ranged",
    "item_type": "TRAIT"
}