Baselight

Genshin Impact Characters Stats

Genshin Impact characters' base stats

@kaggle.genshinplayer_genshin_impact_characters_stats

Genshin Impact All Character Stat
@kaggle.genshinplayer_genshin_impact_characters_stats.genshin_impact_all_character_stat

  • 13.75 KB
  • 574 rows
  • 10 columns
character

Character

lv

Lv

rarity

Rarity

element

Element

weapon

Weapon

main_role

Main Role

ascension

Ascension

base_hp

Base HP

base_atk

Base ATK

base_def

Base DEF

Amber14PyroBowSub DPSATK7931950
Amber204PyroBowSub DPSATK203848129
Amber204PyroBowSub DPSATK263062167
Amber404PyroBowSub DPSATK394093250
Amber404PyroBowSub DPSATK4361103277
Amber504PyroBowSub DPSATK5016118318
Amber504PyroBowSub DPSATK5578131354
Amber604PyroBowSub DPSATK6233147396
Amber604PyroBowSub DPSATK6654157422
Amber704PyroBowSub DPSATK7309172464

CREATE TABLE genshin_impact_all_character_stat (
  "character" VARCHAR,
  "lv" BIGINT,
  "rarity" BIGINT,
  "element" VARCHAR,
  "weapon" VARCHAR,
  "main_role" VARCHAR,
  "ascension" VARCHAR,
  "base_hp" BIGINT,
  "base_atk" BIGINT,
  "base_def" BIGINT
);

Share link

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