[ { "id": "pistol", "kind": "one_handed_weapon", "name": "Pistol", "description": "A regular pistol", "weight": 10.0, "ability": "pistol", "sprite": { "texture_id": "items", "texture_coords": { "x": 0, "y": 3 }, "tile_size": { "x": 16, "y": 16 }, "offset": { "x": -8.0, "y": -8.0 } } }, { "id": "sub_machine_gun", "kind": "two_handed_weapon", "name": "Sub-Machine Gun", "description": "A regular sub-machine gun", "weight": 10.0, "ability": "sub_machine_gun", "sprite": { "texture_id": "items", "texture_coords": { "x": 1, "y": 3 }, "tile_size": { "x": 16, "y": 16 }, "offset": { "x": -8.0, "y": -8.0 } } }, { "id": "blaster_pistol", "kind": "one_handed_weapon", "name": "Blaster Pistol", "description": "A blaster pistol", "weight": 10.0, "ability": "beam", "sprite": { "texture_id": "items", "texture_coords": { "x": 0, "y": 3 }, "tile_size": { "x": 16, "y": 16 }, "offset": { "x": -8.0, "y": -8.0 } } }, { "id": "quest_pistol", "kind": "one_handed_weapon", "name": "Pistol", "description": "A pistol belonging to someone", "weight": 10.0, "is_quest_item": true, "ability": "pistol", "sprite": { "texture_id": "items", "texture_coords": { "x": 0, "y": 3 }, "tile_size": { "x": 16, "y": 16 }, "offset": { "x": -8.0, "y": -8.0 } } }, { "id": "shock_baton", "kind": "one_handed_weapon", "name": "Shock Baton", "description": "A baton that shocks people", "weight": 2.0, "ability": "shock_baton", "sprite": { "texture_id": "items", "texture_coords": { "x": 2, "y": 3 }, "tile_size": { "x": 16, "y": 16 }, "offset": { "x": -8.0, "y": -8.0 } } } ]