Skyrim Weapons Dataset
Data of each Weapon Available in Elder Scrolls V : Skyrim, DLCs Included
@kaggle.elmartini_skyrim_weapons_dataset
Data of each Weapon Available in Elder Scrolls V : Skyrim, DLCs Included
@kaggle.elmartini_skyrim_weapons_dataset
The Elder Scrolls V: Skyrim is an action role-playing video game developed by Bethesda Game Studios and published by Bethesda Softworks. It is the fifth main installment in the Elder Scrolls series, following 2006's The Elder Scrolls IV: Oblivion, and was released worldwide for Microsoft Windows, PlayStation 3, and Xbox 360 on November 11, 2011.
This dataset contains data for almost 300 weapons that can be used by the player in Skyrim
CREATE TABLE skyrim_weapons (
"name" VARCHAR,
"damage" BIGINT,
"weight" DOUBLE,
"gold" BIGINT,
"upgrade" VARCHAR,
"perk" VARCHAR,
"type" VARCHAR,
"category" VARCHAR,
"speed" DOUBLE
);Anyone who has the link will be able to view this.