Baselight

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

Loading...
Loading...

About this Dataset

List Of Characters From Labyrinth Of Touhou 2

Each character had different kind of information,
First, we had their inicial stats, and the growth per level up, of them
Second, A description of their roles into the game
Thrid, their resistances for each kind of status problems
Fourth, other stats information as acc, eva, and growth of their skills
Fifth, their affinities to the elements, which helps to resist the enemy damage according with the amount
And finaly, their weight that helps to calcule some things that involves the RNG of the "luck"

Tables

Labyrinth Of Touhou 2 Characterstats

@kaggle.kitsunesantiago_list_of_characters_from_labyrinth_of_touhou_2.labyrinth_of_touhou_2_characterstats
  • 45.87 KB
  • 56 rows
  • 54 columns
Loading...

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
);

Share link

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