{ "staff_oak": { "name": "Oak Staff", "width": 1, "height": 5, "texture": "items/staff_oak.png", "color": [150, 100, 50], "weapon_skill": "athletics", "weapon_damage": 6.0, "weapon_range": 1, "hands_required": 1, "melee_knockback": 1.5 }, "sandwich": { "name": "Sandwich", "width": 2, "height": 2, "texture": "items/sandwich.png", "color": [230, 190, 100], "stackable": true, "max_stack": 4 }, "leather_jacket": { "name": "Leather Jacket", "width": 2, "height": 2, "texture": "items/leather_jacket.png", "color": [90, 60, 40], "clothing_slot": "torso", "armor_reduction": 3.0, "arm_slots_required": 2, "compatible_body_types": ["biped"] }, "reptilian_jacket": { "name": "Reptilian Jacket", "width": 2, "height": 2, "texture": "items/reptilian_jacket.png", "color": [60, 100, 60], "clothing_slot": "torso", "armor_reduction": 3.0, "arm_slots_required": 4, "compatible_body_types": ["biped"] }, "backpack_basic": { "name": "Basic Backpack", "width": 2, "height": 2, "texture": "items/backpack_basic.png", "color": [110, 90, 60], "clothing_slot": "back", "grants_inventory_size": [4, 4], "compatible_body_types": ["biped"] }, "dog_harness": { "name": "Dog Harness", "width": 2, "height": 2, "texture": "items/dog_harness.png", "color": [150, 60, 50], "clothing_slot": "torso", "armor_reduction": 2.0, "compatible_body_types": ["quadruped"] }, "dog_saddlebag": { "name": "Dog Saddlebag", "width": 2, "height": 2, "texture": "items/dog_saddlebag.png", "color": [120, 90, 60], "clothing_slot": "back", "grants_inventory_size": [3, 3], "compatible_body_types": ["quadruped"] }, "wood_planks": { "name": "Wood Planks", "width": 2, "height": 1, "texture": "items/wood_planks.png", "color": [140, 100, 60], "stackable": true, "max_stack": 10, "builds_tile_layer": "room", "builds_tile_layer_def_id": "wood_wall" }, "multi_deconstructor": { "name": "Multi-Deconstructor", "width": 1, "height": 2, "texture": "items/multi_deconstructor.png", "color": [200, 60, 60], "tool_kind": "deconstructor", "hands_required": 2 }, "constructor_tool": { "name": "Constructor", "width": 1, "height": 2, "texture": "items/constructor_tool.png", "color": [60, 160, 60], "tool_kind": "constructor", "hands_required": 2 }, "hacking_device": { "name": "Hacking Device", "width": 1, "height": 1, "texture": "items/hacking_device.png", "color": [60, 200, 200], "tool_kind": "hacking_tool", "hands_required": 1 }, "pistol_basic": { "name": "Basic Pistol", "width": 1, "height": 1, "texture": "items/pistol_basic.png", "color": [70, 70, 75], "weapon_skill": "sleight_of_hand", "weapon_damage": 8.0, "weapon_range": 6, "projectile_type": "bullet", "hands_required": 1 }, "turret_autocannon": { "name": "Turret Autocannon", "width": 1, "height": 1, "texture": "items/turret_autocannon.png", "color": [90, 90, 60], "weapon_skill": "sleight_of_hand", "weapon_damage": 14.0, "weapon_range": 9, "projectile_type": "bullet" }, "bow_basic": { "name": "Basic Bow", "width": 1, "height": 3, "texture": "items/bow_basic.png", "color": [130, 90, 50], "weapon_skill": "sleight_of_hand", "weapon_damage": 5.0, "weapon_range": 6, "projectile_type": "arrow", "hands_required": 2 }, "wooden_shield": { "name": "Wooden Shield", "width": 2, "height": 2, "texture": "items/wooden_shield.png", "color": [120, 80, 40], "hands_required": 1, "shield_block_bonus": 4.0, "blockable_projectile_types": ["arrow"] }, "heavy_shield": { "name": "Heavy Shield", "width": 2, "height": 3, "texture": "items/heavy_shield.png", "color": [90, 90, 100], "hands_required": 1, "shield_block_bonus": 6.0, "blockable_projectile_types": ["heavy_caliber"] }, "ammo_heavy_caliber": { "name": "Heavy Caliber Rounds", "width": 1, "height": 1, "texture": "items/ammo_heavy_caliber.png", "color": [80, 70, 40], "stackable": true, "max_stack": 20, "ammo_type": "heavy_caliber", "ranged_knockback": 3.0 }, "ammo_shotgun_shell": { "name": "Shotgun Shells", "width": 1, "height": 1, "texture": "items/ammo_shotgun_shell.png", "color": [180, 40, 40], "stackable": true, "max_stack": 20, "ammo_type": "shotgun_shell", "ranged_knockback": 4.0 }, "ammo_shotgun_slug": { "name": "Shotgun Slugs", "width": 1, "height": 1, "texture": "items/ammo_shotgun_slug.png", "color": [140, 30, 30], "stackable": true, "max_stack": 20, "ammo_type": "shotgun_slug", "ranged_knockback": 4.0 }, "ammo_rocket": { "name": "Rockets", "width": 1, "height": 2, "texture": "items/ammo_rocket.png", "color": [60, 90, 60], "stackable": true, "max_stack": 5, "ammo_type": "rocket", "ranged_knockback": 5.0 }, "scope_basic": { "name": "Basic Scope", "width": 1, "height": 1, "texture": "items/scope_basic.png", "color": [40, 40, 40], "attachment_kind": "scope", "aimcone_reduction_degrees": 3.0 }, "stock_basic": { "name": "Basic Stock", "width": 1, "height": 1, "texture": "items/stock_basic.png", "color": [90, 60, 40], "attachment_kind": "stock", "aimcone_reduction_degrees": 2.0 }, "extended_mag": { "name": "Extended Magazine", "width": 1, "height": 1, "texture": "items/extended_mag.png", "color": [60, 60, 65], "attachment_kind": "magazine", "magazine_capacity_bonus": 5 }, "rifle_heavy": { "name": "Heavy Rifle", "width": 1, "height": 4, "texture": "items/rifle_heavy.png", "color": [50, 50, 55], "weapon_skill": "sleight_of_hand", "weapon_damage": 14.0, "weapon_range": 8, "hands_required": 2, "compatible_ammo_types": ["heavy_caliber"], "magazine_size": 5, "aim_cone_degrees": 6.0 }, "shotgun_basic": { "name": "Basic Shotgun", "width": 1, "height": 4, "texture": "items/shotgun_basic.png", "color": [80, 55, 35], "weapon_skill": "sleight_of_hand", "weapon_damage": 4.0, "weapon_range": 5, "hands_required": 2, "compatible_ammo_types": ["shotgun_shell", "shotgun_slug"], "magazine_size": 2, "aim_cone_degrees": 45.0, "pellet_count": 6 }, "rocket_launcher": { "name": "Rocket Launcher", "width": 2, "height": 4, "texture": "items/rocket_launcher.png", "color": [50, 65, 50], "weapon_skill": "sleight_of_hand", "weapon_damage": 25.0, "weapon_range": 8, "hands_required": 2, "compatible_ammo_types": ["rocket"], "magazine_size": 1, "aim_cone_degrees": 5.0, "blast_radius": 2 }, "chronowand": { "name": "Chronowand", "width": 1, "height": 3, "texture": "items/chronowand.png", "color": [120, 90, 200], "hands_required": 1, "grants_ability": "time_warp_sphere" }, "chronoimplant": { "name": "Chronoimplant", "width": 1, "height": 1, "texture": "items/chronoimplant.png", "color": [150, 110, 220], "is_implant": true, "grants_ability": "time_warp_sphere" }, "storm_rod": { "name": "Storm Rod", "width": 1, "height": 3, "texture": "items/storm_rod.png", "color": [90, 160, 220], "hands_required": 1, "grants_ability": "launch_lightning" }, "bandage": { "name": "Bandage", "width": 1, "height": 1, "texture": "items/bandage.png", "color": [230, 230, 220], "stackable": true, "max_stack": 6 }, "sealant": { "name": "Sealant", "width": 1, "height": 1, "texture": "items/sealant.png", "color": [200, 210, 60], "stackable": true, "max_stack": 6 }, "adrenablend": { "name": "Adrenablend", "width": 1, "height": 1, "texture": "items/adrenablend.png", "color": [220, 60, 60], "stackable": true, "max_stack": 3, "hands_required": 1, "grants_ability": "adrenablend", "consumable": true }, "cyberdeck_biomechanics_mk1": { "name": "Biomechanics Model 1 Cyberdeck", "width": 1, "height": 1, "texture": "items/cyberdeck_biomechanics_mk1.png", "color": [80, 140, 220], "is_implant": true, "is_hacking_implant": true, "hack_bonus": 1 }, "cyberdeck_biomechanics_mk2": { "name": "Biomechanics Model 2 Cyberdeck", "width": 1, "height": 1, "texture": "items/cyberdeck_biomechanics_mk2.png", "color": [80, 170, 230], "is_implant": true, "is_hacking_implant": true, "hack_bonus": 2 }, "cyberdeck_infoinc_mk1": { "name": "InfoInc Cyberdeck MK1", "width": 1, "height": 1, "texture": "items/cyberdeck_infoinc_mk1.png", "color": [200, 90, 60], "is_implant": true, "is_hacking_implant": true, "hack_bonus": -3, "hack_min_roll_percent": 0.45 }, "cyberdeck_infoinc_mk2": { "name": "InfoInc Cyberdeck MK2", "width": 1, "height": 1, "texture": "items/cyberdeck_infoinc_mk2.png", "color": [210, 130, 60], "is_implant": true, "is_hacking_implant": true, "hack_bonus": 0 }, "cyberdeck_infoinc_mk3": { "name": "InfoInc Cyberdeck MK3", "width": 1, "height": 1, "texture": "items/cyberdeck_infoinc_mk3.png", "color": [220, 170, 60], "is_implant": true, "is_hacking_implant": true, "hack_bonus": 2, "hack_min_roll_percent": 0.6 }, "cyberdeck_the_miro_model_3a": { "name": "The_miro's Cyberdeck Model 3A", "width": 1, "height": 1, "texture": "items/cyberdeck_the_miro_model_3a.png", "color": [230, 60, 220], "is_implant": true, "is_hacking_implant": true, "hack_bonus": 5, "hack_min_roll_percent": 0.75, "secret": true } }