Baselight

Valorant Weapon Stats

Contains stats of various weapons in Valorant

@kaggle.aadhavvignesh_valorant_weapon_stats

Loading...
Loading...

About this Dataset

Valorant Weapon Stats

Valorant Weapon Stats

This dataset contains various stats about the game's weapons like damage, price, fire rate, etc.

How to use it?

You can use it for any purpose, do some EDA, or bring something up with your creativity!

Tables

Valorant Stats

@kaggle.aadhavvignesh_valorant_weapon_stats.valorant_stats
  • 11.32 KB
  • 17 rows
  • 15 columns
Loading...

CREATE TABLE valorant_stats (
  "name" VARCHAR,
  "weapon_type" VARCHAR,
  "price" BIGINT,
  "fire_rate" DOUBLE,
  "wall_penetration" VARCHAR,
  "magazine_capacity" BIGINT,
  "hdmg_0" BIGINT,
  "bdmg_0" BIGINT,
  "ldmg_0" BIGINT,
  "hdmg_1" BIGINT,
  "bdmg_1" BIGINT,
  "ldmg_1" BIGINT,
  "hdmg_2" BIGINT,
  "bdmg_2" BIGINT,
  "ldmg_2" BIGINT
);

Share link

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