Smite God Base Statistics Data
Unveiling the Divine: A Comprehensive Analysis of Smite God Base Statistics
@kaggle.mattop_smite_god_base_statistics_data
Unveiling the Divine: A Comprehensive Analysis of Smite God Base Statistics
@kaggle.mattop_smite_god_base_statistics_data
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
);
Anyone who has the link will be able to view this.