Advertisement
Baoulettes

Basic active skill for dokkan

Jan 13th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.32 KB | None | 0 0
  1. INSERT INTO "main"."active_skill_sets" ("id", "name", "effect_description", "condition_description", "turn", "exec_limit", "causality_conditions", "ultimate_special_id", "special_view_id", "bgm_id", "created_at", "updated_at") VALUES ('8000', 'active_skill_sets ID:8000 Name', 'active_skill_sets ID:8000 Description', 'active_skill_sets ID:8000 condition_description', '1', '1', '{"source":"10","compiled":10}', '', '', '87', '2020-01-07 09:30:17.396738', '2020-01-07 09:30:17.396738');
  2. INSERT INTO "main"."active_skills" ("id", "active_skill_set_id", "target_type", "sub_target_type_set_id", "calc_option", "efficacy_type", "eff_val1", "eff_val2", "eff_val3", "thumb_effect_id", "effect_se_id", "created_at", "updated_at") VALUES ('8000', '8000', '1', '0', '0', '103', '9002451', '1', '1571', '', '', '2020-01-07 09:30:17.495737', '2020-01-07 09:30:17.495737');
  3. INSERT INTO "main"."card_active_skills" ("id", "card_id", "active_skill_set_id", "created_at", "updated_at") VALUES ('80000', '1017241', '8000', '2020-01-07 09:30:59.372990', '2020-01-07 09:30:59.372990');
  4. INSERT INTO "main"."transformation_descriptions" ("id", "skill_type", "skill_id", "description", "created_at", "updated_at") VALUES ('8000', 'ActiveSkill', '8000', 'transformation_descriptions ID:8000 description', '2020-01-07 09:36:17.957069', '2020-01-07 09:36:17.957069');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement