List Of Characters From Labyrinth Of Touhou 2
The stats are in base of the newest version of the Plus Disk Version
@kaggle.kitsunesantiago_list_of_characters_from_labyrinth_of_touhou_2
The stats are in base of the newest version of the Plus Disk Version
@kaggle.kitsunesantiago_list_of_characters_from_labyrinth_of_touhou_2
CREATE TABLE labyrinth_of_touhou_2_characterstats (
"name_character" VARCHAR,
"hp" BIGINT,
"hp_growth" DOUBLE,
"mp" BIGINT,
"mp_growth" DOUBLE,
"atk" BIGINT,
"atk_growth" DOUBLE,
"def" BIGINT,
"def_growth" DOUBLE,
"mag" BIGINT,
"mag_growth" DOUBLE,
"mnd" BIGINT,
"mnd_growth" DOUBLE,
"spd" BIGINT,
"spd_growth" DOUBLE,
"eva" BIGINT,
"acc" BIGINT,
"total" BIGINT,
"total_growth" DOUBLE,
"number_spellcards" BIGINT,
"kind_attacks" VARCHAR,
"main_role" VARCHAR,
"sub_role" VARCHAR,
"rank_by_totalgrowth" BIGINT,
"poison" BIGINT,
"paralysis" BIGINT,
"heavy" BIGINT,
"shock" BIGINT,
"terror" BIGINT,
"silence" BIGINT,
"death" BIGINT,
"debuff" BIGINT,
"totalres_against_statusproblems" BIGINT,
"tp" BIGINT,
"hp_recovery_rate" BIGINT,
"mp_recovery_rate" BIGINT,
"levelup_difficult" BIGINT,
"library_cost" BIGINT,
"rank_by_lvlupdif" BIGINT,
"rank_by_totalres" BIGINT,
"fire_affinity" BIGINT,
"cold_affinity" BIGINT,
"wind_affinity" BIGINT,
"nature_affinity" BIGINT,
"mystic_affinity" BIGINT,
"spirit_affinity" BIGINT,
"dark_affinity" BIGINT,
"physical_affinity" BIGINT,
"total_affinity" BIGINT,
"rank_by_totalaffinity" BIGINT,
"void_affinity" BIGINT,
"totalaffinity_plusdisk" BIGINT,
"rank_by_ta_plusdisk" BIGINT,
"weighted" BIGINT
);
Anyone who has the link will be able to view this.