Baselight

Skyrim Weapons Dataset

Data of each Weapon Available in Elder Scrolls V : Skyrim, DLCs Included

@kaggle.elmartini_skyrim_weapons_dataset

Loading...
Loading...

About this Dataset

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

Tables

Skyrim Weapons

@kaggle.elmartini_skyrim_weapons_dataset.skyrim_weapons
  • 11.88 KB
  • 293 rows
  • 9 columns
Loading...

CREATE TABLE skyrim_weapons (
  "name" VARCHAR,
  "damage" BIGINT,
  "weight" DOUBLE,
  "gold" BIGINT,
  "upgrade" VARCHAR,
  "perk" VARCHAR,
  "type" VARCHAR,
  "category" VARCHAR,
  "speed" DOUBLE
);

Share link

Anyone who has the link will be able to view this.