Baselight

Smite God Base Statistics Data

Unveiling the Divine: A Comprehensive Analysis of Smite God Base Statistics

@kaggle.mattop_smite_god_base_statistics_data

Smite Gods
@kaggle.mattop_smite_god_base_statistics_data.smite_gods

  • 19.56 KB
  • 130 rows
  • 21 columns
god

God

role

Role

health

Health

health_per_lvl

Health Per Lvl

mana

Mana

mana_per_lvl

Mana Per Lvl

speed

Speed

speed_per_lvl

Speed Per Lvl

range

Range

range_per_lvl

Range Per Lvl

basic_attack_dmg

Basic Attack Dmg

attack_sec

Attack/Sec

attack_sec_per_lvl_percent

Attack/Sec Per Lvl Percent

physical_protection

Physical Protection

physical_protection_per_lvl

Physical Protection Per Lvl

magical_protection

Magical Protection

magical_protection_per_lvl

Magical Protection Per Lvl

hp5

HP5

hp5_per_lvl

HP5 Per Lvl

mp5

MP5

mp5_per_lvl

MP5 Per Lvl

AchillesWarrior66589205353701638 (+ 2) + 100% of Physical Power0.951.25243.2321.690.754.70.39
AgniMage50475255453555534 (+ 1.5) + 20% of Magical Power11.2152.8301.670.474.70.37
Ah_Muzen_CabHunter63082230403655533 (+ 2.5) + 100% of Physical Power0.951.7173.2301.670.714.40.38
Ah_PuchMage63079265553655535 (+ 1.5) + 20% of Magical Power0.860.95182.9301.660.454.90.42
AmaterasuWarrior67289220353751239 (+ 2) + 100% of Physical Power11.4253.2321.680.84.80.4
AnhurHunter64482220353655535 (+ 2.5) + 100% of Physical Power11.7153301.680.694.50.32
AnubisMage53274280583605535 (+ 1.5) + 20% of Magical Power0.860.99142.7301.670.454.80.36
Ao_KuangMage56086240383751235 (+ 2.4) + 20% of Magical Power11.95173.2301.6100.74.80.41
AphroditeMage53271240433555532 (+ 1.45) + 20% of Magical Power0.870.95132.9301.660.454.80.41
ApolloHunter63081225403655535 (+ 2.6) + 100% of Physical Power0.951.7172.9301.680.694.60.4

CREATE TABLE smite_gods (
  "god" VARCHAR,
  "role" VARCHAR,
  "health" DOUBLE,
  "health_per_lvl" DOUBLE,
  "mana" DOUBLE,
  "mana_per_lvl" DOUBLE,
  "speed" DOUBLE,
  "speed_per_lvl" DOUBLE,
  "range" DOUBLE,
  "range_per_lvl" DOUBLE,
  "basic_attack_dmg" VARCHAR,
  "attack_sec" DOUBLE,
  "attack_sec_per_lvl_percent" DOUBLE,
  "physical_protection" DOUBLE,
  "physical_protection_per_lvl" DOUBLE,
  "magical_protection" DOUBLE,
  "magical_protection_per_lvl" DOUBLE,
  "hp5" DOUBLE,
  "hp5_per_lvl" DOUBLE,
  "mp5" DOUBLE,
  "mp5_per_lvl" DOUBLE
);

Share link

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