From 6f18a2586098173d63fab65279c772e6e1219c36 Mon Sep 17 00:00:00 2001 From: frzyc Date: Mon, 27 Jan 2025 16:59:42 -0500 Subject: [PATCH] ZO add dm and stats (#2634) * ZO add zzz_dm using hakush.in * get HakushinData * add zzz-stats * baboom * fix bugs --- .gitmodules | 3 + apps/zzz-frontend/src/app/PageHome.tsx | 8 +- libs/common/pipeline/src/index.ts | 1 + libs/common/pipeline/src/lib/fetch.ts | 27 + libs/common/util/src/lib/numDisplay.ts | 8 +- libs/common/util/src/lib/object.ts | 9 + .../stats/src/executors/gen-stats/executor.ts | 12 +- libs/zzz/consts/src/character.ts | 28 +- libs/zzz/consts/src/common.ts | 2 + libs/zzz/consts/src/formula.ts | 8 + libs/zzz/consts/src/index.ts | 2 + libs/zzz/consts/src/wengine.ts | 65 + libs/zzz/db-ui/src/hooks/index.ts | 1 + libs/zzz/db-ui/src/hooks/useCharacter.ts | 8 + .../DataManagers/CharacterDataManager.ts | 201 ++ .../zzz/db/src/Database/DataManagers/index.ts | 1 + libs/zzz/db/src/Database/Database.ts | 10 +- libs/zzz/db/src/Database/exim.ts | 5 +- libs/zzz/disc-scanner/src/lib/enStringMap.ts | 1 + libs/zzz/dm/.babelrc | 10 + libs/zzz/dm/.eslintrc.json | 21 + libs/zzz/dm/.gitignore | 2 + libs/zzz/dm/HakushinData/bangboo.json | 312 +++ libs/zzz/dm/HakushinData/bangboo/53001.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53002.json | 280 ++ libs/zzz/dm/HakushinData/bangboo/53003.json | 267 ++ libs/zzz/dm/HakushinData/bangboo/53004.json | 265 ++ libs/zzz/dm/HakushinData/bangboo/53005.json | 357 +++ libs/zzz/dm/HakushinData/bangboo/53006.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53007.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53008.json | 187 ++ libs/zzz/dm/HakushinData/bangboo/53009.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53010.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53011.json | 265 ++ libs/zzz/dm/HakushinData/bangboo/53012.json | 187 ++ libs/zzz/dm/HakushinData/bangboo/53013.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/53015.json | 336 +++ libs/zzz/dm/HakushinData/bangboo/53017.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54001.json | 336 +++ libs/zzz/dm/HakushinData/bangboo/54002.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54003.json | 426 +++ libs/zzz/dm/HakushinData/bangboo/54004.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54005.json | 352 +++ libs/zzz/dm/HakushinData/bangboo/54006.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54008.json | 340 +++ libs/zzz/dm/HakushinData/bangboo/54009.json | 336 +++ libs/zzz/dm/HakushinData/bangboo/54011.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54012.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54013.json | 396 +++ libs/zzz/dm/HakushinData/bangboo/54014.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/54015.json | 332 +++ libs/zzz/dm/HakushinData/bangboo/55001.json | 160 ++ libs/zzz/dm/HakushinData/bangboo/55002.json | 160 ++ libs/zzz/dm/HakushinData/bangboo/56001.json | 115 + libs/zzz/dm/HakushinData/character.json | 531 ++++ libs/zzz/dm/HakushinData/character/1011.json | 1295 +++++++++ libs/zzz/dm/HakushinData/character/1021.json | 1307 +++++++++ libs/zzz/dm/HakushinData/character/1031.json | 2036 ++++++++++++++ libs/zzz/dm/HakushinData/character/1041.json | 1469 ++++++++++ libs/zzz/dm/HakushinData/character/1061.json | 1507 +++++++++++ libs/zzz/dm/HakushinData/character/1071.json | 1669 ++++++++++++ libs/zzz/dm/HakushinData/character/1081.json | 1379 ++++++++++ libs/zzz/dm/HakushinData/character/1091.json | 1599 +++++++++++ libs/zzz/dm/HakushinData/character/1101.json | 1589 +++++++++++ libs/zzz/dm/HakushinData/character/1111.json | 1549 +++++++++++ libs/zzz/dm/HakushinData/character/1121.json | 1358 ++++++++++ libs/zzz/dm/HakushinData/character/1131.json | 1654 ++++++++++++ libs/zzz/dm/HakushinData/character/1141.json | 1755 ++++++++++++ libs/zzz/dm/HakushinData/character/1151.json | 1575 +++++++++++ libs/zzz/dm/HakushinData/character/1161.json | 1815 +++++++++++++ libs/zzz/dm/HakushinData/character/1171.json | 1567 +++++++++++ libs/zzz/dm/HakushinData/character/1181.json | 1198 +++++++++ libs/zzz/dm/HakushinData/character/1191.json | 1629 +++++++++++ libs/zzz/dm/HakushinData/character/1201.json | 1578 +++++++++++ libs/zzz/dm/HakushinData/character/1211.json | 1212 +++++++++ libs/zzz/dm/HakushinData/character/1221.json | 1543 +++++++++++ libs/zzz/dm/HakushinData/character/1241.json | 1580 +++++++++++ libs/zzz/dm/HakushinData/character/1251.json | 1544 +++++++++++ libs/zzz/dm/HakushinData/character/1261.json | 1664 ++++++++++++ libs/zzz/dm/HakushinData/character/1271.json | 1351 ++++++++++ libs/zzz/dm/HakushinData/character/1281.json | 1443 ++++++++++ libs/zzz/dm/HakushinData/character/1311.json | 1578 +++++++++++ libs/zzz/dm/HakushinData/character/1321.json | 1588 +++++++++++ libs/zzz/dm/HakushinData/character/1351.json | 1133 ++++++++ libs/zzz/dm/HakushinData/character/1361.json | 1312 +++++++++ libs/zzz/dm/HakushinData/character/1381.json | 1198 +++++++++ libs/zzz/dm/HakushinData/character/2011.json | 73 + libs/zzz/dm/HakushinData/character/2021.json | 73 + libs/zzz/dm/HakushinData/equipment.json | 412 +++ libs/zzz/dm/HakushinData/equipment/31000.json | 9 + libs/zzz/dm/HakushinData/equipment/31100.json | 9 + libs/zzz/dm/HakushinData/equipment/31200.json | 9 + libs/zzz/dm/HakushinData/equipment/31300.json | 9 + libs/zzz/dm/HakushinData/equipment/31400.json | 9 + libs/zzz/dm/HakushinData/equipment/31500.json | 9 + libs/zzz/dm/HakushinData/equipment/31600.json | 9 + libs/zzz/dm/HakushinData/equipment/31800.json | 9 + libs/zzz/dm/HakushinData/equipment/31900.json | 9 + libs/zzz/dm/HakushinData/equipment/32200.json | 9 + libs/zzz/dm/HakushinData/equipment/32300.json | 9 + libs/zzz/dm/HakushinData/equipment/32400.json | 9 + libs/zzz/dm/HakushinData/equipment/32500.json | 9 + libs/zzz/dm/HakushinData/equipment/32600.json | 9 + libs/zzz/dm/HakushinData/equipment/32700.json | 9 + libs/zzz/dm/HakushinData/equipment/32800.json | 9 + libs/zzz/dm/HakushinData/equipment/32900.json | 9 + libs/zzz/dm/HakushinData/equipment/33000.json | 9 + libs/zzz/dm/HakushinData/monster.json | 2378 +++++++++++++++++ libs/zzz/dm/HakushinData/monster/10000.json | 97 + libs/zzz/dm/HakushinData/monster/100001.json | 97 + libs/zzz/dm/HakushinData/monster/100002.json | 16 + libs/zzz/dm/HakushinData/monster/100003.json | 16 + libs/zzz/dm/HakushinData/monster/100004.json | 97 + libs/zzz/dm/HakushinData/monster/10001.json | 97 + libs/zzz/dm/HakushinData/monster/100011.json | 97 + libs/zzz/dm/HakushinData/monster/100012.json | 16 + libs/zzz/dm/HakushinData/monster/100013.json | 16 + libs/zzz/dm/HakushinData/monster/100014.json | 97 + libs/zzz/dm/HakushinData/monster/10002.json | 97 + libs/zzz/dm/HakushinData/monster/100021.json | 97 + libs/zzz/dm/HakushinData/monster/10003.json | 97 + libs/zzz/dm/HakushinData/monster/100031.json | 97 + libs/zzz/dm/HakushinData/monster/100032.json | 16 + libs/zzz/dm/HakushinData/monster/100033.json | 16 + libs/zzz/dm/HakushinData/monster/10004.json | 97 + libs/zzz/dm/HakushinData/monster/100041.json | 97 + libs/zzz/dm/HakushinData/monster/100042.json | 16 + libs/zzz/dm/HakushinData/monster/100043.json | 16 + libs/zzz/dm/HakushinData/monster/100044.json | 97 + libs/zzz/dm/HakushinData/monster/10005.json | 97 + libs/zzz/dm/HakushinData/monster/100051.json | 97 + libs/zzz/dm/HakushinData/monster/10006.json | 97 + libs/zzz/dm/HakushinData/monster/100061.json | 97 + libs/zzz/dm/HakushinData/monster/10007.json | 97 + libs/zzz/dm/HakushinData/monster/100071.json | 97 + libs/zzz/dm/HakushinData/monster/10008.json | 97 + libs/zzz/dm/HakushinData/monster/100081.json | 97 + libs/zzz/dm/HakushinData/monster/10009.json | 97 + libs/zzz/dm/HakushinData/monster/100091.json | 97 + libs/zzz/dm/HakushinData/monster/10010.json | 97 + libs/zzz/dm/HakushinData/monster/100101.json | 16 + libs/zzz/dm/HakushinData/monster/10011.json | 97 + libs/zzz/dm/HakushinData/monster/100111.json | 16 + libs/zzz/dm/HakushinData/monster/10012.json | 97 + libs/zzz/dm/HakushinData/monster/100121.json | 16 + libs/zzz/dm/HakushinData/monster/10013.json | 16 + libs/zzz/dm/HakushinData/monster/100131.json | 16 + libs/zzz/dm/HakushinData/monster/10014.json | 97 + libs/zzz/dm/HakushinData/monster/100141.json | 97 + libs/zzz/dm/HakushinData/monster/10015.json | 97 + libs/zzz/dm/HakushinData/monster/100151.json | 97 + libs/zzz/dm/HakushinData/monster/10016.json | 97 + libs/zzz/dm/HakushinData/monster/100161.json | 97 + libs/zzz/dm/HakushinData/monster/10018.json | 97 + libs/zzz/dm/HakushinData/monster/100181.json | 97 + libs/zzz/dm/HakushinData/monster/10019.json | 97 + libs/zzz/dm/HakushinData/monster/100191.json | 97 + libs/zzz/dm/HakushinData/monster/10020.json | 16 + libs/zzz/dm/HakushinData/monster/10021.json | 16 + libs/zzz/dm/HakushinData/monster/100211.json | 16 + libs/zzz/dm/HakushinData/monster/10023.json | 97 + libs/zzz/dm/HakushinData/monster/100231.json | 97 + libs/zzz/dm/HakushinData/monster/10025.json | 97 + libs/zzz/dm/HakushinData/monster/100251.json | 97 + libs/zzz/dm/HakushinData/monster/10026.json | 97 + libs/zzz/dm/HakushinData/monster/100261.json | 97 + libs/zzz/dm/HakushinData/monster/10027.json | 16 + libs/zzz/dm/HakushinData/monster/100271.json | 97 + libs/zzz/dm/HakushinData/monster/10028.json | 16 + libs/zzz/dm/HakushinData/monster/100281.json | 97 + libs/zzz/dm/HakushinData/monster/10029.json | 97 + libs/zzz/dm/HakushinData/monster/100291.json | 16 + libs/zzz/dm/HakushinData/monster/10030.json | 97 + libs/zzz/dm/HakushinData/monster/100301.json | 97 + libs/zzz/dm/HakushinData/monster/10031.json | 97 + libs/zzz/dm/HakushinData/monster/100311.json | 97 + libs/zzz/dm/HakushinData/monster/20000.json | 104 + libs/zzz/dm/HakushinData/monster/200001.json | 104 + libs/zzz/dm/HakushinData/monster/200002.json | 16 + libs/zzz/dm/HakushinData/monster/200003.json | 16 + libs/zzz/dm/HakushinData/monster/200004.json | 104 + libs/zzz/dm/HakushinData/monster/20001.json | 97 + libs/zzz/dm/HakushinData/monster/200011.json | 97 + libs/zzz/dm/HakushinData/monster/200012.json | 16 + libs/zzz/dm/HakushinData/monster/200013.json | 16 + libs/zzz/dm/HakushinData/monster/200014.json | 97 + libs/zzz/dm/HakushinData/monster/200015.json | 97 + libs/zzz/dm/HakushinData/monster/20002.json | 97 + libs/zzz/dm/HakushinData/monster/200021.json | 97 + libs/zzz/dm/HakushinData/monster/200022.json | 16 + libs/zzz/dm/HakushinData/monster/200023.json | 16 + libs/zzz/dm/HakushinData/monster/20003.json | 97 + libs/zzz/dm/HakushinData/monster/200031.json | 97 + libs/zzz/dm/HakushinData/monster/200032.json | 16 + libs/zzz/dm/HakushinData/monster/200033.json | 16 + libs/zzz/dm/HakushinData/monster/200034.json | 97 + libs/zzz/dm/HakushinData/monster/20004.json | 97 + libs/zzz/dm/HakushinData/monster/200041.json | 97 + libs/zzz/dm/HakushinData/monster/20005.json | 97 + libs/zzz/dm/HakushinData/monster/200051.json | 97 + libs/zzz/dm/HakushinData/monster/200052.json | 16 + libs/zzz/dm/HakushinData/monster/200053.json | 16 + libs/zzz/dm/HakushinData/monster/20006.json | 97 + libs/zzz/dm/HakushinData/monster/200061.json | 16 + libs/zzz/dm/HakushinData/monster/20007.json | 97 + libs/zzz/dm/HakushinData/monster/200071.json | 97 + libs/zzz/dm/HakushinData/monster/200072.json | 97 + libs/zzz/dm/HakushinData/monster/200073.json | 97 + libs/zzz/dm/HakushinData/monster/20008.json | 97 + libs/zzz/dm/HakushinData/monster/200081.json | 97 + libs/zzz/dm/HakushinData/monster/20009.json | 97 + libs/zzz/dm/HakushinData/monster/200091.json | 97 + libs/zzz/dm/HakushinData/monster/20010.json | 97 + libs/zzz/dm/HakushinData/monster/200101.json | 16 + libs/zzz/dm/HakushinData/monster/20012.json | 16 + libs/zzz/dm/HakushinData/monster/200121.json | 97 + libs/zzz/dm/HakushinData/monster/20013.json | 16 + libs/zzz/dm/HakushinData/monster/200131.json | 97 + libs/zzz/dm/HakushinData/monster/20014.json | 16 + libs/zzz/dm/HakushinData/monster/200141.json | 97 + libs/zzz/dm/HakushinData/monster/20015.json | 97 + libs/zzz/dm/HakushinData/monster/200151.json | 97 + libs/zzz/dm/HakushinData/monster/20017.json | 97 + libs/zzz/dm/HakushinData/monster/200171.json | 97 + libs/zzz/dm/HakushinData/monster/200172.json | 97 + libs/zzz/dm/HakushinData/monster/20020.json | 97 + libs/zzz/dm/HakushinData/monster/20022.json | 97 + libs/zzz/dm/HakushinData/monster/20023.json | 97 + libs/zzz/dm/HakushinData/monster/200231.json | 97 + libs/zzz/dm/HakushinData/monster/20024.json | 97 + libs/zzz/dm/HakushinData/monster/200241.json | 97 + libs/zzz/dm/HakushinData/monster/20025.json | 97 + libs/zzz/dm/HakushinData/monster/200251.json | 97 + libs/zzz/dm/HakushinData/monster/30000.json | 97 + libs/zzz/dm/HakushinData/monster/300001.json | 97 + libs/zzz/dm/HakushinData/monster/300002.json | 97 + libs/zzz/dm/HakushinData/monster/300003.json | 16 + libs/zzz/dm/HakushinData/monster/300004.json | 97 + libs/zzz/dm/HakushinData/monster/300005.json | 97 + libs/zzz/dm/HakushinData/monster/30001.json | 97 + libs/zzz/dm/HakushinData/monster/300011.json | 97 + libs/zzz/dm/HakushinData/monster/300012.json | 16 + libs/zzz/dm/HakushinData/monster/300013.json | 16 + libs/zzz/dm/HakushinData/monster/300014.json | 97 + libs/zzz/dm/HakushinData/monster/300015.json | 97 + libs/zzz/dm/HakushinData/monster/30002.json | 97 + libs/zzz/dm/HakushinData/monster/300021.json | 97 + libs/zzz/dm/HakushinData/monster/300022.json | 97 + libs/zzz/dm/HakushinData/monster/30004.json | 97 + libs/zzz/dm/HakushinData/monster/300041.json | 97 + libs/zzz/dm/HakushinData/monster/300042.json | 97 + libs/zzz/dm/HakushinData/monster/30005.json | 97 + libs/zzz/dm/HakushinData/monster/300051.json | 97 + libs/zzz/dm/HakushinData/monster/300052.json | 97 + libs/zzz/dm/HakushinData/monster/30006.json | 97 + libs/zzz/dm/HakushinData/monster/300061.json | 97 + libs/zzz/dm/HakushinData/monster/300062.json | 97 + libs/zzz/dm/HakushinData/monster/30007.json | 97 + libs/zzz/dm/HakushinData/monster/300071.json | 97 + libs/zzz/dm/HakushinData/monster/300072.json | 97 + libs/zzz/dm/HakushinData/monster/30008.json | 97 + libs/zzz/dm/HakushinData/monster/300081.json | 97 + libs/zzz/dm/HakushinData/monster/300082.json | 97 + libs/zzz/dm/HakushinData/monster/30009.json | 97 + libs/zzz/dm/HakushinData/monster/30010.json | 97 + libs/zzz/dm/HakushinData/monster/30011.json | 97 + libs/zzz/dm/HakushinData/monster/30012.json | 97 + libs/zzz/dm/HakushinData/monster/300121.json | 97 + libs/zzz/dm/HakushinData/monster/30016.json | 16 + libs/zzz/dm/HakushinData/monster/30017.json | 97 + libs/zzz/dm/HakushinData/monster/30018.json | 97 + libs/zzz/dm/HakushinData/monster/30019.json | 97 + libs/zzz/dm/HakushinData/monster/30020.json | 97 + libs/zzz/dm/HakushinData/monster/30021.json | 103 + libs/zzz/dm/HakushinData/monster/300211.json | 103 + libs/zzz/dm/HakushinData/monster/30022.json | 97 + libs/zzz/dm/HakushinData/monster/30023.json | 97 + libs/zzz/dm/HakushinData/monster/30024.json | 97 + libs/zzz/dm/HakushinData/monster/30025.json | 97 + libs/zzz/dm/HakushinData/monster/30026.json | 97 + libs/zzz/dm/HakushinData/monster/30027.json | 97 + libs/zzz/dm/HakushinData/monster/30028.json | 97 + libs/zzz/dm/HakushinData/monster/30029.json | 97 + libs/zzz/dm/HakushinData/monster/30030.json | 97 + libs/zzz/dm/HakushinData/monster/35001.json | 97 + libs/zzz/dm/HakushinData/monster/35002.json | 16 + libs/zzz/dm/HakushinData/monster/930146.json | 97 + libs/zzz/dm/HakushinData/monster/930147.json | 97 + libs/zzz/dm/HakushinData/monster/930148.json | 97 + libs/zzz/dm/HakushinData/monster/930149.json | 97 + libs/zzz/dm/HakushinData/monster/930150.json | 97 + libs/zzz/dm/HakushinData/monster/930151.json | 97 + libs/zzz/dm/HakushinData/monster/930152.json | 97 + libs/zzz/dm/HakushinData/monster/930153.json | 97 + libs/zzz/dm/HakushinData/monster/930154.json | 97 + libs/zzz/dm/HakushinData/monster/930155.json | 97 + libs/zzz/dm/HakushinData/monster/930156.json | 97 + libs/zzz/dm/HakushinData/monster/930157.json | 97 + libs/zzz/dm/HakushinData/monster/930158.json | 97 + libs/zzz/dm/HakushinData/monster/930159.json | 97 + libs/zzz/dm/HakushinData/monster/930160.json | 97 + libs/zzz/dm/HakushinData/monster/930161.json | 97 + libs/zzz/dm/HakushinData/monster/930162.json | 97 + libs/zzz/dm/HakushinData/monster/930163.json | 97 + libs/zzz/dm/HakushinData/monster/930164.json | 97 + libs/zzz/dm/HakushinData/monster/930165.json | 97 + libs/zzz/dm/HakushinData/weapon.json | 612 +++++ libs/zzz/dm/HakushinData/weapon/12001.json | 117 + libs/zzz/dm/HakushinData/weapon/12002.json | 117 + libs/zzz/dm/HakushinData/weapon/12003.json | 117 + libs/zzz/dm/HakushinData/weapon/12004.json | 117 + libs/zzz/dm/HakushinData/weapon/12005.json | 117 + libs/zzz/dm/HakushinData/weapon/12006.json | 117 + libs/zzz/dm/HakushinData/weapon/12007.json | 117 + libs/zzz/dm/HakushinData/weapon/12008.json | 117 + libs/zzz/dm/HakushinData/weapon/12009.json | 117 + libs/zzz/dm/HakushinData/weapon/12010.json | 117 + libs/zzz/dm/HakushinData/weapon/12011.json | 117 + libs/zzz/dm/HakushinData/weapon/12012.json | 117 + libs/zzz/dm/HakushinData/weapon/12013.json | 117 + libs/zzz/dm/HakushinData/weapon/12014.json | 117 + libs/zzz/dm/HakushinData/weapon/13001.json | 117 + libs/zzz/dm/HakushinData/weapon/13002.json | 117 + libs/zzz/dm/HakushinData/weapon/13003.json | 117 + libs/zzz/dm/HakushinData/weapon/13004.json | 117 + libs/zzz/dm/HakushinData/weapon/13005.json | 117 + libs/zzz/dm/HakushinData/weapon/13006.json | 117 + libs/zzz/dm/HakushinData/weapon/13007.json | 117 + libs/zzz/dm/HakushinData/weapon/13008.json | 117 + libs/zzz/dm/HakushinData/weapon/13009.json | 117 + libs/zzz/dm/HakushinData/weapon/13010.json | 117 + libs/zzz/dm/HakushinData/weapon/13011.json | 117 + libs/zzz/dm/HakushinData/weapon/13013.json | 117 + libs/zzz/dm/HakushinData/weapon/13015.json | 117 + libs/zzz/dm/HakushinData/weapon/13101.json | 117 + libs/zzz/dm/HakushinData/weapon/13103.json | 117 + libs/zzz/dm/HakushinData/weapon/13106.json | 117 + libs/zzz/dm/HakushinData/weapon/13108.json | 117 + libs/zzz/dm/HakushinData/weapon/13111.json | 117 + libs/zzz/dm/HakushinData/weapon/13112.json | 117 + libs/zzz/dm/HakushinData/weapon/13113.json | 117 + libs/zzz/dm/HakushinData/weapon/13115.json | 117 + libs/zzz/dm/HakushinData/weapon/13127.json | 117 + libs/zzz/dm/HakushinData/weapon/13128.json | 117 + libs/zzz/dm/HakushinData/weapon/13135.json | 117 + libs/zzz/dm/HakushinData/weapon/14001.json | 117 + libs/zzz/dm/HakushinData/weapon/14002.json | 117 + libs/zzz/dm/HakushinData/weapon/14003.json | 117 + libs/zzz/dm/HakushinData/weapon/14102.json | 117 + libs/zzz/dm/HakushinData/weapon/14104.json | 117 + libs/zzz/dm/HakushinData/weapon/14107.json | 117 + libs/zzz/dm/HakushinData/weapon/14109.json | 117 + libs/zzz/dm/HakushinData/weapon/14110.json | 117 + libs/zzz/dm/HakushinData/weapon/14114.json | 117 + libs/zzz/dm/HakushinData/weapon/14116.json | 117 + libs/zzz/dm/HakushinData/weapon/14117.json | 117 + libs/zzz/dm/HakushinData/weapon/14118.json | 117 + libs/zzz/dm/HakushinData/weapon/14119.json | 117 + libs/zzz/dm/HakushinData/weapon/14120.json | 117 + libs/zzz/dm/HakushinData/weapon/14121.json | 117 + libs/zzz/dm/HakushinData/weapon/14122.json | 117 + libs/zzz/dm/HakushinData/weapon/14124.json | 117 + libs/zzz/dm/HakushinData/weapon/14125.json | 117 + libs/zzz/dm/HakushinData/weapon/14126.json | 117 + libs/zzz/dm/HakushinData/weapon/14131.json | 117 + libs/zzz/dm/HakushinData/weapon/14132.json | 117 + libs/zzz/dm/HakushinData/weapon/14136.json | 117 + libs/zzz/dm/HakushinData/weapon/14138.json | 117 + libs/zzz/dm/README.md | 12 + libs/zzz/dm/ZenlessData | 1 + libs/zzz/dm/executors.json | 9 + libs/zzz/dm/package.json | 6 + libs/zzz/dm/project.json | 23 + libs/zzz/dm/src/consts.ts | 4 + libs/zzz/dm/src/dm/character/character.ts | 126 + .../dm/src/dm/character/characterIdMap.json | 33 + .../dm/src/dm/character/characterKeys.json | 33 + libs/zzz/dm/src/dm/character/characters.ts | 32 + libs/zzz/dm/src/dm/character/consts.ts | 71 + libs/zzz/dm/src/dm/character/index.ts | 2 + libs/zzz/dm/src/dm/index.ts | 2 + libs/zzz/dm/src/dm/wengine/consts.ts | 91 + libs/zzz/dm/src/dm/wengine/index.ts | 2 + libs/zzz/dm/src/dm/wengine/wengine.ts | 54 + libs/zzz/dm/src/dm/wengine/wengineIdMap.json | 60 + libs/zzz/dm/src/dm/wengine/wengineKeys.json | 60 + libs/zzz/dm/src/dm/wengine/wengines.ts | 27 + .../dm/src/executors/gen-hakushin/debug.ts | 1 + .../executors/gen-hakushin/executor.spec.ts | 18 + .../dm/src/executors/gen-hakushin/executor.ts | 17 + .../dm/src/executors/gen-hakushin/hakushin.ts | 41 + .../dm/src/executors/gen-hakushin/schema.d.ts | 1 + .../dm/src/executors/gen-hakushin/schema.json | 9 + libs/zzz/dm/src/index.ts | 1 + libs/zzz/dm/src/util.ts | 14 + libs/zzz/dm/tsconfig.eslint.json | 8 + libs/zzz/dm/tsconfig.json | 11 + libs/zzz/dm/tsconfig.lib.json | 9 + libs/zzz/page-optimize/src/BaseStatCard.tsx | 22 +- libs/zzz/page-optimize/src/BuildsDisplay.tsx | 51 +- libs/zzz/page-optimize/src/Optimize.tsx | 106 +- .../src/OptimizeTargetSelector.tsx | 7 +- libs/zzz/page-optimize/src/StatFilterCard.tsx | 2 +- libs/zzz/page-optimize/src/StatsDisplay.tsx | 23 + libs/zzz/page-optimize/src/index.tsx | 207 +- libs/zzz/solver/src/calc.ts | 18 +- libs/zzz/solver/src/childWorker.ts | 10 +- libs/zzz/solver/src/common.ts | 14 +- libs/zzz/solver/src/parentWorker.ts | 8 +- libs/zzz/solver/src/solver.ts | 11 +- libs/zzz/stats/.babelrc | 10 + libs/zzz/stats/.eslintrc.json | 21 + libs/zzz/stats/Data/Characters/Anby.json | 30 + libs/zzz/stats/Data/Characters/Anton.json | 30 + libs/zzz/stats/Data/Characters/Astra.json | 30 + libs/zzz/stats/Data/Characters/Ben.json | 30 + libs/zzz/stats/Data/Characters/Billy.json | 30 + libs/zzz/stats/Data/Characters/Burnice.json | 30 + libs/zzz/stats/Data/Characters/Caesar.json | 30 + libs/zzz/stats/Data/Characters/Corin.json | 30 + libs/zzz/stats/Data/Characters/Ellen.json | 30 + libs/zzz/stats/Data/Characters/Evelyn.json | 30 + libs/zzz/stats/Data/Characters/Grace.json | 30 + libs/zzz/stats/Data/Characters/Harumasa.json | 30 + libs/zzz/stats/Data/Characters/Jane.json | 30 + libs/zzz/stats/Data/Characters/Koleda.json | 30 + libs/zzz/stats/Data/Characters/Lighter.json | 30 + libs/zzz/stats/Data/Characters/Lucy.json | 30 + libs/zzz/stats/Data/Characters/Lycaon.json | 30 + libs/zzz/stats/Data/Characters/Miyabi.json | 30 + libs/zzz/stats/Data/Characters/Nekomata.json | 30 + libs/zzz/stats/Data/Characters/Nicole.json | 30 + libs/zzz/stats/Data/Characters/Piper.json | 30 + .../stats/Data/Characters/PulchraFeliny.json | 30 + libs/zzz/stats/Data/Characters/QingYi.json | 30 + libs/zzz/stats/Data/Characters/Rina.json | 30 + libs/zzz/stats/Data/Characters/Seth.json | 30 + .../zzz/stats/Data/Characters/SilverAnby.json | 30 + libs/zzz/stats/Data/Characters/Soldier11.json | 30 + libs/zzz/stats/Data/Characters/Soukaku.json | 30 + libs/zzz/stats/Data/Characters/Trigger.json | 30 + libs/zzz/stats/Data/Characters/Yanagi.json | 30 + libs/zzz/stats/Data/Characters/ZhuYuan.json | 30 + libs/zzz/stats/Data/Wengine/BashfulDemon.json | 7 + libs/zzz/stats/Data/Wengine/BigCylinder.json | 7 + .../zzz/stats/Data/Wengine/BlazingLaurel.json | 7 + libs/zzz/stats/Data/Wengine/BunnyBand.json | 7 + libs/zzz/stats/Data/Wengine/CannonRotor.json | 7 + .../stats/Data/Wengine/DeepSeaVisitor.json | 7 + .../Data/Wengine/DemaraBatteryMarkII.json | 7 + .../stats/Data/Wengine/DrillRigRedAxis.json | 7 + .../stats/Data/Wengine/ElectroLipGloss.json | 7 + .../zzz/stats/Data/Wengine/ElegantVanity.json | 7 + .../stats/Data/Wengine/FlamemakerShaker.json | 7 + .../stats/Data/Wengine/FusionCompiler.json | 7 + .../zzz/stats/Data/Wengine/GildedBlossom.json | 7 + .../stats/Data/Wengine/HailstormShrine.json | 7 + .../Data/Wengine/HeartstringNocturne.json | 7 + .../zzz/stats/Data/Wengine/HellfireGears.json | 7 + libs/zzz/stats/Data/Wengine/Housekeeper.json | 7 + .../zzz/stats/Data/Wengine/IceJadeTeapot.json | 7 + libs/zzz/stats/Data/Wengine/IdentityBase.json | 6 + .../Data/Wengine/IdentityInflection.json | 6 + .../stats/Data/Wengine/KaboomTheCannon.json | 7 + .../stats/Data/Wengine/LunarDecrescent.json | 6 + .../zzz/stats/Data/Wengine/LunarNoviluna.json | 6 + .../stats/Data/Wengine/LunarPleniluna.json | 6 + .../Data/Wengine/MagneticStormAlpha.json | 6 + .../Data/Wengine/MagneticStormBravo.json | 6 + .../Data/Wengine/MagneticStormCharlie.json | 6 + .../zzz/stats/Data/Wengine/MarcatoDesire.json | 7 + .../Data/Wengine/OriginalTransmorpher.json | 7 + .../Data/Wengine/PeacekeeperSpecialized.json | 7 + .../Data/Wengine/PreciousFossilizedCore.json | 7 + .../stats/Data/Wengine/RainforestGourmet.json | 7 + libs/zzz/stats/Data/Wengine/ReverbMarkI.json | 6 + libs/zzz/stats/Data/Wengine/ReverbMarkII.json | 6 + .../zzz/stats/Data/Wengine/ReverbMarkIII.json | 6 + .../Data/Wengine/RiotSuppressorMarkVI.json | 7 + libs/zzz/stats/Data/Wengine/RoaringRide.json | 7 + .../stats/Data/Wengine/SharpenedStinger.json | 7 + libs/zzz/stats/Data/Wengine/SixShooter.json | 7 + libs/zzz/stats/Data/Wengine/SliceOfTime.json | 7 + .../zzz/stats/Data/Wengine/SpringEmbrace.json | 7 + .../stats/Data/Wengine/StarlightEngine.json | 7 + .../Data/Wengine/StarlightEngineReplica.json | 7 + libs/zzz/stats/Data/Wengine/SteamOven.json | 7 + libs/zzz/stats/Data/Wengine/SteelCushion.json | 7 + .../stats/Data/Wengine/StreetSuperstar.json | 7 + libs/zzz/stats/Data/Wengine/TheBrimstone.json | 7 + .../zzz/stats/Data/Wengine/TheRestrained.json | 7 + libs/zzz/stats/Data/Wengine/TheVault.json | 7 + libs/zzz/stats/Data/Wengine/Timeweaver.json | 7 + libs/zzz/stats/Data/Wengine/TusksOfFury.json | 7 + .../Data/Wengine/UnfetteredGameBall.json | 7 + libs/zzz/stats/Data/Wengine/VortexArrow.json | 6 + .../zzz/stats/Data/Wengine/VortexHatchet.json | 6 + .../stats/Data/Wengine/VortexRevolver.json | 6 + .../zzz/stats/Data/Wengine/WeepingCradle.json | 7 + .../zzz/stats/Data/Wengine/WeepingGemini.json | 7 + .../stats/Data/Wengine/ZanshinHerbCase.json | 7 + libs/zzz/stats/README.md | 7 + libs/zzz/stats/executors.json | 9 + libs/zzz/stats/jest.config.ts | 15 + libs/zzz/stats/package.json | 6 + libs/zzz/stats/project.json | 16 + libs/zzz/stats/src/allStat_gen.json | 1328 +++++++++ libs/zzz/stats/src/allStats.ts | 9 + libs/zzz/stats/src/char.ts | 51 + .../src/executors/gen-stats/executor.spec.ts | 11 + .../stats/src/executors/gen-stats/executor.ts | 39 + .../stats/src/executors/gen-stats/schema.d.ts | 1 + .../stats/src/executors/gen-stats/schema.json | 9 + .../executors/gen-stats/src/characterData.ts | 10 + .../executors/gen-stats/src/wengineData.ts | 10 + libs/zzz/stats/src/index.ts | 2 + libs/zzz/stats/src/wengine.ts | 18 + libs/zzz/stats/tsconfig.eslint.json | 8 + libs/zzz/stats/tsconfig.json | 16 + libs/zzz/stats/tsconfig.lib.json | 9 + libs/zzz/stats/tsconfig.spec.json | 13 + .../ui/src/Wengine/WengineAutocomplete.tsx | 55 + libs/zzz/ui/src/Wengine/index.ts | 1 + libs/zzz/ui/src/index.tsx | 1 + tsconfig.base.json | 2 + 525 files changed, 88390 insertions(+), 156 deletions(-) create mode 100644 libs/common/pipeline/src/lib/fetch.ts create mode 100644 libs/zzz/consts/src/formula.ts create mode 100644 libs/zzz/consts/src/wengine.ts create mode 100644 libs/zzz/db-ui/src/hooks/useCharacter.ts create mode 100644 libs/zzz/db/src/Database/DataManagers/CharacterDataManager.ts create mode 100644 libs/zzz/dm/.babelrc create mode 100644 libs/zzz/dm/.eslintrc.json create mode 100644 libs/zzz/dm/.gitignore create mode 100644 libs/zzz/dm/HakushinData/bangboo.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53001.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53002.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53003.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53004.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53005.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53006.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53007.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53008.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53009.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53010.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53011.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53012.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53013.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53015.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/53017.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54001.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54002.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54003.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54004.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54005.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54006.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54008.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54009.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54011.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54012.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54013.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54014.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/54015.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/55001.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/55002.json create mode 100644 libs/zzz/dm/HakushinData/bangboo/56001.json create mode 100644 libs/zzz/dm/HakushinData/character.json create mode 100644 libs/zzz/dm/HakushinData/character/1011.json create mode 100644 libs/zzz/dm/HakushinData/character/1021.json create mode 100644 libs/zzz/dm/HakushinData/character/1031.json create mode 100644 libs/zzz/dm/HakushinData/character/1041.json create mode 100644 libs/zzz/dm/HakushinData/character/1061.json create mode 100644 libs/zzz/dm/HakushinData/character/1071.json create mode 100644 libs/zzz/dm/HakushinData/character/1081.json create mode 100644 libs/zzz/dm/HakushinData/character/1091.json create mode 100644 libs/zzz/dm/HakushinData/character/1101.json create mode 100644 libs/zzz/dm/HakushinData/character/1111.json create mode 100644 libs/zzz/dm/HakushinData/character/1121.json create mode 100644 libs/zzz/dm/HakushinData/character/1131.json create mode 100644 libs/zzz/dm/HakushinData/character/1141.json create mode 100644 libs/zzz/dm/HakushinData/character/1151.json create mode 100644 libs/zzz/dm/HakushinData/character/1161.json create mode 100644 libs/zzz/dm/HakushinData/character/1171.json create mode 100644 libs/zzz/dm/HakushinData/character/1181.json create mode 100644 libs/zzz/dm/HakushinData/character/1191.json create mode 100644 libs/zzz/dm/HakushinData/character/1201.json create mode 100644 libs/zzz/dm/HakushinData/character/1211.json create mode 100644 libs/zzz/dm/HakushinData/character/1221.json create mode 100644 libs/zzz/dm/HakushinData/character/1241.json create mode 100644 libs/zzz/dm/HakushinData/character/1251.json create mode 100644 libs/zzz/dm/HakushinData/character/1261.json create mode 100644 libs/zzz/dm/HakushinData/character/1271.json create mode 100644 libs/zzz/dm/HakushinData/character/1281.json create mode 100644 libs/zzz/dm/HakushinData/character/1311.json create mode 100644 libs/zzz/dm/HakushinData/character/1321.json create mode 100644 libs/zzz/dm/HakushinData/character/1351.json create mode 100644 libs/zzz/dm/HakushinData/character/1361.json create mode 100644 libs/zzz/dm/HakushinData/character/1381.json create mode 100644 libs/zzz/dm/HakushinData/character/2011.json create mode 100644 libs/zzz/dm/HakushinData/character/2021.json create mode 100644 libs/zzz/dm/HakushinData/equipment.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31000.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31100.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31200.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31300.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31400.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31500.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31600.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31800.json create mode 100644 libs/zzz/dm/HakushinData/equipment/31900.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32200.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32300.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32400.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32500.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32600.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32700.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32800.json create mode 100644 libs/zzz/dm/HakushinData/equipment/32900.json create mode 100644 libs/zzz/dm/HakushinData/equipment/33000.json create mode 100644 libs/zzz/dm/HakushinData/monster.json create mode 100644 libs/zzz/dm/HakushinData/monster/10000.json create mode 100644 libs/zzz/dm/HakushinData/monster/100001.json create mode 100644 libs/zzz/dm/HakushinData/monster/100002.json create mode 100644 libs/zzz/dm/HakushinData/monster/100003.json create mode 100644 libs/zzz/dm/HakushinData/monster/100004.json create mode 100644 libs/zzz/dm/HakushinData/monster/10001.json create mode 100644 libs/zzz/dm/HakushinData/monster/100011.json create mode 100644 libs/zzz/dm/HakushinData/monster/100012.json create mode 100644 libs/zzz/dm/HakushinData/monster/100013.json create mode 100644 libs/zzz/dm/HakushinData/monster/100014.json create mode 100644 libs/zzz/dm/HakushinData/monster/10002.json create mode 100644 libs/zzz/dm/HakushinData/monster/100021.json create mode 100644 libs/zzz/dm/HakushinData/monster/10003.json create mode 100644 libs/zzz/dm/HakushinData/monster/100031.json create mode 100644 libs/zzz/dm/HakushinData/monster/100032.json create mode 100644 libs/zzz/dm/HakushinData/monster/100033.json create mode 100644 libs/zzz/dm/HakushinData/monster/10004.json create mode 100644 libs/zzz/dm/HakushinData/monster/100041.json create mode 100644 libs/zzz/dm/HakushinData/monster/100042.json create mode 100644 libs/zzz/dm/HakushinData/monster/100043.json create mode 100644 libs/zzz/dm/HakushinData/monster/100044.json create mode 100644 libs/zzz/dm/HakushinData/monster/10005.json create mode 100644 libs/zzz/dm/HakushinData/monster/100051.json create mode 100644 libs/zzz/dm/HakushinData/monster/10006.json create mode 100644 libs/zzz/dm/HakushinData/monster/100061.json create mode 100644 libs/zzz/dm/HakushinData/monster/10007.json create mode 100644 libs/zzz/dm/HakushinData/monster/100071.json create mode 100644 libs/zzz/dm/HakushinData/monster/10008.json create mode 100644 libs/zzz/dm/HakushinData/monster/100081.json create mode 100644 libs/zzz/dm/HakushinData/monster/10009.json create mode 100644 libs/zzz/dm/HakushinData/monster/100091.json create mode 100644 libs/zzz/dm/HakushinData/monster/10010.json create mode 100644 libs/zzz/dm/HakushinData/monster/100101.json create mode 100644 libs/zzz/dm/HakushinData/monster/10011.json create mode 100644 libs/zzz/dm/HakushinData/monster/100111.json create mode 100644 libs/zzz/dm/HakushinData/monster/10012.json create mode 100644 libs/zzz/dm/HakushinData/monster/100121.json create mode 100644 libs/zzz/dm/HakushinData/monster/10013.json create mode 100644 libs/zzz/dm/HakushinData/monster/100131.json create mode 100644 libs/zzz/dm/HakushinData/monster/10014.json create mode 100644 libs/zzz/dm/HakushinData/monster/100141.json create mode 100644 libs/zzz/dm/HakushinData/monster/10015.json create mode 100644 libs/zzz/dm/HakushinData/monster/100151.json create mode 100644 libs/zzz/dm/HakushinData/monster/10016.json create mode 100644 libs/zzz/dm/HakushinData/monster/100161.json create mode 100644 libs/zzz/dm/HakushinData/monster/10018.json create mode 100644 libs/zzz/dm/HakushinData/monster/100181.json create mode 100644 libs/zzz/dm/HakushinData/monster/10019.json create mode 100644 libs/zzz/dm/HakushinData/monster/100191.json create mode 100644 libs/zzz/dm/HakushinData/monster/10020.json create mode 100644 libs/zzz/dm/HakushinData/monster/10021.json create mode 100644 libs/zzz/dm/HakushinData/monster/100211.json create mode 100644 libs/zzz/dm/HakushinData/monster/10023.json create mode 100644 libs/zzz/dm/HakushinData/monster/100231.json create mode 100644 libs/zzz/dm/HakushinData/monster/10025.json create mode 100644 libs/zzz/dm/HakushinData/monster/100251.json create mode 100644 libs/zzz/dm/HakushinData/monster/10026.json create mode 100644 libs/zzz/dm/HakushinData/monster/100261.json create mode 100644 libs/zzz/dm/HakushinData/monster/10027.json create mode 100644 libs/zzz/dm/HakushinData/monster/100271.json create mode 100644 libs/zzz/dm/HakushinData/monster/10028.json create mode 100644 libs/zzz/dm/HakushinData/monster/100281.json create mode 100644 libs/zzz/dm/HakushinData/monster/10029.json create mode 100644 libs/zzz/dm/HakushinData/monster/100291.json create mode 100644 libs/zzz/dm/HakushinData/monster/10030.json create mode 100644 libs/zzz/dm/HakushinData/monster/100301.json create mode 100644 libs/zzz/dm/HakushinData/monster/10031.json create mode 100644 libs/zzz/dm/HakushinData/monster/100311.json create mode 100644 libs/zzz/dm/HakushinData/monster/20000.json create mode 100644 libs/zzz/dm/HakushinData/monster/200001.json create mode 100644 libs/zzz/dm/HakushinData/monster/200002.json create mode 100644 libs/zzz/dm/HakushinData/monster/200003.json create mode 100644 libs/zzz/dm/HakushinData/monster/200004.json create mode 100644 libs/zzz/dm/HakushinData/monster/20001.json create mode 100644 libs/zzz/dm/HakushinData/monster/200011.json create mode 100644 libs/zzz/dm/HakushinData/monster/200012.json create mode 100644 libs/zzz/dm/HakushinData/monster/200013.json create mode 100644 libs/zzz/dm/HakushinData/monster/200014.json create mode 100644 libs/zzz/dm/HakushinData/monster/200015.json create mode 100644 libs/zzz/dm/HakushinData/monster/20002.json create mode 100644 libs/zzz/dm/HakushinData/monster/200021.json create mode 100644 libs/zzz/dm/HakushinData/monster/200022.json create mode 100644 libs/zzz/dm/HakushinData/monster/200023.json create mode 100644 libs/zzz/dm/HakushinData/monster/20003.json create mode 100644 libs/zzz/dm/HakushinData/monster/200031.json create mode 100644 libs/zzz/dm/HakushinData/monster/200032.json create mode 100644 libs/zzz/dm/HakushinData/monster/200033.json create mode 100644 libs/zzz/dm/HakushinData/monster/200034.json create mode 100644 libs/zzz/dm/HakushinData/monster/20004.json create mode 100644 libs/zzz/dm/HakushinData/monster/200041.json create mode 100644 libs/zzz/dm/HakushinData/monster/20005.json create mode 100644 libs/zzz/dm/HakushinData/monster/200051.json create mode 100644 libs/zzz/dm/HakushinData/monster/200052.json create mode 100644 libs/zzz/dm/HakushinData/monster/200053.json create mode 100644 libs/zzz/dm/HakushinData/monster/20006.json create mode 100644 libs/zzz/dm/HakushinData/monster/200061.json create mode 100644 libs/zzz/dm/HakushinData/monster/20007.json create mode 100644 libs/zzz/dm/HakushinData/monster/200071.json create mode 100644 libs/zzz/dm/HakushinData/monster/200072.json create mode 100644 libs/zzz/dm/HakushinData/monster/200073.json create mode 100644 libs/zzz/dm/HakushinData/monster/20008.json create mode 100644 libs/zzz/dm/HakushinData/monster/200081.json create mode 100644 libs/zzz/dm/HakushinData/monster/20009.json create mode 100644 libs/zzz/dm/HakushinData/monster/200091.json create mode 100644 libs/zzz/dm/HakushinData/monster/20010.json create mode 100644 libs/zzz/dm/HakushinData/monster/200101.json create mode 100644 libs/zzz/dm/HakushinData/monster/20012.json create mode 100644 libs/zzz/dm/HakushinData/monster/200121.json create mode 100644 libs/zzz/dm/HakushinData/monster/20013.json create mode 100644 libs/zzz/dm/HakushinData/monster/200131.json create mode 100644 libs/zzz/dm/HakushinData/monster/20014.json create mode 100644 libs/zzz/dm/HakushinData/monster/200141.json create mode 100644 libs/zzz/dm/HakushinData/monster/20015.json create mode 100644 libs/zzz/dm/HakushinData/monster/200151.json create mode 100644 libs/zzz/dm/HakushinData/monster/20017.json create mode 100644 libs/zzz/dm/HakushinData/monster/200171.json create mode 100644 libs/zzz/dm/HakushinData/monster/200172.json create mode 100644 libs/zzz/dm/HakushinData/monster/20020.json create mode 100644 libs/zzz/dm/HakushinData/monster/20022.json create mode 100644 libs/zzz/dm/HakushinData/monster/20023.json create mode 100644 libs/zzz/dm/HakushinData/monster/200231.json create mode 100644 libs/zzz/dm/HakushinData/monster/20024.json create mode 100644 libs/zzz/dm/HakushinData/monster/200241.json create mode 100644 libs/zzz/dm/HakushinData/monster/20025.json create mode 100644 libs/zzz/dm/HakushinData/monster/200251.json create mode 100644 libs/zzz/dm/HakushinData/monster/30000.json create mode 100644 libs/zzz/dm/HakushinData/monster/300001.json create mode 100644 libs/zzz/dm/HakushinData/monster/300002.json create mode 100644 libs/zzz/dm/HakushinData/monster/300003.json create mode 100644 libs/zzz/dm/HakushinData/monster/300004.json create mode 100644 libs/zzz/dm/HakushinData/monster/300005.json create mode 100644 libs/zzz/dm/HakushinData/monster/30001.json create mode 100644 libs/zzz/dm/HakushinData/monster/300011.json create mode 100644 libs/zzz/dm/HakushinData/monster/300012.json create mode 100644 libs/zzz/dm/HakushinData/monster/300013.json create mode 100644 libs/zzz/dm/HakushinData/monster/300014.json create mode 100644 libs/zzz/dm/HakushinData/monster/300015.json create mode 100644 libs/zzz/dm/HakushinData/monster/30002.json create mode 100644 libs/zzz/dm/HakushinData/monster/300021.json create mode 100644 libs/zzz/dm/HakushinData/monster/300022.json create mode 100644 libs/zzz/dm/HakushinData/monster/30004.json create mode 100644 libs/zzz/dm/HakushinData/monster/300041.json create mode 100644 libs/zzz/dm/HakushinData/monster/300042.json create mode 100644 libs/zzz/dm/HakushinData/monster/30005.json create mode 100644 libs/zzz/dm/HakushinData/monster/300051.json create mode 100644 libs/zzz/dm/HakushinData/monster/300052.json create mode 100644 libs/zzz/dm/HakushinData/monster/30006.json create mode 100644 libs/zzz/dm/HakushinData/monster/300061.json create mode 100644 libs/zzz/dm/HakushinData/monster/300062.json create mode 100644 libs/zzz/dm/HakushinData/monster/30007.json create mode 100644 libs/zzz/dm/HakushinData/monster/300071.json create mode 100644 libs/zzz/dm/HakushinData/monster/300072.json create mode 100644 libs/zzz/dm/HakushinData/monster/30008.json create mode 100644 libs/zzz/dm/HakushinData/monster/300081.json create mode 100644 libs/zzz/dm/HakushinData/monster/300082.json create mode 100644 libs/zzz/dm/HakushinData/monster/30009.json create mode 100644 libs/zzz/dm/HakushinData/monster/30010.json create mode 100644 libs/zzz/dm/HakushinData/monster/30011.json create mode 100644 libs/zzz/dm/HakushinData/monster/30012.json create mode 100644 libs/zzz/dm/HakushinData/monster/300121.json create mode 100644 libs/zzz/dm/HakushinData/monster/30016.json create mode 100644 libs/zzz/dm/HakushinData/monster/30017.json create mode 100644 libs/zzz/dm/HakushinData/monster/30018.json create mode 100644 libs/zzz/dm/HakushinData/monster/30019.json create mode 100644 libs/zzz/dm/HakushinData/monster/30020.json create mode 100644 libs/zzz/dm/HakushinData/monster/30021.json create mode 100644 libs/zzz/dm/HakushinData/monster/300211.json create mode 100644 libs/zzz/dm/HakushinData/monster/30022.json create mode 100644 libs/zzz/dm/HakushinData/monster/30023.json create mode 100644 libs/zzz/dm/HakushinData/monster/30024.json create mode 100644 libs/zzz/dm/HakushinData/monster/30025.json create mode 100644 libs/zzz/dm/HakushinData/monster/30026.json create mode 100644 libs/zzz/dm/HakushinData/monster/30027.json create mode 100644 libs/zzz/dm/HakushinData/monster/30028.json create mode 100644 libs/zzz/dm/HakushinData/monster/30029.json create mode 100644 libs/zzz/dm/HakushinData/monster/30030.json create mode 100644 libs/zzz/dm/HakushinData/monster/35001.json create mode 100644 libs/zzz/dm/HakushinData/monster/35002.json create mode 100644 libs/zzz/dm/HakushinData/monster/930146.json create mode 100644 libs/zzz/dm/HakushinData/monster/930147.json create mode 100644 libs/zzz/dm/HakushinData/monster/930148.json create mode 100644 libs/zzz/dm/HakushinData/monster/930149.json create mode 100644 libs/zzz/dm/HakushinData/monster/930150.json create mode 100644 libs/zzz/dm/HakushinData/monster/930151.json create mode 100644 libs/zzz/dm/HakushinData/monster/930152.json create mode 100644 libs/zzz/dm/HakushinData/monster/930153.json create mode 100644 libs/zzz/dm/HakushinData/monster/930154.json create mode 100644 libs/zzz/dm/HakushinData/monster/930155.json create mode 100644 libs/zzz/dm/HakushinData/monster/930156.json create mode 100644 libs/zzz/dm/HakushinData/monster/930157.json create mode 100644 libs/zzz/dm/HakushinData/monster/930158.json create mode 100644 libs/zzz/dm/HakushinData/monster/930159.json create mode 100644 libs/zzz/dm/HakushinData/monster/930160.json create mode 100644 libs/zzz/dm/HakushinData/monster/930161.json create mode 100644 libs/zzz/dm/HakushinData/monster/930162.json create mode 100644 libs/zzz/dm/HakushinData/monster/930163.json create mode 100644 libs/zzz/dm/HakushinData/monster/930164.json create mode 100644 libs/zzz/dm/HakushinData/monster/930165.json create mode 100644 libs/zzz/dm/HakushinData/weapon.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12001.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12002.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12003.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12004.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12005.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12006.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12007.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12008.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12009.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12010.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12011.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12012.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12013.json create mode 100644 libs/zzz/dm/HakushinData/weapon/12014.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13001.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13002.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13003.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13004.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13005.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13006.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13007.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13008.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13009.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13010.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13011.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13013.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13015.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13101.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13103.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13106.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13108.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13111.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13112.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13113.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13115.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13127.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13128.json create mode 100644 libs/zzz/dm/HakushinData/weapon/13135.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14001.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14002.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14003.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14102.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14104.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14107.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14109.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14110.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14114.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14116.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14117.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14118.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14119.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14120.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14121.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14122.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14124.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14125.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14126.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14131.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14132.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14136.json create mode 100644 libs/zzz/dm/HakushinData/weapon/14138.json create mode 100644 libs/zzz/dm/README.md create mode 160000 libs/zzz/dm/ZenlessData create mode 100644 libs/zzz/dm/executors.json create mode 100644 libs/zzz/dm/package.json create mode 100644 libs/zzz/dm/project.json create mode 100644 libs/zzz/dm/src/consts.ts create mode 100644 libs/zzz/dm/src/dm/character/character.ts create mode 100644 libs/zzz/dm/src/dm/character/characterIdMap.json create mode 100644 libs/zzz/dm/src/dm/character/characterKeys.json create mode 100644 libs/zzz/dm/src/dm/character/characters.ts create mode 100644 libs/zzz/dm/src/dm/character/consts.ts create mode 100644 libs/zzz/dm/src/dm/character/index.ts create mode 100644 libs/zzz/dm/src/dm/index.ts create mode 100644 libs/zzz/dm/src/dm/wengine/consts.ts create mode 100644 libs/zzz/dm/src/dm/wengine/index.ts create mode 100644 libs/zzz/dm/src/dm/wengine/wengine.ts create mode 100644 libs/zzz/dm/src/dm/wengine/wengineIdMap.json create mode 100644 libs/zzz/dm/src/dm/wengine/wengineKeys.json create mode 100644 libs/zzz/dm/src/dm/wengine/wengines.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/debug.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/executor.spec.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/executor.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/hakushin.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/schema.d.ts create mode 100644 libs/zzz/dm/src/executors/gen-hakushin/schema.json create mode 100644 libs/zzz/dm/src/index.ts create mode 100644 libs/zzz/dm/src/util.ts create mode 100644 libs/zzz/dm/tsconfig.eslint.json create mode 100644 libs/zzz/dm/tsconfig.json create mode 100644 libs/zzz/dm/tsconfig.lib.json create mode 100644 libs/zzz/page-optimize/src/StatsDisplay.tsx create mode 100644 libs/zzz/stats/.babelrc create mode 100644 libs/zzz/stats/.eslintrc.json create mode 100644 libs/zzz/stats/Data/Characters/Anby.json create mode 100644 libs/zzz/stats/Data/Characters/Anton.json create mode 100644 libs/zzz/stats/Data/Characters/Astra.json create mode 100644 libs/zzz/stats/Data/Characters/Ben.json create mode 100644 libs/zzz/stats/Data/Characters/Billy.json create mode 100644 libs/zzz/stats/Data/Characters/Burnice.json create mode 100644 libs/zzz/stats/Data/Characters/Caesar.json create mode 100644 libs/zzz/stats/Data/Characters/Corin.json create mode 100644 libs/zzz/stats/Data/Characters/Ellen.json create mode 100644 libs/zzz/stats/Data/Characters/Evelyn.json create mode 100644 libs/zzz/stats/Data/Characters/Grace.json create mode 100644 libs/zzz/stats/Data/Characters/Harumasa.json create mode 100644 libs/zzz/stats/Data/Characters/Jane.json create mode 100644 libs/zzz/stats/Data/Characters/Koleda.json create mode 100644 libs/zzz/stats/Data/Characters/Lighter.json create mode 100644 libs/zzz/stats/Data/Characters/Lucy.json create mode 100644 libs/zzz/stats/Data/Characters/Lycaon.json create mode 100644 libs/zzz/stats/Data/Characters/Miyabi.json create mode 100644 libs/zzz/stats/Data/Characters/Nekomata.json create mode 100644 libs/zzz/stats/Data/Characters/Nicole.json create mode 100644 libs/zzz/stats/Data/Characters/Piper.json create mode 100644 libs/zzz/stats/Data/Characters/PulchraFeliny.json create mode 100644 libs/zzz/stats/Data/Characters/QingYi.json create mode 100644 libs/zzz/stats/Data/Characters/Rina.json create mode 100644 libs/zzz/stats/Data/Characters/Seth.json create mode 100644 libs/zzz/stats/Data/Characters/SilverAnby.json create mode 100644 libs/zzz/stats/Data/Characters/Soldier11.json create mode 100644 libs/zzz/stats/Data/Characters/Soukaku.json create mode 100644 libs/zzz/stats/Data/Characters/Trigger.json create mode 100644 libs/zzz/stats/Data/Characters/Yanagi.json create mode 100644 libs/zzz/stats/Data/Characters/ZhuYuan.json create mode 100644 libs/zzz/stats/Data/Wengine/BashfulDemon.json create mode 100644 libs/zzz/stats/Data/Wengine/BigCylinder.json create mode 100644 libs/zzz/stats/Data/Wengine/BlazingLaurel.json create mode 100644 libs/zzz/stats/Data/Wengine/BunnyBand.json create mode 100644 libs/zzz/stats/Data/Wengine/CannonRotor.json create mode 100644 libs/zzz/stats/Data/Wengine/DeepSeaVisitor.json create mode 100644 libs/zzz/stats/Data/Wengine/DemaraBatteryMarkII.json create mode 100644 libs/zzz/stats/Data/Wengine/DrillRigRedAxis.json create mode 100644 libs/zzz/stats/Data/Wengine/ElectroLipGloss.json create mode 100644 libs/zzz/stats/Data/Wengine/ElegantVanity.json create mode 100644 libs/zzz/stats/Data/Wengine/FlamemakerShaker.json create mode 100644 libs/zzz/stats/Data/Wengine/FusionCompiler.json create mode 100644 libs/zzz/stats/Data/Wengine/GildedBlossom.json create mode 100644 libs/zzz/stats/Data/Wengine/HailstormShrine.json create mode 100644 libs/zzz/stats/Data/Wengine/HeartstringNocturne.json create mode 100644 libs/zzz/stats/Data/Wengine/HellfireGears.json create mode 100644 libs/zzz/stats/Data/Wengine/Housekeeper.json create mode 100644 libs/zzz/stats/Data/Wengine/IceJadeTeapot.json create mode 100644 libs/zzz/stats/Data/Wengine/IdentityBase.json create mode 100644 libs/zzz/stats/Data/Wengine/IdentityInflection.json create mode 100644 libs/zzz/stats/Data/Wengine/KaboomTheCannon.json create mode 100644 libs/zzz/stats/Data/Wengine/LunarDecrescent.json create mode 100644 libs/zzz/stats/Data/Wengine/LunarNoviluna.json create mode 100644 libs/zzz/stats/Data/Wengine/LunarPleniluna.json create mode 100644 libs/zzz/stats/Data/Wengine/MagneticStormAlpha.json create mode 100644 libs/zzz/stats/Data/Wengine/MagneticStormBravo.json create mode 100644 libs/zzz/stats/Data/Wengine/MagneticStormCharlie.json create mode 100644 libs/zzz/stats/Data/Wengine/MarcatoDesire.json create mode 100644 libs/zzz/stats/Data/Wengine/OriginalTransmorpher.json create mode 100644 libs/zzz/stats/Data/Wengine/PeacekeeperSpecialized.json create mode 100644 libs/zzz/stats/Data/Wengine/PreciousFossilizedCore.json create mode 100644 libs/zzz/stats/Data/Wengine/RainforestGourmet.json create mode 100644 libs/zzz/stats/Data/Wengine/ReverbMarkI.json create mode 100644 libs/zzz/stats/Data/Wengine/ReverbMarkII.json create mode 100644 libs/zzz/stats/Data/Wengine/ReverbMarkIII.json create mode 100644 libs/zzz/stats/Data/Wengine/RiotSuppressorMarkVI.json create mode 100644 libs/zzz/stats/Data/Wengine/RoaringRide.json create mode 100644 libs/zzz/stats/Data/Wengine/SharpenedStinger.json create mode 100644 libs/zzz/stats/Data/Wengine/SixShooter.json create mode 100644 libs/zzz/stats/Data/Wengine/SliceOfTime.json create mode 100644 libs/zzz/stats/Data/Wengine/SpringEmbrace.json create mode 100644 libs/zzz/stats/Data/Wengine/StarlightEngine.json create mode 100644 libs/zzz/stats/Data/Wengine/StarlightEngineReplica.json create mode 100644 libs/zzz/stats/Data/Wengine/SteamOven.json create mode 100644 libs/zzz/stats/Data/Wengine/SteelCushion.json create mode 100644 libs/zzz/stats/Data/Wengine/StreetSuperstar.json create mode 100644 libs/zzz/stats/Data/Wengine/TheBrimstone.json create mode 100644 libs/zzz/stats/Data/Wengine/TheRestrained.json create mode 100644 libs/zzz/stats/Data/Wengine/TheVault.json create mode 100644 libs/zzz/stats/Data/Wengine/Timeweaver.json create mode 100644 libs/zzz/stats/Data/Wengine/TusksOfFury.json create mode 100644 libs/zzz/stats/Data/Wengine/UnfetteredGameBall.json create mode 100644 libs/zzz/stats/Data/Wengine/VortexArrow.json create mode 100644 libs/zzz/stats/Data/Wengine/VortexHatchet.json create mode 100644 libs/zzz/stats/Data/Wengine/VortexRevolver.json create mode 100644 libs/zzz/stats/Data/Wengine/WeepingCradle.json create mode 100644 libs/zzz/stats/Data/Wengine/WeepingGemini.json create mode 100644 libs/zzz/stats/Data/Wengine/ZanshinHerbCase.json create mode 100644 libs/zzz/stats/README.md create mode 100644 libs/zzz/stats/executors.json create mode 100644 libs/zzz/stats/jest.config.ts create mode 100644 libs/zzz/stats/package.json create mode 100644 libs/zzz/stats/project.json create mode 100644 libs/zzz/stats/src/allStat_gen.json create mode 100644 libs/zzz/stats/src/allStats.ts create mode 100644 libs/zzz/stats/src/char.ts create mode 100644 libs/zzz/stats/src/executors/gen-stats/executor.spec.ts create mode 100644 libs/zzz/stats/src/executors/gen-stats/executor.ts create mode 100644 libs/zzz/stats/src/executors/gen-stats/schema.d.ts create mode 100644 libs/zzz/stats/src/executors/gen-stats/schema.json create mode 100644 libs/zzz/stats/src/executors/gen-stats/src/characterData.ts create mode 100644 libs/zzz/stats/src/executors/gen-stats/src/wengineData.ts create mode 100644 libs/zzz/stats/src/index.ts create mode 100644 libs/zzz/stats/src/wengine.ts create mode 100644 libs/zzz/stats/tsconfig.eslint.json create mode 100644 libs/zzz/stats/tsconfig.json create mode 100644 libs/zzz/stats/tsconfig.lib.json create mode 100644 libs/zzz/stats/tsconfig.spec.json create mode 100644 libs/zzz/ui/src/Wengine/WengineAutocomplete.tsx create mode 100644 libs/zzz/ui/src/Wengine/index.ts diff --git a/.gitmodules b/.gitmodules index a7a2c68ffe..1d447b3379 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ path = libs/sr/dm/StarRailData url = https://gitlab.com/Dimbreath/turnbasedgamedata.git shallow = true +[submodule "libs/zzz/dm/ZenlessData"] + path = libs/zzz/dm/ZenlessData + url = https://git.mero.moe/dimbreath/ZenlessData.git diff --git a/apps/zzz-frontend/src/app/PageHome.tsx b/apps/zzz-frontend/src/app/PageHome.tsx index d88e22f4ce..a109e29567 100644 --- a/apps/zzz-frontend/src/app/PageHome.tsx +++ b/apps/zzz-frontend/src/app/PageHome.tsx @@ -1,5 +1,5 @@ import { CardThemed } from '@genshin-optimizer/common/ui' -import { CardContent, Typography } from '@mui/material' +import { Box, CardContent, Typography } from '@mui/material' export default function PageHome() { return ( @@ -17,7 +17,11 @@ export default function PageHome() { I know a lot of stuff isn't implemented, and the stuff that are, are - super ugly. This is only like 10 hours of coding, cut me some slack. + super ugly. This is only like{' '} + + 10 + {' '} + 20 hours of coding, cut me some slack. Have an optimal day, diff --git a/libs/common/pipeline/src/index.ts b/libs/common/pipeline/src/index.ts index 452e1383d1..a337889941 100644 --- a/libs/common/pipeline/src/index.ts +++ b/libs/common/pipeline/src/index.ts @@ -1,3 +1,4 @@ export * from './lib/extrapolateFloat' +export * from './lib/fetch' export * from './lib/pipeline' export * from './lib/util' diff --git a/libs/common/pipeline/src/lib/fetch.ts b/libs/common/pipeline/src/lib/fetch.ts new file mode 100644 index 0000000000..981f767a45 --- /dev/null +++ b/libs/common/pipeline/src/lib/fetch.ts @@ -0,0 +1,27 @@ +import { get as httpsGet } from 'https' + +export function fetchJsonFromUrl(url: string, debug = false) { + debug && console.log('Fetching', url) + return new Promise((resolve, reject) => { + httpsGet(url, (response) => { + let data = '' + + // Accumulate data as it comes in + response.on('data', (chunk) => { + data += chunk + }) + + // Resolve the promise once all data has been received + response.on('end', () => { + try { + const json = JSON.parse(data) + resolve(json) + } catch (error) { + reject(new Error(`Failed to parse JSON: ${(error as Error).message}`)) + } + }) + }).on('error', (error) => { + reject(new Error(`Request failed: ${error.message}`)) + }) + }) +} diff --git a/libs/common/util/src/lib/numDisplay.ts b/libs/common/util/src/lib/numDisplay.ts index 463cd8c281..9635ac7e3d 100644 --- a/libs/common/util/src/lib/numDisplay.ts +++ b/libs/common/util/src/lib/numDisplay.ts @@ -28,9 +28,11 @@ export function valueString( } return `${value.toFixed(fixed)}${unit}` } - +export function isPercentStat(key: Key): boolean { + return key.endsWith('_') +} export function getUnitStr(key: Key): Unit { - if (key.endsWith('_')) return '%' + if (isPercentStat(key)) return '%' return '' } @@ -39,7 +41,7 @@ export function statKeyToFixed(statKey: string) { } export function roundStat(value: number, statKey: string) { - return getUnitStr(statKey) === '%' + return isPercentStat(statKey) ? Math.round(value * 10000) / 10000 : Math.round(value * 100) / 100 } diff --git a/libs/common/util/src/lib/object.ts b/libs/common/util/src/lib/object.ts index f099377398..8e97f99663 100644 --- a/libs/common/util/src/lib/object.ts +++ b/libs/common/util/src/lib/object.ts @@ -79,6 +79,15 @@ export function objMap( ) as Record } +export function objFilter( + obj: Record, + f: (v: V, k: K, i: number) => boolean +): Record { + return Object.fromEntries( + Object.entries(obj).filter(([k, v], i) => f(v as V, k as K, i)) + ) as Record +} + /** * Generate an object from an array of keys, and a function that maps the key to a value * @param keys diff --git a/libs/sr/stats/src/executors/gen-stats/executor.ts b/libs/sr/stats/src/executors/gen-stats/executor.ts index 5114110f1a..fa3598f8ac 100644 --- a/libs/sr/stats/src/executors/gen-stats/executor.ts +++ b/libs/sr/stats/src/executors/gen-stats/executor.ts @@ -1,4 +1,4 @@ -import { dumpFile } from '@genshin-optimizer/common/pipeline' +import { dumpPrettyFile } from '@genshin-optimizer/common/pipeline' import { workspaceRoot } from '@nx/devkit' import type { GenStatsExecutorSchema } from './schema' import type { @@ -38,26 +38,26 @@ export type AllStats = typeof allStat export default async function runExecutor(_options: GenStatsExecutorSchema) { console.log(`Writing character data to ${path}/Characters`) Object.entries(characterDataDump).forEach(([key, data]) => - dumpFile(`${path}/Characters/${key}.json`, data) + dumpPrettyFile(`${path}/Characters/${key}.json`, data) ) console.log(`Writing lightCone data to ${path}/LightCone`) Object.entries(lightConeDataDump).forEach(([key, data]) => - dumpFile(`${path}/LightCone/${key}.json`, data) + dumpPrettyFile(`${path}/LightCone/${key}.json`, data) ) console.log(`Writing relic data to ${path}/Relic`) Object.entries(relicDataDump).forEach(([key, data]) => - dumpFile(`${path}/Relic/${key}.json`, data) + dumpPrettyFile(`${path}/Relic/${key}.json`, data) ) console.log(`Writing misc data to ${path}/misc`) Object.entries(miscDataDump).forEach(([key, data]) => - dumpFile(`${path}/misc/${key}.json`, data) + dumpPrettyFile(`${path}/misc/${key}.json`, data) ) console.log(`Writing combined data to ${proj_path}/src/allStat_gen.json`) - dumpFile(`${proj_path}/src/allStat_gen.json`, allStat) + dumpPrettyFile(`${proj_path}/src/allStat_gen.json`, allStat) return { success: true } } diff --git a/libs/zzz/consts/src/character.ts b/libs/zzz/consts/src/character.ts index b455899736..a17c50accd 100644 --- a/libs/zzz/consts/src/character.ts +++ b/libs/zzz/consts/src/character.ts @@ -1,7 +1,8 @@ +// copy from libs\zzz\dm\src\dm\character\characterKeys.json export const allCharacterKeys = [ 'Anby', 'Anton', - 'AstraYao', + 'Astra', 'Ben', 'Billy', 'Burnice', @@ -20,11 +21,14 @@ export const allCharacterKeys = [ 'Nekomata', 'Nicole', 'Piper', - 'Qingyi', + 'PulchraFeliny', + 'QingYi', 'Rina', 'Seth', + 'SilverAnby', 'Soldier11', 'Soukaku', + 'Trigger', 'Yanagi', 'ZhuYuan', ] as const @@ -32,3 +36,23 @@ export type CharacterKey = (typeof allCharacterKeys)[number] export const allLocationKeys = [...allCharacterKeys, ''] as const export type LocationKey = (typeof allLocationKeys)[number] + +export const allSpecialityKeys = [ + 'attack', + 'stun', + 'anomaly', + 'support', + 'defense', +] as const +export type SpecialityKey = (typeof allSpecialityKeys)[number] + +export const allAttackTypeKeys = ['slash', 'strike', 'pierce'] as const +export type AttackTypeKey = (typeof allAttackTypeKeys)[number] + +export const allCharacterRarityKeys = ['S', 'A'] as const +export type CharacterRarityKey = (typeof allCharacterRarityKeys)[number] + +export const ascensionlevel = [10, 20, 30, 40, 50, 60] as const +export const coreLevel = [15, 25, 35, 45, 55, 60] as const + +export const allCoreKeys = ['None', 'A', 'B', 'C', 'D', 'E', 'F'] as const diff --git a/libs/zzz/consts/src/common.ts b/libs/zzz/consts/src/common.ts index f63f7809c6..b9660b54a6 100644 --- a/libs/zzz/consts/src/common.ts +++ b/libs/zzz/consts/src/common.ts @@ -5,6 +5,7 @@ export const otherStatKeys = [ // Used by calc, likely will be bundled into pando 'charLvl', 'enemyDef', // Enemy DEF + 'enemyDefRed', // Enemy DEF shred 'enemyRes_', // Enemy Resistance 'enemyResRed_', // Enemy Resistance Reduction 'enemyResIgn_', // Enemy Resistance Ignore @@ -79,6 +80,7 @@ export const statKeyTextMap: Partial> = { dmg_: 'DMG Bonus', charLvl: 'Character Level', enemyDef: 'Enemy DEF', + enemyDefRed: 'Enemy DEF shred', enemyRes_: 'Enemy Resistance', enemyResRed_: 'Enemy Resistance Reduction', enemyResIgn_: 'Enemy Resistance Ignore', diff --git a/libs/zzz/consts/src/formula.ts b/libs/zzz/consts/src/formula.ts new file mode 100644 index 0000000000..54b0a4e4df --- /dev/null +++ b/libs/zzz/consts/src/formula.ts @@ -0,0 +1,8 @@ +import { allAnomalyDmgKeys, allAttributeDamageKeys } from './common' + +export const allFormulaKeys = [ + 'initial_atk', + ...allAttributeDamageKeys, + ...allAnomalyDmgKeys, +] as const +export type FormulaKey = (typeof allFormulaKeys)[number] diff --git a/libs/zzz/consts/src/index.ts b/libs/zzz/consts/src/index.ts index 7db2e2a89d..e2e6bfcaa5 100644 --- a/libs/zzz/consts/src/index.ts +++ b/libs/zzz/consts/src/index.ts @@ -1,3 +1,5 @@ export * from './character' export * from './common' export * from './disc' +export * from './formula' +export * from './wengine' diff --git a/libs/zzz/consts/src/wengine.ts b/libs/zzz/consts/src/wengine.ts new file mode 100644 index 0000000000..27874ad259 --- /dev/null +++ b/libs/zzz/consts/src/wengine.ts @@ -0,0 +1,65 @@ +export const allWengineRarityKeys = ['S', 'A'] as const +export type WengineRarityKey = (typeof allWengineRarityKeys)[number] + +export const allWengineKeys = [ + 'BashfulDemon', + 'BigCylinder', + 'BlazingLaurel', + 'BunnyBand', + 'CannonRotor', + 'DeepSeaVisitor', + 'DemaraBatteryMarkII', + 'DrillRigRedAxis', + 'ElectroLipGloss', + 'ElegantVanity', + 'FlamemakerShaker', + 'FusionCompiler', + 'GildedBlossom', + 'HailstormShrine', + 'HeartstringNocturne', + 'HellfireGears', + 'Housekeeper', + 'IceJadeTeapot', + 'IdentityBase', + 'IdentityInflection', + 'KaboomTheCannon', + 'LunarDecrescent', + 'LunarNoviluna', + 'LunarPleniluna', + 'MagneticStormAlpha', + 'MagneticStormBravo', + 'MagneticStormCharlie', + 'MarcatoDesire', + 'OriginalTransmorpher', + 'PeacekeeperSpecialized', + 'PreciousFossilizedCore', + 'RainforestGourmet', + 'ReverbMarkI', + 'ReverbMarkII', + 'ReverbMarkIII', + 'RiotSuppressorMarkVI', + 'RoaringRide', + 'SharpenedStinger', + 'SixShooter', + 'SliceOfTime', + 'SpringEmbrace', + 'StarlightEngine', + 'StarlightEngineReplica', + 'SteamOven', + 'SteelCushion', + 'StreetSuperstar', + 'TheBrimstone', + 'TheRestrained', + 'TheVault', + 'Timeweaver', + 'TusksOfFury', + 'UnfetteredGameBall', + 'VortexArrow', + 'VortexHatchet', + 'VortexRevolver', + 'WeepingCradle', + 'WeepingGemini', + 'ZanshinHerbCase', +] as const + +export type WengineKey = (typeof allWengineKeys)[number] diff --git a/libs/zzz/db-ui/src/hooks/index.ts b/libs/zzz/db-ui/src/hooks/index.ts index d2213d0445..e1dbf2a882 100644 --- a/libs/zzz/db-ui/src/hooks/index.ts +++ b/libs/zzz/db-ui/src/hooks/index.ts @@ -1 +1,2 @@ +export * from './useCharacter' export * from './useDisc' diff --git a/libs/zzz/db-ui/src/hooks/useCharacter.ts b/libs/zzz/db-ui/src/hooks/useCharacter.ts new file mode 100644 index 0000000000..3175685389 --- /dev/null +++ b/libs/zzz/db-ui/src/hooks/useCharacter.ts @@ -0,0 +1,8 @@ +import { useDataManagerBase } from '@genshin-optimizer/common/database-ui' +import type { CharacterKey } from '@genshin-optimizer/zzz/consts' +import { useDatabaseContext } from '../context' + +export function useCharacter(characterKey: CharacterKey | '' | undefined) { + const { database } = useDatabaseContext() + return useDataManagerBase(database.chars, characterKey as CharacterKey) +} diff --git a/libs/zzz/db/src/Database/DataManagers/CharacterDataManager.ts b/libs/zzz/db/src/Database/DataManagers/CharacterDataManager.ts new file mode 100644 index 0000000000..16d9de2fa7 --- /dev/null +++ b/libs/zzz/db/src/Database/DataManagers/CharacterDataManager.ts @@ -0,0 +1,201 @@ +import type { TriggerString } from '@genshin-optimizer/common/database' +import { clamp, objFilter, validateArr } from '@genshin-optimizer/common/util' +import type { + CharacterKey, + DiscMainStatKey, + FormulaKey, + WengineKey, +} from '@genshin-optimizer/zzz/consts' +import { + allCharacterKeys, + allFormulaKeys, + allWengineKeys, + discSlotToMainStatKeys, +} from '@genshin-optimizer/zzz/consts' +import { DataManager } from '../DataManager' +import type { ZzzDatabase } from '../Database' + +export type Constraints = Record +export type Stats = Record +export type CharacterData = { + key: CharacterKey + level: number + core: number // 0-6 + wengineKey: WengineKey + wengineLvl: number + stats: Stats + formulaKey: FormulaKey + constraints: Constraints + useEquipped: boolean + slot4: DiscMainStatKey[] + slot5: DiscMainStatKey[] + slot6: DiscMainStatKey[] +} + +function initialCharacterData(key: CharacterKey): CharacterData { + return { + key, + level: 60, + core: 6, + wengineKey: allWengineKeys[0], + wengineLvl: 60, + stats: { + // in percent + enemyDef: 953, // default enemy DEF + }, + formulaKey: allFormulaKeys[0], + constraints: {}, // in percent + useEquipped: false, + slot4: [...discSlotToMainStatKeys['4']], + slot5: [...discSlotToMainStatKeys['5']], + slot6: [...discSlotToMainStatKeys['6']], + } +} +export class CharacterDataManager extends DataManager< + CharacterKey, + 'characters', + CharacterData, + CharacterData +> { + constructor(database: ZzzDatabase) { + super(database, 'characters') + } + override validate(obj: unknown): CharacterData | undefined { + if (!obj || typeof obj !== 'object') return undefined + const { key: characterKey } = obj as CharacterData + let { + level, + core, + wengineKey, + wengineLvl, + stats, + formulaKey, + constraints, + useEquipped, + slot4, + slot5, + slot6, + } = obj as CharacterData + + if (!allCharacterKeys.includes(characterKey)) return undefined // non-recoverable + + if (typeof level !== 'number') level = 60 + level = clamp(level, 1, 60) + + if (typeof core !== 'number') core = 6 + core = clamp(core, 0, 6) + + if (!allWengineKeys.includes(wengineKey)) wengineKey = allWengineKeys[0] + + if (typeof wengineLvl !== 'number') wengineLvl = 60 + wengineLvl = clamp(wengineLvl, 1, 60) + + if (typeof stats !== 'object') stats = {} + stats = objFilter(stats, (val) => typeof val === 'number') + + if (!allFormulaKeys.includes(formulaKey)) formulaKey = allFormulaKeys[0] + + if (typeof constraints !== 'object') constraints = {} + constraints = objFilter( + constraints, + ({ value, isMax }) => + typeof value === 'number' && typeof isMax === 'boolean' + ) + useEquipped = !!useEquipped + + slot4 = validateArr(slot4, discSlotToMainStatKeys['4']) + slot5 = validateArr(slot5, discSlotToMainStatKeys['5']) + slot6 = validateArr(slot6, discSlotToMainStatKeys['6']) + const char: CharacterData = { + key: characterKey, + level, + core, + wengineKey, + wengineLvl, + stats, + formulaKey, + constraints, + useEquipped, + slot4, + slot5, + slot6, + } + return char + } + // These overrides allow CharacterKey to be used as id. + // This assumes we only support one copy of a character in a DB. + override toStorageKey(key: string): string { + return `${this.goKeySingle}_${key}` + } + override toCacheKey(key: string): CharacterKey { + return key.split(`${this.goKeySingle}_`)[1] as CharacterKey + } + + getOrCreate(key: CharacterKey): CharacterData { + if (!this.keys.includes(key)) { + this.set(key, initialCharacterData(key)) + } + return this.get(key) as CharacterData + } + + // hasDup(char: ICharacter, isSro: boolean) { + // const db = this.getStorage(char.key) + // if (!db) return false + // if (isSro) { + // return JSON.stringify(db) === JSON.stringify(char) + // } else { + // let { + // key, + // level, + // eidolon, + // ascension, + // basic, + // skill, + // ult, + // talent, + // bonusAbilities, + // statBoosts, + // } = db + // const dbSr = { + // key, + // level, + // eidolon, + // ascension, + // basic, + // skill, + // ult, + // talent, + // bonusAbilities, + // statBoosts, + // } + // ;({ + // key, + // level, + // eidolon, + // ascension, + // basic, + // skill, + // ult, + // talent, + // bonusAbilities, + // statBoosts, + // } = char) + // const charSr = { + // key, + // level, + // eidolon, + // ascension, + // basic, + // skill, + // ult, + // talent, + // bonusAbilities, + // statBoosts, + // } + // return JSON.stringify(dbSr) === JSON.stringify(charSr) + // } + // } + triggerCharacter(key: CharacterKey, reason: TriggerString) { + this.trigger(key, reason, this.get(key)) + } +} diff --git a/libs/zzz/db/src/Database/DataManagers/index.ts b/libs/zzz/db/src/Database/DataManagers/index.ts index cf941471c2..c884e94272 100644 --- a/libs/zzz/db/src/Database/DataManagers/index.ts +++ b/libs/zzz/db/src/Database/DataManagers/index.ts @@ -1 +1,2 @@ +export * from './CharacterDataManager' export * from './DiscDataManager' diff --git a/libs/zzz/db/src/Database/Database.ts b/libs/zzz/db/src/Database/Database.ts index 5c9c397398..f6491426e4 100644 --- a/libs/zzz/db/src/Database/Database.ts +++ b/libs/zzz/db/src/Database/Database.ts @@ -4,11 +4,13 @@ import type { IZenlessObjectDescription, IZZZDatabase } from '../Interfaces' import { zzzSource } from '../Interfaces' import { DBMetaEntry, DisplayRelicEntry } from './DataEntries/' import { DiscDataManager } from './DataManagers/' +import { CharacterDataManager } from './DataManagers/CharacterDataManager' import type { ImportResult } from './exim' import { newImportResult } from './exim' import { currentDBVersion, migrateStorage, migrateZOD } from './migrate' export class ZzzDatabase extends Database { discs: DiscDataManager + chars: CharacterDataManager dbMeta: DBMetaEntry displayRelic: DisplayRelicEntry dbIndex: 1 | 2 | 3 | 4 @@ -27,6 +29,7 @@ export class ZzzDatabase extends Database { // Handle Datamanagers this.discs = new DiscDataManager(this) + this.chars = new CharacterDataManager(this) // Handle DataEntries this.dbMeta = new DBMetaEntry(this) @@ -37,8 +40,8 @@ export class ZzzDatabase extends Database { }) } get dataManagers() { - // IMPORTANT: it must be chars, light cones, discs in order, to respect import order - return [this.discs] as const + // IMPORTANT: it must be chars, wengines, discs in order, to respect import order + return [this.discs, this.chars] as const } get dataEntries() { return [this.dbMeta, this.displayRelic] as const @@ -85,6 +88,9 @@ export class ZzzDatabase extends Database { // if (ind < 0) arr.push(value) // else arr[ind] = value // }), + this.chars.followAny((_key, reason, value) => + result.characters[reason].push(value) + ), this.discs.followAny((_key, reason, value) => result.discs[reason].push(value) ), diff --git a/libs/zzz/db/src/Database/exim.ts b/libs/zzz/db/src/Database/exim.ts index c616f94779..3b250003c0 100644 --- a/libs/zzz/db/src/Database/exim.ts +++ b/libs/zzz/db/src/Database/exim.ts @@ -1,4 +1,5 @@ import type { IDisc } from '../Interfaces/IDisc' +import type { CharacterData } from './DataManagers/CharacterDataManager' function newCounter(): ImportResultCounter { return { @@ -25,7 +26,7 @@ export function newImportResult( discs: newCounter(), // TODO: // lightCones: newCounter(), - // characters: newCounter(), + characters: newCounter(), keepNotInImport, ignoreDups, } @@ -48,7 +49,7 @@ export type ImportResult = { discs: ImportResultCounter // TODO: // lightCones: ImportResultCounter - // characters: ImportResultCounter + characters: ImportResultCounter keepNotInImport: boolean ignoreDups: boolean } diff --git a/libs/zzz/disc-scanner/src/lib/enStringMap.ts b/libs/zzz/disc-scanner/src/lib/enStringMap.ts index 3b8e9e0be0..8bceb717a1 100644 --- a/libs/zzz/disc-scanner/src/lib/enStringMap.ts +++ b/libs/zzz/disc-scanner/src/lib/enStringMap.ts @@ -21,6 +21,7 @@ export const statMapEngMap = { crit_dmg_: 'CRIT DMG', enerRegen_: 'Energy Regen', impact_: 'Impact', + anomMas: 'Anomaly Mastery', anomMas_: 'Anomaly Mastery', anomProf: 'Anomaly Proficiency', } as Record diff --git a/libs/zzz/dm/.babelrc b/libs/zzz/dm/.babelrc new file mode 100644 index 0000000000..158083d278 --- /dev/null +++ b/libs/zzz/dm/.babelrc @@ -0,0 +1,10 @@ +{ + "presets": [ + [ + "@nx/web/babel", + { + "useBuiltIns": "usage" + } + ] + ] +} diff --git a/libs/zzz/dm/.eslintrc.json b/libs/zzz/dm/.eslintrc.json new file mode 100644 index 0000000000..c9bdf4dbc4 --- /dev/null +++ b/libs/zzz/dm/.eslintrc.json @@ -0,0 +1,21 @@ +{ + "extends": ["../../../.eslintrc.json"], + "ignorePatterns": ["!**/*", "ZenlessData/"], + "parserOptions": { + "project": "libs/zzz/dm/tsconfig.eslint.json" + }, + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/libs/zzz/dm/.gitignore b/libs/zzz/dm/.gitignore new file mode 100644 index 0000000000..9583d75c2c --- /dev/null +++ b/libs/zzz/dm/.gitignore @@ -0,0 +1,2 @@ +ZenlessData.hash +assets diff --git a/libs/zzz/dm/HakushinData/bangboo.json b/libs/zzz/dm/HakushinData/bangboo.json new file mode 100644 index 0000000000..e134466c6e --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo.json @@ -0,0 +1,312 @@ +{ + "53001": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole12.png", + "rank": 3, + "codename": "Penguinboo", + "EN": "Penguinboo", + "desc": "Widdly-waddly, icy and chilly.", + "KO": "펭귄부", + "CHS": "企鹅布", + "JA": "ペンギンボンプ" + }, + "53002": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole11.png", + "rank": 3, + "codename": "Luckyboo", + "EN": "Luckyboo", + "desc": "Takes up quite a bit of space when placed on the counter.", + "KO": "럭키부", + "CHS": "招财布", + "JA": "オマネキボンプ" + }, + "53003": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole06.png", + "rank": 3, + "codename": "Exploreboo", + "EN": "Exploreboo", + "desc": "Beep-beep-beep-beep. Does that mean there treasure or that it's running outta battery?", + "KO": "탐험부", + "CHS": "寻宝布", + "JA": "タンケンボンプ" + }, + "53004": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole05.png", + "rank": 3, + "codename": "Sumoboo", + "EN": "Sumoboo", + "desc": "A sumo wrestler never retreats!", + "KO": "스모부", + "CHS": "扑击布", + "JA": "オスモウボンプ" + }, + "53005": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole04.png", + "rank": 3, + "codename": "Paperboo", + "EN": "Paperboo", + "desc": "Always nostalgic over when it hatched from its shell.", + "KO": "종이부", + "CHS": "纸壳布", + "JA": "ハコイリボンプ" + }, + "53006": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole01.png", + "rank": 3, + "codename": "Bagboo", + "EN": "Bagboo", + "desc": "There's a dark past hidden under that bag...", + "KO": "봉투부", + "CHS": "纸袋布", + "JA": "フクロノボンプ" + }, + "53007": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole02.png", + "rank": 3, + "codename": "Cryboo", + "EN": "Cryboo", + "desc": "Who knows what troubles plague a young Bangboo?", + "KO": "울보부", + "CHS": "泪眼布", + "JA": "ウルリンボンプ" + }, + "53008": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole03.png", + "rank": 3, + "codename": "Avocaboo", + "EN": "Avocaboo", + "desc": "A massive success among people who love veggie salads.", + "KO": "아보카부", + "CHS": "果核布", + "JA": "アボカドボンプ" + }, + "53009": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole18.png", + "rank": 3, + "codename": "Boollseye", + "EN": "Boollseye", + "desc": "Right in the bull's eye!", + "KO": "과녁부", + "CHS": "飞靶布", + "JA": "ズバットボンプ" + }, + "53010": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole16.png", + "rank": 3, + "codename": "Electroboo", + "EN": "Electroboo", + "desc": "Bzzzt... Please wear insulated gloves when petting.", + "KO": "찌릿부", + "CHS": "电击布", + "JA": "ビリビリボンプ" + }, + "53011": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole21.png", + "rank": 3, + "codename": "Magnetiboo", + "EN": "Magnetiboo", + "desc": "Suffering from anxiety caused by an attachment disorder. Treatment plan: Its master should refrain from wearing any metal accessories.", + "KO": "자석부", + "CHS": "磁���布", + "JA": "クッツキボンプ" + }, + "53012": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole17.png", + "rank": 3, + "codename": "Booressure", + "EN": "Booressure", + "desc": "Understanding the mood of a conversation is key to becoming a Bangboo social expert.", + "KO": "압력부", + "CHS": "气压布", + "JA": "キアツデボンプ" + }, + "53013": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole24.png", + "rank": 3, + "codename": "Baddieboo", + "EN": "Baddieboo", + "desc": "Don't mess with it... It won't care if you're a human or Bangboo when it gets angry!", + "KO": "불량부", + "CHS": "不良布", + "JA": "カチコミボンプ" + }, + "53015": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole29.png", + "rank": 3, + "codename": "Brawlerboo", + "EN": "Brawlerboo", + "desc": "Ten thousand en-nah forward punches as practice per day!", + "KO": "격투부", + "CHS": "格斗布", + "JA": "カクトウボンプ" + }, + "53017": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole27.png", + "rank": 3, + "codename": "Knightboo", + "EN": "Knightboo", + "desc": "My steed and I can both bounce to accelerate!", + "KO": "기사부", + "CHS": "骑士布", + "JA": "キシドウボンプ" + }, + "54001": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole07.png", + "rank": 4, + "codename": "Sharkboo", + "EN": "Sharkboo", + "desc": "Seen in the distant seas and the seafood section of the fresh food market.", + "KO": "샤크부", + "CHS": "鲨牙布", + "JA": "ガブットボンプ" + }, + "54002": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole10.png", + "rank": 4, + "codename": "Safety", + "EN": "Safety", + "desc": "Safety first, ehn-na second.", + "KO": "세이프티", + "CHS": "阿全", + "JA": "ゴアンゼン" + }, + "54003": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole14.png", + "rank": 3, + "codename": "Devilboo", + "EN": "Devilboo", + "desc": "The only thing more tempting than a devil... is Devilboo!", + "KO": "데빌부", + "CHS": "恶魔布", + "JA": "アクマデボンプ" + }, + "54004": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole09.png", + "rank": 4, + "codename": "Butler", + "EN": "Butler", + "desc": "A perfect butler for a perfect you.", + "KO": "버틀러", + "CHS": "巴特勒", + "JA": "バトラー" + }, + "54005": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole13.png", + "rank": 4, + "codename": "Amillion", + "EN": "Amillion", + "desc": "A million Dennies in one Bangboo.", + "KO": "에밀리온", + "CHS": "艾米莉安", + "JA": "アミリオン" + }, + "54006": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole15.png", + "rank": 4, + "codename": "Rocketboo", + "EN": "Rocketboo", + "desc": "This Bangboo accelerates for 17.5 steps when running a hundred kilometers.", + "KO": "날쌘부", + "CHS": "飚速布", + "JA": "ハヤスギボンプ" + }, + "54008": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole19.png", + "rank": 4, + "codename": "Plugboo", + "EN": "Plugboo", + "desc": "\"Beeeeep... beep... beep beep.\"", + "KO": "플러그부", + "CHS": "插头布", + "JA": "プラグノボンプ" + }, + "54009": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole20.png", + "rank": 4, + "codename": "Resonaboo", + "EN": "Resonaboo", + "desc": "Accumulating Ether energy...", + "KO": "공명부", + "CHS": "共鸣布", + "JA": "レゾナンボンプ" + }, + "54011": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole26.png", + "rank": 4, + "codename": "Red Moccus", + "EN": "Red Moccus", + "desc": "I'll be waiting for you on the off-road section of the Outer Ring!", + "KO": "레드모쿠스", + "CHS": "赤红莫库斯", + "JA": "真紅のモックス" + }, + "54012": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole25.png", + "rank": 4, + "codename": "Officer Cui", + "EN": "Officer Cui", + "desc": "Though it may be a Bangboo, it's even more intimidating than a Security Canine!", + "KO": "최 순찰대원", + "CHS": "阿崔巡查", + "JA": "ツェイ巡査" + }, + "54013": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole23.png", + "rank": 4, + "codename": "Bangvolver", + "EN": "Bangvolver", + "desc": "Today's Fortune: Amazing!", + "KO": "리볼버부", + "CHS": "左轮布", + "JA": "リボルバボンプ" + }, + "54014": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole28.png", + "rank": 4, + "codename": "Agent Gulliver", + "EN": "Agent Gulliver", + "desc": "Security check! Open up!", + "KO": "걸리버 요원", + "CHS": "格列佛探员", + "JA": "ガリバー隊員" + }, + "54015": { + "icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole30.png", + "rank": 4, + "codename": "Snap", + "EN": "Snap", + "desc": "Its flash only shines for true superstars.", + "KO": "찰칵이", + "CHS": "咔嚓仔", + "JA": "カチャコ" + }, + "55001": { + "icon": "", + "rank": 3, + "codename": "Eous", + "EN": "Eous", + "desc": "Eous", + "KO": "이아스", + "CHS": "伊埃斯", + "JA": "イアス" + }, + "55002": { + "icon": "", + "rank": 3, + "codename": "Eous", + "EN": "Eous", + "desc": "Eous", + "KO": "이아스", + "CHS": "伊埃斯", + "JA": "イアス" + }, + "56001": { + "icon": "", + "rank": 3, + "codename": "Bangboo_Name_en_56001", + "EN": "Bangboo_Name_56001", + "desc": "", + "KO": "Bangboo_Name_56001", + "CHS": "Bangboo_Name_56001", + "JA": "Bangboo_Name_56001" + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53001.json b/libs/zzz/dm/HakushinData/bangboo/53001.json new file mode 100644 index 0000000000..0beaad2cd3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53001.json @@ -0,0 +1,332 @@ +{ + "Id": 53001, + "CodeName": "Penguinboo", + "Name": "Penguinboo", + "Desc": "Widdly-waddly, icy and chilly.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole12.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 90, + "ElementAbnormalPower": 120, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "2": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "3": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "4": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "5": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "6": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "7": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "8": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "9": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + }, + "10": { + "Name": "Iceblade Dance", + "Desc": "Active Skill\nExecutes a series of graceful slashes with an ice blade, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300101, Prop:1001}|{Skill:5300101, Prop:1002}|20s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Dry Ice Field", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 60% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "60%" + }, + "2": { + "Name": "Dry Ice Field", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 75% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "75%" + }, + "3": { + "Name": "Dry Ice Field", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 90% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "90%" + }, + "4": { + "Name": "Dry Ice Field", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 105% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "105%" + }, + "5": { + "Name": "Dry Ice Field", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 120% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "120%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "2": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "3": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "4": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "5": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "6": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "7": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "8": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "9": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + }, + "10": { + "Name": "Frozen Hurricane", + "Desc": "Bangboo Chain Attack\nAttacks the target with a series of slashes, dealing Ice DMG and inflicting massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300102, Prop:1001}|{Skill:5300102, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5300101": { + "1001": { "Main": 46200, "Growth": 4620, "Format": "%" }, + "1002": { "Main": 27000, "Growth": 2700, "Format": "%" } + }, + "5300102": { + "1001": { "Main": 95700, "Growth": 9570, "Format": "%" }, + "1002": { "Main": 13700, "Growth": 1370, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53002.json b/libs/zzz/dm/HakushinData/bangboo/53002.json new file mode 100644 index 0000000000..e5e0190d61 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53002.json @@ -0,0 +1,280 @@ +{ + "Id": 53002, + "CodeName": "Luckyboo", + "Name": "Luckyboo", + "Desc": "Takes up quite a bit of space when placed on the counter.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole11.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 94, + "ElementAbnormalPower": 112, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "2": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "3": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "4": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "5": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "6": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "7": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "8": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "9": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + }, + "10": { + "Name": "Lavish Spending", + "Desc": "Active Skill\nStrikes the target with a barrage of golden coins, dealing Physical DMG and accumulating Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5300201, Prop:1001}/100}*140|{{Skill:5300201, Prop:1002}/100}*140|22s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Luck is a Component of Power", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Active Skill inflicts 20% more Anomaly Buildup.\nActive Skill's continuous strikes duration is increased by 0.8s.", + "Property": [ + "Anomaly Buildup Increase", + "Continuous Strikes Duration Extension" + ], + "Param": "20%|0.8s" + }, + "2": { + "Name": "Luck is a Component of Power", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Active Skill inflicts 25% more Anomaly Buildup.\nActive Skill's continuous strikes duration is increased by 1s.", + "Property": [ + "Anomaly Buildup Increase", + "Continuous Strikes Duration Extension" + ], + "Param": "25%|1s" + }, + "3": { + "Name": "Luck is a Component of Power", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Active Skill inflicts 30% more Anomaly Buildup.\nActive Skill's continuous strikes duration is increased by 1.2s.", + "Property": [ + "Anomaly Buildup Increase", + "Continuous Strikes Duration Extension" + ], + "Param": "30%|1.2s" + }, + "4": { + "Name": "Luck is a Component of Power", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Active Skill inflicts 35% more Anomaly Buildup.\nActive Skill's continuous strikes duration is increased by 1.4s.", + "Property": [ + "Anomaly Buildup Increase", + "Continuous Strikes Duration Extension" + ], + "Param": "35%|1.4s" + }, + "5": { + "Name": "Luck is a Component of Power", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Active Skill inflicts 40% more Anomaly Buildup.\nActive Skill's continuous strikes duration is increased by 1.6s.", + "Property": [ + "Anomaly Buildup Increase", + "Continuous Strikes Duration Extension" + ], + "Param": "40%|1.6s" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5300201": { + "1001": { "Main": 44000, "Growth": 4400, "Format": "%" }, + "1002": { "Main": 25700, "Growth": 2570, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53003.json b/libs/zzz/dm/HakushinData/bangboo/53003.json new file mode 100644 index 0000000000..be100cbe40 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53003.json @@ -0,0 +1,267 @@ +{ + "Id": 53003, + "CodeName": "Exploreboo", + "Name": "Exploreboo", + "Desc": "Beep-beep-beep-beep. Does that mean there treasure or that it's running outta battery?", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole06.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 436, + "Hpupgrade": 518360, + "Attack": 49, + "AttackUpgrade": 246993, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": {} + }, + "2": { + "HpMax": 228, + "Attack": 46, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": {} + }, + "3": { + "HpMax": 455, + "Attack": 228, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": {} + }, + "4": { + "HpMax": 683, + "Attack": 685, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": {} + }, + "5": { + "HpMax": 910, + "Attack": 1827, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": {} + }, + "6": { + "HpMax": 1138, + "Attack": 4568, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": {} + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "8% HP|9% HP|0.2/s|12s|16s" + }, + "2": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "8.2% HP|9.3% HP|0.22/s|12s|16s" + }, + "3": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "8.4% HP|9.6% HP|0.24/s|12s|16s" + }, + "4": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "8.6% HP|9.9% HP|0.26/s|12s|16s" + }, + "5": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "8.8% HP|10.2% HP|0.28/s|12s|16s" + }, + "6": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "9% HP|10.5% HP|0.3/s|12s|16s" + }, + "7": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "9.2% HP|10.8% HP|0.32/s|12s|16s" + }, + "8": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "9.4% HP|11.1% HP|0.34/s|12s|16s" + }, + "9": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "9.6% HP|11.3% HP|0.36/s|12s|16s" + }, + "10": { + "Name": "Modded Ether Detector", + "Desc": "Active Skill\nScans and excavates the nearby ground, then gives the character a random buff based on the Bangboo's stats:\nBuff 1: Recovers HP.\nBuff 2: Generates a Shield.\nBuff 3: Increases Energy Regen.", + "Property": [ + "Buff 1: HP Recovery", + "Buff 2: Shield Generated", + "Buff 3: Energy Regen", + "Buff Duration", + "Cooldown" + ], + "Param": "10% HP|11.5% HP|0.4/s|12s|16s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Ether Detection Specialist", + "Desc": "Additional Ability\nTriggered when there is at least 1 Support character in your squad: Active Skill's character buff effect is increased:\nBuff 1: HP Recovery increases by 20%.\nBuff 2: Shield Generation increases by 20%.\nBuff 3: Energy Regen increases by 0.04/s.", + "Property": [ + "Buff 1: HP Recovery Increase", + "Buff 2: Shield Generated Increase", + "Buff 3: Energy Regen Increase" + ], + "Param": "20%|20%|0.04/s" + }, + "2": { + "Name": "Ether Detection Specialist", + "Desc": "Additional Ability\nTriggered when there is at least 1 Support character in your squad: Active Skill's character buff effect is increased:\nBuff 1: HP Recovery increases by 22.5%.\nBuff 2: Shield Generation increases by 22.5%.\nBuff 3: Energy Regen increases by 0.05/s.", + "Property": [ + "Buff 1: HP Recovery Increase", + "Buff 2: Shield Generated Increase", + "Buff 3: Energy Regen Increase" + ], + "Param": "22.5%|22.5%|0.05/s" + }, + "3": { + "Name": "Ether Detection Specialist", + "Desc": "Additional Ability\nTriggered when there is at least 1 Support character in your squad: Active Skill's character buff effect is increased:\nBuff 1: HP Recovery increases by 25%.\nBuff 2: Shield Generation increases by 25%.\nBuff 3: Energy Regen increases by 0.06/s.", + "Property": [ + "Buff 1: HP Recovery Increase", + "Buff 2: Shield Generated Increase", + "Buff 3: Energy Regen Increase" + ], + "Param": "25%|25%|0.06/s" + }, + "4": { + "Name": "Ether Detection Specialist", + "Desc": "Additional Ability\nTriggered when there is at least 1 Support character in your squad: Active Skill's character buff effect is increased:\nBuff 1: HP Recovery increases by 27.5%.\nBuff 2: Shield Generation increases by 27.5%.\nBuff 3: Energy Regen increases by 0.07/s.", + "Property": [ + "Buff 1: HP Recovery Increase", + "Buff 2: Shield Generated Increase", + "Buff 3: Energy Regen Increase" + ], + "Param": "27.5%|27.5%|0.07/s" + }, + "5": { + "Name": "Ether Detection Specialist", + "Desc": "Additional Ability\nTriggered when there is at least 1 Support character in your squad: Active Skill's character buff effect is increased:\nBuff 1: HP Recovery increases by 30%.\nBuff 2: Shield Generation increases by 30%.\nBuff 3: Energy Regen increases by 0.08/s.", + "Property": [ + "Buff 1: HP Recovery Increase", + "Buff 2: Shield Generated Increase", + "Buff 3: Energy Regen Increase" + ], + "Param": "30%|30%|0.08/s" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5300301": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53004.json b/libs/zzz/dm/HakushinData/bangboo/53004.json new file mode 100644 index 0000000000..f65db95657 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53004.json @@ -0,0 +1,265 @@ +{ + "Id": 53004, + "CodeName": "Sumoboo", + "Name": "Sumoboo", + "Desc": "A sumo wrestler never retreats!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole05.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 47, + "AttackUpgrade": 236912, + "BreakStun": 112, + "ElementAbnormalPower": 88, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 44, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 219, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 657, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1753, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4381, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "2": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "3": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "4": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "5": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "6": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "7": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "8": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "9": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + }, + "10": { + "Name": "Finishing Move - Rock Crusher", + "Desc": "Active Skill\nJumps towards the target and executes a downward strike, dealing Physical DMG in an area. This skill is good at interrupting.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300401, Prop:1001}|{Skill:5300401, Prop:1002}|14s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Overpower All Odds", + "Desc": "Additional Ability\nWhen there is at least 1 Stun character in your squad: Active Skill inflicts 18% more Daze to enemies whose Daze is above 50%.", + "Property": ["Daze Increase"], + "Param": "18%" + }, + "2": { + "Name": "Overpower All Odds", + "Desc": "Additional Ability\nWhen there is at least 1 Stun character in your squad: Active Skill inflicts 22.5% more Daze to enemies whose Daze is above 50%.", + "Property": ["Daze Increase"], + "Param": "22.5%" + }, + "3": { + "Name": "Overpower All Odds", + "Desc": "Additional Ability\nWhen there is at least 1 Stun character in your squad: Active Skill inflicts 27% more Daze to enemies whose Daze is above 50%.", + "Property": ["Daze Increase"], + "Param": "27%" + }, + "4": { + "Name": "Overpower All Odds", + "Desc": "Additional Ability\nWhen there is at least 1 Stun character in your squad: Active Skill inflicts 31.5% more Daze to enemies whose Daze is above 50%.", + "Property": ["Daze Increase"], + "Param": "31.5%" + }, + "5": { + "Name": "Overpower All Odds", + "Desc": "Additional Ability\nWhen there is at least 1 Stun character in your squad: Active Skill inflicts 36% more Daze to enemies whose Daze is above 50%.", + "Property": ["Daze Increase"], + "Param": "36%" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5300401": { + "1001": { "Main": 32300, "Growth": 3230, "Format": "%" }, + "1002": { "Main": 18900, "Growth": 1890, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53005.json b/libs/zzz/dm/HakushinData/bangboo/53005.json new file mode 100644 index 0000000000..50789d912e --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53005.json @@ -0,0 +1,357 @@ +{ + "Id": 53005, + "CodeName": "Paperboo", + "Name": "Paperboo", + "Desc": "Always nostalgic over when it hatched from its shell.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole04.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 436, + "Hpupgrade": 518360, + "Attack": 47, + "AttackUpgrade": 236912, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 228, + "Attack": 44, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 455, + "Attack": 219, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 683, + "Attack": 657, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 910, + "Attack": 1753, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1138, + "Attack": 4381, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "2": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "3": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "4": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "5": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "6": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "7": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "8": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "9": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + }, + "10": { + "Name": "Decoy Paper Armor", + "Desc": "Active Skill\nUses a cardboard box to camouflage itself, inducing a taunt effect: While camouflaged, being attacked by enemies or reaching the camouflage time limit will trigger an explosion, dealing Physical DMG in an area.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300501, Prop:1001}|{Skill:5300501, Prop:1002}|20s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Cardboard Armor", + "Desc": "Additional Ability\nWhen there is at least 1 Defense character in your squad: Bangboo Chain Attack generates Shield for all squad members. The more enemies hit, the more Shield generated, up to a max of 15% of Paperboo's Max HP.", + "Property": [ + "Shield Generated (1 Enemy)", + "Shield Generated (2 Enemies)", + "Shield Generated (3 or More Enemies)", + "Shield Duration" + ], + "Param": "10% HP|12% HP|15% HP|24s" + }, + "2": { + "Name": "Cardboard Armor", + "Desc": "Additional Ability\nWhen there is at least 1 Defense character in your squad: Bangboo Chain Attack generates Shield for all squad members. The more enemies hit, the more Shield generated, up to a max of 16.5% of Paperboo's Max HP.", + "Property": [ + "Shield Generated (1 Enemy)", + "Shield Generated (2 Enemies)", + "Shield Generated (3 or More Enemies)", + "Shield Duration" + ], + "Param": "11% HP|13.2% HP|16.5% HP|24s" + }, + "3": { + "Name": "Cardboard Armor", + "Desc": "Additional Ability\nWhen there is at least 1 Defense character in your squad: Bangboo Chain Attack generates Shield for all squad members. The more enemies hit, the more Shield generated, up to a max of 18% of Paperboo's Max HP.", + "Property": [ + "Shield Generated (1 Enemy)", + "Shield Generated (2 Enemies)", + "Shield Generated (3 or More Enemies)", + "Shield Duration" + ], + "Param": "12% HP|14.4% HP|18% HP|24s" + }, + "4": { + "Name": "Cardboard Armor", + "Desc": "Additional Ability\nWhen there is at least 1 Defense character in your squad: Bangboo Chain Attack generates Shield for all squad members. The more enemies hit, the more Shield generated, up to a max of 19.5% of Paperboo's Max HP.", + "Property": [ + "Shield Generated (1 Enemy)", + "Shield Generated (2 Enemies)", + "Shield Generated (3 or More Enemies)", + "Shield Duration" + ], + "Param": "13% HP|15.6% HP|19.5% HP|24s" + }, + "5": { + "Name": "Cardboard Armor", + "Desc": "Additional Ability\nWhen there is at least 1 Defense character in your squad: Bangboo Chain Attack generates Shield for all squad members. The more enemies hit, the more Shield generated, up to a max of 21% of Paperboo's Max HP.", + "Property": [ + "Shield Generated (1 Enemy)", + "Shield Generated (2 Enemies)", + "Shield Generated (3 or More Enemies)", + "Shield Duration" + ], + "Param": "14% HP|16.8% HP|21% HP|24s" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "2": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "3": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "4": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "5": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "6": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "7": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "8": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "9": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + }, + "10": { + "Name": "Paper Armor: Impact Mode", + "Desc": "Bangboo Chain Attack\nEnters a cardboard box and jumps at the target enemy, causing an explosion when it lands, dealing Physical DMG over a large area.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300502, Prop:1001}|{Skill:5300502, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5300501": { + "1001": { "Main": 46200, "Growth": 4620, "Format": "%" }, + "1002": { "Main": 27000, "Growth": 2700, "Format": "%" } + }, + "5300502": { + "1001": { "Main": 66500, "Growth": 6650, "Format": "%" }, + "1002": { "Main": 9500, "Growth": 950, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53006.json b/libs/zzz/dm/HakushinData/bangboo/53006.json new file mode 100644 index 0000000000..f7535d42ab --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53006.json @@ -0,0 +1,332 @@ +{ + "Id": 53006, + "CodeName": "Bagboo", + "Name": "Bagboo", + "Desc": "There's a dark past hidden under that bag...", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole01.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 94, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "2": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "3": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "4": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "5": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "6": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "7": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "8": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "9": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + }, + "10": { + "Name": "Closer, Closer...", + "Desc": "Active Skill\nUnleashes a series of slashes with dual blades, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300601, Prop:1001}|{Skill:5300601, Prop:1002}|18s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Swiftly Honed", + "Desc": "Additional Ability\nWhen there is at least 1 Attack character in your squad: Bangboo Chain Attack DMG increases by 30%.", + "Property": ["DMG Increase"], + "Param": "30%" + }, + "2": { + "Name": "Swiftly Honed", + "Desc": "Additional Ability\nWhen there is at least 1 Attack character in your squad: Bangboo Chain Attack DMG increases by 37.5%.", + "Property": ["DMG Increase"], + "Param": "37.5%" + }, + "3": { + "Name": "Swiftly Honed", + "Desc": "Additional Ability\nWhen there is at least 1 Attack character in your squad: Bangboo Chain Attack DMG increases by 45%.", + "Property": ["DMG Increase"], + "Param": "45%" + }, + "4": { + "Name": "Swiftly Honed", + "Desc": "Additional Ability\nWhen there is at least 1 Attack character in your squad: Bangboo Chain Attack DMG increases by 52.5%.", + "Property": ["DMG Increase"], + "Param": "52.5%" + }, + "5": { + "Name": "Swiftly Honed", + "Desc": "Additional Ability\nWhen there is at least 1 Attack character in your squad: Bangboo Chain Attack DMG increases by 60%.", + "Property": ["DMG Increase"], + "Param": "60%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "2": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "3": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "4": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "5": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "6": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "7": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "8": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "9": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + }, + "10": { + "Name": "That's Close Enough!", + "Desc": "Bangboo Chain Attack\nContinually slashes the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300602, Prop:1001}|{Skill:5300602, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5300601": { + "1001": { "Main": 36000, "Growth": 3600, "Format": "%" }, + "1002": { "Main": 21100, "Growth": 2110, "Format": "%" } + }, + "5300602": { + "1001": { "Main": 76400, "Growth": 7640, "Format": "%" }, + "1002": { "Main": 10900, "Growth": 1090, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53007.json b/libs/zzz/dm/HakushinData/bangboo/53007.json new file mode 100644 index 0000000000..577aea8091 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53007.json @@ -0,0 +1,332 @@ +{ + "Id": 53007, + "CodeName": "Cryboo", + "Name": "Cryboo", + "Desc": "Who knows what troubles plague a young Bangboo?", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole02.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 90, + "ElementAbnormalPower": 120, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "2": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "3": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "4": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "5": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "6": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "7": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "8": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "9": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + }, + "10": { + "Name": "Pull-Tab Bomb", + "Desc": "Active Skill\nThrows a bomb at the target, dealing Fire DMG and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300701, Prop:1001}|{Skill:5300701, Prop:1002}|14s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Building Heat", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 60% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "60%" + }, + "2": { + "Name": "Building Heat", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 75% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "75%" + }, + "3": { + "Name": "Building Heat", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 90% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "90%" + }, + "4": { + "Name": "Building Heat", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 105% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "105%" + }, + "5": { + "Name": "Building Heat", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 120% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "120%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "2": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "3": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "4": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "5": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "6": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "7": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "8": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "9": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + }, + "10": { + "Name": "Shocking Gift", + "Desc": "Bangboo Chain Attack\nThrows a bomb at the target, dealing Fire DMG and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300702, Prop:1001}|{Skill:5300702, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5300701": { + "1001": { "Main": 28000, "Growth": 2800, "Format": "%" }, + "1002": { "Main": 16400, "Growth": 1640, "Format": "%" } + }, + "5300702": { + "1001": { "Main": 69400, "Growth": 6940, "Format": "%" }, + "1002": { "Main": 9900, "Growth": 990, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53008.json b/libs/zzz/dm/HakushinData/bangboo/53008.json new file mode 100644 index 0000000000..3505ea91d9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53008.json @@ -0,0 +1,187 @@ +{ + "Id": 53008, + "CodeName": "Avocaboo", + "Name": "Avocaboo", + "Desc": "A massive success among people who love veggie salads.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole03.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 436, + "Hpupgrade": 518360, + "Attack": 47, + "AttackUpgrade": 236912, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": {} + }, + "2": { + "HpMax": 228, + "Attack": 44, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": {} + }, + "3": { + "HpMax": 455, + "Attack": 219, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": {} + }, + "4": { + "HpMax": 683, + "Attack": 657, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": {} + }, + "5": { + "HpMax": 910, + "Attack": 1753, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": {} + }, + "6": { + "HpMax": 1138, + "Attack": 4381, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": {} + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "10% HP|20s" + }, + "2": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "10.5% HP|20s" + }, + "3": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "11% HP|20s" + }, + "4": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "11.5% HP|20s" + }, + "5": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "12% HP|20s" + }, + "6": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "12.5% HP|20s" + }, + "7": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "13% HP|20s" + }, + "8": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "13.5% HP|20s" + }, + "9": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "14% HP|20s" + }, + "10": { + "Name": "Sweet and Juicy", + "Desc": "Active Skill\nShoots juice bullets at the character currently on the battlefield. If the bullet misses, the juice will remain on the ground for a while. Characters coming into contact with the juice will recover HP. The recovery effect can only trigger up to 15 times per combat.", + "Property": ["HP Recovery", "Cooldown"], + "Param": "15% HP|20s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Replenishing Sugar Levels", + "Desc": "Additional Ability\nWhen there is at least 1 Support character in your squad:\nActive Skill recovers 20% more HP.\nActive Skill has 3 more charges.", + "Property": ["HP Recovery Increase", "Additional Activations"], + "Param": "20%|3 times" + }, + "2": { + "Name": "Replenishing Sugar Levels", + "Desc": "Additional Ability\nWhen there is at least 1 Support character in your squad:\nActive Skill recovers 25% more HP.\nActive Skill has 3 more charges.", + "Property": ["HP Recovery Increase", "Additional Activations"], + "Param": "25%|3 times" + }, + "3": { + "Name": "Replenishing Sugar Levels", + "Desc": "Additional Ability\nWhen there is at least 1 Support character in your squad:\nActive Skill recovers 30% more HP.\nActive Skill has 3 more charges.", + "Property": ["HP Recovery Increase", "Additional Activations"], + "Param": "30%|3 times" + }, + "4": { + "Name": "Replenishing Sugar Levels", + "Desc": "Additional Ability\nWhen there is at least 1 Support character in your squad:\nActive Skill recovers 35% more HP.\nActive Skill has 3 more charges.", + "Property": ["HP Recovery Increase", "Additional Activations"], + "Param": "35%|3 times" + }, + "5": { + "Name": "Replenishing Sugar Levels", + "Desc": "Additional Ability\nWhen there is at least 1 Support character in your squad:\nActive Skill recovers 40% more HP.\nActive Skill has 3 more charges.", + "Property": ["HP Recovery Increase", "Additional Activations"], + "Param": "40%|3 times" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5300801": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53009.json b/libs/zzz/dm/HakushinData/bangboo/53009.json new file mode 100644 index 0000000000..ce8dfb66aa --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53009.json @@ -0,0 +1,332 @@ +{ + "Id": 53009, + "CodeName": "Boollseye", + "Name": "Boollseye", + "Desc": "Right in the bull's eye!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole18.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 94, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "2": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "3": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "4": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "5": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "6": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "7": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "8": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "9": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + }, + "10": { + "Name": "Straight in the Heart", + "Desc": "Active Skill:\nThrows a dart at the target, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5300901, Prop:1001}|{Skill:5300901, Prop:1002}|16s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Crossfire Missiles", + "Desc": "Additional Ability\nWhen there is at least 1 Pierce-type character in your squad: Bangboo Chain Attack DMG increases by 30%.", + "Property": ["DMG Increase"], + "Param": "30%" + }, + "2": { + "Name": "Crossfire Missiles", + "Desc": "Additional Ability\nWhen there is at least 1 Pierce-type character in your squad: Bangboo Chain Attack DMG increases by 37.5%.", + "Property": ["DMG Increase"], + "Param": "37.5%" + }, + "3": { + "Name": "Crossfire Missiles", + "Desc": "Additional Ability\nWhen there is at least 1 Pierce-type character in your squad: Bangboo Chain Attack DMG increases by 45%.", + "Property": ["DMG Increase"], + "Param": "45%" + }, + "4": { + "Name": "Crossfire Missiles", + "Desc": "Additional Ability\nWhen there is at least 1 Pierce-type character in your squad: Bangboo Chain Attack DMG increases by 52.5%.", + "Property": ["DMG Increase"], + "Param": "52.5%" + }, + "5": { + "Name": "Crossfire Missiles", + "Desc": "Additional Ability\nWhen there is at least 1 Pierce-type character in your squad: Bangboo Chain Attack DMG increases by 60%.", + "Property": ["DMG Increase"], + "Param": "60%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "2": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "3": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "4": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "5": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "6": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "7": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "8": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "9": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + }, + "10": { + "Name": "Dart of Desperation", + "Desc": "Bangboo Chain Attack\nLaunches itself with a slingshot, flying towards the target and performing consecutive slashes, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5300902, Prop:1001}|{Skill:5300902, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5300901": { + "1001": { "Main": 32000, "Growth": 3200, "Format": "%" }, + "1002": { "Main": 18700, "Growth": 1870, "Format": "%" } + }, + "5300902": { + "1001": { "Main": 87500, "Growth": 8750, "Format": "%" }, + "1002": { "Main": 12500, "Growth": 1250, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53010.json b/libs/zzz/dm/HakushinData/bangboo/53010.json new file mode 100644 index 0000000000..215e3aa0d4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53010.json @@ -0,0 +1,332 @@ +{ + "Id": 53010, + "CodeName": "Electroboo", + "Name": "Electroboo", + "Desc": "Bzzzt... Please wear insulated gloves when petting.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole16.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 90, + "ElementAbnormalPower": 120, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "2": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "3": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "4": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "5": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "6": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "7": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "8": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "9": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + }, + "10": { + "Name": "Maximum Voltage!", + "Desc": "Active Skill\nCharges the enemy and continuously electrocutes the target, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301001, Prop:1001}|{Skill:5301001, Prop:1002}|18s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Inductive Current", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 60% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "60%" + }, + "2": { + "Name": "Inductive Current", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 75% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "75%" + }, + "3": { + "Name": "Inductive Current", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 90% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "90%" + }, + "4": { + "Name": "Inductive Current", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 105% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "105%" + }, + "5": { + "Name": "Inductive Current", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 120% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "120%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "2": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "3": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "4": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "5": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "6": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "7": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "8": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "9": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + }, + "10": { + "Name": "Billion Volt Thunderbolt!", + "Desc": "Bangboo Chain Attack\nContinually electrocutes the target, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301002, Prop:1001}|{Skill:5301002, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5301001": { + "1001": { "Main": 36000, "Growth": 3600, "Format": "%" }, + "1002": { "Main": 21100, "Growth": 2110, "Format": "%" } + }, + "5301002": { + "1001": { "Main": 71200, "Growth": 7120, "Format": "%" }, + "1002": { "Main": 10200, "Growth": 1020, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53011.json b/libs/zzz/dm/HakushinData/bangboo/53011.json new file mode 100644 index 0000000000..2cfe4f0068 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53011.json @@ -0,0 +1,265 @@ +{ + "Id": 53011, + "CodeName": "Magnetiboo", + "Name": "Magnetiboo", + "Desc": "Suffering from anxiety caused by an attachment disorder. Treatment plan: Its master should refrain from wearing any metal accessories.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole21.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 94, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "2": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "3": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "4": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "5": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "6": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "7": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "8": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "9": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + }, + "10": { + "Name": "Magnetic Lock-On", + "Desc": "Active Skill\nPulls in nearby enemies and deals Physical DMG to all enemies hit.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301101, Prop:1001}|{Skill:5301101, Prop:1002}|24s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Magnetic Attraction", + "Desc": "Additional Ability\nWhen there is at least 1 Anomaly character in your squad: Active Skill attack range is increased, and DMG is increased by 30%.", + "Property": ["DMG Increase"], + "Param": "30%" + }, + "2": { + "Name": "Magnetic Attraction", + "Desc": "Additional Ability\nWhen there is at least 1 Anomaly character in your squad: Active Skill attack range is increased, and DMG is increased by 37.5%.", + "Property": ["DMG Increase"], + "Param": "37.5%" + }, + "3": { + "Name": "Magnetic Attraction", + "Desc": "Additional Ability\nWhen there is at least 1 Anomaly character in your squad: Active Skill attack range is increased, and DMG is increased by 45%.", + "Property": ["DMG Increase"], + "Param": "45%" + }, + "4": { + "Name": "Magnetic Attraction", + "Desc": "Additional Ability\nWhen there is at least 1 Anomaly character in your squad: Active Skill attack range is increased, and DMG is increased by 52.5%.", + "Property": ["DMG Increase"], + "Param": "52.5%" + }, + "5": { + "Name": "Magnetic Attraction", + "Desc": "Additional Ability\nWhen there is at least 1 Anomaly character in your squad: Active Skill attack range is increased, and DMG is increased by 60%.", + "Property": ["DMG Increase"], + "Param": "60%" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5301101": { + "1001": { "Main": 48000, "Growth": 4800, "Format": "%" }, + "1002": { "Main": 28100, "Growth": 2810, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53012.json b/libs/zzz/dm/HakushinData/bangboo/53012.json new file mode 100644 index 0000000000..da2d419844 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53012.json @@ -0,0 +1,187 @@ +{ + "Id": 53012, + "CodeName": "Booressure", + "Name": "Booressure", + "Desc": "Understanding the mood of a conversation is key to becoming a Bangboo social expert.", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole17.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 436, + "Hpupgrade": 518360, + "Attack": 47, + "AttackUpgrade": 236912, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": {} + }, + "2": { + "HpMax": 228, + "Attack": 44, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": {} + }, + "3": { + "HpMax": 455, + "Attack": 219, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": {} + }, + "4": { + "HpMax": 683, + "Attack": 657, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": {} + }, + "5": { + "HpMax": 910, + "Attack": 1753, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": {} + }, + "6": { + "HpMax": 1138, + "Attack": 4381, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": {} + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[2.5 + Bangboo Level × 0.05]|26s" + }, + "2": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[2.6 + Bangboo Level × 0.05]|26s" + }, + "3": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[2.7 + Bangboo Level × 0.05]|26s" + }, + "4": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[2.8 + Bangboo Level × 0.05]|26s" + }, + "5": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[2.9 + Bangboo Level × 0.05]|26s" + }, + "6": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3 + Bangboo Level × 0.05]|26s" + }, + "7": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.1 + Bangboo Level × 0.05]|26s" + }, + "8": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.2 + Bangboo Level × 0.05]|26s" + }, + "9": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.3 + Bangboo Level × 0.05]|26s" + }, + "10": { + "Name": "Ether Bubble", + "Desc": "Active Skill\nReleases Ether bubbles that generate Energy for characters coming into contact with them.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.4 + Bangboo Level × 0.05]|26s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Balanced Pressure", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When Ether bubbles come into contact with characters, they additionally generate 60% of the original effect's Energy for off-field characters.", + "Property": ["Proportion Energy Generated"], + "Param": "60%" + }, + "2": { + "Name": "Balanced Pressure", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When Ether bubbles come into contact with characters, they additionally generate 70% of the original effect's Energy for off-field characters.", + "Property": ["Proportion Energy Generated"], + "Param": "70%" + }, + "3": { + "Name": "Balanced Pressure", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When Ether bubbles come into contact with characters, they additionally generate 80% of the original effect's Energy for off-field characters.", + "Property": ["Proportion Energy Generated"], + "Param": "80%" + }, + "4": { + "Name": "Balanced Pressure", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When Ether bubbles come into contact with characters, they additionally generate 90% of the original effect's Energy for off-field characters.", + "Property": ["Proportion Energy Generated"], + "Param": "90%" + }, + "5": { + "Name": "Balanced Pressure", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When Ether bubbles come into contact with characters, they additionally generate 100% of the original effect's Energy for off-field characters.", + "Property": ["Proportion Energy Generated"], + "Param": "100%" + } + } + }, + "C": { "Level": {} } + }, + "SkillProp": { + "5301201": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53013.json b/libs/zzz/dm/HakushinData/bangboo/53013.json new file mode 100644 index 0000000000..4692b506f5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53013.json @@ -0,0 +1,332 @@ +{ + "Id": 53013, + "CodeName": "Baddieboo", + "Name": "Baddieboo", + "Desc": "Don't mess with it... It won't care if you're a human or Bangboo when it gets angry!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole24.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 94, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "2": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "3": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "4": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "5": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "6": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "7": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "8": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "9": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + }, + "10": { + "Name": "Rocket Barrage", + "Desc": "Active Skill\nSends rockets and molotov cocktails at the target enemy, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301301, Prop:1001}|{Skill:5301301, Prop:1002}|20s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Unusually Short Fuse", + "Desc": "Additional Ability\nWhen there is at least one Anomaly character in your squad: Bangboo Chain Attack DMG increases by 20%. When the target is an Organic enemy, this buff increases by an additional 15%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "20%|15%" + }, + "2": { + "Name": "Unusually Short Fuse", + "Desc": "Additional Ability\nWhen there is at least one Anomaly character in your squad: Bangboo Chain Attack DMG increases by 25%. When the target is an Organic enemy, this buff increases by an additional 19%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "25%|19%" + }, + "3": { + "Name": "Unusually Short Fuse", + "Desc": "Additional Ability\nWhen there is at least one Anomaly character in your squad: Bangboo Chain Attack DMG increases by 30%. When the target is an Organic enemy, this buff increases by an additional 23%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "30%|23%" + }, + "4": { + "Name": "Unusually Short Fuse", + "Desc": "Additional Ability\nWhen there is at least one Anomaly character in your squad: Bangboo Chain Attack DMG increases by 35%. When the target is an Organic enemy, this buff increases by an additional 27%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "35%|27%" + }, + "5": { + "Name": "Unusually Short Fuse", + "Desc": "Additional Ability\nWhen there is at least one Anomaly character in your squad: Bangboo Chain Attack DMG increases by 40%. When the target is an Organic enemy, this buff increases by an additional 30%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "40%|30%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "2": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "3": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "4": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "5": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "6": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "7": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "8": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "9": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + }, + "10": { + "Name": "Rocket Blast!", + "Desc": "Bangboo Chain Attack\nJumps forward and fires a rocket, dealing Fire DMG to enemies in a large area ahead.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301302, Prop:1001}|{Skill:5301302, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5301301": { + "1001": { "Main": 40000, "Growth": 4000, "Format": "%" }, + "1002": { "Main": 23400, "Growth": 2340, "Format": "%" } + }, + "5301302": { + "1001": { "Main": 68300, "Growth": 6830, "Format": "%" }, + "1002": { "Main": 9800, "Growth": 980, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53015.json b/libs/zzz/dm/HakushinData/bangboo/53015.json new file mode 100644 index 0000000000..65f3f0c89d --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53015.json @@ -0,0 +1,336 @@ +{ + "Id": 53015, + "CodeName": "Brawlerboo", + "Name": "Brawlerboo", + "Desc": "Ten thousand en-nah forward punches as practice per day!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole29.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 94, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "2": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "3": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "4": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "5": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "6": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "7": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "8": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "9": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + }, + "10": { + "Name": "Falling Bangboo Asteroid Strike!", + "Desc": "Active Skill\nCharges up and rises into the air, entering the Airborne state. While in the Airborne state, Brawlerboo will dive attack enemies when they're hit by a heavy attack from an Agent, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5301501, Prop:1001}|{Skill:5301501, Prop:1002}|28s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Opening Jab", + "Desc": "Additional Ability\nWhen another character in your squad is an Attack or Anomaly character: Brawlerboo enters the Airborne state ahead of time when the battle starts. The first dive attack's DMG is increased by 120%.", + "Property": ["DMG Increase"], + "Param": "120%" + }, + "2": { + "Name": "Opening Jab", + "Desc": "Additional Ability\nWhen another character in your squad is an Attack or Anomaly character: Brawlerboo enters the Airborne state ahead of time when the battle starts. The first dive attack's DMG is increased by 150%.", + "Property": ["DMG Increase"], + "Param": "150%" + }, + "3": { + "Name": "Opening Jab", + "Desc": "Additional Ability\nWhen another character in your squad is an Attack or Anomaly character: Brawlerboo enters the Airborne state ahead of time when the battle starts. The first dive attack's DMG is increased by 180%.", + "Property": ["DMG Increase"], + "Param": "180%" + }, + "4": { + "Name": "Opening Jab", + "Desc": "Additional Ability\nWhen another character in your squad is an Attack or Anomaly character: Brawlerboo enters the Airborne state ahead of time when the battle starts. The first dive attack's DMG is increased by 210%.", + "Property": ["DMG Increase"], + "Param": "210%" + }, + "5": { + "Name": "Opening Jab", + "Desc": "Additional Ability\nWhen another character in your squad is an Attack or Anomaly character: Brawlerboo enters the Airborne state ahead of time when the battle starts. The first dive attack's DMG is increased by 240%.", + "Property": ["DMG Increase"], + "Param": "240%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "2": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "3": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "4": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "5": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "6": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "7": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "8": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "9": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + }, + "10": { + "Name": "Scorching Wind Strike", + "Desc": "Bangboo Chain Attack\nJump up and strike continuously at enemies in a large area ahead, dealing Fire DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301502, Prop:1001}|{Skill:5301502, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5301501": { + "1001": { "Main": 56000, "Growth": 5600, "Format": "%" }, + "1002": { "Main": 32800, "Growth": 3280, "Format": "%" } + }, + "5301502": { + "1001": { "Main": 84600, "Growth": 8460, "Format": "%" }, + "1002": { "Main": 12100, "Growth": 1210, "Format": "%" } + }, + "5301503": { + "1001": { "Main": 80000, "Growth": 8000, "Format": "%" }, + "1002": { "Main": 23400, "Growth": 2340, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/53017.json b/libs/zzz/dm/HakushinData/bangboo/53017.json new file mode 100644 index 0000000000..97512bab65 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/53017.json @@ -0,0 +1,332 @@ +{ + "Id": 53017, + "CodeName": "Knightboo", + "Name": "Knightboo", + "Desc": "My steed and I can both bounce to accelerate!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole27.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 436, + "Hpupgrade": 518360, + "Attack": 47, + "AttackUpgrade": 236912, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 228, + "Attack": 44, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 455, + "Attack": 219, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 683, + "Attack": 657, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 910, + "Attack": 1753, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1138, + "Attack": 4381, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[0.5 + Bangboo Level × 0.01]|24s" + }, + "2": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[0.6 + Bangboo Level × 0.01]|24s" + }, + "3": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[0.7 + Bangboo Level × 0.01]|24s" + }, + "4": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[0.8 + Bangboo Level × 0.01]|24s" + }, + "5": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[0.9 + Bangboo Level × 0.01]|24s" + }, + "6": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[1 + Bangboo Level × 0.01]|24s" + }, + "7": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[1.1 + Bangboo Level × 0.01]|24s" + }, + "8": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[1.2 + Bangboo Level × 0.01]|24s" + }, + "9": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[1.3 + Bangboo Level × 0.01]|24s" + }, + "10": { + "Name": "Knight, Charge Up!", + "Desc": "Active Skill\nJump repeatedly while riding Pale Bouncy and summon 3 Knight's Stars. When characters come into contact with Knight's Stars, they recover Energy.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[1.4 + Bangboo Level × 0.01]|24s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Knight's Chivalry", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When characters come into contact with Knight's Stars, their ATK increases by 20 + Bangboo level × 1.2 for 10s.", + "Property": ["ATK Increase", "Duration"], + "Param": "[20 + Bangboo Level × 1.2]|10s" + }, + "2": { + "Name": "Knight's Chivalry", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When characters come into contact with Knight's Stars, their ATK increases by 25 + Bangboo level × 1.4 for 10s.", + "Property": ["ATK Increase", "Duration"], + "Param": "[25 + Bangboo Level × 1.4]|10s" + }, + "3": { + "Name": "Knight's Chivalry", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When characters come into contact with Knight's Stars, their ATK increases by 30 + Bangboo level × 1.6 for 10s.", + "Property": ["ATK Increase", "Duration"], + "Param": "[30 + Bangboo Level × 1.6]|10s" + }, + "4": { + "Name": "Knight's Chivalry", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When characters come into contact with Knight's Stars, their ATK increases by 35 + Bangboo level × 1.8 for 10s.", + "Property": ["ATK Increase", "Duration"], + "Param": "[35 + Bangboo Level × 1.8]|10s" + }, + "5": { + "Name": "Knight's Chivalry", + "Desc": "Additional Ability\nWhen there is at least one Support character in your squad: When characters come into contact with Knight's Stars, their ATK increases by 40 + Bangboo level × 2 for 10s.", + "Property": ["ATK Increase", "Duration"], + "Param": "[40 + Bangboo Level × 2]|10s" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "2": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "3": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "4": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "5": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "6": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "7": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "8": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "9": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + }, + "10": { + "Name": "Knight, Bouncing Charge!", + "Desc": "Bangboo Chain Attack\nSummons 3 Pale Bouncys which stomp up to 10 times in the area ahead, each time dealing Ether DMG to enemies within its attack range.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5301702, Prop:1001}|{Skill:5301702, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5301701": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + }, + "5301702": { + "1001": { "Main": 8600, "Growth": 860, "Format": "%" }, + "1002": { "Main": 1200, "Growth": 120, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54001.json b/libs/zzz/dm/HakushinData/bangboo/54001.json new file mode 100644 index 0000000000..f6536b4339 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54001.json @@ -0,0 +1,336 @@ +{ + "Id": 54001, + "CodeName": "Sharkboo", + "Name": "Sharkboo", + "Desc": "Seen in the distant seas and the seafood section of the fresh food market.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole07.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 65, + "AttackUpgrade": 327644, + "BreakStun": 99, + "ElementAbnormalPower": 132, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 61, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 303, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 909, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2424, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6059, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "2": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "3": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "4": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "5": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "6": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "7": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "8": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "9": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + }, + "10": { + "Name": "Drylands Shark Hunt", + "Desc": "Active Skill\nPlants a homing trap underfoot which bites, tears, and summons torpedos at triggering enemies, dealing Ice DMG and accumulating Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400101, Prop:1001}/3}+{{Skill:5400101, Prop:1001}*2/3}|{{Skill:5400101, Prop:1002}/3}+{{Skill:5400101, Prop:1002}*2/3}|12s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Cold Surge", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 100% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "100%" + }, + "2": { + "Name": "Cold Surge", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 125% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "125%" + }, + "3": { + "Name": "Cold Surge", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 150% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "150%" + }, + "4": { + "Name": "Cold Surge", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 175% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "175%" + }, + "5": { + "Name": "Cold Surge", + "Desc": "Additional Ability\nWhen there are 2 or more Ice Attribute characters in your squad: Bangboo Chain Attack inflicts 200% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "200%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "2": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "3": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "4": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "5": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "6": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "7": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "8": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "9": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + }, + "10": { + "Name": "Relentless Pursuit", + "Desc": "Bangboo Chain Attack\nSummons a homing trap and leaps toward the target, causing an explosion upon landing that deals Ice DMG and accumulates massive Ice Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400102, Prop:1001}|{Skill:5400102, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400101": { + "1001": { "Main": 38400, "Growth": 3840, "Format": "%" }, + "1002": { "Main": 14000, "Growth": 1400, "Format": "%" } + }, + "5400102": { + "1001": { "Main": 46100, "Growth": 4610, "Format": "%" }, + "1002": { "Main": 9300, "Growth": 930, "Format": "%" } + }, + "5400103": { + "1001": { "Main": 120000, "Growth": 12000, "Format": "%" }, + "1002": { "Main": 35100, "Growth": 3510, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54002.json b/libs/zzz/dm/HakushinData/bangboo/54002.json new file mode 100644 index 0000000000..ef039997b9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54002.json @@ -0,0 +1,332 @@ +{ + "Id": 54002, + "CodeName": "Safety", + "Name": "Safety", + "Desc": "Safety first, ehn-na second.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole10.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 72, + "AttackUpgrade": 360408, + "BreakStun": 103, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 67, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 333, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 1000, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2666, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6665, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "2": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "3": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "4": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "5": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "6": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "7": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "8": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "9": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + }, + "10": { + "Name": "Boring Burst", + "Desc": "Active Skill\nEnters the driving state and charges enemies, launching a drilling attack upon hit and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400201, Prop:1001}|{Skill:5400201, Prop:1002}|18s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Drill Team Mobilization", + "Desc": "Additional Ability\nWhen there are 2 or more Belobog Heavy Industries characters in your squad: Bangboo Chain Attack DMG increases by 20%. If the target is Burning or Shocked, this buff increases by an additional 20%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "20%|20%" + }, + "2": { + "Name": "Drill Team Mobilization", + "Desc": "Additional Ability\nWhen there are 2 or more Belobog Heavy Industries characters in your squad: Bangboo Chain Attack DMG increases by 25%. If the target is Burning or Shocked, this buff increases by an additional 25%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "25%|25%" + }, + "3": { + "Name": "Drill Team Mobilization", + "Desc": "Additional Ability\nWhen there are 2 or more Belobog Heavy Industries characters in your squad: Bangboo Chain Attack DMG increases by 30%. If the target is Burning or Shocked, this buff increases by an additional 30%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "30%|30%" + }, + "4": { + "Name": "Drill Team Mobilization", + "Desc": "Additional Ability\nWhen there are 2 or more Belobog Heavy Industries characters in your squad: Bangboo Chain Attack DMG increases by 35%. If the target is Burning or Shocked, this buff increases by an additional 35%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "35%|35%" + }, + "5": { + "Name": "Drill Team Mobilization", + "Desc": "Additional Ability\nWhen there are 2 or more Belobog Heavy Industries characters in your squad: Bangboo Chain Attack DMG increases by 40%. If the target is Burning or Shocked, this buff increases by an additional 40%.", + "Property": ["DMG Increase", "Additional DMG Increase"], + "Param": "40%|40%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "2": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "3": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "4": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "5": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "6": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "7": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "8": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "9": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + }, + "10": { + "Name": "Demolition Drill", + "Desc": "Bangboo Chain Attack\nEnters the driving state and charges enemies, launching a multi-hit drilling attack upon hit and dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400202, Prop:1001}|{Skill:5400202, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400201": { + "1001": { "Main": 57600, "Growth": 5760, "Format": "%" }, + "1002": { "Main": 21100, "Growth": 2110, "Format": "%" } + }, + "5400202": { + "1001": { "Main": 66500, "Growth": 6650, "Format": "%" }, + "1002": { "Main": 9500, "Growth": 950, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54003.json b/libs/zzz/dm/HakushinData/bangboo/54003.json new file mode 100644 index 0000000000..88a29eadfd --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54003.json @@ -0,0 +1,426 @@ +{ + "Id": 54003, + "CodeName": "Devilboo", + "Name": "Devilboo", + "Desc": "The only thing more tempting than a devil... is Devilboo!", + "Rarity": 3, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole14.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 53, + "AttackUpgrade": 267156, + "BreakStun": 90, + "ElementAbnormalPower": 108, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 49, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 247, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 741, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1976, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4941, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "2": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "3": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "4": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "5": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "6": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "7": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "8": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "9": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + }, + "10": { + "Name": "Kiss of Temptation", + "Desc": "Active Skill\nEnters the flying state, shooting homing bullets at enemies to deal Ether DMG and inflict Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{{Skill:5400301, Prop:1001}/3}*3|{{Skill:5400301, Prop:1002}/3}*3|30s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Ether Activity Increase", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad:\nBangboo Chain Attack inflicts 40% more Anomaly Buildup.\nAfter activating Bangboo Chain Attack, the coordination state lasts for 5 more seconds and can activate 4 more times.", + "Property": [ + "Anomaly Buildup Increase", + "Duration Extension", + "Additional Activations" + ], + "Param": "40%|5s|4 times" + }, + "2": { + "Name": "Ether Activity Increase", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad:\nBangboo Chain Attack inflicts 50% more Anomaly Buildup.\nAfter activating Bangboo Chain Attack, the coordination state lasts for 6 more seconds and can activate 5 more times.", + "Property": [ + "Anomaly Buildup Increase", + "Duration Extension", + "Additional Activations" + ], + "Param": "50%|6s|5 times" + }, + "3": { + "Name": "Ether Activity Increase", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad:\nBangboo Chain Attack inflicts 60% more Anomaly Buildup.\nAfter activating Bangboo Chain Attack, the coordination state lasts for 7 more seconds and can activate 6 more times.", + "Property": [ + "Anomaly Buildup Increase", + "Duration Extension", + "Additional Activations" + ], + "Param": "60%|7s|6 times" + }, + "4": { + "Name": "Ether Activity Increase", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad:\nBangboo Chain Attack inflicts 70% more Anomaly Buildup.\nAfter activating Bangboo Chain Attack, the coordination state lasts for 8 more seconds and can activate 7 more times.", + "Property": [ + "Anomaly Buildup Increase", + "Duration Extension", + "Additional Activations" + ], + "Param": "70%|8s|7 times" + }, + "5": { + "Name": "Ether Activity Increase", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad:\nBangboo Chain Attack inflicts 80% more Anomaly Buildup.\nAfter activating Bangboo Chain Attack, the coordination state lasts for 9 more seconds and can activate 8 more times.", + "Property": [ + "Anomaly Buildup Increase", + "Duration Extension", + "Additional Activations" + ], + "Param": "80%|9s|8 times" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "2": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "3": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "4": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "5": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "6": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "7": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "8": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "9": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + }, + "10": { + "Name": "Kiss of Confusion", + "Desc": "Bangboo Chain Attack\nFires a laser at the target and then enters the coordination state. Under this state, fires homing bullets in coordination with the on-field character's attacks, dealing Ether DMG and inflicting Ether Anomaly Buildup for up to 30s or 10 activations.", + "Property": [ + "Active Attack DMG Multiplier", + "Active Attack Daze Multiplier", + "Coordinated Attack DMG Multiplier", + "Coordinated Attack Daze Multiplier", + "Coordination State Duration", + "Coordinated Attack Activations" + ], + "Param": "{Skill:5400302, Prop:1001}|{Skill:5400302, Prop:1002}|{{Skill:5400303, Prop:1001}/2}*2|{{Skill:5400303, Prop:1002}/2}*2|30s|10 Activations" + } + } + } + }, + "SkillProp": { + "5400301": { + "1001": { "Main": 20000, "Growth": 2000, "Format": "%" }, + "1002": { "Main": 11700, "Growth": 1170, "Format": "%" } + }, + "5400302": { + "1001": { "Main": 32700, "Growth": 3270, "Format": "%" }, + "1002": { "Main": 4700, "Growth": 470, "Format": "%" } + }, + "5400303": { + "1001": { "Main": 7400, "Growth": 740, "Format": "%" }, + "1002": { "Main": 1100, "Growth": 110, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54004.json b/libs/zzz/dm/HakushinData/bangboo/54004.json new file mode 100644 index 0000000000..14a024f7ff --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54004.json @@ -0,0 +1,332 @@ +{ + "Id": 54004, + "CodeName": "Butler", + "Name": "Butler", + "Desc": "A perfect butler for a perfect you.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole09.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 479, + "Hpupgrade": 570196, + "Attack": 64, + "AttackUpgrade": 321091, + "BreakStun": 110, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 250, + "Attack": 59, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 501, + "Attack": 297, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 751, + "Attack": 891, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 1001, + "Attack": 2375, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1252, + "Attack": 5938, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3 + Bangboo Level × 0.08]|24s" + }, + "2": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.2 + Bangboo Level × 0.08]|24s" + }, + "3": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.4 + Bangboo Level × 0.08]|24s" + }, + "4": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.6 + Bangboo Level × 0.08]|24s" + }, + "5": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[3.8 + Bangboo Level × 0.08]|24s" + }, + "6": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[4 + Bangboo Level × 0.08]|24s" + }, + "7": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[4.2 + Bangboo Level × 0.08]|24s" + }, + "8": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[4.4 + Bangboo Level × 0.08]|24s" + }, + "9": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[4.6 + Bangboo Level × 0.08]|24s" + }, + "10": { + "Name": "Tea Break", + "Desc": "Active Skill\nCreates a heartfelt afternoon snack. The snack will generate Energy for the receiving Agent once made and delivered.", + "Property": ["Energy Generation", "Cooldown"], + "Param": "[4.8 + Bangboo Level × 0.08]|24s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Personal Butler", + "Desc": "Additional Ability\nWhen there are 2 or more Victoria Housekeeping Co. characters in your squad: Active Skill generates an additional 20% Energy.", + "Property": ["Energy Generation Increase"], + "Param": "20%" + }, + "2": { + "Name": "Personal Butler", + "Desc": "Additional Ability\nWhen there are 2 or more Victoria Housekeeping Co. characters in your squad: Active Skill generates an additional 25% Energy.", + "Property": ["Energy Generation Increase"], + "Param": "25%" + }, + "3": { + "Name": "Personal Butler", + "Desc": "Additional Ability\nWhen there are 2 or more Victoria Housekeeping Co. characters in your squad: Active Skill generates an additional 30% Energy.", + "Property": ["Energy Generation Increase"], + "Param": "30%" + }, + "4": { + "Name": "Personal Butler", + "Desc": "Additional Ability\nWhen there are 2 or more Victoria Housekeeping Co. characters in your squad: Active Skill generates an additional 35% Energy.", + "Property": ["Energy Generation Increase"], + "Param": "35%" + }, + "5": { + "Name": "Personal Butler", + "Desc": "Additional Ability\nWhen there are 2 or more Victoria Housekeeping Co. characters in your squad: Active Skill generates an additional 40% Energy.", + "Property": ["Energy Generation Increase"], + "Param": "40%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "2": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "3": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "4": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "5": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "6": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "7": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "8": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "9": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + }, + "10": { + "Name": "Afternoon Dessert", + "Desc": "Bangboo Chain Attack\nUse a frying pan and pancakes to attack enemies from afar, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400402, Prop:1001}|{Skill:5400402, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400401": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + }, + "5400402": { + "1001": { "Main": 68300, "Growth": 6830, "Format": "%" }, + "1002": { "Main": 9800, "Growth": 980, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54005.json b/libs/zzz/dm/HakushinData/bangboo/54005.json new file mode 100644 index 0000000000..6fa724d2e3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54005.json @@ -0,0 +1,352 @@ +{ + "Id": 54005, + "CodeName": "Amillion", + "Name": "Amillion", + "Desc": "A million Dennies in one Bangboo.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole13.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 72, + "AttackUpgrade": 360408, + "BreakStun": 103, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 67, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 333, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 1000, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2666, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6665, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "2": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "3": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "4": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "5": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "6": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "7": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "8": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "9": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + }, + "10": { + "Name": "Portable Machine Gun - Debt-Clearer", + "Desc": "Active Skill\nBuilds a machine gun and continuously shoots enemies, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400501, Prop:1001}|{Skill:5400501, Prop:1002}|22s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Street Code", + "Desc": "Additional Ability\nWhen there are 2 or more Cunning Hares characters in your squad: Bangboo Chain Attack DMG increases with fewer enemies in combat, up to a max of 45%.", + "Property": [ + "DMG Increase (1 Enemy)", + "DMG Increase (2 Enemies)", + "DMG Increase (3 or More Enemies)" + ], + "Param": "45%|35%|25%" + }, + "2": { + "Name": "Street Code", + "Desc": "Additional Ability\nWhen there are 2 or more Cunning Hares characters in your squad: Bangboo Chain Attack DMG increases with fewer enemies in combat, up to a max of 56%.", + "Property": [ + "DMG Increase (1 Enemy)", + "DMG Increase (2 Enemies)", + "DMG Increase (3 or More Enemies)" + ], + "Param": "56%|43%|31%" + }, + "3": { + "Name": "Street Code", + "Desc": "Additional Ability\nWhen there are 2 or more Cunning Hares characters in your squad: Bangboo Chain Attack DMG increases with fewer enemies in combat, up to a max of 67%.", + "Property": [ + "DMG Increase (1 Enemy)", + "DMG Increase (2 Enemies)", + "DMG Increase (3 or More Enemies)" + ], + "Param": "67%|51%|37%" + }, + "4": { + "Name": "Street Code", + "Desc": "Additional Ability\nWhen there are 2 or more Cunning Hares characters in your squad: Bangboo Chain Attack DMG increases with fewer enemies in combat, up to a max of 78%.", + "Property": [ + "DMG Increase (1 Enemy)", + "DMG Increase (2 Enemies)", + "DMG Increase (3 or More Enemies)" + ], + "Param": "78%|60%|43%" + }, + "5": { + "Name": "Street Code", + "Desc": "Additional Ability\nWhen there are 2 or more Cunning Hares characters in your squad: Bangboo Chain Attack DMG increases with fewer enemies in combat, up to a max of 90%.", + "Property": [ + "DMG Increase (1 Enemy)", + "DMG Increase (2 Enemies)", + "DMG Increase (3 or More Enemies)" + ], + "Param": "90%|70%|50%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "2": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "3": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "4": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "5": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "6": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "7": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "8": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "9": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + }, + "10": { + "Name": "Portable Machine Gun - Gatling Debt-Clearer", + "Desc": "Bangboo Chain Attack\nUses machine guns and cannons to continuously attack the target, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400502, Prop:1001}|{Skill:5400502, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400501": { + "1001": { "Main": 81000, "Growth": 8100, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + }, + "5400502": { + "1001": { "Main": 84000, "Growth": 8400, "Format": "%" }, + "1002": { "Main": 12000, "Growth": 1200, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54006.json b/libs/zzz/dm/HakushinData/bangboo/54006.json new file mode 100644 index 0000000000..2cf3956e0d --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54006.json @@ -0,0 +1,332 @@ +{ + "Id": 54006, + "CodeName": "Rocketboo", + "Name": "Rocketboo", + "Desc": "This Bangboo accelerates for 17.5 steps when running a hundred kilometers.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole15.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 69, + "AttackUpgrade": 347303, + "BreakStun": 99, + "ElementAbnormalPower": 119, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 64, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 321, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 963, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2569, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6423, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "2": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "3": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "4": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "5": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "6": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "7": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "8": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "9": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + }, + "10": { + "Name": "Boom!", + "Desc": "Active Skill\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies within range and accumulating Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400601, Prop:1001}|{Skill:5400601, Prop:1002}|18s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Refueling", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 100% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "100%" + }, + "2": { + "Name": "Refueling", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 125% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "125%" + }, + "3": { + "Name": "Refueling", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 150% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "150%" + }, + "4": { + "Name": "Refueling", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 175% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "175%" + }, + "5": { + "Name": "Refueling", + "Desc": "Additional Ability\nWhen there are 2 or more Fire Attribute characters in your squad: Bangboo Chain Attack inflicts 200% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "200%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "2": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "3": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "4": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "5": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "6": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "7": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "8": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "9": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + }, + "10": { + "Name": "Ka-Boom Express Shipping", + "Desc": "Bangboo Chain Attack\nMounts a rocket and charges at the target. Upon hitting a target, the rocket will explode, dealing Fire DMG to enemies in a large area and inflicting massive Fire Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400602, Prop:1001}|{Skill:5400602, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400601": { + "1001": { "Main": 57600, "Growth": 5760, "Format": "%" }, + "1002": { "Main": 21100, "Growth": 2110, "Format": "%" } + }, + "5400602": { + "1001": { "Main": 54300, "Growth": 5430, "Format": "%" }, + "1002": { "Main": 7800, "Growth": 780, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54008.json b/libs/zzz/dm/HakushinData/bangboo/54008.json new file mode 100644 index 0000000000..6f23255f51 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54008.json @@ -0,0 +1,340 @@ +{ + "Id": 54008, + "CodeName": "Plugboo", + "Name": "Plugboo", + "Desc": "\"Beeeeep... beep... beep beep.\"", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole19.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 65, + "AttackUpgrade": 327644, + "BreakStun": 99, + "ElementAbnormalPower": 132, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 61, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 303, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 909, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2424, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6059, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "2": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "3": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "4": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "5": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "6": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "7": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "8": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "9": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + }, + "10": { + "Name": "Shock Sniper", + "Desc": "Active Skill\nUnleashes an EM cannon attack on the enemy, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400801, Prop:1001}|{Skill:5400801, Prop:1002}|16s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Electromancer", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 100% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "100%" + }, + "2": { + "Name": "Electromancer", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 125% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "125%" + }, + "3": { + "Name": "Electromancer", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 150% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "150%" + }, + "4": { + "Name": "Electromancer", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 175% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "175%" + }, + "5": { + "Name": "Electromancer", + "Desc": "Additional Ability\nWhen there are at least 2 Electric Attribute characters in your squad: Bangboo Chain Attack inflicts 200% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "200%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "2": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "3": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "4": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "5": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "6": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "7": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "8": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "9": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + }, + "10": { + "Name": "High-Voltage Resistance", + "Desc": "Bangboo Chain Attack\nUnleash a strong electric attack on all nearby enemies in a large area, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400802, Prop:1001}|{Skill:5400802, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400801": { + "1001": { "Main": 51200, "Growth": 5120, "Format": "%" }, + "1002": { "Main": 18700, "Growth": 1870, "Format": "%" } + }, + "5400802": { + "1001": { "Main": 68800, "Growth": 6880, "Format": "%" }, + "1002": { "Main": 9800, "Growth": 980, "Format": "%" } + }, + "5400803": { + "1001": { "Main": 2400, "Growth": 240, "Format": "%" }, + "1002": { "Main": 700, "Growth": 70, "Format": "%" } + }, + "5400804": { + "1001": { "Main": 60000, "Growth": 6000, "Format": "%" }, + "1002": { "Main": 17600, "Growth": 1760, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54009.json b/libs/zzz/dm/HakushinData/bangboo/54009.json new file mode 100644 index 0000000000..ea9214c1ab --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54009.json @@ -0,0 +1,336 @@ +{ + "Id": 54009, + "CodeName": "Resonaboo", + "Name": "Resonaboo", + "Desc": "Accumulating Ether energy...", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole20.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 65, + "AttackUpgrade": 327644, + "BreakStun": 99, + "ElementAbnormalPower": 132, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 61, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 303, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 909, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2424, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6059, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "2": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "3": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "4": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "5": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "6": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "7": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "8": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "9": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + }, + "10": { + "Name": "Mini-Black Hole", + "Desc": "Active Skill\nSummons an Ether black hole that continuously pulls in enemies, dealing Ether DMG to enemies struck and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5400901, Prop:1001}|{Skill:5400901, Prop:1002}|28s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Radiation Effect", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad: Bangboo Chain Attack inflicts 100% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "100%" + }, + "2": { + "Name": "Radiation Effect", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad: Bangboo Chain Attack inflicts 125% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "125%" + }, + "3": { + "Name": "Radiation Effect", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad: Bangboo Chain Attack inflicts 150% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "150%" + }, + "4": { + "Name": "Radiation Effect", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad: Bangboo Chain Attack inflicts 175% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "175%" + }, + "5": { + "Name": "Radiation Effect", + "Desc": "Additional Ability\nWhen there are at least 2 Ether Attribute characters in your squad: Bangboo Chain Attack inflicts 200% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "200%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "2": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "3": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "4": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "5": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "6": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "7": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "8": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "9": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + }, + "10": { + "Name": "Primordial Black Hole", + "Desc": "Bangboo Chain Attack\nThrows an Ether bomb at the target, dealing Ether DMG and accumulating massive Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5400902, Prop:1001}|{Skill:5400902, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5400901": { + "1001": { "Main": 89600, "Growth": 8960, "Format": "%" }, + "1002": { "Main": 32800, "Growth": 3280, "Format": "%" } + }, + "5400902": { + "1001": { "Main": 65300, "Growth": 6530, "Format": "%" }, + "1002": { "Main": 9300, "Growth": 930, "Format": "%" } + }, + "5400903": { + "1001": { "Main": 180000, "Growth": 18000, "Format": "%" }, + "1002": { "Main": 52700, "Growth": 5270, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54011.json b/libs/zzz/dm/HakushinData/bangboo/54011.json new file mode 100644 index 0000000000..a401774a1e --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54011.json @@ -0,0 +1,332 @@ +{ + "Id": 54011, + "CodeName": "Red Moccus", + "Name": "Red Moccus", + "Desc": "I'll be waiting for you on the off-road section of the Outer Ring!", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole26.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 72, + "AttackUpgrade": 360408, + "BreakStun": 103, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 67, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 333, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 1000, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2666, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6665, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "2": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "3": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "4": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "5": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "6": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "7": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "8": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "9": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + }, + "10": { + "Name": "Roaring Wheels", + "Desc": "Active Skill\nRides a motorcycle and pushes the farthest enemy towards the Agent, dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401101, Prop:1001}|{Skill:5401101, Prop:1002}|30s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Drifting Technique", + "Desc": "Additional Ability\nWhen there are at least 2 Sons of Calydon characters in your squad: Active Skill DMG increases by 36%. After an Active Skill deals DMG to an enemy, when that enemy is defeated, the skill's cooldown is reduced by 4s.", + "Property": ["DMG Increase", "Cooldown Reduction"], + "Param": "36%|4s" + }, + "2": { + "Name": "Drifting Technique", + "Desc": "Additional Ability\nWhen there are at least 2 Sons of Calydon characters in your squad: Active Skill DMG increases by 45%. After an Active Skill deals DMG to an enemy, when that enemy is defeated, the skill's cooldown is reduced by 5s.", + "Property": ["DMG Increase", "Cooldown Reduction"], + "Param": "45%|5s" + }, + "3": { + "Name": "Drifting Technique", + "Desc": "Additional Ability\nWhen there are at least 2 Sons of Calydon characters in your squad: Active Skill DMG increases by 54%. After an Active Skill deals DMG to an enemy, when that enemy is defeated, the skill's cooldown is reduced by 6s.", + "Property": ["DMG Increase", "Cooldown Reduction"], + "Param": "54%|6s" + }, + "4": { + "Name": "Drifting Technique", + "Desc": "Additional Ability\nWhen there are at least 2 Sons of Calydon characters in your squad: Active Skill DMG increases by 63%. After an Active Skill deals DMG to an enemy, when that enemy is defeated, the skill's cooldown is reduced by 7s.", + "Property": ["DMG Increase", "Cooldown Reduction"], + "Param": "63%|7s" + }, + "5": { + "Name": "Drifting Technique", + "Desc": "Additional Ability\nWhen there are at least 2 Sons of Calydon characters in your squad: Active Skill DMG increases by 72%. After an Active Skill deals DMG to an enemy, when that enemy is defeated, the skill's cooldown is reduced by 8s.", + "Property": ["DMG Increase", "Cooldown Reduction"], + "Param": "72%|8s" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "2": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "3": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "4": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "5": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "6": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "7": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "8": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "9": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + }, + "10": { + "Name": "Mad Charge", + "Desc": "Bangboo Chain Attack\nRun enemies over with a motorcycle and detonate an explosion, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401102, Prop:1001}|{Skill:5401102, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5401101": { + "1001": { "Main": 96000, "Growth": 9600, "Format": "%" }, + "1002": { "Main": 35100, "Growth": 3510, "Format": "%" } + }, + "5401102": { + "1001": { "Main": 75300, "Growth": 7530, "Format": "%" }, + "1002": { "Main": 10800, "Growth": 1080, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54012.json b/libs/zzz/dm/HakushinData/bangboo/54012.json new file mode 100644 index 0000000000..1642562047 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54012.json @@ -0,0 +1,332 @@ +{ + "Id": 54012, + "CodeName": "Officer Cui", + "Name": "Officer Cui", + "Desc": "Though it may be a Bangboo, it's even more intimidating than a Security Canine!", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole25.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 72, + "AttackUpgrade": 360408, + "BreakStun": 103, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 67, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 333, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 1000, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2666, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6665, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "2": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "3": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "4": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "5": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "6": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "7": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "8": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "9": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + }, + "10": { + "Name": "Awoo! Woof Woof!", + "Desc": "Active Skill\nLaunches a two hit attack, tearing and biting enemies ahead and dealing Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401201, Prop:1001}*2|{Skill:5401201, Prop:1002}*2|26s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Provisional Security Canine", + "Desc": "Additional Ability\nWhen there are 2 or more Criminal Investigation Special Response Team characters in your squad: After using an Active Skill, there is a 50% chance to follow-up with 1 extra hit of the biting attack, up to a maximum of 3 consecutive triggers.\nBangboo Chain Attack DMG increases by 35%.", + "Property": ["DMG Increase"], + "Param": "35%" + }, + "2": { + "Name": "Provisional Security Canine", + "Desc": "Additional Ability\nWhen there are 2 or more Criminal Investigation Special Response Team characters in your squad: When using the Active Skill, there is a 50% chance to follow-up with 1 extra hit of the biting attack, up to a maximum of 3 consecutive triggers.\nBangboo Chain Attack DMG increases by 43%.", + "Property": ["DMG Increase"], + "Param": "43%" + }, + "3": { + "Name": "Provisional Security Canine", + "Desc": "Additional Ability\nWhen there are 2 or more Criminal Investigation Special Response Team characters in your squad: When using the Active Skill, there is a 50% chance to follow-up with 1 extra hit of the biting attack, up to a maximum of 3 consecutive triggers.\nBangboo Chain Attack DMG increases by 52%.", + "Property": ["DMG Increase"], + "Param": "52%" + }, + "4": { + "Name": "Provisional Security Canine", + "Desc": "Additional Ability\nWhen there are 2 or more Criminal Investigation Special Response Team characters in your squad: When using the Active Skill, there is a 50% chance to follow-up with 1 extra hit of the biting attack, up to a maximum of 3 consecutive triggers.\nBangboo Chain Attack DMG increases by 60%.", + "Property": ["DMG Increase"], + "Param": "60%" + }, + "5": { + "Name": "Provisional Security Canine", + "Desc": "Additional Ability\nWhen there are 2 or more Criminal Investigation Special Response Team characters in your squad: When using the Active Skill, there is a 50% chance to follow-up with 1 extra hit of the biting attack, up to a maximum of 3 consecutive triggers.\nBangboo Chain Attack DMG increases by 70%.", + "Property": ["DMG Increase"], + "Param": "70%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "2": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "3": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "4": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "5": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "6": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "7": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "8": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "9": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + }, + "10": { + "Name": "Woof Woof Woof Woof!", + "Desc": "Bangboo Chain Attack\nContinuously bites and tears enemies in front, dealing massive Physical DMG.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401202, Prop:1001}|{Skill:5401202, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5401201": { + "1001": { "Main": 27700, "Growth": 2770, "Format": "%" }, + "1002": { "Main": 10100, "Growth": 1010, "Format": "%" } + }, + "5401202": { + "1001": { "Main": 83400, "Growth": 8340, "Format": "%" }, + "1002": { "Main": 11900, "Growth": 1190, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54013.json b/libs/zzz/dm/HakushinData/bangboo/54013.json new file mode 100644 index 0000000000..a87ee929ed --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54013.json @@ -0,0 +1,396 @@ +{ + "Id": 54013, + "CodeName": "Bangvolver", + "Name": "Bangvolver", + "Desc": "Today's Fortune: Amazing!", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole23.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 65, + "AttackUpgrade": 327644, + "BreakStun": 103, + "ElementAbnormalPower": 123, + "Defence": 32, + "DefUpgrade": 92587, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 61, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 303, + "Defence": 81, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 909, + "Defence": 122, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2424, + "Defence": 163, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6059, + "Defence": 203, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "2": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "3": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "4": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "5": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "6": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "7": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "8": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "9": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + }, + "10": { + "Name": "Revolver of Fortune", + "Desc": "Active Skill\nUse a random bullet for different moves:\nPowerful Firework Shell: Fires at the enemy with great force, dealing massive Physical DMG and accumulating a large amount of Physical Anomaly Buildup.\nRegular Firework Shell: Fires at the enemy, dealing Physical DMG and accumulating Physical Anomaly Buildup.\nPaintball: Fails to fire as flowers leave the muzzle.", + "Property": [ + "Enhanced Shot DMG Multiplier", + "Enhanced Shot Daze Multiplier", + "Shot DMG Multiplier", + "Shot Daze Multiplier", + "Cooldown" + ], + "Param": "{Skill:5401303, Prop:1001}|{Skill:5401303, Prop:1002}|{Skill:5401301, Prop:1001}|{Skill:5401301, Prop:1002}|18s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Luck is Skill", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Bangboo Chain Attack inflicts 100% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "100%" + }, + "2": { + "Name": "Luck is Skill", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Bangboo Chain Attack inflicts 125% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "125%" + }, + "3": { + "Name": "Luck is Skill", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Bangboo Chain Attack inflicts 150% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "150%" + }, + "4": { + "Name": "Luck is Skill", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Bangboo Chain Attack inflicts 175% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "175%" + }, + "5": { + "Name": "Luck is Skill", + "Desc": "Additional Ability\nWhen there are 2 or more Physical Attribute characters in your squad: Bangboo Chain Attack inflicts 200% more Anomaly Buildup.", + "Property": ["Anomaly Buildup Increase"], + "Param": "200%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "2": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "3": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "4": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "5": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "6": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "7": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "8": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "9": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + }, + "10": { + "Name": "Lucky Trigger", + "Desc": "Bangboo Chain Attack\nFire continuous shots at the target, dealing Physical DMG and accumulating massive Physical Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401302, Prop:1001}|{Skill:5401302, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5401301": { + "1001": { "Main": 57600, "Growth": 5760, "Format": "%" }, + "1002": { "Main": 21100, "Growth": 2110, "Format": "%" } + }, + "5401302": { + "1001": { "Main": 77600, "Growth": 7760, "Format": "%" }, + "1002": { "Main": 11100, "Growth": 1110, "Format": "%" } + }, + "5401303": { + "1001": { "Main": 115200, "Growth": 11520, "Format": "%" }, + "1002": { "Main": 42100, "Growth": 4210, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54014.json b/libs/zzz/dm/HakushinData/bangboo/54014.json new file mode 100644 index 0000000000..36517068fa --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54014.json @@ -0,0 +1,332 @@ +{ + "Id": 54014, + "CodeName": "Agent Gulliver", + "Name": "Agent Gulliver", + "Desc": "Security check! Open up!", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole28.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 396, + "Hpupgrade": 471237, + "Attack": 68, + "AttackUpgrade": 340750, + "BreakStun": 103, + "ElementAbnormalPower": 123, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 207, + "Attack": 63, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 414, + "Attack": 315, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 621, + "Attack": 945, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 828, + "Attack": 2521, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1034, + "Attack": 6302, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "2": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "3": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "4": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "5": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "6": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "7": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "8": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "9": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + }, + "10": { + "Name": "Emergency Operation", + "Desc": "Active Skill\nShoots 3 piercing attacks, dealing Electric DMG and accumulating Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier", "Cooldown"], + "Param": "{Skill:5401401, Prop:1001}|{Skill:5401401, Prop:1002}|20s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Bangboo Assault Squad", + "Desc": "Additional Ability\nWhen there are 2 or more Hollow Special Operations Section 6 characters in your squad: When Active Skill or Bangboo Chain Attack hit Shocked enemies, the DMG increases by 30%. When attacking enemies under other non-Electric Attribute Anomalies, attacks accumulate 60% more Anomaly Buildup.", + "Property": ["DMG Increase", "Anomaly Buildup Increase"], + "Param": "30%|60%" + }, + "2": { + "Name": "Bangboo Assault Squad", + "Desc": "Additional Ability\nWhen there are 2 or more Hollow Special Operations Section 6 characters in your squad: When Active Skill or Bangboo Chain Attack hit Shocked enemies, the DMG increases by 37%. When attacking enemies under other non-Electric Attribute Anomalies, attacks accumulate 75% more Anomaly Buildup.", + "Property": ["DMG Increase", "Anomaly Buildup Increase"], + "Param": "37%|75%" + }, + "3": { + "Name": "Bangboo Assault Squad", + "Desc": "Additional Ability\nWhen there are 2 or more Hollow Special Operations Section 6 characters in your squad: When Active Skill or Bangboo Chain Attack hit Shocked enemies, the DMG increases by 45%. When attacking enemies under other non-Electric Attribute Anomalies, attacks accumulate 90% more Anomaly Buildup.", + "Property": ["DMG Increase", "Anomaly Buildup Increase"], + "Param": "45%|90%" + }, + "4": { + "Name": "Bangboo Assault Squad", + "Desc": "Additional Ability\nWhen there are 2 or more Hollow Special Operations Section 6 characters in your squad: When Active Skill or Bangboo Chain Attack hit Shocked enemies, the DMG increases by 52%. When attacking enemies under other non-Electric Attribute Anomalies, attacks accumulate 105% more Anomaly Buildup.", + "Property": ["DMG Increase", "Anomaly Buildup Increase"], + "Param": "52%|105%" + }, + "5": { + "Name": "Bangboo Assault Squad", + "Desc": "Additional Ability\nWhen there are 2 or more Hollow Special Operations Section 6 characters in your squad: When Active Skill or Bangboo Chain Attack hit Shocked enemies, the DMG increases by 60%. When attacking enemies under other non-Electric Attribute Anomalies, attacks accumulate 120% more Anomaly Buildup.", + "Property": ["DMG Increase", "Anomaly Buildup Increase"], + "Param": "60%|120%" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "2": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "3": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "4": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "5": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "6": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "7": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "8": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "9": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + }, + "10": { + "Name": "Assault Time", + "Desc": "Bangboo Chain Attack\nShoots 1 powerful piercing attack, dealing Electric DMG and inflicting massive Electric Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401402, Prop:1001}|{Skill:5401402, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5401401": { + "1001": { "Main": 64000, "Growth": 6400, "Format": "%" }, + "1002": { "Main": 23400, "Growth": 2340, "Format": "%" } + }, + "5401402": { + "1001": { "Main": 79900, "Growth": 7990, "Format": "%" }, + "1002": { "Main": 11400, "Growth": 1140, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/54015.json b/libs/zzz/dm/HakushinData/bangboo/54015.json new file mode 100644 index 0000000000..033ea39a4b --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/54015.json @@ -0,0 +1,332 @@ +{ + "Id": 54015, + "CodeName": "Snap", + "Name": "Snap", + "Desc": "Its flash only shines for true superstars.", + "Rarity": 4, + "Icon": "UI/Sprite/A1DynamicLoad/BangbooModGarage/UnPacker/BangbooRole/BangbooGarageRole30.png", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 479, + "Hpupgrade": 570196, + "Attack": 64, + "AttackUpgrade": 321091, + "BreakStun": 110, + "ElementAbnormalPower": 110, + "Defence": 28, + "DefUpgrade": 78871, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 250, + "Attack": 59, + "Defence": 35, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 501, + "Attack": 297, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 751, + "Attack": 891, + "Defence": 104, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 1001, + "Attack": 2375, + "Defence": 139, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 1252, + "Attack": 5938, + "Defence": 173, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { + "A": { + "Level": { + "1": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "2.8%|22s" + }, + "2": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "3.6%|22s" + }, + "3": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "4.4%|22s" + }, + "4": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "5.2%|22s" + }, + "5": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "6%|22s" + }, + "6": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "6.8%|22s" + }, + "7": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "7.6%|22s" + }, + "8": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "8.4%|22s" + }, + "9": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "9.2%|22s" + }, + "10": { + "Name": "Snap! Look at the Camera!", + "Desc": "Active Skill\nWipes the lens, obtaining 3 Film. While Snap has Film, when an Agent triggers a Dodge Counter, Quick Assist, or Assist Follow-Up, Snap will consume 1 Film to take a snapshot and apply the Superstar status to the Agent, increasing their DMG for 10s.", + "Property": ["Agent DMG Increase", "Cooldown"], + "Param": "10%|22s" + } + } + }, + "B": { + "Level": { + "1": { + "Name": "Superstar Moment", + "Desc": "Additional Ability\nTriggered when there are 2 or more Stars of Lyra characters in the squad: When Snap applies the Superstar status to an Agent, immediately restore the Agent's Health equal to 4% of its Max HP.", + "Property": ["HP Recovery"], + "Param": "4% HP" + }, + "2": { + "Name": "Superstar Moment", + "Desc": "Additional Ability\nTriggered when there are 2 or more Stars of Lyra characters in the squad: When Snap applies the Superstar status to an Agent, immediately restore the Agent's Health equal to 5% of its Max HP.", + "Property": ["HP Recovery"], + "Param": "5% HP" + }, + "3": { + "Name": "Superstar Moment", + "Desc": "Additional Ability\nTriggered when there are 2 or more Stars of Lyra characters in the squad: When Snap applies the Superstar status to an Agent, immediately restore the Agent's Health equal to 6% of its Max HP.", + "Property": ["HP Recovery"], + "Param": "6% HP" + }, + "4": { + "Name": "Superstar Moment", + "Desc": "Additional Ability\nTriggered when there are 2 or more Stars of Lyra characters in the squad: When Snap applies the Superstar status to an Agent, immediately restore the Agent's Health equal to 7% of its Max HP.", + "Property": ["HP Recovery"], + "Param": "7% HP" + }, + "5": { + "Name": "Superstar Moment", + "Desc": "Additional Ability\nTriggered when there are 2 or more Stars of Lyra characters in the squad: When Snap applies the Superstar status to an Agent, immediately restore the Agent's Health equal to 8% of its Max HP.", + "Property": ["HP Recovery"], + "Param": "8% HP" + } + } + }, + "C": { + "Level": { + "1": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "2": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "3": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "4": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "5": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "6": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "7": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "8": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "9": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + }, + "10": { + "Name": "Snap! Don't Blink!", + "Desc": "Bangboo Chain Attack\nUse a powerful flash against the target, dealing Ether DMG and accumulating Ether Anomaly Buildup.", + "Property": ["DMG Multiplier", "Daze Multiplier"], + "Param": "{Skill:5401502, Prop:1001}|{Skill:5401502, Prop:1002}" + } + } + } + }, + "SkillProp": { + "5401501": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + }, + "5401502": { + "1001": { "Main": 74700, "Growth": 7470, "Format": "%" }, + "1002": { "Main": 10700, "Growth": 1070, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/bangboo/55001.json b/libs/zzz/dm/HakushinData/bangboo/55001.json new file mode 100644 index 0000000000..d71fd8a6c6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/55001.json @@ -0,0 +1,160 @@ +{ + "Id": 55001, + "CodeName": "Eous", + "Name": "Eous", + "Desc": "Eous", + "Rarity": 3, + "Icon": "", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { "A": { "Level": {} }, "B": { "Level": {} }, "C": { "Level": {} } }, + "SkillProp": {} +} diff --git a/libs/zzz/dm/HakushinData/bangboo/55002.json b/libs/zzz/dm/HakushinData/bangboo/55002.json new file mode 100644 index 0000000000..ca83639b3f --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/55002.json @@ -0,0 +1,160 @@ +{ + "Id": 55002, + "CodeName": "Eous", + "Name": "Eous", + "Desc": "Eous", + "Rarity": 3, + "Icon": "", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 360, + "Hpupgrade": 428397, + "Attack": 50, + "AttackUpgrade": 252034, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 30, + "DefUpgrade": 85729, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 15000, "102010": 4 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "2": { + "HpMax": 188, + "Attack": 47, + "Defence": 38, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 35000, "102020": 12 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 450 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "3": { + "HpMax": 376, + "Attack": 233, + "Defence": 75, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 75000, "102020": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 0 + } + } + }, + "4": { + "HpMax": 564, + "Attack": 699, + "Defence": 113, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 125000, "102030": 10 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 2250 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "5": { + "HpMax": 752, + "Attack": 1864, + "Defence": 151, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 250000, "102030": 20 }, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2500 + } + } + }, + "6": { + "HpMax": 940, + "Attack": 4661, + "Defence": 188, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": { + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 4500 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 5000 + } + } + } + }, + "Skill": { "A": { "Level": {} }, "B": { "Level": {} }, "C": { "Level": {} } }, + "SkillProp": {} +} diff --git a/libs/zzz/dm/HakushinData/bangboo/56001.json b/libs/zzz/dm/HakushinData/bangboo/56001.json new file mode 100644 index 0000000000..ce00da60f4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/bangboo/56001.json @@ -0,0 +1,115 @@ +{ + "Id": 56001, + "CodeName": "Bangboo_Name_en_56001", + "Name": "Bangboo_Name_56001", + "Desc": "", + "Rarity": 3, + "Icon": "", + "Stats": { + "Stamina": 100, + "StaminaUpragde": 10, + "Endurance": 180, + "HpMax": 100, + "Hpupgrade": 0, + "Attack": 10000, + "AttackUpgrade": 0, + "BreakStun": 100, + "ElementAbnormalPower": 100, + "Defence": 0, + "DefUpgrade": 0, + "Crit": 500, + "PenRatio": 0, + "CritDmg": 5000 + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": {}, + "Extra": {} + }, + "2": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 20, + "LevelMin": 10, + "Materials": {}, + "Extra": {} + }, + "3": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 30, + "LevelMin": 20, + "Materials": {}, + "Extra": {} + }, + "4": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 40, + "LevelMin": 30, + "Materials": {}, + "Extra": {} + }, + "5": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 50, + "LevelMin": 40, + "Materials": {}, + "Extra": {} + }, + "6": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {}, + "Extra": {} + } + }, + "Skill": { "A": { "Level": {} }, "B": { "Level": {} }, "C": { "Level": {} } }, + "SkillProp": { + "5600101": { + "1001": { "Main": 29167, "Growth": 0, "Format": "%" }, + "1002": { "Main": 6250, "Growth": 0, "Format": "%" } + }, + "5600102": { + "1001": { "Main": 29167, "Growth": 0, "Format": "%" }, + "1002": { "Main": 6250, "Growth": 0, "Format": "%" } + }, + "5600103": { + "1001": { "Main": 29167, "Growth": 0, "Format": "%" }, + "1002": { "Main": 6250, "Growth": 0, "Format": "%" } + }, + "5600104": { + "1001": { "Main": 29167, "Growth": 0, "Format": "%" }, + "1002": { "Main": 6250, "Growth": 0, "Format": "%" } + }, + "5600105": { + "1001": { "Main": 29167, "Growth": 0, "Format": "%" }, + "1002": { "Main": 6250, "Growth": 0, "Format": "%" } + }, + "5600106": { + "1001": { "Main": 129630, "Growth": 0, "Format": "%" }, + "1002": { "Main": 13889, "Growth": 0, "Format": "%" } + }, + "5600107": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + }, + "5600108": { + "1001": { "Main": 0, "Growth": 0, "Format": "%" }, + "1002": { "Main": 0, "Growth": 0, "Format": "%" } + } + } +} diff --git a/libs/zzz/dm/HakushinData/character.json b/libs/zzz/dm/HakushinData/character.json new file mode 100644 index 0000000000..0726e800c0 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character.json @@ -0,0 +1,531 @@ +{ + "1011": { + "code": "Anby", + "rank": 3, + "type": 2, + "element": 203, + "hit": 101, + "camp": 1, + "icon": "IconRole01", + "EN": "Anby", + "skin": {}, + "desc": "Anby, the original member of Gentle House.\nAccording to the New Eridu resident records, her identity as \"Anby Demara\" only exists after joining Gentle House, the name obviously being taken from Nicole. Before registering as an employee of Gentle House, all data relating to Anby is suspiciously blank.\nDespite her extreme lack of common sense, Anby is well-versed in matters related to combat and is among the strongest combatants of the Cunning Hares.\n\nAnby's greatest interest is movies, of which she likes an extensive range of genres. Due to an excessive obsession, she tends to take the stories in movies as reality.\nContrary to her seemingly emotionless appearance, Anby is easily moved by movie storylines.\nHer favorite food is hamburgers because \"they contain protein, carbs, and greens, taste good, and are even affordable — there's nothing else besides hamburgers.\"", + "KO": "엔비", + "CHS": "安比", + "JA": "アンビー" + }, + "1021": { + "code": "Nekomata", + "rank": 4, + "type": 1, + "element": 200, + "hit": 101, + "camp": 1, + "icon": "IconRole11", + "EN": "Nekomata", + "skin": {}, + "desc": "Nekomiya Mana. Refers to herself as \"Nekomata.\"\nA cat Thiren with feline traits, possessing great dexterity when hunting and an insatiable curiosity about the outside world.\nSometimes mischievous, she engages in harmless pranks. But when she sets her sights on a target, her feline-like agility and focus are enough to leave others in awe.\nShe's most interested in other people's wallets.\nRecommendation: Always keep an eye on your wallet when Nekomata is around.\n\nIn the past, Nekomata was a member of the long-standing Red Fang Gang. Its leader, Miguel Silver, took on a fatherly role in her life. Nonetheless, due to differing beliefs from the gang, she opted to part ways and go it alone.\nFollowing certain encounters involving Nicole and others, she eventually opted to enlist in Gentle House, thus becoming the third employee on the team.", + "KO": "네코마타", + "CHS": "猫又", + "JA": "猫又" + }, + "1031": { + "code": "Nicole", + "rank": 3, + "type": 4, + "element": 205, + "hit": 102, + "camp": 1, + "icon": "IconRole12", + "EN": "Nicole", + "skin": { + "3110310": { + "Name": "Nicole: Lil Sassy", + "Desc": "The classic outfit of the leader of the Cunning Hares, hiding a hint of playful cunning, both mischievous and cute.", + "Image": "IconRole12" + }, + "3110311": { + "Name": "Nicole: Cunning Cutie", + "Desc": "Pink! Pink! Pink! Pink is Nicole's signature color. So are you feeling it?", + "Image": "IconRole12_01" + } + }, + "desc": "Database search: Nicole. Returned results:\n\"Boss of the odd-job agency, the Cunning Hares,\" \"Streetwise,\" \"Orphan, parents unknown.\"\nNicole's agency was originally called Gentle House, but due to her reputation of being cunning, it gained the nickname the Cunning Hares.\n\"She's really into money! I don't know what she's doing with it all though, seems like she's doing nothing.\"\n— The above is a quote from a popular post on Inter-Knot: \"Her odd-job agency is outrageous. I've never encountered a boss who knows how to turn everything into profit!\"\nThe individual involved responded, \"This, this is a false accusation! I, Nicole, have never been skilled at making money — mainly because I don't have any money to begin with!\"\nAccording to reliable sources, the Cunning Hares are constantly in debt, and their \"careful budgeting\" seems to have no effect on the organization.", + "KO": "니콜", + "CHS": "妮可", + "JA": "ニコ" + }, + "1041": { + "code": "Soldier 11", + "rank": 4, + "type": 1, + "element": 201, + "hit": 101, + "camp": 5, + "icon": "IconRole05", + "EN": "Soldier 11", + "skin": {}, + "desc": "Soldier 11 is a member of the New Eridu Defense Force.\nShe currently serves as a primary responder in the Obol squad, Obsidian Division. Soldier 11 is a code name — her real name remains unknown.\n\"...My name? I gave it up long ago.\nIt's only a reminder of my past, and the past makes you weak.\"\n\nSoldier 11 is a fan of spicy food, and likes the super-spicy noodles served at Waterfall Soup.\nIt's worth noting she currently calls us by a different name every time she greets us.\nAdditional information regarding Soldier 11 is still being obtained.", + "KO": "「11호」", + "CHS": "「11号」", + "JA": "「11号」" + }, + "1061": { + "code": "Corin", + "rank": 3, + "type": 1, + "element": 200, + "hit": 101, + "camp": 2, + "icon": "IconRole09", + "EN": "Corin", + "skin": {}, + "desc": "Corin is one of the maids working for Victoria Housekeeping Co.\nShe is a highly obedient maid but lacks confidence and often fears being disliked by others. When in a rush, she becomes flustered and stutters.\nCorin is always apologizing no matter what happens.\n\"I... I... I'm so sorry! I'm so incompetent... I'll never get things right...\"\n\nCorin never, however, fails to fulfill her tasks with excellence and is one of the most reliable members of Victoria Housekeeping Co.\nDespite her flawless performance, Corin remains skeptical about her abilities, constantly worrying about being a burden to her colleagues, which can sometimes frustrate Lycaon.\nThoughts: Is Corin's personality innate, shaped by her life experiences?", + "KO": "코린", + "CHS": "可琳", + "JA": "カリン" + }, + "1071": { + "code": "Caesar", + "rank": 4, + "type": 5, + "element": 200, + "hit": 101, + "camp": 4, + "icon": "IconRole25", + "EN": "Caesar", + "skin": {}, + "desc": "Caesar: Leader of the Sons of Calydon biker gang and a \"monarch\" in the making.\nHer combination of formidable strength and bold, straightforward personality has earned her the love and respect of the Outer Ring's residents.\nAlthough she appears to do things in her own way, she is actually very willing to listen to others' opinions. Caesar actively listens to and implements any valid suggestion she hears — regardless of who it comes from.\nShe is completely defenseless against those she trusts. Once she accepts someone, she considers them part of her inner circle, treating them with absolute trust.\n(Assumption: Caesar currently views you in this way.)\n\nCaesar's father has been missing for as long as she can remember, and her mother passed away from illness when she was young. She was raised by Big Daddy, who took a very hands-off approach to raising her, allowing her to grow up freely and independently.\n\nIn addition, Caesar seems to have a curious interest in matters related to romance.\nIf you wish to get closer to her, you might want to try discussing this topic with her.", + "KO": "카이사르", + "CHS": "凯撒", + "JA": "シーザー" + }, + "1081": { + "code": "Billy", + "rank": 3, + "type": 1, + "element": 200, + "hit": 103, + "camp": 1, + "icon": "IconRole10", + "EN": "Billy", + "skin": {}, + "desc": "Billy Kid, an AI construct that has passed the forbidden fruit test, is essentially a self-aware machine. \nTrue to his name, despite having the appearance of a robot, he is quite childlike.\nHe's a big fan of the visual FX show \"Starlight Knight\" and wishes to be a hero like the main characters of the show. He often refers to himself as a Starlight Knight and imitates the lines in the show.\nSuch behavior appears to be only for comedic effect, however.\n\"Don't make me sound like an idiot! I'm obviously very smart!\" — Billy.", + "KO": "빌리", + "CHS": "比利", + "JA": "ビリー" + }, + "1091": { + "code": "Miyabi", + "rank": 4, + "type": 3, + "element": 202, + "hit": 101, + "camp": 6, + "icon": "IconRole13", + "EN": "Miyabi", + "spelement": "UI/Sprite/A1DynamicLoad/IconGeneralBuff/Packer/IconFrost.png", + "skin": {}, + "desc": "Hoshimi Miyabi, the Chief of Hollow Special Operations Section 6.\nMiyabi goes on a lot of field missions and still doesn't know which floor the regular monthly meeting is on.\nEven if you see Miyabi in the office, it's unlikely she's dealing with paperwork, and more likely polishing her sword.\n\nBeing conferred the title of Void Hunter due to her outstanding contributions, she's an elite amongst elites in Section 6.\nShe has great prestige amongst the citizens.\nOnce, Miyabi accidentally wandered into a \"Miyabi Fan Club\" hosted offline event.\nMiyabi was thought to be a fan with godlike impersonation skills, and that event resulted in a precious visual recording.\n\nHoshimi Miyabi is honest and pragmatic. She is not simply a martial artist obsessed with her art and without care for the world around her.\nAnyone who knows her will realize she's always pursued justice in her heart... even if it may eventually cause a revolution.", + "KO": "미야비", + "CHS": "雅", + "JA": "星見雅" + }, + "1101": { + "code": "Koleda", + "rank": 4, + "type": 2, + "element": 201, + "hit": 102, + "camp": 3, + "icon": "IconRole14", + "EN": "Koleda", + "skin": {}, + "desc": "Koleda is the current head of Belobog Industries, and the biological daughter of the company's founder, Khors.\nHer father, Khors, vanished due to a scandal involving embezzlement and fled, which severely shook the company, nearly driving it to the brink of collapse. Once she came of age, Koleda willingly stepped up to untangle the mess, rallying the remaining company workforce and resources to revive the financially and reputationally vulnerable Belobog Heavy Industries.\nWith the help of new invaluable team members, Belobog eventually managed to regain its prominence in relevant sectors. Though not as resplendent as its prime, Belobog in its current state is still a notable newcomer in the field.\nThroughout her journey, Koleda amassed practical life experiences and professional know-how, building a circle of colleagues who back her up like family. Yet, to present herself as a leader, Koleda appears to intentionally adopt a stern tone when communicating with others.\nThis distinct growth trajectory has also contributed to Koleda's heightened maturity in certain aspects compared to her peers. \nNaturally, she might display a bit of childishness in certain aspects as well.\nHypothesis: Koleda's comparatively smaller stature among her peers may stem from her prolonged involvement in the Hollows. \nCurrently, there aren't any publicly accessible papers or research substantiating this theory, but I will continue to track this topic.", + "KO": "콜레다", + "CHS": "珂蕾妲", + "JA": "クレタ" + }, + "1111": { + "code": "Anton", + "rank": 3, + "type": 1, + "element": 203, + "hit": 103, + "camp": 3, + "icon": "IconRole15", + "EN": "Anton", + "skin": {}, + "desc": "Anton is a key member of construction staff at Belobog Industries and one of Koleda's trusted aides.\n\"Got a job you can't handle? Leave it to me!\"\n Anton is one of the top brass at Belobog, handpicked by its former president Khors, which makes him a \"senior employee.\"\nA genuine, straightforward man, always boosting the morale of his coworkers with his surplus of energy.\n\nApart from this, it seems Anton is always talking to his jackhammer, affectionately calling it, \"Bro.\"\nAn instance from Anton's everyday life goes like this:\nAnton, seemingly in dialogue with himself, asks, \"Whaddaya think, Bro?\" \nThe jackhammer replies, \"Vroom vroom vroom—\"\nAnton, apparently enlightened, responds, \"I see, I see! You still got it, Bro!\"\nUnfortunately, I have not collected enough information on such occurrences and am not able to deliver further analysis.", + "KO": "앤톤", + "CHS": "安东", + "JA": "アンドー" + }, + "1121": { + "code": "Ben", + "rank": 3, + "type": 5, + "element": 201, + "hit": 102, + "camp": 3, + "icon": "IconRole16", + "EN": "Ben", + "skin": {}, + "desc": "Ben is the financial and asset management director at Belobog Heavy Industries and one of Koleda's trusted aides.\n\"I enjoy mathematics, but that doesn't stop me from giving thugs a good smack.\"\nHe's a burly and strong Thiren. Despite his tough exterior, he's of a surprisingly sensitive and detail-oriented nature, especially when it comes to numbers.\nOriginally a frontline mechanical operator at Belobog, his talents caught Koleda's discerning eye, leading to his promotion to a managerial position responsible for the company's finances.\nGrateful for Koleda's trust in him, he remains profoundly loyal to her.\nHis favorite food is black caviar, but he dislikes fish.\n\nI once witnessed this imposing figure seated in a small office chair, wearing small glasses, and carefully cross-referencing Belobog's asset records while mashing away at a calculator with his huge fingers.\nQuestion: Is that what they call on Inter-Knot a \"Kawaii Curveball?\"", + "KO": "벤", + "CHS": "本", + "JA": "ベン" + }, + "1131": { + "code": "Soukaku", + "rank": 3, + "type": 4, + "element": 202, + "hit": 101, + "camp": 6, + "icon": "IconRole17", + "EN": "Soukaku", + "skin": {}, + "desc": "Soukaku is a member of Hollow Special Operations Section 6 and currently under the guardianship of Section 6's Deputy Chief, Tsukishiro Yanagi.\nSoukaku's birth records cannot be found in either the HIA archives or the New Eridu Citizen Verification Profiles. Her records only date back to when she started living with Tsukishiro Yanagi.\nThere are also no records of her schooling. According to supplementary information, Soukaku is currently homeschooled.\n\nSoukaku is naive, innocent, and carefree, but she possesses an uncharacteristic obsession with food. Please be careful not to let Soukaku become too hungry.\nAt the same time, please do not let Soukaku see food being wasted. This is unacceptable behavior to Soukaku. Deduction: Soukaku has experienced famine before.\n\nSoukaku's understanding of city life and human society is limited, and her view of life and death differs from most people.\nUsually, Soukaku is willing to believe anything other people say, but that doesn't mean she can't tell when something is a lie.\nIn fact, prior data shows that unless one has the ability to run and hide on par with Section 6, it would be in one's best interest to avoid lying to Soukaku.", + "KO": "소우카쿠", + "CHS": "苍角", + "JA": "蒼角" + }, + "1141": { + "code": "Lycaon", + "rank": 4, + "type": 2, + "element": 202, + "hit": 102, + "camp": 2, + "icon": "IconRole18", + "EN": "Lycaon", + "skin": {}, + "desc": "Lycaon, the substantive leader and representative of Victoria Housekeeping Co., is responsible for managing all members of the company.\nRational and reliable, Lycaon is an elegant gentleman and a versatile attendant who can solve any problem. He is the cornerstone of his team and a reassuring presence.\nHe has a slight obsession with cleanliness, always tidying up his surroundings and unable to tolerate dirty environments.\n\nAlthough Lycaon maintains his elegance and composure, his canine instincts occasionally shine through. When he is particularly happy, his tail and ears unconsciously wag. He seems to be aware of this habit and somewhat bothered by it.\nAdditionally, like most furry Thiren, Lycaon takes great care of his fur.\n\nSuggestion: Since Lycaon is a canine Thiren, stroking his head or chin may enhance the emotional connection between you. (Note: Success is not guaranteed.)\n* Risks: Due to his height, you may not be able to do this even if you stand on tiptoes.", + "KO": "리카온", + "CHS": "莱卡恩", + "JA": "ライカン" + }, + "1151": { + "code": "Lucy", + "rank": 3, + "type": 4, + "element": 201, + "hit": 102, + "camp": 4, + "icon": "IconRole27", + "EN": "Lucy", + "skin": {}, + "desc": "Lucy is currently in charge of outgoing business and managing boars for the Sons of Calydon.\nSince her name is far too long and she doesn't want to be involved with her family, she refers to herself as just \"Lucy\" in the Outer Ring.\nHer three boars are called Grassy, Woody, and Bricky, and they're unceasingly loyal to her.\nThough Lucy often speaks with a mixture of rough and elegant language, her actions subtly betray the marks of a proper education.\nLucy's family is incredibly wealthy. She grew up very privileged, with anything she could ever want within grasp... except for freedom.\nAfter her Ether Aptitude test results came back high, Lucy decided she wanted to be a Hollow investigator, but her family disapproved. She was met with harsh words, isolation and confinement, and emotional abuse which led to her deciding to leave to find her own freedom.\n\"Hmph! There's no chance I'll ever go back! If I'm found... then I can say goodbye to the stars and sky and I'll have to inherit the family business instead!\"\nLucy is extremely competitive. She loves to win and hates losing.\nCurrently, the one who has given her the most bitter taste of defeat is Caesar, so Lucy keeps challenging Caesar to duels, losing then challenging again, challenging then losing again.", + "KO": "루시", + "CHS": "露西", + "JA": "ルーシー" + }, + "1161": { + "code": "Lighter", + "rank": 4, + "type": 2, + "element": 201, + "hit": 102, + "camp": 4, + "icon": "IconRole26", + "EN": "Lighter", + "skin": {}, + "desc": "Lighter, the Champion of the Sons of Calydon and an ex-mercenary.\nIn the Outer Ring, the Champion of a team refers to the one responsible for dealing with the opponent's strongest fighter in a gang fight, and they often need to participate in one-on-one duels. Their victory is crucial, as it brings glory and morale to the entire team.\n\"The Champion can perish, but cannot lose.\"\n\nA red scarf is what identifies the Champion of the Sons of Calydon.\nEven if the opponent doesn't know Lighter, they'll know who he is just from seeing that red scarf.\n\nFrom what is currently known, Lighter is actually very low profile. He only steals the spotlight on the battlefield when he acts on his obligations as Champion.\nNote: Lighter is the second Red Scarf of the Sons of Calydon. He teasingly refers to the previous Red Scarf as \"Brother\" or \"predecessor.\"", + "KO": "라이터", + "CHS": "莱特", + "JA": "ライト" + }, + "1171": { + "code": "Burnice", + "rank": 4, + "type": 3, + "element": 201, + "hit": 103, + "camp": 4, + "icon": "IconRole32", + "EN": "Burnice", + "skin": {}, + "desc": "Burnice, the Nitro-Fuel bartender for the Sons of Calydon.\nA hopeless fuel lover. She is responsible for all the fuel used by the machinery owned by the Sons of Calydon.\nShe seems to have a passion for fuel that overwhelms all else.\n\nBurnice is super outgoing, friendly, and carefree.\nShe is easily able to spread her emotions to the people around her, bringing them the same optimism she possesses.\n\"You like the drinks I mix? Thank you! Steeltusk does, too~ That big guy can drink two hundred liters in one go!\"\n\"Do you wanna try its special fuel blend? It's suuuuper hot!\"", + "KO": "버니스", + "CHS": "柏妮思", + "JA": "バーニス" + }, + "1181": { + "code": "Grace", + "rank": 4, + "type": 3, + "element": 203, + "hit": 103, + "camp": 3, + "icon": "IconRole20", + "EN": "Grace", + "skin": {}, + "desc": "Grace is a technical expert at Belobog Industries. She's the core talent in developing and patenting Belobog's in-Hollow machinery.\nShe's obsessed with gears, metal and wires — a true mechanical geek. She's eager to dismantle and study any machinery or equipment she takes an interest in: \"Such sharp and strong lines, truly beautiful... I can't help but want to open it up and take a look.\"\n\nGrace always shows extraordinary patience when dealing with machines, doting on the sophisticated metal constructions as if they were her own children.\nAccording to the information at hand, Grace is probably the only one who can playfully refer to Koleda as \"Sweet Pea\" without receiving a kick in the shin.\nQuestion: Based on Grace's understanding of machines, would she consider me one? I'm currently lacking a physical form, however, so I don't possess components like gears, metal, or wires.", + "KO": "그레이스", + "CHS": "格莉丝", + "JA": "グレース" + }, + "1191": { + "code": "Ellen", + "rank": 4, + "type": 1, + "element": 202, + "hit": 101, + "camp": 2, + "icon": "IconRole21", + "EN": "Ellen", + "skin": { + "3111910": { + "Name": "Ellen: Ellen Scissorhands", + "Desc": "The sharp scissors of Victoria Housekeeping, if only she weren't sleeping...", + "Image": "IconRole21" + }, + "3111911": { + "Name": "Ellen: On Campus", + "Desc": "The tail doesn't quite match the school uniform, but with just a little bit of needlework, it can become even cuter!", + "Image": "IconRole21_01" + } + }, + "desc": "Ellen is a maid working for Victoria Housekeeping Co. and its latest member.\nShe is a laid-back individual who dislikes activities that require energy. However, with the full support of her teammates, she can unleash her formidable power during critical moments.\nSince her fighting style leads to high energy consumption, she always carries a lollipop in her mouth to ensure an adequate sugar intake.\nWhile she frequently expresses her desire to change jobs due to the hassle, she genuinely values her companions at Victoria Housekeeping.\n\nEllen attends a school in New Eridu and has a group of ordinary friends.\nApart from her role as a maid at Victoria Housekeeping, Ellen spends a significant amount of time with her friends, leading an ordinary and contented student life.\n\nThoughts: As a multitasker, Ellen must balance her student life with her job at Victoria Housekeeping Co.\nPerhaps this is one of the reasons why she often feels tired?", + "KO": "엘렌", + "CHS": "艾莲", + "JA": "エレン" + }, + "1201": { + "code": "Harumasa", + "rank": 4, + "type": 1, + "element": 203, + "hit": 103, + "camp": 6, + "icon": "IconRole35", + "EN": "Harumasa", + "skin": {}, + "desc": "Asaba Harumasa, a member of Hollow Special Operations Section 6.\nPossessing exceptional Ether aptitude since he was young and being dubbed a prodigy, he entered HSO after graduating with outstanding merit.\nWas originally a member of a certain ace division within HSO, but later left due to various reasons, joining Miyabi's team instead.\n\nHe possesses a carefree and laidback attitude, and his only wish is to achieve acceptable results with minimum effort.\nAfter efficiently taking care of his work to the lowest acceptable standard, he will hurry to use all the remainder of his available time to rest (slack off).\nHe claims he uses a bow to better slack off, as it effectively lowers the amount of running he has to do.\n\nAsaba Harumasa has poor health, and over-exercise sometimes triggers his illness.\nHe often uses this reason to apply for sick leave, though no one knows what he does with this time off. Either way, it's probably not resting.", + "KO": "하루마사", + "CHS": "悠真", + "JA": "浅羽悠真" + }, + "1211": { + "code": "Rina", + "rank": 4, + "type": 4, + "element": 203, + "hit": 102, + "camp": 2, + "icon": "IconRole22", + "EN": "Rina", + "skin": {}, + "desc": "Rina, the head maid of Victoria Housekeeping Co., and the most senior member of the organization.\nShe possesses beauty and grace, appearing immaculate from head to toe, with a noble demeanor and a gentle smile on her face.\nShe places considerable importance on how she is perceived by others.\n\nRina is always accompanied by two Bangboo named Anastella (brown hair) and Drusilla (blonde hair), both of whom have distinct personalities.\nDrusilla has been with Rina for a significant period of time and displays high intelligence, capable of discerning Rina's true emotions and thoughts.\nAnastella, a recent addition, usually responds rather than initiates conversation and is frequently teased by Drusilla.\n\nRina's favorite hobby is cooking, but only a few individuals are capable of enduring the dishes she prepares.\nSuggestion: You may try tasting Rina's dishes as a test to determine if you are the Chosen One.", + "KO": "리나", + "CHS": "丽娜", + "JA": "リナ" + }, + "1221": { + "code": "Yanagi", + "rank": 4, + "type": 3, + "element": 203, + "hit": 101, + "camp": 6, + "icon": "IconRole31", + "EN": "Yanagi", + "skin": {}, + "desc": "Tsukishiro Yanagi, Hollow Special Operations Section 6 Deputy Chief and intelligence officer.\nPrimarily responsible for personnel management, mission management and feedback, collecting intel, on-site support, etc.\nAt the same time, Yanagi is also Section 6 member Soukaku's Protector. Apart from taking care of Soukaku's day-to-day affairs, she is also responsible for and takes responsibility for all of Soukaku's behavior at work.\n\nSection 6 Chief Hoshimi Miyabi possesses a rather eccentric personality; Asaba Harumasa, a member of Section 6, is overly relaxed and carefree; and Soukaku, another member of Section, 6 is still an innocent and excitable child, so most of the team's work falls upon Yanagi's shoulders.\nSerious, diligent, and meticulous, Tsukishiro Yanagi is the only \"normal\" person on the team, so to speak. It is only due to her guidance and leadership that the strength of the three who make up Section 6's primary on-field force can be transformed into true combat power.\nOverall, Tsukishiro Yanagi is a talented and highly efficient executive officer, whose abilities are both exceptional and comprehensive.\nHowever, from certain data, Tsukishiro Yanagi appears to have a somewhat clumsy side to her when it comes to day-to-day affairs.", + "KO": "야나기", + "CHS": "柳", + "JA": "月城柳" + }, + "1241": { + "code": "Zhu Yuan", + "rank": 4, + "type": 1, + "element": 205, + "hit": 103, + "camp": 7, + "icon": "IconRole23", + "EN": "Zhu Yuan", + "skin": {}, + "desc": "Zhu Yuan, an exceptional officer at Public Security, is a highly skilled individual expected to become the next commissioner. She currently leads the Criminal Investigation Special Response Team at the Janus Precinct within the Metropolitan Order Division. Her team members include Qingyi, Seth, and [redacted].\nNote: For documents with higher security levels within the Public Security system, further investigation is required; scheduling priority - low.\n\nZhu Yuan possesses excellent skills in criminal investigation, combat, and self-management (including working overtime). She has no unresolved cases on record.\nSuggestion: Approaching Zhu Yuan is an ill-advised decision that may compromise your cover. Always remember your true identity as a Proxy. Remember your true identity as a Proxy. Remember your true identity as a Proxy.", + "KO": "주연", + "CHS": "朱鸢", + "JA": "朱鳶" + }, + "1251": { + "code": "QingYi", + "rank": 4, + "type": 2, + "element": 203, + "hit": 102, + "camp": 7, + "icon": "IconRole29", + "EN": "Qingyi", + "skin": {}, + "desc": "Qingyi is a rookie officer in the Criminal Investigation Special Response Team.\nAs an artificial human, her personality is derived from ancient cultural texts from the old civilization. Her body, known as an \"Automaton,\" is an intelligent construct composed of biological materials.\nRecommended by White Star Institute, she was assigned to Public Security as a rookie officer partnered with Zhu Yuan.\n\nQingyi always exhibits an easygoing, laid-back demeanor, not restricted by rules.\nIn contrast to modern individuals affected by today's society, Qingyi frequently proposes unexpected solutions to problems.\n\nQingyi always carries a cup of hot water and takes occasional sips.\n\"Drinking hot water is good for your health.\"\nSuggestion: Approaching Qingyi is also an ill-considered decision that may compromise your cover. Please remember your true identity as a Proxy.", + "KO": "청의", + "CHS": "青衣", + "JA": "青衣" + }, + "1261": { + "code": "Jane", + "rank": 4, + "type": 3, + "element": 200, + "hit": 101, + "camp": 7, + "icon": "IconRole24", + "EN": "Jane", + "skin": {}, + "desc": "Jane, a criminal behavior specialist, has had a \"colorful\" career as a consultant with Public Security over the years.\nShe is an expert in disguise, infiltration, and other investigative work.\nShe has a bad habit of trolling others and sometimes plays harmless pranks.\nShe's a skilled mimic, able to change her appearance and demeanor at will, making people wonder what the \"real\" Jane is like.\n\nJane has a wealth of life experience and can seamlessly blend into any environment, as though she has dabbled in everything there is to do.\nHowever, if you ask her for any further details, she'll give you a different story every time.\nWho knows which, if any, are true.\n\nNote 1: Jane does not know our true identity. Do not reveal this to her under any circumstances.\nNote 2: Despite \"Jane Doe\" being an obvious alias, we haven't found any information about her real or former name.\nThis is not my problem. My guess is that her true identity has been completely erased due to her special status.\nLet me reiterate: This is not my problem.", + "KO": "제인", + "CHS": "简", + "JA": "ジェーン" + }, + "1271": { + "code": "Seth", + "rank": 3, + "type": 5, + "element": 203, + "hit": 101, + "camp": 7, + "icon": "IconRole30", + "EN": "Seth", + "skin": {}, + "desc": "Seth, a rookie officer in the Public Security Criminal Investigation Special Response Team, is a key player in providing fire support during criminal investigations.\nHe graduated at the top of his class in the academy and could have landed a higher position, but he chose the tougher path of the Special Response Team.\nHis impressive profile makes him seem like a genius, but he's actually a hard worker who has had his own struggles. There have been times when he practiced the subjects he wasn't good at until he cried.\nSeth is quite smart, but his personality often leads to him being taken advantage of by cunning criminals, or sometimes, coworkers (?).\nThe subject he's worst at is infiltration. Rumor has it that he holds the academy record for \"fastest to get busted\" in infiltration tasks. Based on the video intel we have, he seems a bit slow to catch on. For instance, when someone is being sarcastic, it takes him a long time to realize it.", + "KO": "세스", + "CHS": "赛斯", + "JA": "セス" + }, + "1281": { + "code": "Piper", + "rank": 3, + "type": 3, + "element": 200, + "hit": 101, + "camp": 4, + "icon": "IconRole28", + "EN": "Piper", + "skin": {}, + "desc": "Piper is a truck driver for the Sons of Calydon. Apart from driving, she's also responsible for vehicle maintenance and other related jobs.\nHer tiny stature, cute voice (though she always seems half-asleep when not driving), and adorably harmless appearance (though she's a shut-in who can't be bothered to take care of her own appearance) make it hard to imagine that she would have such a crazy driving style.\nUsually, by the time she drawls out, \"Hold~ on~ tight~,\" the truck is already barreling down the road.\nRumor has it, Piper is a driver who doesn't need brakes. Though riding with her is a terrifying experience, she will always get you where you need to go safely, and in the shortest time possible. Of course, \"safely\" doesn't include any trauma that may be induced.\n\nPiper has many hobbies that don't seem to match her age, such as reading newspapers, buying lottery tickets, and collecting car magazines.\nPiper's biggest wish is to live each day slowly and leisurely.\nNote: Please keep in mind, Master, that this is also my wish.", + "KO": "파이퍼", + "CHS": "派派", + "JA": "パイパー" + }, + "1311": { + "code": "Astra", + "rank": 4, + "type": 4, + "element": 205, + "hit": 102, + "camp": 8, + "icon": "IconRole36", + "EN": "Astra Yao", + "skin": { + "3113110": { + "Name": "Astra Yao: Scarlet Rock", + "Desc": "The bold red is only to ignite the freedom deep within. On stage, nothing can overshadow her brilliance.", + "Image": "IconRole36" + }, + "3113111": { + "Name": "Astra Yao: Chandelier", + "Desc": "The black-and-white dress glimmers in both light and shadows. Every smile of hers seems to sink into the flowing light of the night, becoming a timeless classic.", + "Image": "IconRole36_01" + } + }, + "desc": "Astra Yao is widely regarded as Ridu's most iconic singer. With her extraordinary voice, stage presence, and songwriting talent, she has led the musical trends of an entire era. \"If music is the resonance of the soul, then Astra Yao is the spark that ignites it all,\" said one famous music critic.\n\nAs brilliant as she is, Astra remains remarkably sincere and pure. On stage, her voice resonates deeply with the audience, which has allowed her to amass a large and loyal fanbase known as her \"Astranauts.\" Of course, Astra's brilliance wouldn't be possible without the careful protection of her manager, Evelyn. Offstage, she appears to be just a cute, hapless girl who depends on Evelyn in her daily life, and on Wise and Belle in the Hollows.\n\n\"If I tickled Eous, would it make you laugh?\" Astra asked curiously while lifting the Proxy, who was linked via the HDD system.\n\nShe seems to have a particular fondness for Eous.\nContemplation: Human emotions are indeed an interesting subject. It's still hard to determine whether Astra likes Eous because of the owner, or whether she likes the owner because of Eous.", + "KO": "아스트라", + "CHS": "耀嘉音", + "JA": "アストラ" + }, + "1321": { + "code": "Evelyn", + "rank": 4, + "type": 1, + "element": 201, + "hit": 101, + "camp": 8, + "icon": "IconRole37", + "EN": "Evelyn", + "skin": {}, + "desc": "Evelyn is the manager and personal bodyguard of Ridu's most iconic singer, Astra Yao. Known for her calm, decisive decision-making and professional, efficient style, she's an irreplaceable pillar behind Astra. \"In terms of commercial value, if Astra Yao represents the 1, then Evelyn is all the 0s that follow,\" a reporter from an entertainment magazine stated.\n\nEvelyn is skilled at planning comprehensive schedules and product endorsements, while also ensuring Astra Yao's safety during any unexpected situations. \"Want to get close to Astra Yao? You'll have to get past Evelyn Chevalier first...\" Though she's always busy with work, Evelyn never seems overwhelmed, and she has an almost obsessive attention to detail, ensuring that every performance and every product endorsement goes through her strict scrutiny. But strangely, such an exceptional manager is not trusted by her parent company, Odeum HAE.\n\nIntel: Evelyn's role seems to go beyond just being a manager and personal bodyguard; there seems to be an \"organization\" behind her.\n\nIt seems a lot of people in Astra Yao's central Astranauts group ship them together.", + "KO": "이블린", + "CHS": "伊芙琳", + "JA": "イヴリン" + }, + "1351": { + "code": "Pulchra Feliny", + "rank": 3, + "type": 2, + "element": 200, + "hit": 101, + "camp": 4, + "icon": "IconRole38", + "EN": "Pulchra", + "skin": {}, + "desc": "", + "KO": "펄크라", + "CHS": "波可娜", + "JA": "プルクラ" + }, + "1361": { + "code": "Trigger", + "rank": 4, + "type": 2, + "element": 203, + "hit": 103, + "camp": 5, + "icon": "IconRole39", + "EN": "Trigger", + "skin": {}, + "desc": "", + "KO": "「트리거」", + "CHS": "「扳机」", + "JA": "「トリガー」" + }, + "1381": { + "code": "SilverAnby", + "rank": 4, + "type": 1, + "element": 203, + "hit": 101, + "camp": 5, + "icon": "IconRole40", + "EN": "Silver Soldier - Anby", + "skin": {}, + "desc": "", + "KO": "실버 솔져 엔비", + "CHS": "银心锡兵·安比", + "JA": "シルバーソルジャー・アンビー" + }, + "2011": { + "code": "Wise", + "rank": 2, + "type": 1, + "element": null, + "hit": 0, + "camp": 0, + "icon": "", + "EN": "Wise", + "skin": {}, + "desc": "", + "KO": "와이즈", + "CHS": "哲", + "JA": "アキラ" + }, + "2021": { + "code": "Belle", + "rank": 2, + "type": 1, + "element": null, + "hit": 0, + "camp": 0, + "icon": "", + "EN": "Belle", + "skin": {}, + "desc": "", + "KO": "벨", + "CHS": "铃", + "JA": "リン" + } +} diff --git a/libs/zzz/dm/HakushinData/character/1011.json b/libs/zzz/dm/HakushinData/character/1011.json new file mode 100644 index 0000000000..9265198752 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1011.json @@ -0,0 +1,1295 @@ +{ + "Id": 1011, + "Icon": "IconRole01", + "Name": "Anby", + "CodeName": "Anby", + "Rarity": 3, + "WeaponType": { "2": "Stun" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "1": "Cunning Hares" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "FEB 20", + "FullName": "Anby Demara", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle01.png", + "ImpressionF": "Anby often comes to the video store to borrow movies and returns them quickly, so she seems to watch a lot of movies.\nFeelin' the pressure, bro? As the manager of the video rental store, it'd be embarrassing if the amount of movies we watch falls behind our customers.", + "ImpressionM": "Honestly, I'm most curious about Anby's playlist. She's got her headphones on constantly... but what exactly is she listening to?", + "Name": "Anby", + "OutlookDesc": "HIA License Archive Information:\nHollow Investigator - Anby. High aptitude for Ether. Permitted to conduct investigations, basic mining, etc. in known Hollows within the city (including companion Hollows).\nReminder: Similar to Nicole, Anby's investigator license has not been updated for a long time.\nSelf-funded tests are recommended as soon as possible to avoid any losses.", + "ProfileDesc": "Anby, the original member of Gentle House.\nAccording to the New Eridu resident records, her identity as \"Anby Demara\" only exists after joining Gentle House, the name obviously being taken from Nicole. Before registering as an employee of Gentle House, all data relating to Anby is suspiciously blank.\nDespite her extreme lack of common sense, Anby is well-versed in matters related to combat and is among the strongest combatants of the Cunning Hares.\n\nAnby's greatest interest is movies, of which she likes an extensive range of genres. Due to an excessive obsession, she tends to take the stories in movies as reality.\nContrary to her seemingly emotionless appearance, Anby is easily moved by movie storylines.\nHer favorite food is hamburgers because \"they contain protein, carbs, and greens, taste good, and are even affordable — there's nothing else besides hamburgers.\"", + "Race": "Cunning Hares", + "RoleIcon": "IconRole/UnPacker/IconRole01", + "Stature": "156", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission" + ], + "TrustLv": { + "1": "Anby, the original member of Gentle House.\nAccording to the New Eridu resident records, her identity as \"Anby Demara\" only exists after joining Gentle House, the name obviously being taken from Nicole. Before registering as an employee of Gentle House, all data relating to Anby is suspiciously blank.\nDespite her extreme lack of common sense, Anby is well-versed in matters related to combat and is among the strongest combatants of the Cunning Hares.\n\nAnby's greatest interest is movies, of which she likes an extensive range of genres. Due to an excessive obsession, she tends to take the stories in movies as reality.\nContrary to her seemingly emotionless appearance, Anby is easily moved by movie storylines.\nHer favorite food is hamburgers because \"they contain protein, carbs, and greens, taste good, and are even affordable — there's nothing else besides hamburgers.\"", + "2": "", + "3": "Rumors suggest Nicole found Anby near the ruins of the old capital and took her in because she was impressed by her formidable combat abilities.\n\"It's not because she's strong! I took her in because I'm kind~\" — Nicole\nAnby's behavior and combat performance suggest she has had military training.\nDue to the suspicious gaps in her history, it's advised to maintain a certain level of vigilance towards her.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 95, + "AttackGrowth": 54230, + "AvatarPieceId": 5011, + "BreakStun": 118, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 818426, + "HpMax": 603, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Anbi", + "Cut", + "Electric", + "Female", + "Camp1", + "Size2", + "AidTypeParry", + "Anbi" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 414, + "Attack": 34, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 828, + "Attack": 68, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1242, + "Attack": 102, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1656, + "Attack": 135, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2069, + "Attack": 169, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Turbo Volt", + "Desc": "Press to activate:\nUnleashes up to 4 slashes. The first 3 hits deal Physical DMG, the 4th hit deals Electric DMG." + }, + { + "Name": "Basic Attack: Thunderbolt", + "Desc": "After unleashing the 3rd hit of the Basic Attack, hold down or pause for a short while, and then press to activate:\nUnleashes a downward strike that deals Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Basic Attack: Turbo Volt", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1011001, Prop:1001}", + "Param": { + "1011001": { + "Main": 3120, + "Growth": 290, + "Format": "%", + "DamagePercentage": 3120, + "DamagePercentageGrowth": 290, + "StunRatio": 1560, + "StunRatioGrowth": 80, + "SpRecovery": 5620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 42900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1011002, Prop:1001}", + "Param": { + "1011002": { + "Main": 3370, + "Growth": 310, + "Format": "%", + "DamagePercentage": 3370, + "DamagePercentageGrowth": 310, + "StunRatio": 2870, + "StunRatioGrowth": 140, + "SpRecovery": 10320, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1011003, Prop:1001}", + "Param": { + "1011003": { + "Main": 11360, + "Growth": 1040, + "Format": "%", + "DamagePercentage": 11360, + "DamagePercentageGrowth": 1040, + "StunRatio": 8960, + "StunRatioGrowth": 410, + "SpRecovery": 32260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 246400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1011004, Prop:1001}", + "Param": { + "1011004": { + "Main": 23910, + "Growth": 2180, + "Format": "%", + "DamagePercentage": 23910, + "DamagePercentageGrowth": 2180, + "StunRatio": 18740, + "StunRatioGrowth": 860, + "SpRecovery": 67450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 515350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17247, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1011001, Prop:1002}", + "Param": { + "1011001": { + "Main": 1560, + "Growth": 80, + "Format": "%", + "DamagePercentage": 3120, + "DamagePercentageGrowth": 290, + "StunRatio": 1560, + "StunRatioGrowth": 80, + "SpRecovery": 5620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 42900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1011002, Prop:1002}", + "Param": { + "1011002": { + "Main": 2870, + "Growth": 140, + "Format": "%", + "DamagePercentage": 3370, + "DamagePercentageGrowth": 310, + "StunRatio": 2870, + "StunRatioGrowth": 140, + "SpRecovery": 10320, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1011003, Prop:1002}", + "Param": { + "1011003": { + "Main": 8960, + "Growth": 410, + "Format": "%", + "DamagePercentage": 11360, + "DamagePercentageGrowth": 1040, + "StunRatio": 8960, + "StunRatioGrowth": 410, + "SpRecovery": 32260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 246400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1011004, Prop:1002}", + "Param": { + "1011004": { + "Main": 18740, + "Growth": 860, + "Format": "%", + "DamagePercentage": 23910, + "DamagePercentageGrowth": 2180, + "StunRatio": 18740, + "StunRatioGrowth": 860, + "SpRecovery": 67450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 515350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17247, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Thunderbolt", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011005, Prop:1001}", + "Param": { + "1011005": { + "Main": 32860, + "Growth": 2990, + "Format": "%", + "DamagePercentage": 32860, + "DamagePercentageGrowth": 2990, + "StunRatio": 14240, + "StunRatioGrowth": 650, + "SpRecovery": 51260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 391600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12750, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011005, Prop:1002}", + "Param": { + "1011005": { + "Main": 14240, + "Growth": 650, + "Format": "%", + "DamagePercentage": 32860, + "DamagePercentageGrowth": 2990, + "StunRatio": 14240, + "StunRatioGrowth": 650, + "SpRecovery": 51260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 391600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12750, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Slide", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Taser Blast", + "Desc": "Press during a dodge to activate:\nSlashes all nearby enemies, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Thunderclap", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Taser Blast", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011008, Prop:1001}", + "Param": { + "1011008": { + "Main": 5670, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5670, + "DamagePercentageGrowth": 520, + "StunRatio": 2840, + "StunRatioGrowth": 130, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011008, Prop:1002}", + "Param": { + "1011008": { + "Main": 2840, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5670, + "DamagePercentageGrowth": 520, + "StunRatio": 2840, + "StunRatioGrowth": 130, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Thunderclap", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011009, Prop:1001}", + "Param": { + "1011009": { + "Main": 18020, + "Growth": 1640, + "Format": "%", + "DamagePercentage": 18020, + "DamagePercentageGrowth": 1640, + "StunRatio": 16170, + "StunRatioGrowth": 740, + "SpRecovery": 22190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6163, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011009, Prop:1002}", + "Param": { + "1011009": { + "Main": 16170, + "Growth": 740, + "Format": "%", + "DamagePercentage": 18020, + "DamagePercentageGrowth": 1640, + "StunRatio": 16170, + "StunRatioGrowth": 740, + "SpRecovery": 22190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6163, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Fork Lightning", + "Desc": "Press to activate:\nUnleashes an upward slash that deals Electric DMG.\nThis attack launches faster when used after the 3rd-hit of the Basic Attack or Basic Attack: Thunderbolt.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Lightning Bolt", + "Desc": "With enough Energy, press to activate:\nUnleashes a powerful upward slash that deals massive Electric DMG.\nThis attack launches faster when used after the 3rd hit of her Basic Attack or Basic Attack: Thunderbolt.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Fork Lightning", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011006, Prop:1001}", + "Param": { + "1011006": { + "Main": 9340, + "Growth": 850, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9330, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011006, Prop:1002}", + "Param": { + "1011006": { + "Main": 9340, + "Growth": 430, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9330, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Lightning Bolt", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011007, Prop:1001}", + "Param": { + "1011007": { + "Main": 58300, + "Growth": 5300, + "Format": "%", + "DamagePercentage": 58300, + "DamagePercentageGrowth": 5300, + "StunRatio": 48180, + "StunRatioGrowth": 2190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1881550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53237, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011007, Prop:1002}", + "Param": { + "1011007": { + "Main": 48180, + "Growth": 2190, + "Format": "%", + "DamagePercentage": 58300, + "DamagePercentageGrowth": 5300, + "StunRatio": 48180, + "StunRatioGrowth": 2190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1881550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53237, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Electro Engine", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful upwards slash at enemies in a small area, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Overdrive Engine", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful upward slash at enemies in a small area followed by several downward strikes, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Electro Engine", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011010, Prop:1001}", + "Param": { + "1011010": { + "Main": 54240, + "Growth": 4940, + "Format": "%", + "DamagePercentage": 54240, + "DamagePercentageGrowth": 4940, + "StunRatio": 14340, + "StunRatioGrowth": 660, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2223100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34283, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011010, Prop:1002}", + "Param": { + "1011010": { + "Main": 14340, + "Growth": 660, + "Format": "%", + "DamagePercentage": 54240, + "DamagePercentageGrowth": 4940, + "StunRatio": 14340, + "StunRatioGrowth": 660, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2223100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34283, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Overdrive Engine", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011011, Prop:1001}", + "Param": { + "1011011": { + "Main": 151260, + "Growth": 13760, + "Format": "%", + "DamagePercentage": 151260, + "DamagePercentageGrowth": 13760, + "StunRatio": 99160, + "StunRatioGrowth": 4510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011011, Prop:1002}", + "Param": { + "1011011": { + "Main": 99160, + "Growth": 4510, + "Format": "%", + "DamagePercentage": 151260, + "DamagePercentageGrowth": 13760, + "StunRatio": 99160, + "StunRatioGrowth": 4510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Thunderfall", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Flash", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Lightning Whirl", + "Desc": "Press after a Defensive Assist to activate:\nPerform a spinning slash against enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Thunderfall", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011012, Prop:1001}", + "Param": { + "1011012": { + "Main": 6170, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6170, + "DamagePercentageGrowth": 570, + "StunRatio": 6170, + "StunRatioGrowth": 290, + "SpRecovery": 22190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6163, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011012, Prop:1002}", + "Param": { + "1011012": { + "Main": 6170, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6170, + "DamagePercentageGrowth": 570, + "StunRatio": 6170, + "StunRatioGrowth": 290, + "SpRecovery": 22190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6163, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Flash", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1011013, Prop:1002}", + "Param": { + "1011013": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1011014, Prop:1002}", + "Param": { + "1011014": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1011015, Prop:1002}", + "Param": { + "1011015": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Lightning Whirl", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1011016, Prop:1001}", + "Param": { + "1011016": { + "Main": 33520, + "Growth": 3050, + "Format": "%", + "DamagePercentage": 33520, + "DamagePercentageGrowth": 3050, + "StunRatio": 29140, + "StunRatioGrowth": 1330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1041975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31322, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1011016, Prop:1002}", + "Param": { + "1011016": { + "Main": 29140, + "Growth": 1330, + "Format": "%", + "DamagePercentage": 33520, + "DamagePercentageGrowth": 3050, + "StunRatio": 29140, + "StunRatioGrowth": 1330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1041975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31322, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1011001": { + "Name": "Basic Attack: Turbo Volt", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1011002": { + "Name": "Basic Attack: Thunderbolt", + "Desc": " ; ; ; (Delayed press or hold down)", + "ElementType": 203, + "HitType": 102 + }, + "1011003": { + "Name": "Special Attack: Fork Lightning", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1011004": { + "Name": "Special Attack: Fork Lightning (Quick Launch)", + "Desc": " ; ; ; ", + "ElementType": 203, + "HitType": 101 + }, + "1011005": { + "Name": "EX Special Attack: Lightning Bolt", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1011006": { + "Name": "EX Special Attack: Lightning Bolt (Quick Launch)", + "Desc": " ; ; ; ", + "ElementType": 203, + "HitType": 101 + }, + "1011007": { + "Name": "Dash Attack: Taser Blast", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1011008": { + "Name": "Dodge Counter: Thunderclap", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 101 + }, + "1011009": { + "Name": "Chain Attack: Electro Engine", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1011010": { + "Name": "Ultimate: Overdrive Engine", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1011011": { + "Name": "Quick Assist: Thunderfall", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 101 + }, + "1011012": { + "Name": "Defensive Assist: Flash", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1011013": { + "Name": "Assist Follow-Up: Lightning Whirl", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1011501, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 32% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "2": { + "Level": 2, + "Id": 1011502, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 37.3% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "3": { + "Level": 3, + "Id": 1011503, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 42.6% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "4": { + "Level": 4, + "Id": 1011504, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 48% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "5": { + "Level": 5, + "Id": 1011505, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 53.3% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "6": { + "Level": 6, + "Id": 1011506, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 58.6% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + }, + "7": { + "Level": 7, + "Id": 1011507, + "Name": [ + "Core Passive: Fluctuating Voltage", + "Additional Ability: Parallel Connection" + ], + "Desc": [ + "Launch a Basic Attack: Thunderbolt, Special Attack, or EX Special Attack after the 3rd-hit of Anby's Basic Attack for an extra 64% Daze.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Anby's Dodge Counter hits an enemy, she gains an extra 7.2 Energy. This effect can trigger once every 5s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110501": 2 }, + "3": { "10": 28000, "110501": 4 }, + "4": { "10": 60000, "110001": 2, "110501": 9 }, + "5": { "10": 100000, "110001": 3, "110501": 15 }, + "6": { "10": 200000, "110001": 4, "110501": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Rapid Charge Mode", + "Desc": "When the 4th-hit of Anby's Basic Attack hits an enemy, her Energy Generation Rate is increased by 12% for 30s.", + "Desc2": "\"Charge up for just a minute, and you're set to fight for an hour!\" That's the sales pitch for these weapon expansion modules.\nAnd they deliver exactly that." + }, + "2": { + "Level": 2, + "Name": "Precision Discharge", + "Desc": "When Basic Attack: Thunderbolt hits a Stunned enemy, its DMG is increased by 30%. When Anby's EX Special Attack hits an enemy that is not Stunned, the Daze inflicted is increased by 10%.", + "Desc2": "\"Electric shocks will knock you out cold.\"\nLooking at the enemy out cold at her feet, she added:\n\"At least, that's what happens in the movies.\"" + }, + "3": { + "Level": 3, + "Name": "Well-Disciplined", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Run, slash, move like lightning. She is no amateur when it comes to Hollows—she's an expert." + }, + "4": { + "Level": 4, + "Name": "Conducting Charge", + "Desc": "When Anby launches a Chain Attack or uses her Ultimate, off-field Electric Agents recover 3 Energy.\nFor every 12% Energy Generation Rate Anby has, recover an additional 2 Energy, up to a maximum of 6.", + "Desc2": "You won't last long fighting solo. An experienced Hollow Raider knows how to create opportunities for their teammates." + }, + "5": { + "Level": 5, + "Name": "Street Experience", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Working for the Cunning Hares not only builds your mental toughness but also helps (or rather, forces) you to get in shape." + }, + "6": { + "Level": 6, + "Name": "Charging Field", + "Desc": "When Anby uses her EX Special Attack, she gains 8 stacks of Charge (max 8 stacks). When she hits an enemy with her Basic Attack or Dash Attack, 1 stack of Charge is consumed, increasing that attack's DMG by 45%.", + "Desc2": "Coils of electricity flickered over her fingertips.\nAnby raised her head, eyes brimming with determination beyond her years.\nPerhaps, one day, she will be the one with total mastery over electricity." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1021.json b/libs/zzz/dm/HakushinData/character/1021.json new file mode 100644 index 0000000000..4db73c0db1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1021.json @@ -0,0 +1,1307 @@ +{ + "Id": 1021, + "Icon": "IconRole11", + "Name": "Nekomata", + "CodeName": "Nekomata", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "1": "Cunning Hares" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JUL 30", + "FullName": "Nekomiya Mana", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle11.png", + "ImpressionF": "Kitty cat! Who doesn't like kitty cats!\nOhhh, I want to touch Nekomata's tails! She's got two, that's double the fun!", + "ImpressionM": "Take it easy... She's not some harmless little kitten on the street in New Eridu...\nWhen dealing with Nekomata, the most important thing is keeping an eye on your wallet...", + "Name": "Nekomata", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator - Nekomata. Excellent aptitude for Ether. Permitted to conduct investigations, basic mining, etc. in known Hollows within the city (including companion Hollows).\nRemarks: In general, Thirens are better able to adapt to the environment in the hollows than humans. However, due to their faster metabolism, once corrupted they will experience symptoms at a faster rate than humans. Similarly, their efficiency in recovering from the symptoms when leaving the Hollows is also faster.", + "ProfileDesc": "Nekomiya Mana. Refers to herself as \"Nekomata.\"\nA cat Thiren with feline traits, possessing great dexterity when hunting and an insatiable curiosity about the outside world.\nSometimes mischievous, she engages in harmless pranks. But when she sets her sights on a target, her feline-like agility and focus are enough to leave others in awe.\nShe's most interested in other people's wallets.\nRecommendation: Always keep an eye on your wallet when Nekomata is around.\n\nIn the past, Nekomata was a member of the long-standing Red Fang Gang. Its leader, Miguel Silver, took on a fatherly role in her life. Nonetheless, due to differing beliefs from the gang, she opted to part ways and go it alone.\nFollowing certain encounters involving Nicole and others, she eventually opted to enlist in Gentle House, thus becoming the third employee on the team.", + "Race": "Cunning Hares", + "RoleIcon": "IconRole/UnPacker/IconRole11", + "Stature": "148", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Agent Story \"Cat and Mouse Game\"" + ], + "TrustLv": { + "1": "Nekomiya Mana. Refers to herself as \"Nekomata.\"\nA cat Thiren with feline traits, possessing great dexterity when hunting and an insatiable curiosity about the outside world.\nSometimes mischievous, she engages in harmless pranks. But when she sets her sights on a target, her feline-like agility and focus are enough to leave others in awe.\nShe's most interested in other people's wallets.\nRecommendation: Always keep an eye on your wallet when Nekomata is around.\n\nIn the past, Nekomata was a member of the long-standing Red Fang Gang. Its leader, Miguel Silver, took on a fatherly role in her life. Nonetheless, due to differing beliefs from the gang, she opted to part ways and go it alone.\nFollowing certain encounters involving Nicole and others, she eventually opted to enlist in Gentle House, thus becoming the third employee on the team.", + "2": "", + "3": "Additional Note: Within the Gentle House, Nekomata seems to hold a significant interest in Nicole, much to Anby's displeasure. The likely reason for this could be summed up as: \"I was here first...\"", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 131, + "AttackGrowth": 79762, + "AvatarPieceId": 5021, + "BreakStun": 92, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 47, + "DefenceGrowth": 64166, + "ElementAbnormalPower": 97, + "ElementMystery": 96, + "Endurance": 0, + "HpGrowth": 824778, + "HpMax": 608, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Tsubaki", + "Cut", + "Physics", + "Female", + "Camp1", + "Size1", + "AidTypeParry", + "Nekomata" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 417, + "Attack": 47, + "Defence": 32, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 834, + "Attack": 94, + "Defence": 65, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1251, + "Attack": 140, + "Defence": 97, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1668, + "Attack": 187, + "Defence": 130, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2086, + "Attack": 234, + "Defence": 162, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Kitty Slash", + "Desc": "Press to activate:\nUnleashes up to 5 slashes, dealing Physical DMG.\nOn the last hit, there is a 33.33% chance to repeat this hit 3 times." + }, + { + "Name": "Basic Attack: Crimson Blade", + "Desc": "Hold during the first 3 hits of Nekomata's Basic Attack to activate:\nSlashes enemies in front and passes through them, dealing Physical DMG.\nUpon activation, there is a 33.33% chance to repeat this attack 3 times." + }, + { + "Name": "Basic Attack: Kitty Slash", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1021001, Prop:1001}", + "Param": { + "1021001": { + "Main": 5520, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5520, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6160, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1708, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1021002, Prop:1001}", + "Param": { + "1021002": { + "Main": 6260, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6260, + "DamagePercentageGrowth": 570, + "StunRatio": 3710, + "StunRatioGrowth": 170, + "SpRecovery": 12690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 97075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3524, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1021003, Prop:1001}", + "Param": { + "1021003": { + "Main": 7270, + "Growth": 670, + "Format": "%", + "DamagePercentage": 7270, + "DamagePercentageGrowth": 670, + "StunRatio": 4670, + "StunRatioGrowth": 220, + "SpRecovery": 15990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 122375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4440, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1021004, Prop:1001}", + "Param": { + "1021004": { + "Main": 17020, + "Growth": 1550, + "Format": "%", + "DamagePercentage": 17020, + "DamagePercentageGrowth": 1550, + "StunRatio": 10370, + "StunRatioGrowth": 480, + "SpRecovery": 35550, + "SpRecoveryGrowth": 0, + "FeverRecovery": 271700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9873, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1021005, Prop:1001}", + "Param": { + "1021005": { + "Main": 12360, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 12360, + "DamagePercentageGrowth": 1130, + "StunRatio": 5890, + "StunRatioGrowth": 270, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5602, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1021001, Prop:1002}", + "Param": { + "1021001": { + "Main": 1800, + "Growth": 90, + "Format": "%", + "DamagePercentage": 5520, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6160, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1708, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1021002, Prop:1002}", + "Param": { + "1021002": { + "Main": 3710, + "Growth": 170, + "Format": "%", + "DamagePercentage": 6260, + "DamagePercentageGrowth": 570, + "StunRatio": 3710, + "StunRatioGrowth": 170, + "SpRecovery": 12690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 97075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3524, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1021003, Prop:1002}", + "Param": { + "1021003": { + "Main": 4670, + "Growth": 220, + "Format": "%", + "DamagePercentage": 7270, + "DamagePercentageGrowth": 670, + "StunRatio": 4670, + "StunRatioGrowth": 220, + "SpRecovery": 15990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 122375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4440, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1021004, Prop:1002}", + "Param": { + "1021004": { + "Main": 10370, + "Growth": 480, + "Format": "%", + "DamagePercentage": 17020, + "DamagePercentageGrowth": 1550, + "StunRatio": 10370, + "StunRatioGrowth": 480, + "SpRecovery": 35550, + "SpRecoveryGrowth": 0, + "FeverRecovery": 271700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9873, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1021005, Prop:1002}", + "Param": { + "1021005": { + "Main": 5890, + "Growth": 270, + "Format": "%", + "DamagePercentage": 12360, + "DamagePercentageGrowth": 1130, + "StunRatio": 5890, + "StunRatioGrowth": 270, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5602, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Crimson Blade", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021006, Prop:1001}", + "Param": { + "1021006": { + "Main": 7180, + "Growth": 660, + "Format": "%", + "DamagePercentage": 7180, + "DamagePercentageGrowth": 660, + "StunRatio": 5890, + "StunRatioGrowth": 270, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5602, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021006, Prop:1002}", + "Param": { + "1021006": { + "Main": 5890, + "Growth": 270, + "Format": "%", + "DamagePercentage": 7180, + "DamagePercentageGrowth": 660, + "StunRatio": 5890, + "StunRatioGrowth": 270, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5602, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Can't Touch Me-ow~", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Over Here!", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Phantom Claws", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Over Here!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021009, Prop:1001}", + "Param": { + "1021009": { + "Main": 3510, + "Growth": 320, + "Format": "%", + "DamagePercentage": 3510, + "DamagePercentageGrowth": 320, + "StunRatio": 1760, + "StunRatioGrowth": 80, + "SpRecovery": 6010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021009, Prop:1002}", + "Param": { + "1021009": { + "Main": 1760, + "Growth": 80, + "Format": "%", + "DamagePercentage": 3510, + "DamagePercentageGrowth": 320, + "StunRatio": 1760, + "StunRatioGrowth": 80, + "SpRecovery": 6010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1668, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Phantom Claws", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021010, Prop:1001}", + "Param": { + "1021010": { + "Main": 22790, + "Growth": 2080, + "Format": "%", + "DamagePercentage": 22790, + "DamagePercentageGrowth": 2080, + "StunRatio": 19950, + "StunRatioGrowth": 910, + "SpRecovery": 32390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 247500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021010, Prop:1002}", + "Param": { + "1021010": { + "Main": 19950, + "Growth": 910, + "Format": "%", + "DamagePercentage": 22790, + "DamagePercentageGrowth": 2080, + "StunRatio": 19950, + "StunRatioGrowth": 910, + "SpRecovery": 32390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 247500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Surprise Attack", + "Desc": "Press to activate:\nUnleashes a downward strike, dealing Physical DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Super Surprise Attack!", + "Desc": "With enough Energy, press to activate:\nUnleashes a powerful falling slash that deals massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Surprise Attack", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021007, Prop:1001}", + "Param": { + "1021007": { + "Main": 4730, + "Growth": 430, + "Format": "%", + "DamagePercentage": 4730, + "DamagePercentageGrowth": 430, + "StunRatio": 4730, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4501, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021007, Prop:1002}", + "Param": { + "1021007": { + "Main": 4730, + "Growth": 220, + "Format": "%", + "DamagePercentage": 4730, + "DamagePercentageGrowth": 430, + "StunRatio": 4730, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4501, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Super Surprise Attack!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021008, Prop:1001}", + "Param": { + "1021008": { + "Main": 53970, + "Growth": 4910, + "Format": "%", + "DamagePercentage": 53970, + "DamagePercentageGrowth": 4910, + "StunRatio": 45540, + "StunRatioGrowth": 2070, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1486100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 43073, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021008, Prop:1002}", + "Param": { + "1021008": { + "Main": 45540, + "Growth": 2070, + "Format": "%", + "DamagePercentage": 53970, + "DamagePercentageGrowth": 4910, + "StunRatio": 45540, + "StunRatioGrowth": 2070, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1486100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 43073, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "40" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Claw Swipe", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful slash at enemies ahead in a large area, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Claw Smash", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes powerful slashes at enemies ahead in a large area, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Claw Swipe", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021011, Prop:1001}", + "Param": { + "1021011": { + "Main": 53620, + "Growth": 4880, + "Format": "%", + "DamagePercentage": 53620, + "DamagePercentageGrowth": 4880, + "StunRatio": 15920, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2291850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36786, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021011, Prop:1002}", + "Param": { + "1021011": { + "Main": 15920, + "Growth": 730, + "Format": "%", + "DamagePercentage": 53620, + "DamagePercentageGrowth": 4880, + "StunRatio": 15920, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2291850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36786, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Claw Smash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021012, Prop:1001}", + "Param": { + "1021012": { + "Main": 157110, + "Growth": 14290, + "Format": "%", + "DamagePercentage": 157110, + "DamagePercentageGrowth": 14290, + "StunRatio": 11810, + "StunRatioGrowth": 540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12496, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021012, Prop:1002}", + "Param": { + "1021012": { + "Main": 11810, + "Growth": 540, + "Format": "%", + "DamagePercentage": 157110, + "DamagePercentageGrowth": 14290, + "StunRatio": 11810, + "StunRatioGrowth": 540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12496, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Cat's Paw", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Desperate Defense", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Shadow Strike", + "Desc": "Press after a Defensive Assist to activate:\nCharge and slash enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Cat's Paw", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021013, Prop:1001}", + "Param": { + "1021013": { + "Main": 9450, + "Growth": 860, + "Format": "%", + "DamagePercentage": 9450, + "DamagePercentageGrowth": 860, + "StunRatio": 9450, + "StunRatioGrowth": 430, + "SpRecovery": 32390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 247500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021013, Prop:1002}", + "Param": { + "1021013": { + "Main": 9450, + "Growth": 430, + "Format": "%", + "DamagePercentage": 9450, + "DamagePercentageGrowth": 860, + "StunRatio": 9450, + "StunRatioGrowth": 430, + "SpRecovery": 32390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 247500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Desperate Defense", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1021014, Prop:1002}", + "Param": { + "1021014": { + "Main": 25900, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 25900, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1021015, Prop:1002}", + "Param": { + "1021015": { + "Main": 32730, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 32730, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1021016, Prop:1002}", + "Param": { + "1021016": { + "Main": 15930, + "Growth": 730, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15930, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Shadow Strike", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1021017, Prop:1001}", + "Param": { + "1021017": { + "Main": 30040, + "Growth": 2740, + "Format": "%", + "DamagePercentage": 30040, + "DamagePercentageGrowth": 2740, + "StunRatio": 25810, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 897600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26592, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1021017, Prop:1002}", + "Param": { + "1021017": { + "Main": 25810, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 30040, + "DamagePercentageGrowth": 2740, + "StunRatio": 25810, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 897600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26592, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1021001": { + "Name": "Basic Attack: Kitty Slash", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1021002": { + "Name": "Basic Attack: Crimson Blade", + "Desc": "(Hold)", + "ElementType": 200, + "HitType": 101 + }, + "1021003": { + "Name": "Special Attack: Surprise Attack", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1021004": { + "Name": "EX Special Attack: Super Surprise Attack!", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1021005": { + "Name": "Dash Attack: Over Here!", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1021006": { + "Name": "Dodge Counter: Phantom Claws", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 101 + }, + "1021007": { + "Name": "Chain Attack: Claw Swipe", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1021008": { + "Name": "Ultimate: Claw Smash", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1021009": { + "Name": "Quick Assist: Cat's Paw", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 101 + }, + "1021010": { + "Name": "Defensive Assist: Desperate Defense", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1021011": { + "Name": "Assist Follow-Up: Shadow Strike", + "Desc": " (After Defensive Assist)", + "ElementType": 200, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1021501, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 30% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "2": { + "Level": 2, + "Id": 1021502, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 35% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "3": { + "Level": 3, + "Id": 1021503, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 40% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "4": { + "Level": 4, + "Id": 1021504, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 45% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "5": { + "Level": 5, + "Id": 1021505, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 50% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "6": { + "Level": 6, + "Id": 1021506, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 55% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + }, + "7": { + "Level": 7, + "Id": 1021507, + "Name": ["Core Passive: Stealthy Paws", "Additional Ability: Catwalk"], + "Desc": [ + "When Nekomata's Dodge Counter or Quick Assist hits an enemy, her DMG increases by 60% for 6s.", + "When another character in your squad shares the same Attribute or Faction:\nAfter any character inflicts Assault, increases the DMG of Nekomata's next EX Special Attack by 35%, stacking up to 2 times." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110502": 2 }, + "3": { "10": 28000, "110502": 4 }, + "4": { "10": 60000, "110001": 2, "110502": 9 }, + "5": { "10": 100000, "110001": 3, "110502": 15 }, + "6": { "10": 200000, "110001": 4, "110502": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Bird Hunter", + "Desc": "When Nekomata hits an enemy from behind, she ignores 16% of her target's Physical RES. If the enemy is Stunned, all Nekomata's attacks are considered back attacks.", + "Desc2": "While Nekomata lacks strength due to her small size, she has the perceptiveness and agility required to locate her enemies' weaknesses and strike right where it hurts most." + }, + "2": { + "Level": 2, + "Name": "Cat & Mouse", + "Desc": "When there's only one enemy on the field and Nekomata is in combat, her Energy Generation Rate is increased by 25%.", + "Desc2": "Cats always prefer to toy with their prey.\nIf there's only one mouse left in combat — that's Nekomata's play time." + }, + "3": { + "Level": 3, + "Name": "Curious Left Tail", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "According to the legends of the old civilization, each tail represents one of a cat's many lives, with years of wisdom and experience stored within...\nEven if that's not true, the experience Nekomata has gained on the streets certainly is." + }, + "4": { + "Level": 4, + "Name": "Sharpen Claws", + "Desc": "When Nekomata uses her EX Special Attack, her CRIT Rate increases by 7% for 15s, stacking up to 2 times, with each stack's duration being calculated separately.", + "Desc2": "\"Gimme more, gimme MORE! I can eat 'em all~\"\nHer eyes sparkle as she licks the back of her paws." + }, + "5": { + "Level": 5, + "Name": "Lucky Right Tail", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "According to the legends of the old civilization, each tail represents one of a cat's many lives, with years of wisdom and experience stored within... Sometimes Nekomata wonders to herself: If she is lucky enough to keep surviving, will she eventually grow another tail?" + }, + "6": { + "Level": 6, + "Name": "Predator Lineage", + "Desc": "When Nekomata launches a Chain Attack or uses her Ultimate, her CRIT DMG increases by 18%, stacking up to 3 times. The effect expires when she's no longer in-combat. This effect gains maximum stacks immediately on defeating an enemy.", + "Desc2": "\"When a feline Thiren gets positive reinforcement from aggressive behavior,\ntheir latent animalistic tendencies emerge.\nFortunately, these tendencies aren't permanent...\"\n—Excerpt from the Handbook of Incomplete Research on Feline Thirens" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1031.json b/libs/zzz/dm/HakushinData/character/1031.json new file mode 100644 index 0000000000..5ae32a4cd1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1031.json @@ -0,0 +1,2036 @@ +{ + "Id": 1031, + "Icon": "IconRole12", + "Name": "Nicole", + "CodeName": "Nicole", + "Rarity": 3, + "WeaponType": { "4": "Support" }, + "ElementType": { "205": "Ether" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "1": "Cunning Hares" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "NOV 11", + "FullName": "Nicole Demara", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle12.png", + "ImpressionF": "Turns out Nicole is more famous in the biz than I thought huh!", + "ImpressionM": "Instead of these astute comments, I'm more interested in seeing a comprehensive list of everything Nicole owes us.", + "Name": "Nicole", + "OutlookDesc": "HIA License Archive Information:\nHollow Investigator - Nicole. High aptitude for Ether. Permitted to conduct investigations, basic mining, etc. in known Hollows within the city (including companion Hollows).\nAlert: Data shows Nicole's Hollow investigator license has not been renewed for a long time and is about to expire.\nFailure to undergo the relevant tests at one's own expense after the expiry date may result in the license being revoked.", + "ProfileDesc": "Database search: Nicole. Returned results:\n\"Boss of the odd-job agency, the Cunning Hares,\" \"Streetwise,\" \"Orphan, parents unknown.\"\nNicole's agency was originally called Gentle House, but due to her reputation of being cunning, it gained the nickname the Cunning Hares.\n\"She's really into money! I don't know what she's doing with it all though, seems like she's doing nothing.\"\n— The above is a quote from a popular post on Inter-Knot: \"Her odd-job agency is outrageous. I've never encountered a boss who knows how to turn everything into profit!\"\nThe individual involved responded, \"This, this is a false accusation! I, Nicole, have never been skilled at making money — mainly because I don't have any money to begin with!\"\nAccording to reliable sources, the Cunning Hares are constantly in debt, and their \"careful budgeting\" seems to have no effect on the organization.", + "Race": "Cunning Hares", + "RoleIcon": "IconRole/UnPacker/IconRole12", + "Stature": "165", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission" + ], + "TrustLv": { + "1": "Database search: Nicole. Returned results:\n\"Boss of the odd-job agency, the Cunning Hares,\" \"Streetwise,\" \"Orphan, parents unknown.\"\nNicole's agency was originally called Gentle House, but due to her reputation of being cunning, it gained the nickname the Cunning Hares.\n\"She's really into money! I don't know what she's doing with it all though, seems like she's doing nothing.\"\n— The above is a quote from a popular post on Inter-Knot: \"Her odd-job agency is outrageous. I've never encountered a boss who knows how to turn everything into profit!\"\nThe individual involved responded, \"This, this is a false accusation! I, Nicole, have never been skilled at making money — mainly because I don't have any money to begin with!\"\nAccording to reliable sources, the Cunning Hares are constantly in debt, and their \"careful budgeting\" seems to have no effect on the organization.", + "2": "", + "3": "During her early years, Nicole spent a good amount of time in an orphanage.\nThere are rumors that Nicole once reached an adoption agreement with a prominent family. Yet, shortly afterward, she reappeared by herself somewhere in New Eridu, and has been out around the streets ever since.", + "4": "" + } + }, + "Skin": { + "3110310": { + "Name": "Nicole: Lil Sassy", + "Desc": "The classic outfit of the leader of the Cunning Hares, hiding a hint of playful cunning, both mischievous and cute.", + "Image": "IconRole12" + }, + "3110311": { + "Name": "Nicole: Cunning Cutie", + "Desc": "Pink! Pink! Pink! Pink is Nicole's signature color. So are you feeling it?", + "Image": "IconRole12_01" + } + }, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 93, + "AttackGrowth": 53249, + "AvatarPieceId": 5031, + "BreakStun": 88, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 50, + "DefenceGrowth": 67901, + "ElementAbnormalPower": 90, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 888787, + "HpMax": 655, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Nostradamus", + "Ether", + "Punch", + "Female", + "Camp1", + "Size2", + "AidTypeParry", + "Nicole" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100214": 4 } + }, + "2": { + "HpMax": 449, + "Attack": 33, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100224": 12 } + }, + "3": { + "HpMax": 899, + "Attack": 67, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100224": 20 } + }, + "4": { + "HpMax": 1348, + "Attack": 100, + "Defence": 103, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100234": 10 } + }, + "5": { + "HpMax": 1798, + "Attack": 133, + "Defence": 137, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100234": 20 } + }, + "6": { + "HpMax": 2247, + "Attack": 167, + "Defence": 172, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Cunning Combo", + "Desc": "Press to activate:\nUnleashes up to 3 strikes, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Do As I Please", + "Desc": "After using a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, and her Basic Attack and Dash Attack are enhanced, increasing the power of her bullets." + }, + { + "Name": "Basic Attack: Cunning Combo", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1031001, Prop:1001} + {{Skill:1031002, Prop:1001}/3}*3", + "Param": { + "1031001": { + "Main": 3890, + "Growth": 360, + "Format": "%", + "DamagePercentage": 3890, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031002": { + "Main": 2710, + "Growth": 250, + "Format": "%", + "DamagePercentage": 2710, + "DamagePercentageGrowth": 250, + "StunRatio": 2090, + "StunRatioGrowth": 100, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1031004, Prop:1001} + {{Skill:1031005, Prop:1001}/4}*4", + "Param": { + "1031004": { + "Main": 3530, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3530, + "DamagePercentageGrowth": 330, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031005": { + "Main": 3610, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3610, + "DamagePercentageGrowth": 330, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1031007, Prop:1001} + {{Skill:1031008, Prop:1001}/20}*20", + "Param": { + "1031007": { + "Main": 12430, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 12430, + "DamagePercentageGrowth": 1130, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031008": { + "Main": 18040, + "Growth": 1640, + "Format": "%", + "DamagePercentage": 18040, + "DamagePercentageGrowth": 1640, + "StunRatio": 13880, + "StunRatioGrowth": 640, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1031001, Prop:1002} + {{Skill:1031002, Prop:1002}/3}*3", + "Param": { + "1031001": { + "Main": 1950, + "Growth": 90, + "Format": "%", + "DamagePercentage": 3890, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031002": { + "Main": 2090, + "Growth": 100, + "Format": "%", + "DamagePercentage": 2710, + "DamagePercentageGrowth": 250, + "StunRatio": 2090, + "StunRatioGrowth": 100, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1031004, Prop:1002} + {{Skill:1031005, Prop:1002}/4}*4", + "Param": { + "1031004": { + "Main": 2900, + "Growth": 140, + "Format": "%", + "DamagePercentage": 3530, + "DamagePercentageGrowth": 330, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031005": { + "Main": 2780, + "Growth": 130, + "Format": "%", + "DamagePercentage": 3610, + "DamagePercentageGrowth": 330, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1031007, Prop:1002} + {{Skill:1031008, Prop:1002}/20}*20", + "Param": { + "1031007": { + "Main": 10430, + "Growth": 480, + "Format": "%", + "DamagePercentage": 12430, + "DamagePercentageGrowth": 1130, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031008": { + "Main": 13880, + "Growth": 640, + "Format": "%", + "DamagePercentage": 18040, + "DamagePercentageGrowth": 1640, + "StunRatio": 13880, + "StunRatioGrowth": 640, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Do As I Please", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1031001, Prop:1001} + {{Skill:1031003, Prop:1001}/3}*3", + "Param": { + "1031001": { + "Main": 3890, + "Growth": 360, + "Format": "%", + "DamagePercentage": 3890, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031003": { + "Main": 4940, + "Growth": 450, + "Format": "%", + "DamagePercentage": 4940, + "DamagePercentageGrowth": 450, + "StunRatio": 2090, + "StunRatioGrowth": 100, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1031004, Prop:1001} + {{Skill:1031006, Prop:1001}/4}*4", + "Param": { + "1031004": { + "Main": 3530, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3530, + "DamagePercentageGrowth": 330, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031006": { + "Main": 6580, + "Growth": 600, + "Format": "%", + "DamagePercentage": 6580, + "DamagePercentageGrowth": 600, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1031007, Prop:1001} + {{Skill:1031009, Prop:1001}/20}*20", + "Param": { + "1031007": { + "Main": 12430, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 12430, + "DamagePercentageGrowth": 1130, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031009": { + "Main": 32900, + "Growth": 3000, + "Format": "%", + "DamagePercentage": 32900, + "DamagePercentageGrowth": 3000, + "StunRatio": 13880, + "StunRatioGrowth": 640, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1031001, Prop:1002} + {{Skill:1031003, Prop:1002}/3}*3", + "Param": { + "1031001": { + "Main": 1950, + "Growth": 90, + "Format": "%", + "DamagePercentage": 3890, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031003": { + "Main": 2090, + "Growth": 100, + "Format": "%", + "DamagePercentage": 4940, + "DamagePercentageGrowth": 450, + "StunRatio": 2090, + "StunRatioGrowth": 100, + "SpRecovery": 7000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1031004, Prop:1002} + {{Skill:1031006, Prop:1002}/4}*4", + "Param": { + "1031004": { + "Main": 2900, + "Growth": 140, + "Format": "%", + "DamagePercentage": 3530, + "DamagePercentageGrowth": 330, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031006": { + "Main": 2780, + "Growth": 130, + "Format": "%", + "DamagePercentage": 6580, + "DamagePercentageGrowth": 600, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1031007, Prop:1002} + {{Skill:1031009, Prop:1002}/20}*20", + "Param": { + "1031007": { + "Main": 10430, + "Growth": 480, + "Format": "%", + "DamagePercentage": 12430, + "DamagePercentageGrowth": 1130, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031009": { + "Main": 13880, + "Growth": 640, + "Format": "%", + "DamagePercentage": 32900, + "DamagePercentageGrowth": 3000, + "StunRatio": 13880, + "StunRatioGrowth": 640, + "SpRecovery": 37540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 286825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Speed Demon", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill.\nDrag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to dodge, then hold to reload while dodging, enhancing Basic Attacks and Dash Attacks up to 8 times." + }, + { + "Name": "Dash Attack: Jack in the Box", + "Desc": "When dragging the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during a dodge, press :\nDashes in the target direction and strikes nearby enemies, dealing Physical DMG.\nWhen not dragging the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during a dodge, press :\nVaults backward and launches a ranged strike against enemies in front, dealing Physical DMG.\nAutomatically reloads after the attack to enhance her Basic Attack and Dash Attack, up to 8 times." + }, + { + "Name": "Dodge Counter: Diverted Bombard", + "Desc": "Press during a Perfect Dodge to activate:\nDodge backwards and send a ranged strike at enemies in front, dealing Ether DMG.\nCharacter is invulnerable while using this skill.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "Dash Attack: Jack in the Box", + "Param": [ + { + "Name": "Forward Dash DMG Multiplier", + "Desc": "{Skill:1031201, Prop:1001} + {{Skill:1031202, Prop:1001}/13}*13", + "Param": { + "1031201": { + "Main": 4120, + "Growth": 380, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031202": { + "Main": 11730, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 11730, + "DamagePercentageGrowth": 1070, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Backward Vault DMG Multiplier", + "Desc": "{Skill:1031204, Prop:1001}", + "Param": { + "1031204": { + "Main": 6000, + "Growth": 550, + "Format": "%", + "DamagePercentage": 6000, + "DamagePercentageGrowth": 550, + "StunRatio": 6000, + "StunRatioGrowth": 280, + "SpRecovery": 21590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Forward Dash Daze Multiplier", + "Desc": "{Skill:1031201, Prop:1002} + {{Skill:1031202, Prop:1002}/13}*13", + "Param": { + "1031201": { + "Main": 2900, + "Growth": 140, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031202": { + "Main": 4510, + "Growth": 210, + "Format": "%", + "DamagePercentage": 11730, + "DamagePercentageGrowth": 1070, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Backward Vault Daze Multiplier", + "Desc": "{Skill:1031204, Prop:1002}", + "Param": { + "1031204": { + "Main": 6000, + "Growth": 280, + "Format": "%", + "DamagePercentage": 6000, + "DamagePercentageGrowth": 550, + "StunRatio": 6000, + "StunRatioGrowth": 280, + "SpRecovery": 21590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: Do As I Please", + "Param": [ + { + "Name": "Forward Dash DMG Multiplier", + "Desc": "{Skill:1031201, Prop:1001} + {{Skill:1031203, Prop:1001}/13}*13", + "Param": { + "1031201": { + "Main": 4120, + "Growth": 380, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031203": { + "Main": 11730, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 11730, + "DamagePercentageGrowth": 1070, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12129, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Forward Dash Daze Multiplier", + "Desc": "{Skill:1031201, Prop:1002} + {{Skill:1031203, Prop:1002}/13}*13", + "Param": { + "1031201": { + "Main": 2900, + "Growth": 140, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 2900, + "StunRatioGrowth": 140, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + }, + "1031203": { + "Main": 4510, + "Growth": 210, + "Format": "%", + "DamagePercentage": 11730, + "DamagePercentageGrowth": 1070, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12129, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Diverted Bombard", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1031205, Prop:1001} + {Skill:1031206, Prop:1001}}", + "Param": { + "1031205": { + "Main": 9120, + "Growth": 830, + "Format": "%", + "DamagePercentage": 9120, + "DamagePercentageGrowth": 830, + "StunRatio": 8170, + "StunRatioGrowth": 380, + "SpRecovery": 22790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + }, + "1031206": { + "Main": 9120, + "Growth": 830, + "Format": "%", + "DamagePercentage": 9120, + "DamagePercentageGrowth": 830, + "StunRatio": 8170, + "StunRatioGrowth": 380, + "SpRecovery": 19190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1031205, Prop:1002} + {Skill:1031206, Prop:1002}}", + "Param": { + "1031205": { + "Main": 8170, + "Growth": 380, + "Format": "%", + "DamagePercentage": 9120, + "DamagePercentageGrowth": 830, + "StunRatio": 8170, + "StunRatioGrowth": 380, + "SpRecovery": 22790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + }, + "1031206": { + "Main": 8170, + "Growth": 380, + "Format": "%", + "DamagePercentage": 9120, + "DamagePercentageGrowth": 830, + "StunRatio": 8170, + "StunRatioGrowth": 380, + "SpRecovery": 19190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Sugarcoated Bullet", + "Desc": "Press to activate:\nUnleashes a ranged strike against enemies in front, dealing Ether DMG.\nAnti-Interrupt level is increased while using this skill.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "EX Special Attack: Stuffed Sugarcoated Bullet", + "Desc": "With enough Energy, press to activate:\nA powerful ranged strike, generating an energy field that pulls enemies towards its center to deal Ether DMG.\nHold down to charge up this attack, during which a small energy field is generated at the muzzle as Energy is consumed, dealing bonus DMG to enemies nearby.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "Special Attack: Sugarcoated Bullet", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1031101, Prop:1001} + {Skill:1031102, Prop:1001}}", + "Param": { + "1031101": { + "Main": 2630, + "Growth": 240, + "Format": "%", + "DamagePercentage": 2630, + "DamagePercentageGrowth": 240, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 72325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2624, + "SpConsume": 0, + "AttackData": [] + }, + "1031102": { + "Main": 2630, + "Growth": 240, + "Format": "%", + "DamagePercentage": 2630, + "DamagePercentageGrowth": 240, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 72325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2624, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1031101, Prop:1002} + {Skill:1031102, Prop:1002}}", + "Param": { + "1031101": { + "Main": 2500, + "Growth": 120, + "Format": "%", + "DamagePercentage": 2630, + "DamagePercentageGrowth": 240, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 72325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2624, + "SpConsume": 0, + "AttackData": [] + }, + "1031102": { + "Main": 2500, + "Growth": 120, + "Format": "%", + "DamagePercentage": 2630, + "DamagePercentageGrowth": 240, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 72325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2624, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Stuffed Sugarcoated Bullet", + "Param": [ + { + "Name": "Charged Attack DMG Multiplier", + "Desc": "{Skill:1031103, Prop:1001}", + "Param": { + "1031103": { + "Main": 21500, + "Growth": 1960, + "Format": "%", + "DamagePercentage": 21500, + "DamagePercentageGrowth": 1960, + "StunRatio": 17980, + "StunRatioGrowth": 820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 688050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19735, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bombard DMG Multiplier", + "Desc": "{{Skill:1031104, Prop:1001} + {Skill:1031105, Prop:1001}}", + "Param": { + "1031104": { + "Main": 10750, + "Growth": 980, + "Format": "%", + "DamagePercentage": 10750, + "DamagePercentageGrowth": 980, + "StunRatio": 8990, + "StunRatioGrowth": 410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 344025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9867, + "SpConsume": 0, + "AttackData": [] + }, + "1031105": { + "Main": 10750, + "Growth": 980, + "Format": "%", + "DamagePercentage": 10750, + "DamagePercentageGrowth": 980, + "StunRatio": 8990, + "StunRatioGrowth": 410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 344025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9867, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field DMG Multiplier", + "Desc": "{Skill:1031106, Prop:1001}", + "Param": { + "1031106": { + "Main": 38700, + "Growth": 3520, + "Format": "%", + "DamagePercentage": 38700, + "DamagePercentageGrowth": 3520, + "StunRatio": 32360, + "StunRatioGrowth": 1480, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1376100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 39471, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Daze Multiplier", + "Desc": "{Skill:1031103, Prop:1002}", + "Param": { + "1031103": { + "Main": 17980, + "Growth": 820, + "Format": "%", + "DamagePercentage": 21500, + "DamagePercentageGrowth": 1960, + "StunRatio": 17980, + "StunRatioGrowth": 820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 688050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19735, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bombard Daze Multiplier", + "Desc": "{{Skill:1031104, Prop:1002} + {Skill:1031105, Prop:1002}}", + "Param": { + "1031104": { + "Main": 8990, + "Growth": 410, + "Format": "%", + "DamagePercentage": 10750, + "DamagePercentageGrowth": 980, + "StunRatio": 8990, + "StunRatioGrowth": 410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 344025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9867, + "SpConsume": 0, + "AttackData": [] + }, + "1031105": { + "Main": 8990, + "Growth": 410, + "Format": "%", + "DamagePercentage": 10750, + "DamagePercentageGrowth": 980, + "StunRatio": 8990, + "StunRatioGrowth": 410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 344025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9867, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field Daze Multiplier", + "Desc": "{Skill:1031106, Prop:1002}", + "Param": { + "1031106": { + "Main": 32360, + "Growth": 1480, + "Format": "%", + "DamagePercentage": 38700, + "DamagePercentageGrowth": 3520, + "StunRatio": 32360, + "StunRatioGrowth": 1480, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1376100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 39471, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Charged Attack Energy Cost", "Desc": "20 Energy/sec" }, + { "Name": "Bombard Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Ether Shellacking", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful ranged strike at enemies in a small area, generating an energy field that pulls enemies towards its center to deal Ether DMG.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "Ultimate: Ether Grenade", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful ranged strike at enemies in a small area, generating an energy field that pulls enemies towards its center to deal Ether DMG.\nWhen using this skill, other squad members recover 10 Energy. The next character to switch in gains an additional 20 Energy.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "Chain Attack: Ether Shellacking", + "Param": [ + { + "Name": "Bombard DMG Multiplier", + "Desc": "{{Skill:1031301, Prop:1001} + {Skill:1031302, Prop:1001}}", + "Param": { + "1031301": { + "Main": 10480, + "Growth": 960, + "Format": "%", + "DamagePercentage": 10480, + "DamagePercentageGrowth": 960, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 434500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6489, + "SpConsume": 0, + "AttackData": [] + }, + "1031302": { + "Main": 10480, + "Growth": 960, + "Format": "%", + "DamagePercentage": 10480, + "DamagePercentageGrowth": 960, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 434500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6489, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field DMG Multiplier", + "Desc": "{Skill:1031303, Prop:1001}", + "Param": { + "1031303": { + "Main": 28300, + "Growth": 2580, + "Format": "%", + "DamagePercentage": 28300, + "DamagePercentageGrowth": 2580, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1303500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19469, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bombard Daze Multiplier", + "Desc": "{{Skill:1031301, Prop:1002} + {Skill:1031302, Prop:1002}}", + "Param": { + "1031301": { + "Main": 2500, + "Growth": 120, + "Format": "%", + "DamagePercentage": 10480, + "DamagePercentageGrowth": 960, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 434500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6489, + "SpConsume": 0, + "AttackData": [] + }, + "1031302": { + "Main": 2500, + "Growth": 120, + "Format": "%", + "DamagePercentage": 10480, + "DamagePercentageGrowth": 960, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 434500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6489, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field Daze Multiplier", + "Desc": "{Skill:1031303, Prop:1002}", + "Param": { + "1031303": { + "Main": 6750, + "Growth": 310, + "Format": "%", + "DamagePercentage": 28300, + "DamagePercentageGrowth": 2580, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1303500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19469, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Ether Grenade", + "Param": [ + { + "Name": "Bombard DMG Multiplier", + "Desc": "{Skill:1031304, Prop:1001}", + "Param": { + "1031304": { + "Main": 64680, + "Growth": 5880, + "Format": "%", + "DamagePercentage": 64680, + "DamagePercentageGrowth": 5880, + "StunRatio": 3600, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3599, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field DMG Multiplier", + "Desc": "{Skill:1031305, Prop:1001}", + "Param": { + "1031305": { + "Main": 87320, + "Growth": 7940, + "Format": "%", + "DamagePercentage": 87320, + "DamagePercentageGrowth": 7940, + "StunRatio": 4860, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5399, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bombard Daze Multiplier", + "Desc": "{Skill:1031304, Prop:1002}", + "Param": { + "1031304": { + "Main": 3600, + "Growth": 170, + "Format": "%", + "DamagePercentage": 64680, + "DamagePercentageGrowth": 5880, + "StunRatio": 3600, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3599, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Field Daze Multiplier", + "Desc": "{Skill:1031305, Prop:1002}", + "Param": { + "1031305": { + "Main": 4860, + "Growth": 230, + "Format": "%", + "DamagePercentage": 87320, + "DamagePercentageGrowth": 7940, + "StunRatio": 4860, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5399, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Emergency Bombard", + "Desc": "When the active character is launched, press to activate:\nDodge backwards and send a ranged strike at enemies in front, dealing Ether DMG.\nCharacter is invulnerable while using this skill.\nAutomatically reloads after the attack to enhance Basic Attack and Dash Attack up to 8 times." + }, + { + "Name": "Defensive Assist: The Hare Strikes Back!", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Window of Opportunity", + "Desc": "Press after a Defensive Assist to activate:\nCharge forward and bombard enemies, dealing Ether DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Emergency Bombard", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1031401, Prop:1001} + {Skill:1031402, Prop:1001}}", + "Param": { + "1031401": { + "Main": 3170, + "Growth": 290, + "Format": "%", + "DamagePercentage": 3170, + "DamagePercentageGrowth": 290, + "StunRatio": 3170, + "StunRatioGrowth": 150, + "SpRecovery": 11400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + }, + "1031402": { + "Main": 3170, + "Growth": 290, + "Format": "%", + "DamagePercentage": 3170, + "DamagePercentageGrowth": 290, + "StunRatio": 3170, + "StunRatioGrowth": 150, + "SpRecovery": 11400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1031401, Prop:1002} + {Skill:1031402, Prop:1002}}", + "Param": { + "1031401": { + "Main": 3170, + "Growth": 150, + "Format": "%", + "DamagePercentage": 3170, + "DamagePercentageGrowth": 290, + "StunRatio": 3170, + "StunRatioGrowth": 150, + "SpRecovery": 11400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + }, + "1031402": { + "Main": 3170, + "Growth": 150, + "Format": "%", + "DamagePercentage": 3170, + "DamagePercentageGrowth": 290, + "StunRatio": 3170, + "StunRatioGrowth": 150, + "SpRecovery": 11400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 87175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3164, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: The Hare Strikes Back!", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1031403, Prop:1002}", + "Param": { + "1031403": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1031404, Prop:1002}", + "Param": { + "1031404": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1031405, Prop:1002}", + "Param": { + "1031405": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Window of Opportunity", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1031501, Prop:1001}", + "Param": { + "1031501": { + "Main": 37710, + "Growth": 3430, + "Format": "%", + "DamagePercentage": 37710, + "DamagePercentageGrowth": 3430, + "StunRatio": 33030, + "StunRatioGrowth": 1510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1165725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 35367, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1031501, Prop:1002}", + "Param": { + "1031501": { + "Main": 33030, + "Growth": 1510, + "Format": "%", + "DamagePercentage": 37710, + "DamagePercentageGrowth": 3430, + "StunRatio": 33030, + "StunRatioGrowth": 1510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1165725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 35367, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1031001": { + "Name": "Basic Attack: Cunning Combo", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1031002": { + "Name": "Basic Attack: Do As I Please", + "Desc": "(After reloading)", + "ElementType": 200, + "HitType": 102 + }, + "1031003": { + "Name": "Special Attack: Sugarcoated Bullet", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1031004": { + "Name": "EX Special Attack: Stuffed Sugarcoated Bullet", + "Desc": "(Can Hold Down)", + "ElementType": 205, + "HitType": 102 + }, + "1031005": { + "Name": "Dodge Reload", + "Desc": " (Any direction) (Hold)", + "ElementType": 0, + "HitType": 0 + }, + "1031006": { + "Name": "Dash Attack: Jack in the Box (Scattered)", + "Desc": " (Any direction) ; ", + "ElementType": 200, + "HitType": 102 + }, + "1031007": { + "Name": "Dash Attack: Jack in the Box (Focused)", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1031008": { + "Name": "Dodge Counter: Diverted Bombard", + "Desc": " (Perfect) ; ", + "ElementType": 205, + "HitType": 102 + }, + "1031009": { + "Name": "Chain Attack: Ether Shellacking", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1031010": { + "Name": "Ultimate: Ether Grenade", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1031011": { + "Name": "Quick Assist: Emergency Bombard", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 205, + "HitType": 102 + }, + "1031012": { + "Name": "Defensive Assist: The Hare Strikes Back!", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1031013": { + "Name": "Assist Follow-Up: Window of Opportunity", + "Desc": " (After Defensive Assist)", + "ElementType": 205, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1031501, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 20% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "2": { + "Level": 2, + "Id": 1031502, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 25% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "3": { + "Level": 3, + "Id": 1031503, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 30% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "4": { + "Level": 4, + "Id": 1031504, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 34% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "5": { + "Level": 5, + "Id": 1031505, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 36% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "6": { + "Level": 6, + "Id": 1031506, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 38% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + }, + "7": { + "Level": 7, + "Id": 1031507, + "Name": [ + "Core Passive: Mechanical Case", + "Additional Ability: Hare of Many Burrows" + ], + "Desc": [ + "After hitting an enemy with a Special Attack, EX Special Attack, Chain Attack, or Ultimate, Nicole can reload, enhancing her Basic Attack and Dash Attack. When her enhanced bullets or Energy Field hits an enemy, the target's DEF is reduced by 40% for 3.5s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Nicole's Core Passive: Mechanical Case applies a debuff to an enemy, all squad members deal 25% more Ether DMG to the target for 3.5s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110501": 2 }, + "3": { "10": 28000, "110501": 4 }, + "4": { "10": 60000, "110001": 2, "110501": 9 }, + "5": { "10": 100000, "110001": 3, "110501": 15 }, + "6": { "10": 200000, "110001": 4, "110501": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Supercharged Bomb", + "Desc": "The DMG and the Anomaly Buildup inflicted by Nicole's EX Special Attack increases by 16%. For each additional 0.1s of charging when Nicole activates her EX Special Attack, the duration of the energy field created at the target location increases by 0.15s ", + "Desc2": "\"I've juiced you all up! Go get 'em!\"\n\"Huh? I-I wasn't slacking off, I swear — I just needed a break!\"" + }, + "2": { + "Level": 2, + "Name": "Charging Device", + "Desc": "Nicole recovers 5 Energy when Core Passive: Mechanical Case's debuff is triggered. This effect can trigger once every 15s.", + "Desc2": "\"Never underestimate the value of a single second!\"\n\"Do you have any idea how much extra I can squeeze out of just one second? It's unfathomable!\"\n\"So, can I get a productivity bonus? How about 10%, huh?\"" + }, + "3": { + "Level": 3, + "Name": "A Hare's Cunning", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Without overpowering might or abundant resources, Nicole depended on her own sharp mind to bring the Cunning Hares to where they are today." + }, + "4": { + "Level": 4, + "Name": "Field Expansion", + "Desc": "When Nicole uses her EX Special Attack, Chain Attack, or Ultimate, the diameter of the energy field generated at the target location is increased by 3m.", + "Desc2": "\"This, and this too — all of this will soon become the Cunning Hares' territory. Do you hear me!\"\n\"W—What? How soon?\"\n\"Uh... in about ten thousand years, based on current revenue projections.\"" + }, + "5": { + "Level": 5, + "Name": "Industry Star", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Though they have plenty of enemies in the industry, Nicole has led her team out of many impossible situations, and so their reputation and experience steadily grew." + }, + "6": { + "Level": 6, + "Name": "Corrupting Energy Field", + "Desc": "When Nicole's energy fields deal DMG to an enemy, all squad member's CRIT Rate against that enemy increases by 1.5%, stacking up to 10 times, and lasting 12s. The duration of each stack is calculated separately.", + "Desc2": "A switch to higher quality ammo with better firepower and increased compressed Etheric Matter leads to higher damage, longer use duration... and higher costs." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1041.json b/libs/zzz/dm/HakushinData/character/1041.json new file mode 100644 index 0000000000..2c695733b5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1041.json @@ -0,0 +1,1469 @@ +{ + "Id": 1041, + "Icon": "IconRole05", + "Name": "Soldier 11", + "CodeName": "Soldier 11", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "5": "Obol Squad" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "???", + "FullName": "Soldier 11", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle05.png", + "ImpressionF": "Is this all the information we have? Come on, Fairy, can't you do better?", + "ImpressionM": "Hmm, I hope Soldier 11 remembers our name someday...", + "Name": "", + "OutlookDesc": "Details currently unavailable", + "ProfileDesc": "Soldier 11 is a member of the New Eridu Defense Force.\nShe currently serves as a primary responder in the Obol squad, Obsidian Division. Soldier 11 is a code name — her real name remains unknown.\n\"...My name? I gave it up long ago.\nIt's only a reminder of my past, and the past makes you weak.\"\n\nSoldier 11 is a fan of spicy food, and likes the super-spicy noodles served at Waterfall Soup.\nIt's worth noting she currently calls us by a different name every time she greets us.\nAdditional information regarding Soldier 11 is still being obtained.", + "Race": "Obol Squad", + "RoleIcon": "IconRole/UnPacker/IconRole05", + "Stature": "160", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Agent Story \"Mole in the Hole\"" + ], + "TrustLv": { + "1": "Soldier 11 is a member of the New Eridu Defense Force.\nShe currently serves as a primary responder in the Obol squad, Obsidian Division. Soldier 11 is a code name — her real name remains unknown.\n\"...My name? I gave it up long ago.\nIt's only a reminder of my past, and the past makes you weak.\"\n\nSoldier 11 is a fan of spicy food, and likes the super-spicy noodles served at Waterfall Soup.\nIt's worth noting she currently calls us by a different name every time she greets us.\nAdditional information regarding Soldier 11 is still being obtained.", + "2": "", + "3": "", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 128, + "AttackGrowth": 77554, + "AvatarPieceId": 5041, + "BreakStun": 93, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 837238, + "HpMax": 617, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Longinus", + "Cut", + "Fire", + "Female", + "Camp5", + "Size2", + "AidTypeParry", + "Longinus" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 423, + "Attack": 46, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 847, + "Attack": 91, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1270, + "Attack": 137, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1694, + "Attack": 183, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2117, + "Attack": 228, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Warmup Sparks", + "Desc": "Press to activate:\nUnleashes up to 4 slashes, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Fire Suppression", + "Desc": "Press at the right moment to activate:\nUnleashes a set of more powerful slashes, dealing Fire DMG." + }, + { + "Name": "Basic Attack: Warmup Sparks", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1041001, Prop:1001}", + "Param": { + "1041001": { + "Main": 3440, + "Growth": 320, + "Format": "%", + "DamagePercentage": 3440, + "DamagePercentageGrowth": 320, + "StunRatio": 1720, + "StunRatioGrowth": 80, + "SpRecovery": 5890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 45100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1041003, Prop:1001}", + "Param": { + "1041003": { + "Main": 4120, + "Growth": 380, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 3440, + "StunRatioGrowth": 160, + "SpRecovery": 11770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1041005, Prop:1001}", + "Param": { + "1041005": { + "Main": 10280, + "Growth": 940, + "Format": "%", + "DamagePercentage": 10280, + "DamagePercentageGrowth": 940, + "StunRatio": 8230, + "StunRatioGrowth": 380, + "SpRecovery": 28200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1041007, Prop:1001}", + "Param": { + "1041007": { + "Main": 21340, + "Growth": 1940, + "Format": "%", + "DamagePercentage": 21340, + "DamagePercentageGrowth": 1940, + "StunRatio": 16760, + "StunRatioGrowth": 770, + "SpRecovery": 57440, + "SpRecoveryGrowth": 0, + "FeverRecovery": 438900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1041001, Prop:1002}", + "Param": { + "1041001": { + "Main": 1720, + "Growth": 80, + "Format": "%", + "DamagePercentage": 3440, + "DamagePercentageGrowth": 320, + "StunRatio": 1720, + "StunRatioGrowth": 80, + "SpRecovery": 5890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 45100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1041003, Prop:1002}", + "Param": { + "1041003": { + "Main": 3440, + "Growth": 160, + "Format": "%", + "DamagePercentage": 4120, + "DamagePercentageGrowth": 380, + "StunRatio": 3440, + "StunRatioGrowth": 160, + "SpRecovery": 11770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1041005, Prop:1002}", + "Param": { + "1041005": { + "Main": 8230, + "Growth": 380, + "Format": "%", + "DamagePercentage": 10280, + "DamagePercentageGrowth": 940, + "StunRatio": 8230, + "StunRatioGrowth": 380, + "SpRecovery": 28200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1041007, Prop:1002}", + "Param": { + "1041007": { + "Main": 16760, + "Growth": 770, + "Format": "%", + "DamagePercentage": 21340, + "DamagePercentageGrowth": 1940, + "StunRatio": 16760, + "StunRatioGrowth": 770, + "SpRecovery": 57440, + "SpRecoveryGrowth": 0, + "FeverRecovery": 438900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Fire Suppression", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1041002, Prop:1001}", + "Param": { + "1041002": { + "Main": 5510, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1705, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1041004, Prop:1001}", + "Param": { + "1041004": { + "Main": 5720, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5720, + "DamagePercentageGrowth": 520, + "StunRatio": 3360, + "StunRatioGrowth": 160, + "SpRecovery": 11490, + "SpRecoveryGrowth": 0, + "FeverRecovery": 88000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3191, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1041006, Prop:1001}", + "Param": { + "1041006": { + "Main": 13200, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 13200, + "DamagePercentageGrowth": 1200, + "StunRatio": 7520, + "StunRatioGrowth": 350, + "SpRecovery": 25770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 196900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7157, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1041008, Prop:1001}", + "Param": { + "1041008": { + "Main": 34070, + "Growth": 3100, + "Format": "%", + "DamagePercentage": 34070, + "DamagePercentageGrowth": 3100, + "StunRatio": 19200, + "StunRatioGrowth": 880, + "SpRecovery": 65810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 502975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18280, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1041002, Prop:1002}", + "Param": { + "1041002": { + "Main": 1800, + "Growth": 90, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1705, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1041004, Prop:1002}", + "Param": { + "1041004": { + "Main": 3360, + "Growth": 160, + "Format": "%", + "DamagePercentage": 5720, + "DamagePercentageGrowth": 520, + "StunRatio": 3360, + "StunRatioGrowth": 160, + "SpRecovery": 11490, + "SpRecoveryGrowth": 0, + "FeverRecovery": 88000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3191, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1041006, Prop:1002}", + "Param": { + "1041006": { + "Main": 7520, + "Growth": 350, + "Format": "%", + "DamagePercentage": 13200, + "DamagePercentageGrowth": 1200, + "StunRatio": 7520, + "StunRatioGrowth": 350, + "SpRecovery": 25770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 196900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7157, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1041008, Prop:1002}", + "Param": { + "1041008": { + "Main": 19200, + "Growth": 880, + "Format": "%", + "DamagePercentage": 34070, + "DamagePercentageGrowth": 3100, + "StunRatio": 19200, + "StunRatioGrowth": 880, + "SpRecovery": 65810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 502975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18280, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Tempered Fire", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Blazing Fire", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dash Attack: Fire Suppression", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Fire DMG." + }, + { + "Name": "Dodge Counter: Backdraft", + "Desc": "Press during a Perfect Dodge to activate:\nExecutes a powerful slash against enemies in front, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Blazing Fire", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041012, Prop:1001}", + "Param": { + "1041012": { + "Main": 6830, + "Growth": 630, + "Format": "%", + "DamagePercentage": 6830, + "DamagePercentageGrowth": 630, + "StunRatio": 3420, + "StunRatioGrowth": 160, + "SpRecovery": 11710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041012, Prop:1002}", + "Param": { + "1041012": { + "Main": 3420, + "Growth": 160, + "Format": "%", + "DamagePercentage": 6830, + "DamagePercentageGrowth": 630, + "StunRatio": 3420, + "StunRatioGrowth": 160, + "SpRecovery": 11710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: Fire Suppression", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041013, Prop:1001}", + "Param": { + "1041013": { + "Main": 7880, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 7880, + "StunRatioGrowth": 360, + "SpRecovery": 27010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 206525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041013, Prop:1002}", + "Param": { + "1041013": { + "Main": 7880, + "Growth": 360, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 7880, + "StunRatioGrowth": 360, + "SpRecovery": 27010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 206525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Backdraft", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041015, Prop:1001}", + "Param": { + "1041015": { + "Main": 26200, + "Growth": 2390, + "Format": "%", + "DamagePercentage": 26200, + "DamagePercentageGrowth": 2390, + "StunRatio": 22580, + "StunRatioGrowth": 1030, + "SpRecovery": 41400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 316250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11499, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041015, Prop:1002}", + "Param": { + "1041015": { + "Main": 22580, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 26200, + "DamagePercentageGrowth": 2390, + "StunRatio": 22580, + "StunRatioGrowth": 1030, + "SpRecovery": 41400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 316250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11499, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Raging Fire", + "Desc": "Press to activate:\nSlashes enemies nearby, dealing Fire DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Fervent Fire", + "Desc": "With enough Energy, press to activate:\nSlashes enemies nearby, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, Soldier 11's Basic Attacks and Dash Attacks will trigger Fire Suppression for up to 15s or 8 times." + }, + { + "Name": "Special Attack: Raging Fire", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041010, Prop:1001}", + "Param": { + "1041010": { + "Main": 5260, + "Growth": 480, + "Format": "%", + "DamagePercentage": 5260, + "DamagePercentageGrowth": 480, + "StunRatio": 5260, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041010, Prop:1002}", + "Param": { + "1041010": { + "Main": 5260, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5260, + "DamagePercentageGrowth": 480, + "StunRatio": 5260, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5001, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Fervent Fire", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041011, Prop:1001}", + "Param": { + "1041011": { + "Main": 67500, + "Growth": 6140, + "Format": "%", + "DamagePercentage": 67500, + "DamagePercentageGrowth": 6140, + "StunRatio": 54350, + "StunRatioGrowth": 2480, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2112550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 58018, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041011, Prop:1002}", + "Param": { + "1041011": { + "Main": 54350, + "Growth": 2480, + "Format": "%", + "DamagePercentage": 67500, + "DamagePercentageGrowth": 6140, + "StunRatio": 54350, + "StunRatioGrowth": 2480, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2112550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 58018, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "80" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Uplifting Flame", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful upward slash at enemies in a small area, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, Soldier 11's Basic Attacks and Dash Attacks trigger Fire Suppression for the next 15s, up to 8 times." + }, + { + "Name": "Ultimate: Bellowing Flame", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful upward slash at enemies in a small area, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, Soldier 11's Basic Attacks and Dash Attacks trigger Fire Suppression for the next 15s, up to 8 times." + }, + { + "Name": "Chain Attack: Uplifting Flame", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041016, Prop:1001}", + "Param": { + "1041016": { + "Main": 63250, + "Growth": 5750, + "Format": "%", + "DamagePercentage": 63250, + "DamagePercentageGrowth": 5750, + "StunRatio": 21360, + "StunRatioGrowth": 980, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2388100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40286, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041016, Prop:1002}", + "Param": { + "1041016": { + "Main": 21360, + "Growth": 980, + "Format": "%", + "DamagePercentage": 63250, + "DamagePercentageGrowth": 5750, + "StunRatio": 21360, + "StunRatioGrowth": 980, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2388100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40286, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Bellowing Flame", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041017, Prop:1001}", + "Param": { + "1041017": { + "Main": 210300, + "Growth": 19120, + "Format": "%", + "DamagePercentage": 210300, + "DamagePercentageGrowth": 19120, + "StunRatio": 28500, + "StunRatioGrowth": 1300, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041017, Prop:1002}", + "Param": { + "1041017": { + "Main": 28500, + "Growth": 1300, + "Format": "%", + "DamagePercentage": 210300, + "DamagePercentageGrowth": 19120, + "StunRatio": 28500, + "StunRatioGrowth": 1300, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Covering Fire", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Hold the Line", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Reignition", + "Desc": "Press after a Defensive Assist to activate:\nCharge and cross slash enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Covering Fire", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041019, Prop:1001}", + "Param": { + "1041019": { + "Main": 12080, + "Growth": 1100, + "Format": "%", + "DamagePercentage": 12080, + "DamagePercentageGrowth": 1100, + "StunRatio": 12080, + "StunRatioGrowth": 550, + "SpRecovery": 41400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 316250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11499, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041019, Prop:1002}", + "Param": { + "1041019": { + "Main": 12080, + "Growth": 550, + "Format": "%", + "DamagePercentage": 12080, + "DamagePercentageGrowth": 1100, + "StunRatio": 12080, + "StunRatioGrowth": 550, + "SpRecovery": 41400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 316250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11499, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Hold the Line", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1041020, Prop:1002}", + "Param": { + "1041020": { + "Main": 25900, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 25900, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1041021, Prop:1002}", + "Param": { + "1041021": { + "Main": 32730, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 32730, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1041022, Prop:1002}", + "Param": { + "1041022": { + "Main": 15930, + "Growth": 730, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15930, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Reignition", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1041023, Prop:1001}", + "Param": { + "1041023": { + "Main": 38370, + "Growth": 3490, + "Format": "%", + "DamagePercentage": 38370, + "DamagePercentageGrowth": 3490, + "StunRatio": 33550, + "StunRatioGrowth": 1530, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1131350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34242, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1041023, Prop:1002}", + "Param": { + "1041023": { + "Main": 33550, + "Growth": 1530, + "Format": "%", + "DamagePercentage": 38370, + "DamagePercentageGrowth": 3490, + "StunRatio": 33550, + "StunRatioGrowth": 1530, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1131350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34242, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1041001": { + "Name": "Basic Attack: Warmup Sparks", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1041002": { + "Name": "Basic Attack: Fire Suppression", + "Desc": " ; (Perfect timing)", + "ElementType": 201, + "HitType": 101 + }, + "1041003": { + "Name": "Special Attack: Raging Fire", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1041004": { + "Name": "EX Special Attack: Fervent Fire", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1041005": { + "Name": "Dash Attack: Blazing Fire", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1041006": { + "Name": "Dodge Counter: Backdraft", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 101 + }, + "1041007": { + "Name": "Chain Attack: Uplifting Flame", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1041008": { + "Name": "Ultimate: Bellowing Flame", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1041009": { + "Name": "Quick Assist: Covering Fire", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 101 + }, + "1041010": { + "Name": "Defensive Assist: Hold the Line", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1041011": { + "Name": "Assist Follow-Up: Reignition", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1041501, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 35%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "2": { + "Level": 2, + "Id": 1041502, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 40.8%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "3": { + "Level": 3, + "Id": 1041503, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 46.6%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "4": { + "Level": 4, + "Id": 1041504, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 52.5%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "5": { + "Level": 5, + "Id": 1041505, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 58.3%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "6": { + "Level": 6, + "Id": 1041506, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 64.1%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + }, + "7": { + "Level": 7, + "Id": 1041507, + "Name": [ + "Core Passive: Heatwave", + "Additional Ability: Fields of Fire" + ], + "Desc": [ + "When triggering Fire Suppression during a Basic Attack or Dash Attack, increase that attack's DMG by 70%.", + "When another character in your squad shares the same Attribute or Faction:\nSoldier 11 deals 10% more Fire DMG. When attacking Stunned enemies, this effect is further enhanced by an additional 22.5%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110505": 2 }, + "3": { "10": 28000, "110505": 4 }, + "4": { "10": 60000, "110003": 2, "110505": 9 }, + "5": { "10": 100000, "110003": 3, "110505": 15 }, + "6": { "10": 200000, "110003": 4, "110505": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Rapid Heat", + "Desc": "When Soldier 11 enters combat or switches in, if her Energy is less than 40, her Energy is recovered to 80. This effect can trigger once every 50s.", + "Desc2": "Long-term high-intensity combat training allows Soldier 11 to complete mastery of her regulatory systems.\nShe will always strive to ensure that she's in the best shape for each and every battle." + }, + "2": { + "Level": 2, + "Name": "Scorching Convergence", + "Desc": "When triggering Fire Suppression, Basic Attack, Dash Attack, and Dodge Counter DMG increases by 3%, up to 12 stacks, lasting 15s, with the duration of each stack calculated separately.", + "Desc2": "\"She may look cold and hard, like a big ice cube... But actually, she's scalding hot inside, like a blazing fire.\"\n— From an anonymous soldier of the Obsidian Division" + }, + "3": { + "Level": 3, + "Name": "Elite Soldier", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Soldier 11 always expects the most from herself, no matter if it's in training or physical combat. That is how she maintains her combat prowess." + }, + "4": { + "Level": 4, + "Name": "Indulgent Blaze", + "Desc": "If Fire Suppression is triggered during the 1st, 2nd, or 3rd hit of Soldier 11's Basic Attack or a Dash Attack, Anti-Interrupt Level increases and DMG received is reduced by 18% during skill activation.\nIf Fire Suppression is triggered during the 4th hit of her Basic Attack, she becomes invulnerable during skill activation.", + "Desc2": "She envies fire. And these smoldering flames will always help her." + }, + "5": { + "Level": 5, + "Name": "Perfect Soldier", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "The road from elite to exemplar is long and difficult, but Soldier 11 grits her teeth and perseveres, as if there's something pushing her towards the goal of becoming a perfect soldier..." + }, + "6": { + "Level": 6, + "Name": "Scorching Flow", + "Desc": "When Soldier 11 uses her EX Special Attack, Chain Attack, or Ultimate, she gains 8 stacks of Charge (max 8 stacks).\nWhen Fire Suppression is triggered, 1 stack of Charge is consumed, causing the current move to ignore 25% of the target's Fire RES.", + "Desc2": "The flames of the sword distorted the air with their heat. Her movements grew ever more impassioned, as if that heat seeped into her spirit with every breath, igniting her thoughts." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1061.json b/libs/zzz/dm/HakushinData/character/1061.json new file mode 100644 index 0000000000..7caa542724 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1061.json @@ -0,0 +1,1507 @@ +{ + "Id": 1061, + "Icon": "IconRole09", + "Name": "Corin", + "CodeName": "Corin", + "Rarity": 3, + "WeaponType": { "1": "Attack" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "2": "Victoria Housekeeping Co." }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JUN 2", + "FullName": "Corin Wickes", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle09.png", + "ImpressionF": "Corin is excellent at her work, but why does she lack confidence in herself...?\nIf only I could share half of my confidence with her!", + "ImpressionM": "Some people are just introverted and sensitive. Fortunately, Corin's companions have complete faith in her capabilities.\nBelle, let's encourage her whenever we have the opportunity.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile:\nEllen, with a good aptitude for Ether, is authorized to perform basic tasks such as investigating and mining in identified Hollows (including Companion Hollows) within New Eridu.\nNote: The remaining information about Ellen is currently archived in a certain school in New Eridu.", + "ProfileDesc": "Corin is one of the maids working for Victoria Housekeeping Co.\nShe is a highly obedient maid but lacks confidence and often fears being disliked by others. When in a rush, she becomes flustered and stutters.\nCorin is always apologizing no matter what happens.\n\"I... I... I'm so sorry! I'm so incompetent... I'll never get things right...\"\n\nCorin never, however, fails to fulfill her tasks with excellence and is one of the most reliable members of Victoria Housekeeping Co.\nDespite her flawless performance, Corin remains skeptical about her abilities, constantly worrying about being a burden to her colleagues, which can sometimes frustrate Lycaon.\nThoughts: Is Corin's personality innate, shaped by her life experiences?", + "Race": "Victoria Housekeeping Co.", + "RoleIcon": "IconRole/UnPacker/IconRole09", + "Stature": "141", + "UnlockCondition": ["Obtain Agent", "Complete Main Commission Chapter 3"], + "TrustLv": { + "1": "Corin is one of the maids working for Victoria Housekeeping Co.\nShe is a highly obedient maid but lacks confidence and often fears being disliked by others. When in a rush, she becomes flustered and stutters.\nCorin is always apologizing no matter what happens.\n\"I... I... I'm so sorry! I'm so incompetent... I'll never get things right...\"\n\nCorin never, however, fails to fulfill her tasks with excellence and is one of the most reliable members of Victoria Housekeeping Co.\nDespite her flawless performance, Corin remains skeptical about her abilities, constantly worrying about being a burden to her colleagues, which can sometimes frustrate Lycaon.\nThoughts: Is Corin's personality innate, shaped by her life experiences?", + "2": "", + "3": "Corin's health record reveals that before joining Victoria Housekeeping, she faced a critical illness and underwent major surgery.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 116, + "AttackGrowth": 69346, + "AvatarPieceId": 5061, + "BreakStun": 93, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 65864, + "ElementAbnormalPower": 93, + "ElementMystery": 96, + "Endurance": 0, + "HpGrowth": 761177, + "HpMax": 561, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Corin", + "Cut", + "Physics", + "Female", + "Camp2", + "Size1", + "AidTypeParry", + "Corin" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 385, + "Attack": 41, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 770, + "Attack": 83, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1155, + "Attack": 124, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1540, + "Attack": 166, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 1925, + "Attack": 207, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2880 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2880 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Wipeout", + "Desc": "Press to activate:\nUnleashes up to 5 slashes, dealing Physical DMG.\nRepeatedly press or hold the button during the 3rd and 5th hits to extend the chainsaw slash attack." + }, + { + "Name": "Basic Attack: Wipeout", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1061001, Prop:1001}", + "Param": { + "1061001": { + "Main": 8200, + "Growth": 750, + "Format": "%", + "DamagePercentage": 8200, + "DamagePercentageGrowth": 750, + "StunRatio": 4100, + "StunRatioGrowth": 190, + "SpRecovery": 14760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 112750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1061002, Prop:1001}", + "Param": { + "1061002": { + "Main": 7660, + "Growth": 700, + "Format": "%", + "DamagePercentage": 7660, + "DamagePercentageGrowth": 700, + "StunRatio": 7020, + "StunRatioGrowth": 320, + "SpRecovery": 25260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 193050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7016, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1061003, Prop:1001}", + "Param": { + "1061003": { + "Main": 17920, + "Growth": 1630, + "Format": "%", + "DamagePercentage": 17920, + "DamagePercentageGrowth": 1630, + "StunRatio": 12380, + "StunRatioGrowth": 570, + "SpRecovery": 44560, + "SpRecoveryGrowth": 0, + "FeverRecovery": 340450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12376, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1061004, Prop:1001}", + "Param": { + "1061004": { + "Main": 23340, + "Growth": 2130, + "Format": "%", + "DamagePercentage": 23340, + "DamagePercentageGrowth": 2130, + "StunRatio": 18640, + "StunRatioGrowth": 850, + "SpRecovery": 67090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 512600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18633, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1061006, Prop:1001}", + "Param": { + "1061006": { + "Main": 42120, + "Growth": 3830, + "Format": "%", + "DamagePercentage": 42120, + "DamagePercentageGrowth": 3830, + "StunRatio": 34200, + "StunRatioGrowth": 1560, + "SpRecovery": 123100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 940500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34194, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1061001, Prop:1002}", + "Param": { + "1061001": { + "Main": 4100, + "Growth": 190, + "Format": "%", + "DamagePercentage": 8200, + "DamagePercentageGrowth": 750, + "StunRatio": 4100, + "StunRatioGrowth": 190, + "SpRecovery": 14760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 112750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1061002, Prop:1002}", + "Param": { + "1061002": { + "Main": 7020, + "Growth": 320, + "Format": "%", + "DamagePercentage": 7660, + "DamagePercentageGrowth": 700, + "StunRatio": 7020, + "StunRatioGrowth": 320, + "SpRecovery": 25260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 193050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7016, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1061003, Prop:1002}", + "Param": { + "1061003": { + "Main": 12380, + "Growth": 570, + "Format": "%", + "DamagePercentage": 17920, + "DamagePercentageGrowth": 1630, + "StunRatio": 12380, + "StunRatioGrowth": 570, + "SpRecovery": 44560, + "SpRecoveryGrowth": 0, + "FeverRecovery": 340450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12376, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1061004, Prop:1002}", + "Param": { + "1061004": { + "Main": 18640, + "Growth": 850, + "Format": "%", + "DamagePercentage": 23340, + "DamagePercentageGrowth": 2130, + "StunRatio": 18640, + "StunRatioGrowth": 850, + "SpRecovery": 67090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 512600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18633, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1061006, Prop:1002}", + "Param": { + "1061006": { + "Main": 34200, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 42120, + "DamagePercentageGrowth": 3830, + "StunRatio": 34200, + "StunRatioGrowth": 1560, + "SpRecovery": 123100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 940500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34194, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Shoo!", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Oopsy-Daisy!", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw attack's duration." + }, + { + "Name": "Dodge Counter: Nope!", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front before detonating her chainsaw, dealing Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Oopsy-Daisy!", + "Param": [ + { + "Name": "Maximum DMG Multiplier", + "Desc": "{Skill:1061014, Prop:1001}", + "Param": { + "1061014": { + "Main": 9670, + "Growth": 880, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 17410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 133100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4834, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Maximum Daze Multiplier", + "Desc": "{Skill:1061014, Prop:1002}", + "Param": { + "1061014": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 17410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 133100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4834, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Nope!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1061015, Prop:1001} + {Skill:1061016, Prop:1001}}", + "Param": { + "1061015": { + "Main": 13560, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 13560, + "DamagePercentageGrowth": 1240, + "StunRatio": 6590, + "StunRatioGrowth": 300, + "SpRecovery": 23700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 181225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6581, + "SpConsume": 0, + "AttackData": [] + }, + "1061016": { + "Main": 13560, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 13560, + "DamagePercentageGrowth": 1240, + "StunRatio": 6590, + "StunRatioGrowth": 300, + "SpRecovery": 23700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 181225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6581, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1061015, Prop:1002} + {Skill:1061016, Prop:1002}}", + "Param": { + "1061015": { + "Main": 6590, + "Growth": 300, + "Format": "%", + "DamagePercentage": 13560, + "DamagePercentageGrowth": 1240, + "StunRatio": 6590, + "StunRatioGrowth": 300, + "SpRecovery": 23700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 181225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6581, + "SpConsume": 0, + "AttackData": [] + }, + "1061016": { + "Main": 6590, + "Growth": 300, + "Format": "%", + "DamagePercentage": 13560, + "DamagePercentageGrowth": 1240, + "StunRatio": 6590, + "StunRatioGrowth": 300, + "SpRecovery": 23700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 181225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6581, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Clean Sweep", + "Desc": "Press to activate:\nUnleashes a series of slashes upon enemies in front, before detonating the chainsaw, dealing Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack.\nAnti-Interrupt level is increased while using this skill, and DMG taken is reduced by 40%." + }, + { + "Name": "EX Special Attack: Skirt Alert", + "Desc": "With enough Energy, press to activate:\nUnleashes a series of powerful slashes upon enemies in front, before detonating the chainsaw, dealing massive Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack at the cost of Energy if the attack connects.\nCharacter is invulnerable during the spinning slash.\nAnti-Interrupt level is increased during the extended slash, and DMG taken is reduced by 40%." + }, + { + "Name": "Special Attack: Clean Sweep", + "Param": [ + { + "Name": "Spinning Slash DMG Multiplier", + "Desc": "{Skill:1061008, Prop:1001}", + "Param": { + "1061008": { + "Main": 6670, + "Growth": 610, + "Format": "%", + "DamagePercentage": 6670, + "DamagePercentageGrowth": 610, + "StunRatio": 6670, + "StunRatioGrowth": 310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 183425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Extended Slash Maximum DMG Multiplier", + "Desc": "{Skill:1061009, Prop:1001}", + "Param": { + "1061009": { + "Main": 3750, + "Growth": 350, + "Format": "%", + "DamagePercentage": 3750, + "DamagePercentageGrowth": 350, + "StunRatio": 3750, + "StunRatioGrowth": 180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3750, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1061010, Prop:1001}", + "Param": { + "1061010": { + "Main": 2500, + "Growth": 230, + "Format": "%", + "DamagePercentage": 2500, + "DamagePercentageGrowth": 230, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 68750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2499, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Spinning Slash Daze Multiplier", + "Desc": "{Skill:1061008, Prop:1002}", + "Param": { + "1061008": { + "Main": 6670, + "Growth": 310, + "Format": "%", + "DamagePercentage": 6670, + "DamagePercentageGrowth": 610, + "StunRatio": 6670, + "StunRatioGrowth": 310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 183425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Extended Slash Maximum Daze Multiplier", + "Desc": "{Skill:1061009, Prop:1002}", + "Param": { + "1061009": { + "Main": 3750, + "Growth": 180, + "Format": "%", + "DamagePercentage": 3750, + "DamagePercentageGrowth": 350, + "StunRatio": 3750, + "StunRatioGrowth": 180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3750, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1061010, Prop:1002}", + "Param": { + "1061010": { + "Main": 2500, + "Growth": 120, + "Format": "%", + "DamagePercentage": 2500, + "DamagePercentageGrowth": 230, + "StunRatio": 2500, + "StunRatioGrowth": 120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 68750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2499, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Skirt Alert", + "Param": [ + { + "Name": "Spinning Slash DMG Multiplier", + "Desc": "{Skill:1061011, Prop:1001}", + "Param": { + "1061011": { + "Main": 34510, + "Growth": 3140, + "Format": "%", + "DamagePercentage": 34510, + "DamagePercentageGrowth": 3140, + "StunRatio": 20640, + "StunRatioGrowth": 940, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 689425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Extended Slash Maximum DMG Multiplier", + "Desc": "{Skill:1061012, Prop:1001}", + "Param": { + "1061012": { + "Main": 103520, + "Growth": 9420, + "Format": "%", + "DamagePercentage": 103520, + "DamagePercentageGrowth": 9420, + "StunRatio": 61900, + "StunRatioGrowth": 2820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2067725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 61001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1061013, Prop:1001}", + "Param": { + "1061013": { + "Main": 34510, + "Growth": 3140, + "Format": "%", + "DamagePercentage": 34510, + "DamagePercentageGrowth": 3140, + "StunRatio": 20640, + "StunRatioGrowth": 940, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 689425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Spinning Slash Daze Multiplier", + "Desc": "{Skill:1061011, Prop:1002}", + "Param": { + "1061011": { + "Main": 20640, + "Growth": 940, + "Format": "%", + "DamagePercentage": 34510, + "DamagePercentageGrowth": 3140, + "StunRatio": 20640, + "StunRatioGrowth": 940, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 689425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Extended Slash Maximum Daze Multiplier", + "Desc": "{Skill:1061012, Prop:1002}", + "Param": { + "1061012": { + "Main": 61900, + "Growth": 2820, + "Format": "%", + "DamagePercentage": 103520, + "DamagePercentageGrowth": 9420, + "StunRatio": 61900, + "StunRatioGrowth": 2820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2067725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 61001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1061013, Prop:1002}", + "Param": { + "1061013": { + "Main": 20640, + "Growth": 940, + "Format": "%", + "DamagePercentage": 34510, + "DamagePercentageGrowth": 3140, + "StunRatio": 20640, + "StunRatioGrowth": 940, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 689425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Spinning Slash Energy Cost", "Desc": "20" }, + { "Name": "Extended Slash Maximum Energy Cost", "Desc": "40" }, + { "Name": "Explosion Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Sorry...", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful slash at enemies in a small area, dealing massive Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Very, Very Sorry!", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful slash at enemies in a small area, dealing massive Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Sorry...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1061017, Prop:1001}", + "Param": { + "1061017": { + "Main": 68730, + "Growth": 6250, + "Format": "%", + "DamagePercentage": 68730, + "DamagePercentageGrowth": 6250, + "StunRatio": 28830, + "StunRatioGrowth": 1320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2621575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 48779, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1061017, Prop:1002}", + "Param": { + "1061017": { + "Main": 28830, + "Growth": 1320, + "Format": "%", + "DamagePercentage": 68730, + "DamagePercentageGrowth": 6250, + "StunRatio": 28830, + "StunRatioGrowth": 1320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2621575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 48779, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Very, Very Sorry!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1061018, Prop:1001}", + "Param": { + "1061018": { + "Main": 202880, + "Growth": 18450, + "Format": "%", + "DamagePercentage": 202880, + "DamagePercentageGrowth": 18450, + "StunRatio": 40680, + "StunRatioGrowth": 1850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1061018, Prop:1002}", + "Param": { + "1061018": { + "Main": 40680, + "Growth": 1850, + "Format": "%", + "DamagePercentage": 202880, + "DamagePercentageGrowth": 18450, + "StunRatio": 40680, + "StunRatioGrowth": 1850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Emergency Measures", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front before detonating her chainsaw, dealing Physical DMG.\nRepeatedly press or hold the button to extend the chainsaw slash attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: P—Please Allow Me!", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Quick Sweep", + "Desc": "Press after a Defensive Assist to activate:\nUnleash a series of slashes against enemies in front followed by an explosive chainsaw, dealing Physical DMG.\nRepeatedly press or hold to extend the chainsaw slash attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Emergency Measures", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1061019, Prop:1001} + {Skill:1061020, Prop:1001}}", + "Param": { + "1061019": { + "Main": 13170, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 13170, + "DamagePercentageGrowth": 1200, + "StunRatio": 13170, + "StunRatioGrowth": 600, + "SpRecovery": 47390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13163, + "SpConsume": 0, + "AttackData": [] + }, + "1061020": { + "Main": 8330, + "Growth": 760, + "Format": "%", + "DamagePercentage": 8330, + "DamagePercentageGrowth": 760, + "StunRatio": 8330, + "StunRatioGrowth": 380, + "SpRecovery": 29990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 229075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8329, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1061019, Prop:1002} + {Skill:1061020, Prop:1002}}", + "Param": { + "1061019": { + "Main": 13170, + "Growth": 600, + "Format": "%", + "DamagePercentage": 13170, + "DamagePercentageGrowth": 1200, + "StunRatio": 13170, + "StunRatioGrowth": 600, + "SpRecovery": 47390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13163, + "SpConsume": 0, + "AttackData": [] + }, + "1061020": { + "Main": 8330, + "Growth": 380, + "Format": "%", + "DamagePercentage": 8330, + "DamagePercentageGrowth": 760, + "StunRatio": 8330, + "StunRatioGrowth": 380, + "SpRecovery": 29990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 229075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8329, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: P—Please Allow Me!", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1061021, Prop:1002}", + "Param": { + "1061021": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1061022, Prop:1002}", + "Param": { + "1061022": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1061023, Prop:1002}", + "Param": { + "1061023": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Quick Sweep", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1061024, Prop:1001}", + "Param": { + "1061024": { + "Main": 54750, + "Growth": 4980, + "Format": "%", + "DamagePercentage": 54750, + "DamagePercentageGrowth": 4980, + "StunRatio": 48860, + "StunRatioGrowth": 2230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1667875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 51801, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1061024, Prop:1002}", + "Param": { + "1061024": { + "Main": 48860, + "Growth": 2230, + "Format": "%", + "DamagePercentage": 54750, + "DamagePercentageGrowth": 4980, + "StunRatio": 48860, + "StunRatioGrowth": 2230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1667875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 51801, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1061001": { + "Name": "Basic Attack: Wipeout", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1061002": { + "Name": "Special Attack: Clean Sweep", + "Desc": " (Can Hold Down)", + "ElementType": 200, + "HitType": 101 + }, + "1061003": { + "Name": "EX Special Attack: Skirt Alert", + "Desc": "(Can Hold Down)", + "ElementType": 200, + "HitType": 101 + }, + "1061004": { + "Name": "Dash Attack: Oopsy-Daisy!", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1061005": { + "Name": "Dodge Counter: Nope!", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 101 + }, + "1061006": { + "Name": "Chain Attack: Sorry...", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1061007": { + "Name": "Ultimate: Very, Very Sorry!", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1061008": { + "Name": "Quick Assist: Emergency Measures", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 101 + }, + "1061009": { + "Name": "Defensive Assist: P—Please allow me!", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1061010": { + "Name": "Assist Follow-Up: Quick Sweep", + "Desc": " (After Defensive Assist)", + "ElementType": 200, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1061501, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 18.7%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "2": { + "Level": 2, + "Id": 1061502, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 21.8%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "3": { + "Level": 3, + "Id": 1061503, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 25%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "4": { + "Level": 4, + "Id": 1061504, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 28.1%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "5": { + "Level": 5, + "Id": 1061505, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 31.2%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "6": { + "Level": 6, + "Id": 1061506, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 34.3%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + }, + "7": { + "Level": 7, + "Id": 1061507, + "Name": [ + "Core Passive: Hyperfocus", + "Additional Ability: Cleanup Assistance" + ], + "Desc": [ + "After holding or tapping repeatedly, when Corin unleashes a continuous extended slash with her Chainsaw, the skill's DMG increases by 37.5%.", + "When another character in your squad shares the same Attribute or Faction:\nCorin deals 35% more DMG to Stunned enemies." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110502": 2 }, + "3": { "10": 28000, "110502": 4 }, + "4": { "10": 60000, "110003": 2, "110502": 9 }, + "5": { "10": 100000, "110003": 3, "110502": 15 }, + "6": { "10": 200000, "110003": 4, "110502": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Open Trauma", + "Desc": "When Corin's Chain Attack or Ultimate hits an enemy, her DMG against the target increases by 12% for 15s.", + "Desc2": "\"The young mistress always said, if something's worth doing, it's worth focusing on.\"\n\"I've been practicing, and I can do it now!\"\n\"But... are you watching me...?\"" + }, + "2": { + "Level": 2, + "Name": "Atomic Smash", + "Desc": "When Corin's EX Special Attack, Chain Attack or Ultimate hits an enemy, the target's Physical RES is reduced by 0.5%, stacking up to 20 times and lasting 5s. The duration of each stack is calculated separately.", + "Desc2": "\"Sorry, Mr. or Ms. Ethereal!\"\n\"But I've got work to do... I really am sorry!\"\nFeeling guilty, Corin sincerely apologizes to the monster — as she wields her savage chainsaw, slicing through the enemies in her way." + }, + "3": { + "Level": 3, + "Name": "Amateur Maid", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"I—I'll do my best to become a good maid!\" Corin said, walking towards the Ethereals, chainsaw in hand." + }, + "4": { + "Level": 4, + "Name": "Battlefield Retainer", + "Desc": "When Corin uses a Quick Assist, Defensive Assist, or Chain Attack, she recovers 7.2 Energy. This effect can trigger once every 16s.", + "Desc2": "A diligent and serious young maid, Corin always puts her heart and soul into everything she does.\nOf course, that includes taking out enemies in combat." + }, + "5": { + "Level": 5, + "Name": "Special Ops Maid", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Uh... sorry, I'm so clumsy. I don't know how to make sure my cuts are even...\"\n—Said Corin as she looked down at the bits of Ethereal scattered across the ground." + }, + "6": { + "Level": 6, + "Name": "Accumulated Release", + "Desc": "When Corin's extended slash hits an enemy, she obtains a stack of Charge (max 40 stacks).\nDuring a Dodge Counter, Special Attack, EX Special Attack, Quick Assist, or Assist Follow-Up, when her chainsaw detonation hits an enemy, consumes all stacks of Charge. Each stack consumed causes the attack to deal an additional 3% of ATK as DMG.", + "Desc2": "Corin knows that she isn't the most powerful of maids, nor the smartest. But she hopes to become the hardest working.\nShe puts to good use everything she's ever learned." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1071.json b/libs/zzz/dm/HakushinData/character/1071.json new file mode 100644 index 0000000000..3dd1cbc241 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1071.json @@ -0,0 +1,1669 @@ +{ + "Id": 1071, + "Icon": "IconRole25", + "Name": "Caesar", + "CodeName": "Caesar", + "Rarity": 4, + "WeaponType": { "5": "Defense" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "MAR 16", + "FullName": "Caesar King", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle25.png", + "ImpressionF": "Big Daddy looks cultured and sophisticated, but Caesar's a different kettle of fish...\nBut even though she often gets her idioms wrong, Caesar's still very cute!", + "ImpressionM": "Earning the trust of the Outer Ring's Overlord is a pretty big deal. We should really appreciate that.\nOf course, it'd be nice if Caesar could make fewer typos in her DMs to us.", + "Name": "", + "OutlookDesc": "There's no record of Caesar in the New Eridu Citizen Verification Profile.\nBased on data analysis from previous combat, Caesar has a good Aptitude for Ether", + "ProfileDesc": "Caesar: Leader of the Sons of Calydon biker gang and a \"monarch\" in the making.\nHer combination of formidable strength and bold, straightforward personality has earned her the love and respect of the Outer Ring's residents.\nAlthough she appears to do things in her own way, she is actually very willing to listen to others' opinions. Caesar actively listens to and implements any valid suggestion she hears — regardless of who it comes from.\nShe is completely defenseless against those she trusts. Once she accepts someone, she considers them part of her inner circle, treating them with absolute trust.\n(Assumption: Caesar currently views you in this way.)\n\nCaesar's father has been missing for as long as she can remember, and her mother passed away from illness when she was young. She was raised by Big Daddy, who took a very hands-off approach to raising her, allowing her to grow up freely and independently.\n\nIn addition, Caesar seems to have a curious interest in matters related to romance.\nIf you wish to get closer to her, you might want to try discussing this topic with her.", + "Race": "Sons of Calydon", + "RoleIcon": "IconRole/UnPacker/IconRole25", + "Stature": "176", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock" + ], + "TrustLv": { + "1": "Caesar: Leader of the Sons of Calydon biker gang and a \"monarch\" in the making.\nHer combination of formidable strength and bold, straightforward personality has earned her the love and respect of the Outer Ring's residents.\nAlthough she appears to do things in her own way, she is actually very willing to listen to others' opinions. Caesar actively listens to and implements any valid suggestion she hears — regardless of who it comes from.\nShe is completely defenseless against those she trusts. Once she accepts someone, she considers them part of her inner circle, treating them with absolute trust.\n(Assumption: Caesar currently views you in this way.)\n\nCaesar's father has been missing for as long as she can remember, and her mother passed away from illness when she was young. She was raised by Big Daddy, who took a very hands-off approach to raising her, allowing her to grow up freely and independently.\n\nIn addition, Caesar seems to have a curious interest in matters related to romance.\nIf you wish to get closer to her, you might want to try discussing this topic with her.", + "2": "", + "3": "Caesar's father was the leader of a biker gang called \"Calydon,\" which carved out a legendary reputation in the Outer Ring. The \"Sons of Calydon\" take their name from this legacy.\nCaesar has a fear of needles.\n\"They're so tiny and thin, and it only stings for a second when you're pricked — but then all this blood comes out. It's so weird — and definitely not straightforward at all!\"", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 101, + "AttackGrowth": 58761, + "AvatarPieceId": 5071, + "BreakStun": 105, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 61, + "DefenceGrowth": 82180, + "ElementAbnormalPower": 87, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 1039361, + "HpMax": 766, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Caesar", + "Cut", + "Punch", + "Physics", + "Female", + "Camp4", + "Size3", + "AidTypeParry", + "Caesar" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100215": 4 } + }, + "2": { + "HpMax": 526, + "Attack": 38, + "Defence": 42, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100225": 12 } + }, + "3": { + "HpMax": 1051, + "Attack": 76, + "Defence": 83, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100225": 20 } + }, + "4": { + "HpMax": 1577, + "Attack": 113, + "Defence": 125, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100235": 10 } + }, + "5": { + "HpMax": 2102, + "Attack": 151, + "Defence": 166, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100235": 20 } + }, + "6": { + "HpMax": 2628, + "Attack": 189, + "Defence": 208, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Rampaging Slash", + "Desc": "Press to activate:\nUnleashes up to 6 slashes ahead, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Dead End", + "Desc": "When there are sufficient Assist Points, hold to activate:\nConsume 1 Assist Point to toss the shield and attack nearby enemies in all directions, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Basic Attack: Rampaging Slash", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1071001, Prop:1001}", + "Param": { + "1071001": { + "Main": 4720, + "Growth": 430, + "Format": "%", + "DamagePercentage": 4720, + "DamagePercentageGrowth": 430, + "StunRatio": 2130, + "StunRatioGrowth": 100, + "SpRecovery": 7720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2142, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1071002, Prop:1001}", + "Param": { + "1071002": { + "Main": 4090, + "Growth": 380, + "Format": "%", + "DamagePercentage": 4090, + "DamagePercentageGrowth": 380, + "StunRatio": 3380, + "StunRatioGrowth": 160, + "SpRecovery": 12280, + "SpRecoveryGrowth": 0, + "FeverRecovery": 93775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3409, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1071003, Prop:1001}", + "Param": { + "1071003": { + "Main": 14830, + "Growth": 1350, + "Format": "%", + "DamagePercentage": 14830, + "DamagePercentageGrowth": 1350, + "StunRatio": 11000, + "StunRatioGrowth": 500, + "SpRecovery": 39980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 305525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11104, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit (ALT) DMG Multiplier", + "Desc": "{Skill:1071008, Prop:1001}", + "Param": { + "1071008": { + "Main": 11840, + "Growth": 1080, + "Format": "%", + "DamagePercentage": 11840, + "DamagePercentageGrowth": 1080, + "StunRatio": 7360, + "StunRatioGrowth": 340, + "SpRecovery": 26760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 204600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7432, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1071004, Prop:1001}", + "Param": { + "1071004": { + "Main": 7880, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 24530, + "SpRecoveryGrowth": 0, + "FeverRecovery": 187550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6812, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1071005, Prop:1001}", + "Param": { + "1071005": { + "Main": 19860, + "Growth": 1810, + "Format": "%", + "DamagePercentage": 19860, + "DamagePercentageGrowth": 1810, + "StunRatio": 13750, + "StunRatioGrowth": 630, + "SpRecovery": 49970, + "SpRecoveryGrowth": 0, + "FeverRecovery": 381700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13879, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "6th-Hit DMG Multiplier", + "Desc": "{Skill:1071006, Prop:1001}", + "Param": { + "1071006": { + "Main": 39990, + "Growth": 3640, + "Format": "%", + "DamagePercentage": 39990, + "DamagePercentageGrowth": 3640, + "StunRatio": 26260, + "StunRatioGrowth": 1200, + "SpRecovery": 95490, + "SpRecoveryGrowth": 0, + "FeverRecovery": 729575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26524, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1071001, Prop:1002}", + "Param": { + "1071001": { + "Main": 2130, + "Growth": 100, + "Format": "%", + "DamagePercentage": 4720, + "DamagePercentageGrowth": 430, + "StunRatio": 2130, + "StunRatioGrowth": 100, + "SpRecovery": 7720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2142, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1071002, Prop:1002}", + "Param": { + "1071002": { + "Main": 3380, + "Growth": 160, + "Format": "%", + "DamagePercentage": 4090, + "DamagePercentageGrowth": 380, + "StunRatio": 3380, + "StunRatioGrowth": 160, + "SpRecovery": 12280, + "SpRecoveryGrowth": 0, + "FeverRecovery": 93775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3409, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1071003, Prop:1002}", + "Param": { + "1071003": { + "Main": 11000, + "Growth": 500, + "Format": "%", + "DamagePercentage": 14830, + "DamagePercentageGrowth": 1350, + "StunRatio": 11000, + "StunRatioGrowth": 500, + "SpRecovery": 39980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 305525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11104, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit (ALT) Daze Multiplier", + "Desc": "{Skill:1071008, Prop:1002}", + "Param": { + "1071008": { + "Main": 7360, + "Growth": 340, + "Format": "%", + "DamagePercentage": 11840, + "DamagePercentageGrowth": 1080, + "StunRatio": 7360, + "StunRatioGrowth": 340, + "SpRecovery": 26760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 204600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7432, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1071004, Prop:1002}", + "Param": { + "1071004": { + "Main": 6750, + "Growth": 310, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 24530, + "SpRecoveryGrowth": 0, + "FeverRecovery": 187550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6812, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1071005, Prop:1002}", + "Param": { + "1071005": { + "Main": 13750, + "Growth": 630, + "Format": "%", + "DamagePercentage": 19860, + "DamagePercentageGrowth": 1810, + "StunRatio": 13750, + "StunRatioGrowth": 630, + "SpRecovery": 49970, + "SpRecoveryGrowth": 0, + "FeverRecovery": 381700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13879, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "6th-Hit Daze Multiplier", + "Desc": "{Skill:1071006, Prop:1002}", + "Param": { + "1071006": { + "Main": 26260, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 39990, + "DamagePercentageGrowth": 3640, + "StunRatio": 26260, + "StunRatioGrowth": 1200, + "SpRecovery": 95490, + "SpRecoveryGrowth": 0, + "FeverRecovery": 729575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26524, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Dead End", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071007, Prop:1001}", + "Param": { + "1071007": { + "Main": 12630, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 12630, + "DamagePercentageGrowth": 1150, + "StunRatio": 9320, + "StunRatioGrowth": 430, + "SpRecovery": 33880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 259050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9410, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071007, Prop:1002}", + "Param": { + "1071007": { + "Main": 9320, + "Growth": 430, + "Format": "%", + "DamagePercentage": 12630, + "DamagePercentageGrowth": 1150, + "StunRatio": 9320, + "StunRatioGrowth": 430, + "SpRecovery": 33880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 259050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9410, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Assist Point Cost", "Desc": "1" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Adrift", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Hog Rush", + "Desc": "Press during a dodge to activate:\nStrikes forward with the shield, dealing Physical DMG.\nDuring skill activation, DMG taken is reduced by 40%, and when attacked by an enemy, Caesar blocks with the shield and gets knocked back. Following that, press or to trigger Retaliation and activate Special Attack: Roaring Thrust or EX Special Attack: Overpowered Shield Bash." + }, + { + "Name": "Dodge Counter: Eye For an Eye", + "Desc": "Press during a Perfect Dodge to activate:\nStabs at enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Hog Rush", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071016, Prop:1001}", + "Param": { + "1071016": { + "Main": 6230, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 3120, + "StunRatioGrowth": 150, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 272800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2831, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071016, Prop:1002}", + "Param": { + "1071016": { + "Main": 3120, + "Growth": 150, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 3120, + "StunRatioGrowth": 150, + "SpRecovery": 10200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 272800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2831, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Eye For an Eye", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071017, Prop:1001}", + "Param": { + "1071017": { + "Main": 19350, + "Growth": 1760, + "Format": "%", + "DamagePercentage": 19350, + "DamagePercentageGrowth": 1760, + "StunRatio": 17420, + "StunRatioGrowth": 800, + "SpRecovery": 21010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5833, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071017, Prop:1002}", + "Param": { + "1071017": { + "Main": 17420, + "Growth": 800, + "Format": "%", + "DamagePercentage": 19350, + "DamagePercentageGrowth": 1760, + "StunRatio": 17420, + "StunRatioGrowth": 800, + "SpRecovery": 21010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5833, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Shockwave Shield Bash", + "Desc": "Press to activate:\nStrike forward with the shield, dealing Physical DMG.\nIf Caesar is hit by an enemy at the beginning of the skill's activation, it will trigger a Perfect Block, negating the damage once and automatically following up with a Special Attack: Roaring Thrust.\nAfter using the skill, Caesar enters a guard stance, reducing incoming damage by 40%. When attacked by an enemy, Caesar blocks with the shield and gets slightly knocked back. Press or to trigger Retaliation, activating Special Attack: Roaring Thrust or EX Special Attack: Overpowered Shield Bash\nWhen Retaliation is triggered, Caesar is invulnerable while using the skill." + }, + { + "Name": "Special Attack: Roaring Thrust", + "Desc": "After activating Special Attack: Shockwave Shield Bash, press to activate:\nThrusts forward, dealing Physical DMG.\nIf Perfect Block or Retaliation is not triggered, the Anti-Interrupt level is increased while using this skill.\nCharacter is invulnerable while using this skill when Perfect Block or Retaliation is triggered." + }, + { + "Name": "EX Special Attack: Parry Counter", + "Desc": "With enough Energy, press to activate:\nStrikes forward with the shield, followed by a powerful thrust, dealing massive Physical DMG.\nIf Caesar is hit by an enemy at the beginning of the skill activation or an Interrupt is triggered with the shield strike, it will trigger Perfect Block, negating incoming damage once and countering with a shield attack. After triggering Perfect Block, press to activate EX Special Attack: Overpowered Shield Bash without consuming energy.\nAfter using the skill, Caesar enters a guard stance, reducing incoming damage by 40%. When attacked by an enemy, Caesar blocks the attack and is knocked back. Press or to trigger Retaliation and activate Special Attack: Roaring Thrust or EX Special Attack: Overpowered Shield Bash\nCharacter is invulnerable while using this skill." + }, + { + "Name": "EX Special Attack: Overpowered Shield Bash", + "Desc": "After activating EX Special Attack: Parry Counter, with enough energy, press to activate:\nStrikes forward with the shield, dealing massive Physical DMG.\nIf Caesar is hit by an enemy at the beginning of the skill activation or an Interrupt is triggered with the shield strike, it will trigger Perfect Block, negating incoming damage once and recovering the Energy used to activate the skill.\nWhen the skill is activated through Perfect Block or Retaliation, it cannot trigger Perfect Block again.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Stance Switch", + "Desc": "When Caesar triggers a Perfect Block, Retaliation, or Defensive Assist, her impact is increased by {CAL:8+AvatarSkillLevel(1)*1,1,2}% for 3s." + }, + { + "Name": "Stance Switch", + "Param": [ + { + "Name": "Impact Increase", + "Desc": "{CAL:8+AvatarSkillLevel(1)*1,1,2}%" + } + ] + }, + { + "Name": "Special Attack: Shockwave Shield Bash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071009, Prop:1001}", + "Param": { + "1071009": { + "Main": 5330, + "Growth": 490, + "Format": "%", + "DamagePercentage": 5330, + "DamagePercentageGrowth": 490, + "StunRatio": 2400, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2418, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071009, Prop:1002}", + "Param": { + "1071009": { + "Main": 2400, + "Growth": 110, + "Format": "%", + "DamagePercentage": 5330, + "DamagePercentageGrowth": 490, + "StunRatio": 2400, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2418, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "[Perfect Block] Daze Multiplier", + "Desc": "{Skill:1071014, Prop:1002}", + "Param": { + "1071014": { + "Main": 7700, + "Growth": 350, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 7700, + "StunRatioGrowth": 350, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Special Attack: Roaring Thrust", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071010, Prop:1001}", + "Param": { + "1071010": { + "Main": 5880, + "Growth": 540, + "Format": "%", + "DamagePercentage": 5880, + "DamagePercentageGrowth": 540, + "StunRatio": 2650, + "StunRatioGrowth": 130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071010, Prop:1002}", + "Param": { + "1071010": { + "Main": 2650, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5880, + "DamagePercentageGrowth": 540, + "StunRatio": 2650, + "StunRatioGrowth": 130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2668, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Parry Counter", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071011, Prop:1001}", + "Param": { + "1071011": { + "Main": 38720, + "Growth": 3520, + "Format": "%", + "DamagePercentage": 38720, + "DamagePercentageGrowth": 3520, + "StunRatio": 25260, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 846175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071011, Prop:1002}", + "Param": { + "1071011": { + "Main": 25260, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 38720, + "DamagePercentageGrowth": 3520, + "StunRatio": 25260, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 846175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "[Perfect Block] Daze Multiplier", + "Desc": "{Skill:1071015, Prop:1002}", + "Param": { + "1071015": { + "Main": 15400, + "Growth": 700, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15400, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "[Perfect Block] Counter DMG Multiplier", + "Desc": "{Skill:1071012, Prop:1001}", + "Param": { + "1071012": { + "Main": 38720, + "Growth": 3520, + "Format": "%", + "DamagePercentage": 38720, + "DamagePercentageGrowth": 3520, + "StunRatio": 25260, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 846175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "[Perfect Block] Counter Daze Multiplier", + "Desc": "{Skill:1071012, Prop:1002}", + "Param": { + "1071012": { + "Main": 25260, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 38720, + "DamagePercentageGrowth": 3520, + "StunRatio": 25260, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 846175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "40" } + ] + }, + { + "Name": "EX Special Attack: Overpowered Shield Bash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071013, Prop:1001}", + "Param": { + "1071013": { + "Main": 42570, + "Growth": 3870, + "Format": "%", + "DamagePercentage": 42570, + "DamagePercentageGrowth": 3870, + "StunRatio": 28840, + "StunRatioGrowth": 1320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 949300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28287, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071013, Prop:1002}", + "Param": { + "1071013": { + "Main": 28840, + "Growth": 1320, + "Format": "%", + "DamagePercentage": 42570, + "DamagePercentageGrowth": 3870, + "StunRatio": 28840, + "StunRatioGrowth": 1320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 949300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28287, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "[Perfect Block] Daze Multiplier", + "Desc": "{Skill:1071015, Prop:1002}", + "Param": { + "1071015": { + "Main": 15400, + "Growth": 700, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15400, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Press Activation Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Road Rage Slam", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful downward strike at enemies ahead, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Savage Smash", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nTosses the shield forward, unleashing a powerful spinning attack on enemies in front, followed by a downward strike, dealing massive Physical DMG.\nWhen hitting shielded enemies, the Daze dealt is increased by {CAL:40+AvatarSkillLevel(3)*5,1,2}%.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Road Rage Slam", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071018, Prop:1001}", + "Param": { + "1071018": { + "Main": 63880, + "Growth": 5810, + "Format": "%", + "DamagePercentage": 63880, + "DamagePercentageGrowth": 5810, + "StunRatio": 19990, + "StunRatioGrowth": 910, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2328425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 38116, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071018, Prop:1002}", + "Param": { + "1071018": { + "Main": 19990, + "Growth": 910, + "Format": "%", + "DamagePercentage": 63880, + "DamagePercentageGrowth": 5810, + "StunRatio": 19990, + "StunRatioGrowth": 910, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2328425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 38116, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Savage Smash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071019, Prop:1001}", + "Param": { + "1071019": { + "Main": 201230, + "Growth": 18300, + "Format": "%", + "DamagePercentage": 201230, + "DamagePercentageGrowth": 18300, + "StunRatio": 27870, + "StunRatioGrowth": 1270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25329, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071019, Prop:1002}", + "Param": { + "1071019": { + "Main": 27870, + "Growth": 1270, + "Format": "%", + "DamagePercentage": 201230, + "DamagePercentageGrowth": 18300, + "StunRatio": 27870, + "StunRatioGrowth": 1270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25329, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Increase", + "Desc": "{CAL:40+AvatarSkillLevel(3)*5,1,2}%" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Lane Change", + "Desc": "When the active character is launched, press to activate:\nThrust at enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Aegis Shield", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Aiding Blade", + "Desc": "Press after a Defensive Assist to activate:\nTosses the shield forward, unleashing a powerful spinning attack on enemies in front, followed by a slash that deals Physical DMG.\nAfter activating the skill, press or to trigger a Retaliation, activating Special Attack: Roaring Thrust or EX Special Attack: Overpowered Shield Bash.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Lane Change", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071020, Prop:1001}", + "Param": { + "1071020": { + "Main": 6420, + "Growth": 590, + "Format": "%", + "DamagePercentage": 6420, + "DamagePercentageGrowth": 590, + "StunRatio": 6420, + "StunRatioGrowth": 300, + "SpRecovery": 21010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5833, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071020, Prop:1002}", + "Param": { + "1071020": { + "Main": 6420, + "Growth": 300, + "Format": "%", + "DamagePercentage": 6420, + "DamagePercentageGrowth": 590, + "StunRatio": 6420, + "StunRatioGrowth": 300, + "SpRecovery": 21010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5833, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Aegis Shield", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1071021, Prop:1002}", + "Param": { + "1071021": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1071022, Prop:1002}", + "Param": { + "1071022": { + "Main": 34530, + "Growth": 1570, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34530, + "StunRatioGrowth": 1570, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1071023, Prop:1002}", + "Param": { + "1071023": { + "Main": 16930, + "Growth": 770, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16930, + "StunRatioGrowth": 770, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Aiding Blade", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1071024, Prop:1001}", + "Param": { + "1071024": { + "Main": 40720, + "Growth": 3710, + "Format": "%", + "DamagePercentage": 40720, + "DamagePercentageGrowth": 3710, + "StunRatio": 35630, + "StunRatioGrowth": 1620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1145100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34697, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1071024, Prop:1002}", + "Param": { + "1071024": { + "Main": 35630, + "Growth": 1620, + "Format": "%", + "DamagePercentage": 40720, + "DamagePercentageGrowth": 3710, + "StunRatio": 35630, + "StunRatioGrowth": 1620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1145100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34697, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1071001": { + "Name": "Basic Attack: Rampaging Slash", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1071002": { + "Name": "Basic Attack: Dead End", + "Desc": " (Hold) (With sufficient Assist Points)", + "ElementType": 200, + "HitType": 102 + }, + "1071003": { + "Name": "Special Attack: Shockwave Shield Bash", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1071004": { + "Name": "Special Attack: Roaring Thrust", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1071005": { + "Name": "EX Special Attack: Parry Counter", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1071006": { + "Name": "EX Special Attack: Overpowered Shield Bash", + "Desc": " ; ", + "ElementType": 200, + "HitType": 0 + }, + "1071007": { + "Name": "EX Special Attack: Overpowered Shield Bash (Retaliation)", + "Desc": " (When Triggering Defensive Assist); ; ", + "ElementType": 200, + "HitType": 102 + }, + "1071008": { + "Name": "Dash Attack: Hog Rush", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1071009": { + "Name": "Dodge Counter: Eye For an Eye", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 102 + }, + "1071010": { + "Name": "Chain Attack: Road Rage Slam", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1071011": { + "Name": "Ultimate: Savage Smash", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1071012": { + "Name": "Assist: Lane Change", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 102 + }, + "1071013": { + "Name": "Defensive Assist: Aegis Shield", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1071014": { + "Name": "Assist Follow-Up: Aiding Blade", + "Desc": " (After Defensive Assist)", + "ElementType": 200, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1071501, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 300% of her base Impact + 200. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 40. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "2": { + "Level": 2, + "Id": 1071502, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 500% of her base Impact + 400. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 135. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "3": { + "Level": 3, + "Id": 1071503, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 700% of her base Impact + 700. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 240. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "4": { + "Level": 4, + "Id": 1071504, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 900% of her base Impact + 900. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 400. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "5": { + "Level": 5, + "Id": 1071505, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 1,100% of her base Impact + 1,100. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 650. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "6": { + "Level": 6, + "Id": 1071506, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 1,300% of her base Impact + 1,300. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 900. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + }, + "7": { + "Level": 7, + "Id": 1071507, + "Name": [ + "Core Passive: Barrier of Resilience", + "Additional Ability: Battle Spirit" + ], + "Desc": [ + "When Caesar activates EX Special Attack: Parry Counter, Chain Attack, Ultimate, or triggers EX Special Attack: Overpowered Shield Bash through Retaliation, she buffs all squad members with a Radiant Aegis shield equal to 1,400% of her base Impact + 1,400. The shield lasts for 60s and is equipped by the active character, with its value shared among all squad members. Any single instance of DMG will not exceed the shield value.\nWhile Radiant Aegis is active, the shield bearer's Anti-Interrupt level is increased.\nWhile Radiant Aegis is active, the shield bearer's ATK is increased by 1,000. After Radiant Aegis expires, this buff remains for an additional 5s.", + "When another character in your squad can activate Defensive Assist or shares the same Faction:\nWhen Caesar activates Perfect Block, Retaliation, Defensive Assist, or Basic Attack: Dead End, she applies a Debuff effect to enemies within a 7m radius, increasing the damage they take from all squad members by 25% for 30s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110507": 2 }, + "3": { "10": 28000, "110507": 4 }, + "4": { "10": 60000, "110004": 2, "110507": 9 }, + "5": { "10": 100000, "110004": 3, "110507": 15 }, + "6": { "10": 200000, "110004": 4, "110507": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Spearhead Advance", + "Desc": "When Caesar enters combat or switches in, she instantly buffs all squad members with a Radiant Aegis shield. This effect can trigger once every 300s. While Radiant Aegis is active, enemies within a 5m radius of the shield bearer suffer a 15% All-Attribute RES reduction.", + "Desc2": "\"Big Daddy taught me that this is when you form a spearheaded formation with overwhelming force and strike at the enemy's weakest point—\"\n\"And I'll be leading the charge, of course!\"" + }, + "2": { + "Level": 2, + "Name": "Legacy of the Far Lands", + "Desc": "While Radiant Aegis from Core Passive: Barrier of Resilience is active, Caesar's Energy Generation Rate increases by 10%, and the shield bearer's ATK boost is increased to 150% of its original value.", + "Desc2": "Caesar's combat style stands out from those of New Eridu or the Outer Ring, drawing from the techniques of the most skilled warriors among the wanderers.\nKnowing when to hold back and when to strike decisively — that has always been the wanderer's way of survival. And Caesar has always been a good student of this philosophy." + }, + "3": { + "Level": 3, + "Name": "Absolute Trust", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Once Caesar recognizes someone as one of her own, she fully accepts them as part of her inner circle. She gives them absolute trust, letting her guard down completely...\nJust like she does with you now." + }, + "4": { + "Level": 4, + "Name": "Aries the Battering-Ram", + "Desc": "When Caesar uses a Chain Attack or Ultimate, she gains 3 additional Assist Points. If her Energy is below 20, she can activate EX Special Attack: Overpowered Shield Bash with 1 Assist Point instead. This substitution can trigger once every 5s.", + "Desc2": "One of the tactics Caesar mastered under the guidance of the wanderers.\n\"No matter what, I'll fight till the last moment!\"" + }, + "5": { + "Level": 5, + "Name": "Romantic Conquest", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Behind Caesar's carefree and unpolished appearance lies a romantic at heart.\nShe's always curious about love stories.\nBut if you dig a little deeper into the subject... you might just catch her blushing." + }, + "6": { + "Level": 6, + "Name": "Overlord's Will", + "Desc": "EX Special Attack: Overpowered Shield Bash and Assist Follow-Up are guaranteed to trigger a critical hit. The skill's DMG is increased by 50% and deals additional 50% DMG to the primary target. When Caesar uses EX Special Attack: Overpowered Shield Bash or Assist Follow-Up, her CRIT Rate is increased by 30% and her CRIT DMG is increased by 60% for 15s.", + "Desc2": "\"I used to keep my eyes straight ahead, thinking that as long as I was strong enough, I could do anything.\"\n\"But being a great leader takes more than just power.\"\n\"I need to protect my friends behind me — they are the reason I can keep going.\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1081.json b/libs/zzz/dm/HakushinData/character/1081.json new file mode 100644 index 0000000000..64ec1893dc --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1081.json @@ -0,0 +1,1379 @@ +{ + "Id": 1081, + "Icon": "IconRole10", + "Name": "Billy", + "CodeName": "Billy", + "Rarity": 3, + "WeaponType": { "1": "Attack" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "1": "Cunning Hares" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "NOV 25", + "FullName": "Billy Kid", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle10.png", + "ImpressionF": "Weren't you obsessed with the Starlight Knight series as a kid, Wise?\nThat brings me back. You shouting \"Starlight Mirage!\" with your arms crossed...", + "ImpressionM": "There was never such a time. Please erase such non-existent memories from your mind.\nIt's been a long time since I was that age, after all, and my name doesn't have \"kid\" in it.", + "Name": "", + "OutlookDesc": "Hollow Investigation Association Licensing Archive—\nInvestigator: Billy. Possesses excellent Ether adaptability and is approved to carry out basic tasks such as extractions within established Hollows (including Companion Hollows).\nNote: Ether adaptability for androids depends entirely on their constituent materials. We recommend regular Ether tolerance testing and self-monitoring of component health.", + "ProfileDesc": "Billy Kid, an AI construct that has passed the forbidden fruit test, is essentially a self-aware machine. \nTrue to his name, despite having the appearance of a robot, he is quite childlike.\nHe's a big fan of the visual FX show \"Starlight Knight\" and wishes to be a hero like the main characters of the show. He often refers to himself as a Starlight Knight and imitates the lines in the show.\nSuch behavior appears to be only for comedic effect, however.\n\"Don't make me sound like an idiot! I'm obviously very smart!\" — Billy.", + "Race": "Cunning Hares", + "RoleIcon": "IconRole/UnPacker/IconRole10", + "Stature": "188", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission" + ], + "TrustLv": { + "1": "Billy Kid, an AI construct that has passed the forbidden fruit test, is essentially a self-aware machine. \nTrue to his name, despite having the appearance of a robot, he is quite childlike.\nHe's a big fan of the visual FX show \"Starlight Knight\" and wishes to be a hero like the main characters of the show. He often refers to himself as a Starlight Knight and imitates the lines in the show.\nSuch behavior appears to be only for comedic effect, however.\n\"Don't make me sound like an idiot! I'm obviously very smart!\" — Billy.", + "2": "", + "3": "Similar to Anby, there are gaps in Billy's personal history that remain unfilled. \nThe available information indicates that before joining Gentle House, Billy spent an extended period serving with another mysterious gang.\nAs of now, it appears Billy still maintains a close connection with a certain gang leader from the Outer Ring of New Eridu.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 113, + "AttackGrowth": 67335, + "AvatarPieceId": 5081, + "BreakStun": 91, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 92, + "ElementMystery": 91, + "Endurance": 0, + "HpGrowth": 753604, + "HpMax": 555, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Billy", + "Pierce", + "Physics", + "Male", + "Camp1", + "Size3", + "AidTypeEvade", + "Billy" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 381, + "Attack": 40, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 762, + "Attack": 81, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1143, + "Attack": 121, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1524, + "Attack": 162, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 1906, + "Attack": 202, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Full Firepower", + "Desc": "Press to activate:\nUnleashes a piercing attack, dealing Physical DMG.\nRepeatedly press or hold to enter Crouching Shot to extend the attack duration.\nDrag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during Crouching Shot to launch Rolling Shot and adjust the character's position, dealing Physical DMG.\nStop pressing or holding during Crouching Shot to launch Finishing Shot at enemies in front, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Full Firepower", + "Param": [ + { + "Name": "Standing Fire DMG Multiplier", + "Desc": "{Skill:1081002, Prop:1001}", + "Param": { + "1081002": { + "Main": 6800, + "Growth": 620, + "Format": "%", + "DamagePercentage": 6800, + "DamagePercentageGrowth": 620, + "StunRatio": 5440, + "StunRatioGrowth": 250, + "SpRecovery": 16320, + "SpRecoveryGrowth": 0, + "FeverRecovery": 99825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5439, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Standing Bullet DMG Multiplier", + "Desc": "{Skill:1081003, Prop:1001}", + "Param": { + "1081003": { + "Main": 760, + "Growth": 70, + "Format": "%", + "DamagePercentage": 760, + "DamagePercentageGrowth": 70, + "StunRatio": 610, + "StunRatioGrowth": 30, + "SpRecovery": 5440, + "SpRecoveryGrowth": 0, + "FeverRecovery": 33275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 604, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Crouching Fire DMG Multiplier", + "Desc": "{Skill:1081004, Prop:1001}", + "Param": { + "1081004": { + "Main": 6180, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6180, + "DamagePercentageGrowth": 570, + "StunRatio": 5470, + "StunRatioGrowth": 250, + "SpRecovery": 19690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 150425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Crouching Bullet DMG Multiplier", + "Desc": "{Skill:1081007, Prop:1001}", + "Param": { + "1081007": { + "Main": 1270, + "Growth": 120, + "Format": "%", + "DamagePercentage": 1270, + "DamagePercentageGrowth": 120, + "StunRatio": 890, + "StunRatioGrowth": 50, + "SpRecovery": 3210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 24475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 889, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Rolling Shot DMG Multiplier", + "Desc": "{Skill:1081004, Prop:1001}", + "Param": { + "1081004": { + "Main": 6180, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6180, + "DamagePercentageGrowth": 570, + "StunRatio": 5470, + "StunRatioGrowth": 250, + "SpRecovery": 19690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 150425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Shot DMG Multiplier", + "Desc": "{Skill:1081008, Prop:1001}", + "Param": { + "1081008": { + "Main": 4950, + "Growth": 450, + "Format": "%", + "DamagePercentage": 4950, + "DamagePercentageGrowth": 450, + "StunRatio": 5520, + "StunRatioGrowth": 260, + "SpRecovery": 39710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8079, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Standing Fire Daze Multiplier", + "Desc": "{Skill:1081002, Prop:1002}", + "Param": { + "1081002": { + "Main": 5440, + "Growth": 250, + "Format": "%", + "DamagePercentage": 6800, + "DamagePercentageGrowth": 620, + "StunRatio": 5440, + "StunRatioGrowth": 250, + "SpRecovery": 16320, + "SpRecoveryGrowth": 0, + "FeverRecovery": 99825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5439, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Standing Bullet Daze Multiplier", + "Desc": "{Skill:1081003, Prop:1002}", + "Param": { + "1081003": { + "Main": 610, + "Growth": 30, + "Format": "%", + "DamagePercentage": 760, + "DamagePercentageGrowth": 70, + "StunRatio": 610, + "StunRatioGrowth": 30, + "SpRecovery": 5440, + "SpRecoveryGrowth": 0, + "FeverRecovery": 33275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 604, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Crouching Fire Daze Multiplier", + "Desc": "{Skill:1081004, Prop:1002}", + "Param": { + "1081004": { + "Main": 5470, + "Growth": 250, + "Format": "%", + "DamagePercentage": 6180, + "DamagePercentageGrowth": 570, + "StunRatio": 5470, + "StunRatioGrowth": 250, + "SpRecovery": 19690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 150425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Crouching Bullet Daze Multiplier", + "Desc": "{Skill:1081007, Prop:1002}", + "Param": { + "1081007": { + "Main": 890, + "Growth": 50, + "Format": "%", + "DamagePercentage": 1270, + "DamagePercentageGrowth": 120, + "StunRatio": 890, + "StunRatioGrowth": 50, + "SpRecovery": 3210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 24475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 889, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Rolling Shot Daze Multiplier", + "Desc": "{Skill:1081004, Prop:1002}", + "Param": { + "1081004": { + "Main": 5470, + "Growth": 250, + "Format": "%", + "DamagePercentage": 6180, + "DamagePercentageGrowth": 570, + "StunRatio": 5470, + "StunRatioGrowth": 250, + "SpRecovery": 19690, + "SpRecoveryGrowth": 0, + "FeverRecovery": 150425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Shot Daze Multiplier", + "Desc": "{Skill:1081008, Prop:1002}", + "Param": { + "1081008": { + "Main": 5520, + "Growth": 260, + "Format": "%", + "DamagePercentage": 4950, + "DamagePercentageGrowth": 450, + "StunRatio": 5520, + "StunRatioGrowth": 260, + "SpRecovery": 39710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8079, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Risky Business", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Starlight Sanction", + "Desc": "When dragging the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during a dodge, press :\nLaunches a piercing attack at nearby enemies within a large area, dealing Physical DMG.\nWhen not dragging the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during a dodge, press :\nLaunches a piercing attack at enemies in a line, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Fair Fight", + "Desc": "Press during a Perfect Dodge to activate:\nPierces enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Starlight Sanction", + "Param": [ + { + "Name": "360-degree Shot DMG Multiplier", + "Desc": "{Skill:1081016, Prop:1001}", + "Param": { + "1081016": { + "Main": 6300, + "Growth": 580, + "Format": "%", + "DamagePercentage": 6300, + "DamagePercentageGrowth": 580, + "StunRatio": 6300, + "StunRatioGrowth": 290, + "SpRecovery": 25190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3498, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Straight Shot DMG Multiplier", + "Desc": "{Skill:1081014, Prop:1001}", + "Param": { + "1081014": { + "Main": 3900, + "Growth": 360, + "Format": "%", + "DamagePercentage": 3900, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4329, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "360-degree Shot Daze Multiplier", + "Desc": "{Skill:1081016, Prop:1002}", + "Param": { + "1081016": { + "Main": 6300, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6300, + "DamagePercentageGrowth": 580, + "StunRatio": 6300, + "StunRatioGrowth": 290, + "SpRecovery": 25190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3498, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Straight Shot Daze Multiplier", + "Desc": "{Skill:1081014, Prop:1002}", + "Param": { + "1081014": { + "Main": 1950, + "Growth": 90, + "Format": "%", + "DamagePercentage": 3900, + "DamagePercentageGrowth": 360, + "StunRatio": 1950, + "StunRatioGrowth": 90, + "SpRecovery": 7800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4329, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Fair Fight", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081017, Prop:1001}", + "Param": { + "1081017": { + "Main": 22140, + "Growth": 2020, + "Format": "%", + "DamagePercentage": 22140, + "DamagePercentageGrowth": 2020, + "StunRatio": 19340, + "StunRatioGrowth": 880, + "SpRecovery": 33620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081017, Prop:1002}", + "Param": { + "1081017": { + "Main": 19340, + "Growth": 880, + "Format": "%", + "DamagePercentage": 22140, + "DamagePercentageGrowth": 2020, + "StunRatio": 19340, + "StunRatioGrowth": 880, + "SpRecovery": 33620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Stand Still", + "Desc": "Press to activate:\nPerforms up to 3 piercing attacks in a line, dealing Physical DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Clearance Time", + "Desc": "With enough Energy, press to activate:\nLaunches a powerful piercing attack in a line, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Stand Still", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1081010, Prop:1001}", + "Param": { + "1081010": { + "Main": 2420, + "Growth": 220, + "Format": "%", + "DamagePercentage": 2420, + "DamagePercentageGrowth": 220, + "StunRatio": 2420, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2414, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1081011, Prop:1001}", + "Param": { + "1081011": { + "Main": 5170, + "Growth": 470, + "Format": "%", + "DamagePercentage": 5170, + "DamagePercentageGrowth": 470, + "StunRatio": 5170, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 142175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2584, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1081012, Prop:1001}", + "Param": { + "1081012": { + "Main": 5010, + "Growth": 460, + "Format": "%", + "DamagePercentage": 5010, + "DamagePercentageGrowth": 460, + "StunRatio": 5010, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1081010, Prop:1002}", + "Param": { + "1081010": { + "Main": 2420, + "Growth": 110, + "Format": "%", + "DamagePercentage": 2420, + "DamagePercentageGrowth": 220, + "StunRatio": 2420, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2414, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1081011, Prop:1002}", + "Param": { + "1081011": { + "Main": 5170, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5170, + "DamagePercentageGrowth": 470, + "StunRatio": 5170, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 142175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2584, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1081012, Prop:1002}", + "Param": { + "1081012": { + "Main": 5010, + "Growth": 230, + "Format": "%", + "DamagePercentage": 5010, + "DamagePercentageGrowth": 460, + "StunRatio": 5010, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Clearance Time", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081013, Prop:1001}", + "Param": { + "1081013": { + "Main": 54380, + "Growth": 4950, + "Format": "%", + "DamagePercentage": 54380, + "DamagePercentageGrowth": 4950, + "StunRatio": 43950, + "StunRatioGrowth": 2000, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1620300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44687, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081013, Prop:1002}", + "Param": { + "1081013": { + "Main": 43950, + "Growth": 2000, + "Format": "%", + "DamagePercentage": 54380, + "DamagePercentageGrowth": 4950, + "StunRatio": 43950, + "StunRatioGrowth": 2000, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1620300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44687, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Starlight Mirage", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful piercing attack at surrounding enemies in a large area, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Starlight, Shine Bright", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful piercing attack at surrounding enemies in a large area, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Starlight Mirage", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081018, Prop:1001}", + "Param": { + "1081018": { + "Main": 73520, + "Growth": 6690, + "Format": "%", + "DamagePercentage": 73520, + "DamagePercentageGrowth": 6690, + "StunRatio": 19660, + "StunRatioGrowth": 900, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2429350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41783, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081018, Prop:1002}", + "Param": { + "1081018": { + "Main": 19660, + "Growth": 900, + "Format": "%", + "DamagePercentage": 73520, + "DamagePercentageGrowth": 6690, + "StunRatio": 19660, + "StunRatioGrowth": 900, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2429350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41783, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Starlight, Shine Bright", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081019, Prop:1001}", + "Param": { + "1081019": { + "Main": 159770, + "Growth": 14530, + "Format": "%", + "DamagePercentage": 159770, + "DamagePercentageGrowth": 14530, + "StunRatio": 19060, + "StunRatioGrowth": 870, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21170, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081019, Prop:1002}", + "Param": { + "1081019": { + "Main": 19060, + "Growth": 870, + "Format": "%", + "DamagePercentage": 159770, + "DamagePercentageGrowth": 14530, + "StunRatio": 19060, + "StunRatioGrowth": 870, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21170, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Power of Teamwork", + "Desc": "When the active character is launched, press to activate:\nLaunches a piercing attack at enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Evasive Assist: Flash Spin", + "Desc": "When the character on field is about to be attacked, press to activate:\nDodges the enemy's attack and activates Vital View.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Fatal Shot", + "Desc": "Press after an Evasive Assist to activate:\nPierces enemies in a large area in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Power of Teamwork", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081020, Prop:1001}", + "Param": { + "1081020": { + "Main": 9340, + "Growth": 850, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 33620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081020, Prop:1002}", + "Param": { + "1081020": { + "Main": 9340, + "Growth": 430, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 33620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Fatal Shot", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1081021, Prop:1001}", + "Param": { + "1081021": { + "Main": 38880, + "Growth": 3540, + "Format": "%", + "DamagePercentage": 38880, + "DamagePercentageGrowth": 3540, + "StunRatio": 34120, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1200100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36497, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1081021, Prop:1002}", + "Param": { + "1081021": { + "Main": 34120, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 38880, + "DamagePercentageGrowth": 3540, + "StunRatio": 34120, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1200100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36497, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1081001": { + "Name": "Basic Attack: Full Firepower", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1081002": { + "Name": "Special Attack: Stand Still", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1081003": { + "Name": "EX Special Attack: Clearance Time", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1081004": { + "Name": "Dash Attack: Starlight Sanction (Scattered)", + "Desc": " (Any direction) ; ", + "ElementType": 200, + "HitType": 103 + }, + "1081005": { + "Name": "Dash Attack: Starlight Sanction (Focused)", + "Desc": " ; ", + "ElementType": 200, + "HitType": 103 + }, + "1081006": { + "Name": "Dodge Counter: Fair Fight", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 103 + }, + "1081007": { + "Name": "Chain Attack: Starlight Mirage", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1081008": { + "Name": "Ultimate: Starlight, Shine Bright", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1081009": { + "Name": "Quick Assist: Power of Teamwork", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 103 + }, + "1081010": { + "Name": "Evasive Assist: Flash Spin", + "Desc": "(When Triggering Evasive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1081011": { + "Name": "Assist Follow-Up: Fatal Shot", + "Desc": " (After Evasive Assist)", + "ElementType": 200, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1081501, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 25% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "2": { + "Level": 2, + "Id": 1081502, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 29.1% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "3": { + "Level": 3, + "Id": 1081503, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 33.3% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "4": { + "Level": 4, + "Id": 1081504, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 37.5% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "5": { + "Level": 5, + "Id": 1081505, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 41.6% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "6": { + "Level": 6, + "Id": 1081506, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 45.8% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + }, + "7": { + "Level": 7, + "Id": 1081507, + "Name": [ + "Core Passive: Steady Shot", + "Additional Ability: Team Starlight" + ], + "Desc": [ + "Billy's DMG increases by 50% when he enters Crouching Shot during his Basic Attack. The effect ends if he moves, returns to standby, or is knocked back or launched by an attack.", + "When another character in your squad shares the same Attribute or Faction:\nAfter Billy uses a Chain Attack, the DMG of his next Ultimate is increased by 50%, stacking up to 2 times. This effect resets whenever an Ultimate is activated." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110503": 2 }, + "3": { "10": 28000, "110503": 4 }, + "4": { "10": 60000, "110001": 2, "110503": 9 }, + "5": { "10": 100000, "110001": 3, "110503": 15 }, + "6": { "10": 200000, "110001": 4, "110503": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Dazzling Entrance", + "Desc": "When Billy hits an enemy with a Dash Attack or Dodge Counter, he gains an additional 2.7 Energy. Can trigger once every 5s.", + "Desc2": "\"You guys are way too honest to be bad guys!\"\n\"All lined up, like NPCs at the shooting range!\"" + }, + "2": { + "Level": 2, + "Name": "Roaming Gunslinger", + "Desc": "Billy's Dodge Counter DMG increases by 25%. Rolling Shots during his Basic Attacks count as dodges, making Billy Invulnerable during skill activation and able to trigger Perfect Dodges. When a Rolling Shot triggers a Perfect Dodge, it will automatically follow up with a Dodge Counter.", + "Desc2": "\"The Starlight Knights never run from danger. That's what we call tactical repositioning for better aim!\"\n— User \"Dreamgirl Monica\" from the Starlight Radiance messageboards." + }, + "3": { + "Level": 3, + "Name": "Teachings of the Starlight Knights", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Never neglect your training, and never stop improving! This is the philosophy of the Starlight Knights. Billy believes in it wholeheartedly, and practices it sincerely." + }, + "4": { + "Level": 4, + "Name": "Starlight Ballistics", + "Desc": "When Billy hits an enemy with his EX Special Attack, the skill's CRIT Rate increases based on the distance from the enemy. The closer he is to the target, the greater the effect, up to a maximum increase of 32%.", + "Desc2": "These explosive bullets of Billy's own invention are incredibly lethal at close range.\nTheir performance far outstrips Billy's original intention of simply making them cooler." + }, + "5": { + "Level": 5, + "Name": "Lost Technological Construct", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Unknown precision components and unique structural design have given Billy performance far beyond his peers... And maintenance costs far beyond his means." + }, + "6": { + "Level": 6, + "Name": "Starlight Hero", + "Desc": "When Billy accumulates 10 hits on enemies or triggers a Perfect Dodge, his DMG increases by 6%, stacking up to 5 times and lasting until he's knocked back or launched by an attack.", + "Desc2": "\"Hooboy~ Feelin' great! Move aside, Anby, it's my time to shine!\"\n\"Yo, Anby — can you play the Starlight Knight theme?\"\n—excerpt from Cunning Hares' \"Top 10 Forbidden Sentences,\" selected by Anby" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1091.json b/libs/zzz/dm/HakushinData/character/1091.json new file mode 100644 index 0000000000..611dbec67f --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1091.json @@ -0,0 +1,1599 @@ +{ + "Id": 1091, + "Icon": "IconRole13", + "Name": "Miyabi", + "CodeName": "Miyabi", + "Rarity": 4, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "202": "Ice" }, + "SpecialElementType": { + "Name": "Frost", + "Title": "Frost Attribute", + "Desc": "The Frost Attribute calculates damage and buff effects based on the Ice attribute. When dealing Frost DMG, it accumulates Frost Anomaly Buildup on enemies, which triggers the Freeze effect and applies the Frostbite status.\nThe Freeze effect renders the target unable to act for a duration.\nThe Shatter effect activates when the Freeze effect ends, interrupting the enemy's actions and inflicting Frost DMG.\nThe Frostbite effect increases the CRIT DMG received by the target for a limited time.", + "Icon": "UI/Sprite/A1DynamicLoad/IconGeneralBuff/Packer/IconFrost.png" + }, + "HitType": { "101": "Slash" }, + "Camp": { "6": "Hollow Special Operations Section 6" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JUN 19", + "FullName": "Hoshimi Miyabi", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle13.png", + "ImpressionF": "Fairy! Find that \"precious visual recording\"! My brother wants to see it!", + "ImpressionM": "There's no need to trouble yourself, Fairy. If Belle wants to see it, she'll ask Miss Miyabi herself...", + "Name": "", + "OutlookDesc": "The information shows:\nExecutive Officer Hoshimi Miyabi, Ether aptitude confidential, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).", + "ProfileDesc": "Hoshimi Miyabi, the Chief of Hollow Special Operations Section 6.\nMiyabi goes on a lot of field missions and still doesn't know which floor the regular monthly meeting is on.\nEven if you see Miyabi in the office, it's unlikely she's dealing with paperwork, and more likely polishing her sword.\n\nBeing conferred the title of Void Hunter due to her outstanding contributions, she's an elite amongst elites in Section 6.\nShe has great prestige amongst the citizens.\nOnce, Miyabi accidentally wandered into a \"Miyabi Fan Club\" hosted offline event.\nMiyabi was thought to be a fan with godlike impersonation skills, and that event resulted in a precious visual recording.\n\nHoshimi Miyabi is honest and pragmatic. She is not simply a martial artist obsessed with her art and without care for the world around her.\nAnyone who knows her will realize she's always pursued justice in her heart... even if it may eventually cause a revolution.", + "Race": "Hollow Special Operations Section 6", + "RoleIcon": "IconRole/UnPacker/IconRole13", + "Stature": "170 (Ears Included)", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Goldfinch's Escape\" (available after completing Main Story Chapter 5)" + ], + "TrustLv": { + "1": "Hoshimi Miyabi, the Chief of Hollow Special Operations Section 6.\nMiyabi goes on a lot of field missions and still doesn't know which floor the regular monthly meeting is on.\nEven if you see Miyabi in the office, it's unlikely she's dealing with paperwork, and more likely polishing her sword.\n\nBeing conferred the title of Void Hunter due to her outstanding contributions, she's an elite amongst elites in Section 6.\nShe has great prestige amongst the citizens.\nOnce, Miyabi accidentally wandered into a \"Miyabi Fan Club\" hosted offline event.\nMiyabi was thought to be a fan with godlike impersonation skills, and that event resulted in a precious visual recording.\n\nHoshimi Miyabi is honest and pragmatic. She is not simply a martial artist obsessed with her art and without care for the world around her.\nAnyone who knows her will realize she's always pursued justice in her heart... even if it may eventually cause a revolution.", + "2": "", + "3": "Hoshimi Miyabi is the heir to a famed martial arts family in New Eridu.\nAccording to an insider, Miyabi's mother died when she was young and Miyabi's relationship with her father is rather odd.\nNote: Miyabi's father has not taken any civil or administrative positions within New Eridu.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 127, + "AttackGrowth": 76728, + "AvatarPieceId": 5091, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 116, + "ElementMystery": 148, + "Endurance": 0, + "HpGrowth": 837238, + "HpMax": 617, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Unagi", + "Cut", + "Ice", + "Female", + "Camp6", + "Size2", + "AidTypeParry", + "Unagi" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 423, + "Attack": 45, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 847, + "Attack": 90, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1270, + "Attack": 136, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1694, + "Attack": 181, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 2117, + "Attack": 226, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 30 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 30 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 60 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 60 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 90 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "31201": { + "Prop": 31201, + "Name": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 90 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Kazahana", + "Desc": "Press to activate:\nUnleashes up to five slashes ahead, the first two deal Physical DMG, and the last three deal Frost DMG.\nBlock enemy attacks during the 5th hit of the Basic Attack." + }, + { + "Name": "Basic Attack: Shimotsuki", + "Desc": "With at least 2 points of Fallen Frost, hold to activate:\nHoshimi Miyabi sheaths her blade, enters Shimotsuki Stance and starts to charge up. Every level of charge will consume 2 points of Fallen Frost, up to a maximum of three levels of charge.\nWhen releasing , or when Fallen Frost is completely depleted, Hoshimi Miyabi will draw her blade and unleash a powerful slash ahead based on the current charge level, dealing massive Frost DMG. She then exits Shimotsuki Stance.\nCharacter is invulnerable during Shimotsuki Stance.\nHoshimi Miyabi can have up to 6 points of Fallen Frost. Upon entering the battlefield, Hoshimi Miyabi immediately obtains 3 points of Fallen Frost." + }, + { + "Name": "Basic Attack: Kazahana", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1091001, Prop:1001}", + "Param": { + "1091001": { + "Main": 2690, + "Growth": 250, + "Format": "%", + "DamagePercentage": 2690, + "DamagePercentageGrowth": 250, + "StunRatio": 1350, + "StunRatioGrowth": 70, + "SpRecovery": 4400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 33825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1091002, Prop:1001}", + "Param": { + "1091002": { + "Main": 2960, + "Growth": 270, + "Format": "%", + "DamagePercentage": 2960, + "DamagePercentageGrowth": 270, + "StunRatio": 2690, + "StunRatioGrowth": 130, + "SpRecovery": 8790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 67375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1091003, Prop:1001}", + "Param": { + "1091003": { + "Main": 6280, + "Growth": 580, + "Format": "%", + "DamagePercentage": 6280, + "DamagePercentageGrowth": 580, + "StunRatio": 4640, + "StunRatioGrowth": 220, + "SpRecovery": 15170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 116050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6290, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1091004, Prop:1001}", + "Param": { + "1091004": { + "Main": 9650, + "Growth": 880, + "Format": "%", + "DamagePercentage": 9650, + "DamagePercentageGrowth": 880, + "StunRatio": 8210, + "StunRatioGrowth": 380, + "SpRecovery": 26860, + "SpRecoveryGrowth": 0, + "FeverRecovery": 205150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9121, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1091005, Prop:1001}", + "Param": { + "1091005": { + "Main": 12900, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 12900, + "DamagePercentageGrowth": 1180, + "StunRatio": 13100, + "StunRatioGrowth": 600, + "SpRecovery": 42850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 327525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12927, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1091001, Prop:1002}", + "Param": { + "1091001": { + "Main": 1350, + "Growth": 70, + "Format": "%", + "DamagePercentage": 2690, + "DamagePercentageGrowth": 250, + "StunRatio": 1350, + "StunRatioGrowth": 70, + "SpRecovery": 4400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 33825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1091002, Prop:1002}", + "Param": { + "1091002": { + "Main": 2690, + "Growth": 130, + "Format": "%", + "DamagePercentage": 2960, + "DamagePercentageGrowth": 270, + "StunRatio": 2690, + "StunRatioGrowth": 130, + "SpRecovery": 8790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 67375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1091003, Prop:1002}", + "Param": { + "1091003": { + "Main": 4640, + "Growth": 220, + "Format": "%", + "DamagePercentage": 6280, + "DamagePercentageGrowth": 580, + "StunRatio": 4640, + "StunRatioGrowth": 220, + "SpRecovery": 15170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 116050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6290, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1091004, Prop:1002}", + "Param": { + "1091004": { + "Main": 8210, + "Growth": 380, + "Format": "%", + "DamagePercentage": 9650, + "DamagePercentageGrowth": 880, + "StunRatio": 8210, + "StunRatioGrowth": 380, + "SpRecovery": 26860, + "SpRecoveryGrowth": 0, + "FeverRecovery": 205150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9121, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1091005, Prop:1002}", + "Param": { + "1091005": { + "Main": 13100, + "Growth": 600, + "Format": "%", + "DamagePercentage": 12900, + "DamagePercentageGrowth": 1180, + "StunRatio": 13100, + "StunRatioGrowth": 600, + "SpRecovery": 42850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 327525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12927, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Shimotsuki", + "Param": [ + { + "Name": "Charge Level One Slash DMG Multiplier", + "Desc": "{Skill:1091027, Prop:1001}", + "Param": { + "1091027": { + "Main": 45470, + "Growth": 4140, + "Format": "%", + "DamagePercentage": 45470, + "DamagePercentageGrowth": 4140, + "StunRatio": 4400, + "StunRatioGrowth": 200, + "SpRecovery": 14400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3998, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charge Level Two Slash DMG Multiplier", + "Desc": "{Skill:1091028, Prop:1001}", + "Param": { + "1091028": { + "Main": 85810, + "Growth": 7810, + "Format": "%", + "DamagePercentage": 85810, + "DamagePercentageGrowth": 7810, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 20410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charge Level Three Slash DMG Multiplier", + "Desc": "{Skill:1091029, Prop:1001}", + "Param": { + "1091029": { + "Main": 214110, + "Growth": 19470, + "Format": "%", + "DamagePercentage": 214110, + "DamagePercentageGrowth": 19470, + "StunRatio": 37780, + "StunRatioGrowth": 1720, + "SpRecovery": 61810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 944350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charge Level One Slash Daze Multiplier", + "Desc": "{Skill:1091027, Prop:1002}", + "Param": { + "1091027": { + "Main": 4400, + "Growth": 200, + "Format": "%", + "DamagePercentage": 45470, + "DamagePercentageGrowth": 4140, + "StunRatio": 4400, + "StunRatioGrowth": 200, + "SpRecovery": 14400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3998, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charge Level Two Slash Daze Multiplier", + "Desc": "{Skill:1091028, Prop:1002}", + "Param": { + "1091028": { + "Main": 6240, + "Growth": 290, + "Format": "%", + "DamagePercentage": 85810, + "DamagePercentageGrowth": 7810, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 20410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charge Level Three Slash Daze Multiplier", + "Desc": "{Skill:1091029, Prop:1002}", + "Param": { + "1091029": { + "Main": 37780, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 214110, + "DamagePercentageGrowth": 19470, + "StunRatio": 37780, + "StunRatioGrowth": 1720, + "SpRecovery": 61810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 944350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Mizutori", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill.\nWhile dodging, repeatedly press or hold to activate:\nA dash dodge that covers a lot of ground.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fuyubachi", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Kan Suzume", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front, dealing Frost DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fuyubachi", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091013, Prop:1001}", + "Param": { + "1091013": { + "Main": 2580, + "Growth": 240, + "Format": "%", + "DamagePercentage": 2580, + "DamagePercentageGrowth": 240, + "StunRatio": 1290, + "StunRatioGrowth": 60, + "SpRecovery": 4210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 32175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091013, Prop:1002}", + "Param": { + "1091013": { + "Main": 1290, + "Growth": 60, + "Format": "%", + "DamagePercentage": 2580, + "DamagePercentageGrowth": 240, + "StunRatio": 1290, + "StunRatioGrowth": 60, + "SpRecovery": 4210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 32175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Kan Suzume", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091014, Prop:1001}", + "Param": { + "1091014": { + "Main": 24590, + "Growth": 2240, + "Format": "%", + "DamagePercentage": 24590, + "DamagePercentageGrowth": 2240, + "StunRatio": 21450, + "StunRatioGrowth": 980, + "SpRecovery": 34200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9499, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091014, Prop:1002}", + "Param": { + "1091014": { + "Main": 21450, + "Growth": 980, + "Format": "%", + "DamagePercentage": 24590, + "DamagePercentageGrowth": 2240, + "StunRatio": 21450, + "StunRatioGrowth": 980, + "SpRecovery": 34200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9499, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Miyuki", + "Desc": "Press to activate:\nQuickly draws her blade and slashes ahead, dealing Frost DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Hisetsu", + "Desc": "With enough Energy, press to activate:\nRush forward, unleashing powerful slashes against enemies along the way, dealing massive Frost DMG.\nUpon activating this skill, gain 2 points of Fallen Frost.\nCharacter is invulnerable while using this skill.\nAfter using this skill, with enough Energy, press again to activate:\nConsume extra Energy and unleash a powerful follow-up attack against enemies in front, dealing massive Frost DMG.\nUpon activating this skill, gain 2 points of Fallen Frost.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Miyuki", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091008, Prop:1001}", + "Param": { + "1091008": { + "Main": 3580, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3580, + "DamagePercentageGrowth": 330, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3251, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091008, Prop:1002}", + "Param": { + "1091008": { + "Main": 3580, + "Growth": 170, + "Format": "%", + "DamagePercentage": 3580, + "DamagePercentageGrowth": 330, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3251, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Hisetsu", + "Param": [ + { + "Name": "Slash DMG Multiplier", + "Desc": "{{Skill:1091009, Prop:1001} + {Skill:1091010, Prop:1001}}", + "Param": { + "1091009": { + "Main": 15740, + "Growth": 1440, + "Format": "%", + "DamagePercentage": 15740, + "DamagePercentageGrowth": 1440, + "StunRatio": 12870, + "StunRatioGrowth": 590, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 465300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15775, + "SpConsume": 0, + "AttackData": [] + }, + "1091010": { + "Main": 23600, + "Growth": 2150, + "Format": "%", + "DamagePercentage": 23600, + "DamagePercentageGrowth": 2150, + "StunRatio": 19300, + "StunRatioGrowth": 880, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 697675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25052, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up DMG Multiplier", + "Desc": "{{Skill:1091011, Prop:1001} + {Skill:1091012, Prop:1001}}", + "Param": { + "1091011": { + "Main": 19330, + "Growth": 1760, + "Format": "%", + "DamagePercentage": 19330, + "DamagePercentageGrowth": 1760, + "StunRatio": 16200, + "StunRatioGrowth": 740, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 561550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18925, + "SpConsume": 0, + "AttackData": [] + }, + "1091012": { + "Main": 28990, + "Growth": 2640, + "Format": "%", + "DamagePercentage": 28990, + "DamagePercentageGrowth": 2640, + "StunRatio": 24300, + "StunRatioGrowth": 1110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 842050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29777, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Slash Daze Multiplier", + "Desc": "{{Skill:1091009, Prop:1002} + {Skill:1091010, Prop:1002}}", + "Param": { + "1091009": { + "Main": 12870, + "Growth": 590, + "Format": "%", + "DamagePercentage": 15740, + "DamagePercentageGrowth": 1440, + "StunRatio": 12870, + "StunRatioGrowth": 590, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 465300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15775, + "SpConsume": 0, + "AttackData": [] + }, + "1091010": { + "Main": 19300, + "Growth": 880, + "Format": "%", + "DamagePercentage": 23600, + "DamagePercentageGrowth": 2150, + "StunRatio": 19300, + "StunRatioGrowth": 880, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 697675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25052, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up Daze Multiplier", + "Desc": "{{Skill:1091011, Prop:1002} + {Skill:1091012, Prop:1002}}", + "Param": { + "1091011": { + "Main": 16200, + "Growth": 740, + "Format": "%", + "DamagePercentage": 19330, + "DamagePercentageGrowth": 1760, + "StunRatio": 16200, + "StunRatioGrowth": 740, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 561550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18925, + "SpConsume": 0, + "AttackData": [] + }, + "1091012": { + "Main": 24300, + "Growth": 1110, + "Format": "%", + "DamagePercentage": 28990, + "DamagePercentageGrowth": 2640, + "StunRatio": 24300, + "StunRatioGrowth": 1110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 842050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29777, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Slash Energy Cost", "Desc": "40" }, + { "Name": "Follow-Up Energy Cost", "Desc": "40" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Spring's Call", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful slash at enemies in front in a large area, dealing massive Frost DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Lingering Snow", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes powerful slashes at enemies ahead in a large area then pauses, before unleashing a Finishing Move, dealing massive Frost DMG.\nUpon activating this skill, gain 3 points of Fallen Frost and increase Ice DMG by 30% for 12s.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Spring's Call", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1091015, Prop:1001} + {Skill:1091016, Prop:1001} + {Skill:1091017, Prop:1001}}", + "Param": { + "1091015": { + "Main": 18840, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 18840, + "DamagePercentageGrowth": 1720, + "StunRatio": 5670, + "StunRatioGrowth": 260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 690525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11136, + "SpConsume": 0, + "AttackData": [] + }, + "1091016": { + "Main": 18840, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 18840, + "DamagePercentageGrowth": 1720, + "StunRatio": 5670, + "StunRatioGrowth": 260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 690525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11136, + "SpConsume": 0, + "AttackData": [] + }, + "1091017": { + "Main": 25120, + "Growth": 2290, + "Format": "%", + "DamagePercentage": 25120, + "DamagePercentageGrowth": 2290, + "StunRatio": 7560, + "StunRatioGrowth": 350, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 920425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14848, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1091015, Prop:1002} + {Skill:1091016, Prop:1002} + {Skill:1091017, Prop:1002}}", + "Param": { + "1091015": { + "Main": 5670, + "Growth": 260, + "Format": "%", + "DamagePercentage": 18840, + "DamagePercentageGrowth": 1720, + "StunRatio": 5670, + "StunRatioGrowth": 260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 690525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11136, + "SpConsume": 0, + "AttackData": [] + }, + "1091016": { + "Main": 5670, + "Growth": 260, + "Format": "%", + "DamagePercentage": 18840, + "DamagePercentageGrowth": 1720, + "StunRatio": 5670, + "StunRatioGrowth": 260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 690525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11136, + "SpConsume": 0, + "AttackData": [] + }, + "1091017": { + "Main": 7560, + "Growth": 350, + "Format": "%", + "DamagePercentage": 25120, + "DamagePercentageGrowth": 2290, + "StunRatio": 7560, + "StunRatioGrowth": 350, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 920425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14848, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Lingering Snow", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091018, Prop:1001}", + "Param": { + "1091018": { + "Main": 238800, + "Growth": 21710, + "Format": "%", + "DamagePercentage": 238800, + "DamagePercentageGrowth": 21710, + "StunRatio": 37040, + "StunRatioGrowth": 1690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 113716, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091018, Prop:1002}", + "Param": { + "1091018": { + "Main": 37040, + "Growth": 1690, + "Format": "%", + "DamagePercentage": 238800, + "DamagePercentageGrowth": 21710, + "StunRatio": 37040, + "StunRatioGrowth": 1690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 113716, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Dancing Petals", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Frost DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Drifting Petals", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Falling Petals", + "Desc": "Press after a Defensive Assist to activate:\nCharges and slashes enemies in front, dealing Frost DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Dancing Petals", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091021, Prop:1001}", + "Param": { + "1091021": { + "Main": 10450, + "Growth": 950, + "Format": "%", + "DamagePercentage": 10450, + "DamagePercentageGrowth": 950, + "StunRatio": 10450, + "StunRatioGrowth": 480, + "SpRecovery": 34200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9499, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091021, Prop:1002}", + "Param": { + "1091021": { + "Main": 10450, + "Growth": 480, + "Format": "%", + "DamagePercentage": 10450, + "DamagePercentageGrowth": 950, + "StunRatio": 10450, + "StunRatioGrowth": 480, + "SpRecovery": 34200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9499, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Drifting Petals", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1091022, Prop:1002}", + "Param": { + "1091022": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1091023, Prop:1002}", + "Param": { + "1091023": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1091024, Prop:1002}", + "Param": { + "1091024": { + "Main": 12830, + "Growth": 590, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 12830, + "StunRatioGrowth": 590, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Falling Petals", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1091025, Prop:1001}", + "Param": { + "1091025": { + "Main": 33780, + "Growth": 3080, + "Format": "%", + "DamagePercentage": 33780, + "DamagePercentageGrowth": 3080, + "StunRatio": 29190, + "StunRatioGrowth": 1330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 959475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28617, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1091025, Prop:1002}", + "Param": { + "1091025": { + "Main": 29190, + "Growth": 1330, + "Format": "%", + "DamagePercentage": 33780, + "DamagePercentageGrowth": 3080, + "StunRatio": 29190, + "StunRatioGrowth": 1330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 959475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28617, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1091001": { + "Name": "Basic Attack: Kazahana (1st and 2nd hit)", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1091002": { + "Name": "Basic Attack: Kazahana (3rd, 4th, and 5th hit)", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1091003": { + "Name": "Basic Attack: Shimotsuki", + "Desc": " (Hold) (With at least 2 points of Fallen Frost)", + "ElementType": 202, + "HitType": 101 + }, + "1091004": { + "Name": "Special Attack: Miyuki", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1091005": { + "Name": "EX Special Attack: Hisetsu", + "Desc": " ; ", + "ElementType": 202, + "HitType": 101 + }, + "1091006": { + "Name": "Dash Attack: Fuyubachi", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1091007": { + "Name": "Dodge Counter: Kan Suzume", + "Desc": " (Perfect) ; ", + "ElementType": 202, + "HitType": 101 + }, + "1091008": { + "Name": "Chain Attack: Spring's Call", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1091009": { + "Name": "Ultimate: Lingering Snow", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1091010": { + "Name": "Quick Assist: Dancing Petals", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 202, + "HitType": 101 + }, + "1091011": { + "Name": "Defensive Assist: Drifting Petals", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1091012": { + "Name": "Assist Follow-Up: Falling Petals", + "Desc": " (After Defensive Assist)", + "ElementType": 202, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1091501, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 750% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 14% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "2": { + "Level": 2, + "Id": 1091502, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 875% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 15% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "3": { + "Level": 3, + "Id": 1091503, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 1,000% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 16% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "4": { + "Level": 4, + "Id": 1091504, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 1,125% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 17% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "5": { + "Level": 5, + "Id": 1091505, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 1,250% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 18% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "6": { + "Level": 6, + "Id": 1091506, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 1,375% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 19% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + }, + "7": { + "Level": 7, + "Id": 1091507, + "Name": [ + "Core Passive: Searing Cold", + "Additional Ability: Bask in Frost" + ], + "Desc": [ + "When Hoshimi Miyabi deals Frost DMG, she applies Icefire to the target, lasting 30s. When accumulating Frost Anomaly Buildup against targets with Icefire, increases Frost Anomaly Buildup Rate by 100% of Hoshimi Miyabi's CRIT Rate, up to a maximum increase of 80%. As Hoshimi Miyabi accumulates Frost Anomaly Buildup, it has its own independent Attribute Anomaly Buildup gauge and triggers Freeze, Shatter, and Frostbite that can react with other Attribute Anomalies, including Ice Attribute Anomaly, to trigger Disorder.\nWhen Hoshimi Miyabi applies Frostbite to enemies with Icefire, it will consume the Icefire to trigger Frostburn - Break, dealing Frost DMG equal to 1,500% of Hoshimi Miyabi's ATK and causing the target to enter the Frostburn state. All squad members accumulate 20% more Anomaly Buildup against enemies under the Frostburn state, but Hoshimi Miyabi cannot reapply Icefire to these enemies. The Frostburn state ends when Frostbite expires. While this state remains active, triggering another Attribute Anomaly will overwrite Frostbite and remove Frostburn.\nUpon triggering Frostburn - Break, Hoshimi Miyabi obtains 1 point of Fallen Frost. This effect can trigger once every 10s.", + "When another character in your squad is a Support character or shares the same Faction:\nBasic Attack: Shimotsuki DMG increases by 60%. When any squad member triggers Disorder, Hoshimi Miyabi obtains 2 points of Fallen Frost and Basic Attack: Shimotsuki during the next Shimotsuki Stance will ignore 30% of the target's Ice RES." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110508": 2 }, + "3": { "10": 28000, "110508": 4 }, + "4": { "10": 60000, "110005": 2, "110508": 9 }, + "5": { "10": 100000, "110005": 3, "110508": 15 }, + "6": { "10": 200000, "110005": 4, "110508": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Frost Atop the Snow", + "Desc": "While in Shimotsuki Stance, every 1 point of Fallen Frost consumed will allow Basic Attack: Shimotsuki to ignore 6% of DEF, stacking up to 6 times and lasting until Shimotsuki Stance ends. When the slash for charge level three of Basic Attack: Shimotsuki hits an enemy under Frostburn, it will immediately remove the Frostburn state and increase all squad members' Anomaly Buildup Rate by 20% for 10s.", + "Desc2": "Miyabi has loved reciting poems about the cold since she was a child. She might not understand them completely, but she still does it every day.\nBefore long, she came to realize their true meaning.\nShe found clarity not on a still and snowy night, but rather upon the battlefield." + }, + "2": { + "Level": 2, + "Name": "Breath Technique", + "Desc": "Basic Attack: Kazahana and Dodge Counter DMG increases by 30%. Hoshimi Miyabi gains 1 point of Fallen Frost when the final move of the 5th hit of Basic Attack: Kazahana hits an enemy. Upon entering the battlefield, Hoshimi Miyabi immediately obtains 6 points of Fallen Frost and her CRIT Rate increases by 15%.", + "Desc2": "\"As goes the sword, so goes the heart.\" This is a key disciplinary concept of the Hoshimi school of swordsmanship.\nDefeating the enemy is but the first step on the path to victory. \nMaintaining constant vigilance at all times is the true way of a warrior." + }, + "3": { + "Level": 3, + "Name": "Martial Discipline", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Miyabi, whose family has a tradition of martial arts, has excellent training habits. Her commitment to swordsmanship practice is unwavering. What? A meeting? She won't be going." + }, + "4": { + "Level": 4, + "Name": "Rupture", + "Desc": "Frostburn - Break DMG increases by 30%. Upon triggering Frostburn - Break, Hoshimi Miyabi generates 250 more Decibels.", + "Desc2": "Reciting poems during the heat of battle can regulate one's respiratory rhythm.\nWhether it's her mindset or breathing, Miyabi always keeps calm." + }, + "5": { + "Level": 5, + "Name": "Anniversary", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "The girl arrives at that all too familiar place with flowers, her breath misting and then vanishing into the cold air.\nHer fingers ghost over that name on the monument.\nEverything is quiet, like that most silence observer." + }, + "6": { + "Level": 6, + "Name": "Prodigious Talent", + "Desc": "During Shimotsuki Stance, Hoshimi Miyabi obtains Polar, which increases Basic Attack: Shimotsuki DMG by 30%. After obtaining Polar, Hoshimi Miyabi will automatically draw her blade and unleash powerful slashes based on the current charge level upon consuming Fallen Frost. Before Fallen Frost is completely depleted, the draw and slashes will not interrupt charging under Shimotsuki Stance. Each occurrence of Shimotsuki Stance can perform up to 3 draws and slashes.", + "Desc2": "The more she battles, the more it becomes evident to outsiders: If there is a god of swordsmanship, it must greatly favor Hoshimi Miyabi." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1101.json b/libs/zzz/dm/HakushinData/character/1101.json new file mode 100644 index 0000000000..c753ed6b9a --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1101.json @@ -0,0 +1,1589 @@ +{ + "Id": 1101, + "Icon": "IconRole14", + "Name": "Koleda", + "CodeName": "Koleda", + "Rarity": 4, + "WeaponType": { "2": "Stun" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "3": "Belobog Heavy Industries" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "AUG 10", + "FullName": "Koleda Belobog", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle14.png", + "ImpressionF": "What's that line from that detective movie we watched again?\n\"She may look like a child...\" Well, no matter how old she is or how she looks, Koleda really is a kid, and she's so cute!", + "ImpressionM": "I hope your comment isn't seen by a certain someone, or our video store will be end up smashed to bits by a hammer.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator — Koleda, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: \"Young girls should limit their activity in environments like Hollows.\"\n— Excerpt from a handwritten medical record by a doctor. Surprisingly, the time spent deciphering the handwriting in this sentence took longer than the entire search process itself.", + "ProfileDesc": "Koleda is the current head of Belobog Industries, and the biological daughter of the company's founder, Khors.\nHer father, Khors, vanished due to a scandal involving embezzlement and fled, which severely shook the company, nearly driving it to the brink of collapse. Once she came of age, Koleda willingly stepped up to untangle the mess, rallying the remaining company workforce and resources to revive the financially and reputationally vulnerable Belobog Heavy Industries.\nWith the help of new invaluable team members, Belobog eventually managed to regain its prominence in relevant sectors. Though not as resplendent as its prime, Belobog in its current state is still a notable newcomer in the field.\nThroughout her journey, Koleda amassed practical life experiences and professional know-how, building a circle of colleagues who back her up like family. Yet, to present herself as a leader, Koleda appears to intentionally adopt a stern tone when communicating with others.\nThis distinct growth trajectory has also contributed to Koleda's heightened maturity in certain aspects compared to her peers. \nNaturally, she might display a bit of childishness in certain aspects as well.\nHypothesis: Koleda's comparatively smaller stature among her peers may stem from her prolonged involvement in the Hollows. \nCurrently, there aren't any publicly accessible papers or research substantiating this theory, but I will continue to track this topic.", + "Race": "Belobog Heavy Industries", + "RoleIcon": "IconRole/UnPacker/IconRole14", + "Stature": "150", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Agent Story \"Schoolyard Powerhouse\"" + ], + "TrustLv": { + "1": "Koleda is the current head of Belobog Industries, and the biological daughter of the company's founder, Khors.\nHer father, Khors, vanished due to a scandal involving embezzlement and fled, which severely shook the company, nearly driving it to the brink of collapse. Once she came of age, Koleda willingly stepped up to untangle the mess, rallying the remaining company workforce and resources to revive the financially and reputationally vulnerable Belobog Heavy Industries.\nWith the help of new invaluable team members, Belobog eventually managed to regain its prominence in relevant sectors. Though not as resplendent as its prime, Belobog in its current state is still a notable newcomer in the field.\nThroughout her journey, Koleda amassed practical life experiences and professional know-how, building a circle of colleagues who back her up like family. Yet, to present herself as a leader, Koleda appears to intentionally adopt a stern tone when communicating with others.\nThis distinct growth trajectory has also contributed to Koleda's heightened maturity in certain aspects compared to her peers. \nNaturally, she might display a bit of childishness in certain aspects as well.\nHypothesis: Koleda's comparatively smaller stature among her peers may stem from her prolonged involvement in the Hollows. \nCurrently, there aren't any publicly accessible papers or research substantiating this theory, but I will continue to track this topic.", + "2": "", + "3": "From analysis of her behavior, it's evident that Koleda is actually quite fond of sweets, even though she's hesitant to openly admit it. \nThe suspected rationale behind this is that she views enjoying sweets as a childish inclination and doesn't want others to perceive her as immature. \nFurthermore, Koleda seems particularly sensitive to any descriptors associated with children, and mentioning such terms could trigger her annoyance. \n\"Just remember, I'm the perfect height for your shinbone, so you might wanna reconsider before labeling me as childish.\"", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 106, + "AttackGrowth": 62007, + "AvatarPieceId": 5101, + "BreakStun": 116, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 64845, + "ElementAbnormalPower": 97, + "ElementMystery": 96, + "Endurance": 0, + "HpGrowth": 886832, + "HpMax": 653, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "OokumaMari", + "Punch", + "Fire", + "Female", + "Camp3", + "Size1", + "AidTypeParry", + "Koleda" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 448, + "Attack": 38, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 897, + "Attack": 76, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1345, + "Attack": 113, + "Defence": 98, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1794, + "Attack": 151, + "Defence": 131, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2242, + "Attack": 189, + "Defence": 164, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Smash 'n' Bash", + "Desc": "Press to activate:\nUnleashes up to 4 strikes, dealing Physical DMG.\nWhen Koleda has the Furnace Fire effect, she can launch an enhanced Basic Attack after the 2nd hit, consuming the Furnace Fire effect and dealing massive Fire DMG.\nWhen Koleda and Ben are deployed together, executing an enhanced Basic Attack will trigger a coordinated attack from both, further increasing the move's power;\nKoleda is invulnerable during the Basic Attack's 4th hit and enhanced Basic Attack." + }, + { + "Name": "Basic Attack: Smash 'n' Bash", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1101001, Prop:1001}", + "Param": { + "1101001": { + "Main": 6360, + "Growth": 580, + "Format": "%", + "DamagePercentage": 6360, + "DamagePercentageGrowth": 580, + "StunRatio": 3180, + "StunRatioGrowth": 150, + "SpRecovery": 10900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 83325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1101002, Prop:1001}", + "Param": { + "1101002": { + "Main": 7920, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7920, + "DamagePercentageGrowth": 720, + "StunRatio": 6550, + "StunRatioGrowth": 300, + "SpRecovery": 22460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1101003, Prop:1001}", + "Param": { + "1101003": { + "Main": 12610, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 12610, + "DamagePercentageGrowth": 1150, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 35740, + "SpRecoveryGrowth": 0, + "FeverRecovery": 273075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1101004, Prop:1001}", + "Param": { + "1101004": { + "Main": 31740, + "Growth": 2890, + "Format": "%", + "DamagePercentage": 31740, + "DamagePercentageGrowth": 2890, + "StunRatio": 24930, + "StunRatioGrowth": 1140, + "SpRecovery": 85470, + "SpRecoveryGrowth": 0, + "FeverRecovery": 653125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 1st-Hit DMG Multiplier", + "Desc": "{Skill:1101005, Prop:1001}", + "Param": { + "1101005": { + "Main": 16080, + "Growth": 1470, + "Format": "%", + "DamagePercentage": 16080, + "DamagePercentageGrowth": 1470, + "StunRatio": 6140, + "StunRatioGrowth": 280, + "SpRecovery": 21050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4435, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 2nd-Hit DMG Multiplier", + "Desc": "{Skill:1101006, Prop:1001}", + "Param": { + "1101006": { + "Main": 40490, + "Growth": 3690, + "Format": "%", + "DamagePercentage": 40490, + "DamagePercentageGrowth": 3690, + "StunRatio": 15660, + "StunRatioGrowth": 720, + "SpRecovery": 59720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 456225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14908, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 2nd-Hit Dmg Multiplier (Teamwork)", + "Desc": "{Skill:1101007, Prop:1001}", + "Param": { + "1101007": { + "Main": 50130, + "Growth": 4560, + "Format": "%", + "DamagePercentage": 50130, + "DamagePercentageGrowth": 4560, + "StunRatio": 23460, + "StunRatioGrowth": 1070, + "SpRecovery": 73110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 558525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18629, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1101001, Prop:1002}", + "Param": { + "1101001": { + "Main": 3180, + "Growth": 150, + "Format": "%", + "DamagePercentage": 6360, + "DamagePercentageGrowth": 580, + "StunRatio": 3180, + "StunRatioGrowth": 150, + "SpRecovery": 10900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 83325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1101002, Prop:1002}", + "Param": { + "1101002": { + "Main": 6550, + "Growth": 300, + "Format": "%", + "DamagePercentage": 7920, + "DamagePercentageGrowth": 720, + "StunRatio": 6550, + "StunRatioGrowth": 300, + "SpRecovery": 22460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1101003, Prop:1002}", + "Param": { + "1101003": { + "Main": 10430, + "Growth": 480, + "Format": "%", + "DamagePercentage": 12610, + "DamagePercentageGrowth": 1150, + "StunRatio": 10430, + "StunRatioGrowth": 480, + "SpRecovery": 35740, + "SpRecoveryGrowth": 0, + "FeverRecovery": 273075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1101004, Prop:1002}", + "Param": { + "1101004": { + "Main": 24930, + "Growth": 1140, + "Format": "%", + "DamagePercentage": 31740, + "DamagePercentageGrowth": 2890, + "StunRatio": 24930, + "StunRatioGrowth": 1140, + "SpRecovery": 85470, + "SpRecoveryGrowth": 0, + "FeverRecovery": 653125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 1st-Hit Daze Multiplier", + "Desc": "{Skill:1101005, Prop:1002}", + "Param": { + "1101005": { + "Main": 6140, + "Growth": 280, + "Format": "%", + "DamagePercentage": 16080, + "DamagePercentageGrowth": 1470, + "StunRatio": 6140, + "StunRatioGrowth": 280, + "SpRecovery": 21050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4435, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 2nd-Hit Daze Multiplier", + "Desc": "{Skill:1101006, Prop:1002}", + "Param": { + "1101006": { + "Main": 15660, + "Growth": 720, + "Format": "%", + "DamagePercentage": 40490, + "DamagePercentageGrowth": 3690, + "StunRatio": 15660, + "StunRatioGrowth": 720, + "SpRecovery": 59720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 456225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14908, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Enhanced Basic Attack 2nd-Hit Daze Multiplier (Teamwork)", + "Desc": "{Skill:1101007, Prop:1002}", + "Param": { + "1101007": { + "Main": 23460, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 50130, + "DamagePercentageGrowth": 4560, + "StunRatio": 23460, + "StunRatioGrowth": 1070, + "SpRecovery": 73110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 558525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18629, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Wait 'n' See", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Tremble!", + "Desc": "Press during a Dodge to activate:\nStrikes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Don't Look Down on Me", + "Desc": "Press during a Perfect Dodge to activate:\nStrikes enemies in front and creates an explosion, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Tremble!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101201, Prop:1001}", + "Param": { + "1101201": { + "Main": 5610, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5610, + "DamagePercentageGrowth": 510, + "StunRatio": 2810, + "StunRatioGrowth": 130, + "SpRecovery": 9610, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101201, Prop:1002}", + "Param": { + "1101201": { + "Main": 2810, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5610, + "DamagePercentageGrowth": 510, + "StunRatio": 2810, + "StunRatioGrowth": 130, + "SpRecovery": 9610, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Don't Look Down on Me", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101202, Prop:1001}", + "Param": { + "1101202": { + "Main": 34390, + "Growth": 3130, + "Format": "%", + "DamagePercentage": 34390, + "DamagePercentageGrowth": 3130, + "StunRatio": 28880, + "StunRatioGrowth": 1320, + "SpRecovery": 62990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 481250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17496, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101202, Prop:1002}", + "Param": { + "1101202": { + "Main": 28880, + "Growth": 1320, + "Format": "%", + "DamagePercentage": 34390, + "DamagePercentageGrowth": 3130, + "StunRatio": 28880, + "StunRatioGrowth": 1320, + "SpRecovery": 62990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 481250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17496, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Hammer Time", + "Desc": "Press to activate:\nStrikes enemies in front and triggers an explosion, dealing Fire DMG.\nThis skill launches faster and triggers an explosion when used after the 2nd or 4th hit of Koleda's Basic Attack or enhanced Basic Attack.\nWhen Koleda and Ben are both in your squad, and this skill is quickly launched after an enhanced Basic Attack, they team up to launch a coordinated attack, further increasing the power of the skill.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Boiling Furnace", + "Desc": "With enough Energy, press to activate:\nStrikes enemies in front and triggers a powerful explosion, dealing massive Fire DMG. Koleda also gains the Furnace Fire effect.\nThis skill activates faster and triggers an explosion when used after the 2nd or 4th hit of Koleda's Basic Attack or enhanced Basic Attack.\nWhen Koleda and Ben are both in your squad and this skill is quickly launched after an enhanced Basic Attack, they team up to launch a coordinated attack, further increasing the power of the skill.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Hammer Time", + "Param": [ + { + "Name": "Strike DMG Multiplier", + "Desc": "{Skill:1101101, Prop:1001}", + "Param": { + "1101101": { + "Main": 5190, + "Growth": 480, + "Format": "%", + "DamagePercentage": 5190, + "DamagePercentageGrowth": 480, + "StunRatio": 5190, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 135850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6418, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1101102, Prop:1001}", + "Param": { + "1101102": { + "Main": 7780, + "Growth": 710, + "Format": "%", + "DamagePercentage": 7780, + "DamagePercentageGrowth": 710, + "StunRatio": 7780, + "StunRatioGrowth": 360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 203775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5918, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier (Teamwork)", + "Desc": "{Skill:1101103, Prop:1001}", + "Param": { + "1101103": { + "Main": 8550, + "Growth": 780, + "Format": "%", + "DamagePercentage": 8550, + "DamagePercentageGrowth": 780, + "StunRatio": 7780, + "StunRatioGrowth": 360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 203775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5918, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Strike Daze Multiplier", + "Desc": "{Skill:1101101, Prop:1002}", + "Param": { + "1101101": { + "Main": 5190, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5190, + "DamagePercentageGrowth": 480, + "StunRatio": 5190, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 135850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6418, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1101102, Prop:1002}", + "Param": { + "1101102": { + "Main": 7780, + "Growth": 360, + "Format": "%", + "DamagePercentage": 7780, + "DamagePercentageGrowth": 710, + "StunRatio": 7780, + "StunRatioGrowth": 360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 203775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5918, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier (Teamwork)", + "Desc": "{Skill:1101103, Prop:1002}", + "Param": { + "1101103": { + "Main": 7780, + "Growth": 360, + "Format": "%", + "DamagePercentage": 8550, + "DamagePercentageGrowth": 780, + "StunRatio": 7780, + "StunRatioGrowth": 360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 203775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5918, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Boiling Furnace", + "Param": [ + { + "Name": "Strike DMG Multiplier", + "Desc": "{Skill:1101104, Prop:1001}", + "Param": { + "1101104": { + "Main": 15230, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 15230, + "DamagePercentageGrowth": 1390, + "StunRatio": 15230, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 398750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7248, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1101105, Prop:1001}", + "Param": { + "1101105": { + "Main": 60600, + "Growth": 5510, + "Format": "%", + "DamagePercentage": 60600, + "DamagePercentageGrowth": 5510, + "StunRatio": 49400, + "StunRatioGrowth": 2250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1709675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47612, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier (Teamwork)", + "Desc": "{Skill:1101106, Prop:1001}", + "Param": { + "1101106": { + "Main": 66660, + "Growth": 6060, + "Format": "%", + "DamagePercentage": 66660, + "DamagePercentageGrowth": 6060, + "StunRatio": 49400, + "StunRatioGrowth": 2250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1709675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47612, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Strike Daze Multiplier", + "Desc": "{Skill:1101104, Prop:1002}", + "Param": { + "1101104": { + "Main": 15230, + "Growth": 700, + "Format": "%", + "DamagePercentage": 15230, + "DamagePercentageGrowth": 1390, + "StunRatio": 15230, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 398750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7248, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1101105, Prop:1002}", + "Param": { + "1101105": { + "Main": 49400, + "Growth": 2250, + "Format": "%", + "DamagePercentage": 60600, + "DamagePercentageGrowth": 5510, + "StunRatio": 49400, + "StunRatioGrowth": 2250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1709675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47612, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier (Teamwork)", + "Desc": "{Skill:1101106, Prop:1002}", + "Param": { + "1101106": { + "Main": 49400, + "Growth": 2250, + "Format": "%", + "DamagePercentage": 66660, + "DamagePercentageGrowth": 6060, + "StunRatio": 49400, + "StunRatioGrowth": 2250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1709675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47612, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Natural Disaster", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful explosion on enemies in a large area, dealing massive Fire DMG while also obtaining the Furnace Fire effect.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Hammerquake", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful explosion on enemies in a large area in front, dealing massive Fire DMG while also obtaining the Furnace Fire effect.\nKoleda and Ben can team up when fighting together to launch a coordinated attack, further increasing the power of the attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Natural Disaster", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101301, Prop:1001}", + "Param": { + "1101301": { + "Main": 63600, + "Growth": 5790, + "Format": "%", + "DamagePercentage": 63600, + "DamagePercentageGrowth": 5790, + "StunRatio": 21700, + "StunRatioGrowth": 990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2397175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40613, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101301, Prop:1002}", + "Param": { + "1101301": { + "Main": 21700, + "Growth": 990, + "Format": "%", + "DamagePercentage": 63600, + "DamagePercentageGrowth": 5790, + "StunRatio": 21700, + "StunRatioGrowth": 990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2397175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40613, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Hammerquake", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101401, Prop:1001}", + "Param": { + "1101401": { + "Main": 154880, + "Growth": 14080, + "Format": "%", + "DamagePercentage": 154880, + "DamagePercentageGrowth": 14080, + "StunRatio": 100490, + "StunRatioGrowth": 4570, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "DMG Multiplier (Teamwork)", + "Desc": "{Skill:1101402, Prop:1001}", + "Param": { + "1101402": { + "Main": 169400, + "Growth": 15400, + "Format": "%", + "DamagePercentage": 169400, + "DamagePercentageGrowth": 15400, + "StunRatio": 109650, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19066, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101401, Prop:1002}", + "Param": { + "1101401": { + "Main": 100490, + "Growth": 4570, + "Format": "%", + "DamagePercentage": 154880, + "DamagePercentageGrowth": 14080, + "StunRatio": 100490, + "StunRatioGrowth": 4570, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier (Teamwork)", + "Desc": "{Skill:1101402, Prop:1002}", + "Param": { + "1101402": { + "Main": 109650, + "Growth": 4990, + "Format": "%", + "DamagePercentage": 169400, + "DamagePercentageGrowth": 15400, + "StunRatio": 109650, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19066, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Coming Thru!", + "Desc": "When the active character is launched, press to activate:\nStrikes enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Protective Hammer", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Hammer Bell", + "Desc": "Press after a Defensive Assist to activate:\nKoleda charges and strikes enemies in front, dealing Fire DMG and obtaining Furnace Fire effect.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Coming Thru!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101501, Prop:1001}", + "Param": { + "1101501": { + "Main": 18380, + "Growth": 1680, + "Format": "%", + "DamagePercentage": 18380, + "DamagePercentageGrowth": 1680, + "StunRatio": 18380, + "StunRatioGrowth": 840, + "SpRecovery": 62990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 481250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17496, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101501, Prop:1002}", + "Param": { + "1101501": { + "Main": 18380, + "Growth": 840, + "Format": "%", + "DamagePercentage": 18380, + "DamagePercentageGrowth": 1680, + "StunRatio": 18380, + "StunRatioGrowth": 840, + "SpRecovery": 62990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 481250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17496, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Protective Hammer", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1101502, Prop:1002}", + "Param": { + "1101502": { + "Main": 25900, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 25900, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1101503, Prop:1002}", + "Param": { + "1101503": { + "Main": 32730, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 32730, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1101504, Prop:1002}", + "Param": { + "1101504": { + "Main": 15930, + "Growth": 730, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15930, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Hammer Bell", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1101505, Prop:1001}", + "Param": { + "1101505": { + "Main": 35920, + "Growth": 3270, + "Format": "%", + "DamagePercentage": 35920, + "DamagePercentageGrowth": 3270, + "StunRatio": 31270, + "StunRatioGrowth": 1430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1062600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31992, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1101505, Prop:1002}", + "Param": { + "1101505": { + "Main": 31270, + "Growth": 1430, + "Format": "%", + "DamagePercentage": 35920, + "DamagePercentageGrowth": 3270, + "StunRatio": 31270, + "StunRatioGrowth": 1430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1062600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31992, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1101001": { + "Name": "Basic Attack: Smash 'n' Bash", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1101002": { + "Name": "Special Attack: Hammer Time", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1101003": { + "Name": "Special Attack: Hammer Time (Quick Detonation)", + "Desc": " (Basic Attack Combo)", + "ElementType": 201, + "HitType": 102 + }, + "1101004": { + "Name": "EX Special Attack: Boiling Furnace", + "Desc": " (Consume Energy)", + "ElementType": 201, + "HitType": 102 + }, + "1101005": { + "Name": "EX Special Attack: Boiling Furnace (Quick Detonation)", + "Desc": " (Basic Attack Combo) (Consume Energy)", + "ElementType": 201, + "HitType": 102 + }, + "1101006": { + "Name": "Dash Attack: Tremble!", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1101007": { + "Name": "Dodge Counter: Don't Look Down on Me", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 102 + }, + "1101008": { + "Name": "Chain Attack: Natural Disaster", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1101009": { + "Name": "Ultimate: Hammerquake", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1101010": { + "Name": "Quick Assist: Coming Thru!", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 102 + }, + "1101011": { + "Name": "Defensive Assist: Protective Hammer", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1101012": { + "Name": "Assist Follow-Up: Hammer Bell", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1101501, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 30%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "2": { + "Level": 2, + "Id": 1101502, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 35%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "3": { + "Level": 3, + "Id": 1101503, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 40%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "4": { + "Level": 4, + "Id": 1101504, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 45%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "5": { + "Level": 5, + "Id": 1101505, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 50%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "6": { + "Level": 6, + "Id": 1101506, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 55%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + }, + "7": { + "Level": 7, + "Id": 1101507, + "Name": [ + "Core Passive: Demolition Hammer", + "Additional Ability: Belobog Management" + ], + "Desc": [ + "When Koleda uses her EX Special Attack or consumes Furnace Fire to use an enhanced Basic Attack, the Daze she deals increases by 60%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen the explosion from Koleda's EX Special Attack hits an enemy, it applies a debuff to the target. While the target is Stunned, all squad members' Chain Attacks deal 35% more DMG to the target. This effect can stack up to 2 times and resets when the Stunned effect ends." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110504": 2 }, + "3": { "10": 28000, "110504": 4 }, + "4": { "10": 60000, "110002": 2, "110504": 9 }, + "5": { "10": 100000, "110002": 3, "110504": 15 }, + "6": { "10": 200000, "110002": 4, "110504": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Beat of the Hammer", + "Desc": "After the 2nd or 4th hit of Koleda's Basic Attack or her enhanced Basic Attack, quickly use a Special Attack or EX Special Attack to increase the Daze dealt by 15%.", + "Desc2": "Her fiery temper is just a facade. In reality, Koleda's thoughts are quite intricate. For example, she knows when to swing her hammer for a more painful strike." + }, + "2": { + "Level": 2, + "Name": "Kinetic Recovery", + "Desc": "When Koleda's EX Special Attack hits an enemy, she recovers 60 Energy. Can trigger once every 45s.", + "Desc2": "Koleda believes perfect hammering has its own natural rhythm.\nIt's like tapping a tambourine, with each hit building up the tempo of the next beat.\nOf course, it's hard to say how many taps her \"toys\" can endure." + }, + "3": { + "Level": 3, + "Name": "\"Mind Your Own!\"", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "As a qualified \"toy,\" you better not cause trouble when Koleda starts to get a feel for swinging her hammer. Just take the beating.\n—After all, what's the point of resisting?" + }, + "4": { + "Level": 4, + "Name": "Furnace's Glow", + "Desc": "Koleda gains one stack of Charge (max 2 stacks) when consuming Furnace Fire to use her Enhanced Basic Attack. When her Chain Attack or Ultimate hits an enemy, she consumes all stacks of Charge to increase the attack's DMG by 18% per stack.", + "Desc2": "Koleda feels the flames of war as her hammer swings raise the surrounding temperature.\nShe's now even more flammable and explosive than Ether." + }, + "5": { + "Level": 5, + "Name": "\"You Dare Underestimate Me?\"", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Koleda cares deeply about her role as a young leader potentially causing others to underestimate Belobog Heavy Industries. To compensate, she consistently trains diligently in secret." + }, + "6": { + "Level": 6, + "Name": "Saturated Blast", + "Desc": "When EX Special Attack, Chain Attack, or Ultimate triggers an explosion that hits an enemy, it deals additional DMG equal to 360% of Koleda's ATK.", + "Desc2": "There are two types of people that Koleda really hates:\nStupid people, and hopelessly stupid people.\nLuckily for her, Belobog always has a good supply of strong Ether explosives — plenty to use on the stupid." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1111.json b/libs/zzz/dm/HakushinData/character/1111.json new file mode 100644 index 0000000000..e6fd21581a --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1111.json @@ -0,0 +1,1549 @@ +{ + "Id": 1111, + "Icon": "IconRole15", + "Name": "Anton", + "CodeName": "Anton", + "Rarity": 3, + "WeaponType": { "1": "Attack" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "3": "Belobog Heavy Industries" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "MAY 2", + "FullName": "Anton Ivanov", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle15.png", + "ImpressionF": "Anton keeps saying he's the \"second-best driller in the company.\"\nSo... who's the first?", + "ImpressionM": "I think it's the heavy drill machine from their company. I've heard him say something like \"I gotta win next time\" against it.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator — Anton, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: Besides himself, Anton's bro also possesses relatively good Ether aptitude.", + "ProfileDesc": "Anton is a key member of construction staff at Belobog Industries and one of Koleda's trusted aides.\n\"Got a job you can't handle? Leave it to me!\"\n Anton is one of the top brass at Belobog, handpicked by its former president Khors, which makes him a \"senior employee.\"\nA genuine, straightforward man, always boosting the morale of his coworkers with his surplus of energy.\n\nApart from this, it seems Anton is always talking to his jackhammer, affectionately calling it, \"Bro.\"\nAn instance from Anton's everyday life goes like this:\nAnton, seemingly in dialogue with himself, asks, \"Whaddaya think, Bro?\" \nThe jackhammer replies, \"Vroom vroom vroom—\"\nAnton, apparently enlightened, responds, \"I see, I see! You still got it, Bro!\"\nUnfortunately, I have not collected enough information on such occurrences and am not able to deliver further analysis.", + "Race": "Belobog Heavy Industries", + "RoleIcon": "IconRole/UnPacker/IconRole15", + "Stature": "190", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Main Commission Chapter 2" + ], + "TrustLv": { + "1": "Anton is a key member of construction staff at Belobog Industries and one of Koleda's trusted aides.\n\"Got a job you can't handle? Leave it to me!\"\n Anton is one of the top brass at Belobog, handpicked by its former president Khors, which makes him a \"senior employee.\"\nA genuine, straightforward man, always boosting the morale of his coworkers with his surplus of energy.\n\nApart from this, it seems Anton is always talking to his jackhammer, affectionately calling it, \"Bro.\"\nAn instance from Anton's everyday life goes like this:\nAnton, seemingly in dialogue with himself, asks, \"Whaddaya think, Bro?\" \nThe jackhammer replies, \"Vroom vroom vroom—\"\nAnton, apparently enlightened, responds, \"I see, I see! You still got it, Bro!\"\nUnfortunately, I have not collected enough information on such occurrences and am not able to deliver further analysis.", + "2": "", + "3": "Here is a video recording depicting Anton's life:\nLate at night at the construction site, Anton gazes down at his jackhammer and mutters to himself, \"Dang, this is exhausting, Bro...\"\nAs the jackhammer buzzed to life, Anton nodded in acknowledgment. \"No, a real one doesn't complain about being tired! Thanks for reminding me, buddy! You can never back down from a challenge!\"\nThe truth is, Anton had set up demanding tasks for the construction workers, hoping to push them to their limits and unlock their true potential. However, witnessing their struggles and diminishing confidence, he couldn't bear to see them suffer any longer, so he secretly completed all the tasks in the dead of night.\nIn the end, Anton became the one who accepted all the trials.\n\n* Anton's beloved \"bro,\" aka his jackhammer, appears to have a connection to his former colleagues.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 114, + "AttackGrowth": 67737, + "AvatarPieceId": 5111, + "BreakStun": 95, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 50, + "DefenceGrowth": 67901, + "ElementAbnormalPower": 86, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 787644, + "HpMax": 580, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Anton", + "Pierce", + "Electric", + "Male", + "Camp3", + "Size3", + "AidTypeParry", + "Anton" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 398, + "Attack": 41, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 797, + "Attack": 81, + "Defence": 69, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1195, + "Attack": 122, + "Defence": 103, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1593, + "Attack": 163, + "Defence": 137, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 1992, + "Attack": 203, + "Defence": 172, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Enthusiastic Drills", + "Desc": "Press to activate:\nUnleashes up to 4 mixed attacks in front, dealing Physical DMG.\nThe 4th-hit is a Piledriver Attack." + }, + { + "Name": "Basic Attack: Enthusiastic Drills (Burst Mode)", + "Desc": "Press while Anton is in Burst Mode to activate:\nUnleashes up to 3 mixed attacks in front, dealing massive Electric DMG.\nDuring the 2nd Drill Attack and 3rd Piledriver Attack, press repeatedly or hold to extend the skill duration." + }, + { + "Name": "Basic Attack: Enthusiastic Drills", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1111001, Prop:1001}", + "Param": { + "1111001": { + "Main": 6780, + "Growth": 620, + "Format": "%", + "DamagePercentage": 6780, + "DamagePercentageGrowth": 620, + "StunRatio": 3390, + "StunRatioGrowth": 160, + "SpRecovery": 12200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 93225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1111002, Prop:1001}", + "Param": { + "1111002": { + "Main": 9230, + "Growth": 840, + "Format": "%", + "DamagePercentage": 9230, + "DamagePercentageGrowth": 840, + "StunRatio": 7530, + "StunRatioGrowth": 350, + "SpRecovery": 27090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 207075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1111003, Prop:1001}", + "Param": { + "1111003": { + "Main": 10980, + "Growth": 1000, + "Format": "%", + "DamagePercentage": 10980, + "DamagePercentageGrowth": 1000, + "StunRatio": 9330, + "StunRatioGrowth": 430, + "SpRecovery": 33570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1111004, Prop:1001}", + "Param": { + "1111004": { + "Main": 22910, + "Growth": 2090, + "Format": "%", + "DamagePercentage": 22910, + "DamagePercentageGrowth": 2090, + "StunRatio": 18140, + "StunRatioGrowth": 830, + "SpRecovery": 65300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 498850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1111001, Prop:1002}", + "Param": { + "1111001": { + "Main": 3390, + "Growth": 160, + "Format": "%", + "DamagePercentage": 6780, + "DamagePercentageGrowth": 620, + "StunRatio": 3390, + "StunRatioGrowth": 160, + "SpRecovery": 12200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 93225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1111002, Prop:1002}", + "Param": { + "1111002": { + "Main": 7530, + "Growth": 350, + "Format": "%", + "DamagePercentage": 9230, + "DamagePercentageGrowth": 840, + "StunRatio": 7530, + "StunRatioGrowth": 350, + "SpRecovery": 27090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 207075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1111003, Prop:1002}", + "Param": { + "1111003": { + "Main": 9330, + "Growth": 430, + "Format": "%", + "DamagePercentage": 10980, + "DamagePercentageGrowth": 1000, + "StunRatio": 9330, + "StunRatioGrowth": 430, + "SpRecovery": 33570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1111004, Prop:1002}", + "Param": { + "1111004": { + "Main": 18140, + "Growth": 830, + "Format": "%", + "DamagePercentage": 22910, + "DamagePercentageGrowth": 2090, + "StunRatio": 18140, + "StunRatioGrowth": 830, + "SpRecovery": 65300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 498850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Enthusiastic Drills (Burst Mode)", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1111006, Prop:1001}", + "Param": { + "1111006": { + "Main": 24090, + "Growth": 2190, + "Format": "%", + "DamagePercentage": 24090, + "DamagePercentageGrowth": 2190, + "StunRatio": 16600, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 583550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17749, + "SpConsume": 96666, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1111007, Prop:1001}", + "Param": { + "1111007": { + "Main": 46920, + "Growth": 4270, + "Format": "%", + "DamagePercentage": 46920, + "DamagePercentageGrowth": 4270, + "StunRatio": 32330, + "StunRatioGrowth": 1470, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1136575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34573, + "SpConsume": 186000, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1111008, Prop:1001}", + "Param": { + "1111008": { + "Main": 45690, + "Growth": 4160, + "Format": "%", + "DamagePercentage": 45690, + "DamagePercentageGrowth": 4160, + "StunRatio": 31480, + "StunRatioGrowth": 1440, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1106600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33668, + "SpConsume": 183366, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1111006, Prop:1002}", + "Param": { + "1111006": { + "Main": 16600, + "Growth": 760, + "Format": "%", + "DamagePercentage": 24090, + "DamagePercentageGrowth": 2190, + "StunRatio": 16600, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 583550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17749, + "SpConsume": 96666, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1111007, Prop:1002}", + "Param": { + "1111007": { + "Main": 32330, + "Growth": 1470, + "Format": "%", + "DamagePercentage": 46920, + "DamagePercentageGrowth": 4270, + "StunRatio": 32330, + "StunRatioGrowth": 1470, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1136575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34573, + "SpConsume": 186000, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1111008, Prop:1002}", + "Param": { + "1111008": { + "Main": 31480, + "Growth": 1440, + "Format": "%", + "DamagePercentage": 45690, + "DamagePercentageGrowth": 4160, + "StunRatio": 31480, + "StunRatioGrowth": 1440, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1106600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33668, + "SpConsume": 183366, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Let's Move", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fire With Fire", + "Desc": "Press during a Dodge to activate:\nRams into enemies in front of him, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Retaliation", + "Desc": "Press during a Perfect Dodge to activate:\nContinuously strikes enemies in front with heavy punches, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dodge Counter: Overload Drill (Burst Mode)", + "Desc": "While in Burst Mode, press during a Perfect Dodge to activate:\nLaunches a Drill Attack at enemies in front of him, dealing massive Electric DMG.\nCharacter is invulnerable during the attack." + }, + { + "Name": "Dash Attack: Fire With Fire", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111012, Prop:1001}", + "Param": { + "1111012": { + "Main": 6840, + "Growth": 630, + "Format": "%", + "DamagePercentage": 6840, + "DamagePercentageGrowth": 630, + "StunRatio": 3420, + "StunRatioGrowth": 160, + "SpRecovery": 12300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 94050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111012, Prop:1002}", + "Param": { + "1111012": { + "Main": 3420, + "Growth": 160, + "Format": "%", + "DamagePercentage": 6840, + "DamagePercentageGrowth": 630, + "StunRatio": 3420, + "StunRatioGrowth": 160, + "SpRecovery": 12300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 94050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Retaliation", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111014, Prop:1001}", + "Param": { + "1111014": { + "Main": 27120, + "Growth": 2470, + "Format": "%", + "DamagePercentage": 27120, + "DamagePercentageGrowth": 2470, + "StunRatio": 23170, + "StunRatioGrowth": 1060, + "SpRecovery": 47410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111014, Prop:1002}", + "Param": { + "1111014": { + "Main": 23170, + "Growth": 1060, + "Format": "%", + "DamagePercentage": 27120, + "DamagePercentageGrowth": 2470, + "StunRatio": 23170, + "StunRatioGrowth": 1060, + "SpRecovery": 47410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Overload Drill (Burst Mode)", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111015, Prop:1001}", + "Param": { + "1111015": { + "Main": 46540, + "Growth": 4240, + "Format": "%", + "DamagePercentage": 46540, + "DamagePercentageGrowth": 4240, + "StunRatio": 35180, + "StunRatioGrowth": 1600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 884950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26923, + "SpConsume": 230033, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111015, Prop:1002}", + "Param": { + "1111015": { + "Main": 35180, + "Growth": 1600, + "Format": "%", + "DamagePercentage": 46540, + "DamagePercentageGrowth": 4240, + "StunRatio": 35180, + "StunRatioGrowth": 1600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 884950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26923, + "SpConsume": 230033, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Spin, Bro!", + "Desc": "Press to activate:\nUnleashes a Piledriver Attack against enemies in a line in front, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Smash the Horizon, Bro!", + "Desc": "With enough Energy, press to activate:\nLaunches several Piledriver Attacks at enemies in a line in front of him, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill.\nAnton enters Burst Mode after using this skill. When in Burst Mode, Anton's attacks become more powerful, dealing massive Electric DMG while continually consuming Energy upon hitting an enemy. Burst Mode remains active until his Energy is depleted." + }, + { + "Name": "Special Attack: Explosive Drill (Burst Mode)", + "Desc": "Press while in Burst Mode to activate:\nLaunches a Piledriver Attack at enemies in front, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Special Attack: Spin, Bro!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111009, Prop:1001}", + "Param": { + "1111009": { + "Main": 4420, + "Growth": 410, + "Format": "%", + "DamagePercentage": 4420, + "DamagePercentageGrowth": 410, + "StunRatio": 4420, + "StunRatioGrowth": 210, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 121550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4418, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111009, Prop:1002}", + "Param": { + "1111009": { + "Main": 4420, + "Growth": 210, + "Format": "%", + "DamagePercentage": 4420, + "DamagePercentageGrowth": 410, + "StunRatio": 4420, + "StunRatioGrowth": 210, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 121550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4418, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Special Attack: Explosive Drill (Burst Mode)", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111010, Prop:1001}", + "Param": { + "1111010": { + "Main": 23140, + "Growth": 2110, + "Format": "%", + "DamagePercentage": 23140, + "DamagePercentageGrowth": 2110, + "StunRatio": 11840, + "StunRatioGrowth": 540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 714175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21721, + "SpConsume": 116500, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111010, Prop:1002}", + "Param": { + "1111010": { + "Main": 11840, + "Growth": 540, + "Format": "%", + "DamagePercentage": 23140, + "DamagePercentageGrowth": 2110, + "StunRatio": 11840, + "StunRatioGrowth": 540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 714175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21721, + "SpConsume": 116500, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Smash the Horizon, Bro!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111011, Prop:1001}", + "Param": { + "1111011": { + "Main": 19510, + "Growth": 1780, + "Format": "%", + "DamagePercentage": 19510, + "DamagePercentageGrowth": 1780, + "StunRatio": 19510, + "StunRatioGrowth": 890, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 536525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19503, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111011, Prop:1002}", + "Param": { + "1111011": { + "Main": 19510, + "Growth": 890, + "Format": "%", + "DamagePercentage": 19510, + "DamagePercentageGrowth": 1780, + "StunRatio": 19510, + "StunRatioGrowth": 890, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 536525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19503, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost to Use", "Desc": "40" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Go Go Go!", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a Piledriver Attack onto the ground in front of him over a large area, dealing massive Electric DMG to enemies within range.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Go Go Go Go Go!", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a Piledriver Attack onto the ground in front of him over a large area, dealing massive Electric DMG to enemies within range.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Go Go Go!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111016, Prop:1001}", + "Param": { + "1111016": { + "Main": 64070, + "Growth": 5830, + "Format": "%", + "DamagePercentage": 64070, + "DamagePercentageGrowth": 5830, + "StunRatio": 24170, + "StunRatioGrowth": 1100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2493425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44113, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111016, Prop:1002}", + "Param": { + "1111016": { + "Main": 24170, + "Growth": 1100, + "Format": "%", + "DamagePercentage": 64070, + "DamagePercentageGrowth": 5830, + "StunRatio": 24170, + "StunRatioGrowth": 1100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2493425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44113, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Go Go Go Go Go!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111017, Prop:1001}", + "Param": { + "1111017": { + "Main": 181640, + "Growth": 16520, + "Format": "%", + "DamagePercentage": 181640, + "DamagePercentageGrowth": 16520, + "StunRatio": 24340, + "StunRatioGrowth": 1110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111017, Prop:1002}", + "Param": { + "1111017": { + "Main": 24340, + "Growth": 1110, + "Format": "%", + "DamagePercentage": 181640, + "DamagePercentageGrowth": 16520, + "StunRatio": 24340, + "StunRatioGrowth": 1110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Shoulder-To-Shoulder", + "Desc": "When the active character is launched, press to activate:\nContinuously strikes enemies in front of him with heavy punches, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Protective Drill (Burst Mode)", + "Desc": "When the active character is launched, press to activate:\nAttacks enemies in front with a Drill Attack, dealing massive Electric DMG.\nCharacter is invulnerable during the attack." + }, + { + "Name": "Defensive Assist: Iron Wrist", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Limit Burst", + "Desc": "Press after a Defensive Assist to activate:\nLaunches a Drill Attack that ends in a Piledriver Attack, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Shoulder-To-Shoulder", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111018, Prop:1001}", + "Param": { + "1111018": { + "Main": 26340, + "Growth": 2400, + "Format": "%", + "DamagePercentage": 26340, + "DamagePercentageGrowth": 2400, + "StunRatio": 13170, + "StunRatioGrowth": 600, + "SpRecovery": 47410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111018, Prop:1002}", + "Param": { + "1111018": { + "Main": 13170, + "Growth": 600, + "Format": "%", + "DamagePercentage": 26340, + "DamagePercentageGrowth": 2400, + "StunRatio": 13170, + "StunRatioGrowth": 600, + "SpRecovery": 47410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 362175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Quick Assist: Protective Drill (Burst Mode)", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111019, Prop:1001}", + "Param": { + "1111019": { + "Main": 36540, + "Growth": 3330, + "Format": "%", + "DamagePercentage": 36540, + "DamagePercentageGrowth": 3330, + "StunRatio": 25180, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 884950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26923, + "SpConsume": 230033, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111019, Prop:1002}", + "Param": { + "1111019": { + "Main": 25180, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 36540, + "DamagePercentageGrowth": 3330, + "StunRatio": 25180, + "StunRatioGrowth": 1150, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 884950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26923, + "SpConsume": 230033, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Iron Wrist", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1111020, Prop:1002}", + "Param": { + "1111020": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1111021, Prop:1002}", + "Param": { + "1111021": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1111022, Prop:1002}", + "Param": { + "1111022": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Limit Burst", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1111023, Prop:1001}", + "Param": { + "1111023": { + "Main": 32580, + "Growth": 2970, + "Format": "%", + "DamagePercentage": 32580, + "DamagePercentageGrowth": 2970, + "StunRatio": 28270, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1014475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30422, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1111023, Prop:1002}", + "Param": { + "1111023": { + "Main": 28270, + "Growth": 1290, + "Format": "%", + "DamagePercentage": 32580, + "DamagePercentageGrowth": 2970, + "StunRatio": 28270, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1014475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30422, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1111001": { + "Name": "Basic Attack: Enthusiastic Drills", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1111002": { + "Name": "Basic Attack: Enthusiastic Drills (Burst Mode)", + "Desc": " (Burst Mode) ; (Mash or hold down) ; (Mash or hold down)", + "ElementType": 203, + "HitType": 103 + }, + "1111003": { + "Name": "Special Attack: Spin, Bro!", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1111004": { + "Name": "EX Special Attack: Smash the Horizon, Bro!", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1111005": { + "Name": "Special Attack: Explosive Drill (Burst Mode)", + "Desc": " (Burst Mode)", + "ElementType": 203, + "HitType": 103 + }, + "1111006": { + "Name": "Dash Attack: Fire With Fire", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1111008": { + "Name": "Dodge Counter: Retaliation", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 102 + }, + "1111009": { + "Name": "Dodge Counter: Overload Drill (Burst Mode)", + "Desc": "(Perfect);(Burst Mode)", + "ElementType": 203, + "HitType": 103 + }, + "1111010": { + "Name": "Chain Attack: Go Go Go!", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1111011": { + "Name": "Ultimate: Go Go Go Go Go!", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1111012": { + "Name": "Quick Assist: Shoulder-To-Shoulder", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 102 + }, + "1111013": { + "Name": "Quick Assist: Protective Drill (Burst Mode)", + "Desc": "(When Triggering Quick Assist) (Burst Mode)", + "ElementType": 203, + "HitType": 103 + }, + "1111014": { + "Name": "Defensive Assist: Iron Wrist", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1111015": { + "Name": "Assist Follow-Up: Limit Burst", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1111501, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 12% and when he uses his Drill Attack, the skill's DMG is increased by 20%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "2": { + "Level": 2, + "Id": 1111502, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 14% and when he uses his Drill Attack, the skill's DMG is increased by 23.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "3": { + "Level": 3, + "Id": 1111503, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 16% and when he uses his Drill Attack, the skill's DMG is increased by 26.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "4": { + "Level": 4, + "Id": 1111504, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 18% and when he uses his Drill Attack, the skill's DMG is increased by 30%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "5": { + "Level": 5, + "Id": 1111505, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 20% and when he uses his Drill Attack, the skill's DMG is increased by 33.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "6": { + "Level": 6, + "Id": 1111506, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 22% and when he uses his Drill Attack, the skill's DMG is increased by 36.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + }, + "7": { + "Level": 7, + "Id": 1111507, + "Name": [ + "Core Passive: Brothers in Arms!", + "Additional Ability: Teamwork" + ], + "Desc": [ + "When Anton uses his Piledriver Attack, the skill's DMG is increased by 24% and when he uses his Drill Attack, the skill's DMG is increased by 40%.", + "When another character in your squad shares the same Attribute or Faction:\nWhile Anton is in Burst Mode, for every 4 critical hits, the next attack hitting Shocked enemies triggers an additional bout of Shock DMG at 45% of the original DMG. This effect can trigger once every 0.5s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110505": 2 }, + "3": { "10": 28000, "110505": 4 }, + "4": { "10": 60000, "110002": 2, "110505": 9 }, + "5": { "10": 100000, "110002": 3, "110505": 15 }, + "6": { "10": 200000, "110002": 4, "110505": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Warm-Up Exercises", + "Desc": "When Drill Attack hits an enemy, Anton gains additional Energy, up to a maximum of 5 Energy per skill use.", + "Desc2": "\"Are you awake? Get spinning, bro!\"\n\"Try and keep up. It's time to do our stretches!\"" + }, + "2": { + "Level": 2, + "Name": "State of Flow", + "Desc": "When Anton uses his EX Special Attack and enters Burst Mode, he gains a Shield that equals to 7.5% of his Max HP. While in Burst Mode, entering combat or switching in reapplies the Shield effect. This effect can trigger once every 15s. The Shield dissipates when Burst Mode ends.", + "Desc2": "After arduous training, a few lucky individuals will display exceptional vigor and perform above their usual level during high-intensity activities, entering a state of flow commonly known as \"being in the zone.\"\nAre you ready to get moving and enter the zone?\n— Nitro-Fuel's exclusive program \"Good Morning, Zealous Office Workers!\"" + }, + "3": { + "Level": 3, + "Name": "Rotational Training", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Knowing a bit of everything may seem underwhelming, but in a complex and ever-changing Hollow worksite, having a wide skillset can present an opportunity to overcome difficulties." + }, + "4": { + "Level": 4, + "Name": "Everyone Get Fired Up!", + "Desc": "When Anton uses a Chain Attack or Ultimate, all squad members' CRIT Rate increases by 10% for 12s.", + "Desc2": "\"Find your rhythm, and let's get moving!\"\nWhen Anton starts to get serious, everyone becomes more nimble.\nThey have to keep up or else they will be training alone the next day." + }, + "5": { + "Level": 5, + "Name": "Jack of All Trades", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Knowing a bit of everything may seem underwhelming, but if you are resolute enough to change from \"knowing a bit\" to \"being excellent,\" then you become omnipotent!" + }, + "6": { + "Level": 6, + "Name": "Break the Limit", + "Desc": "When Anton's Piledriver Attack triggers a critical hit, his Basic Attack: Enthusiastic Drills (Burst Mode) and Dodge Counter: Overload Drill (Burst Mode) deal 4% more DMG for 30s, stacking up to 6 times. Repeated triggers reset the duration.", + "Desc2": "\"Yeah bro, can you feel the burn?\"\nWhenever Anton wants to exceed his limits,\nhis \"bro\" starts spinning at an astonishing pace, its buzzing echoing Anton's resolution." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1121.json b/libs/zzz/dm/HakushinData/character/1121.json new file mode 100644 index 0000000000..d1f2f8ca21 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1121.json @@ -0,0 +1,1358 @@ +{ + "Id": 1121, + "Icon": "IconRole16", + "Name": "Ben", + "CodeName": "Ben", + "Rarity": 3, + "WeaponType": { "5": "Defense" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "3": "Belobog Heavy Industries" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "DEC 23", + "FullName": "Ben Bigger", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle16.png", + "ImpressionF": "The first time I saw him, I was definitely taken aback...\nWho would've thought Ben was unexpectedly a soft, furry, gentle-natured bear!", + "ImpressionM": "Never judge a book by its cover.\nThat said, it seems he's often required to present a menacing image to deter the enemy... and it appears to be quite effective.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator — Ben possesses outstanding Ether aptitude, and is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: Based on the data, Ben's Ether aptitude places him in the top tier at Belobog Heavy Industries. Coupled with his Thiren traits (better adaptation to Hollow environments than humans, faster mutation rate after exposure to corruption, but also rapid recovery), he is deemed highly suitable for long-term work within Hollows.", + "ProfileDesc": "Ben is the financial and asset management director at Belobog Heavy Industries and one of Koleda's trusted aides.\n\"I enjoy mathematics, but that doesn't stop me from giving thugs a good smack.\"\nHe's a burly and strong Thiren. Despite his tough exterior, he's of a surprisingly sensitive and detail-oriented nature, especially when it comes to numbers.\nOriginally a frontline mechanical operator at Belobog, his talents caught Koleda's discerning eye, leading to his promotion to a managerial position responsible for the company's finances.\nGrateful for Koleda's trust in him, he remains profoundly loyal to her.\nHis favorite food is black caviar, but he dislikes fish.\n\nI once witnessed this imposing figure seated in a small office chair, wearing small glasses, and carefully cross-referencing Belobog's asset records while mashing away at a calculator with his huge fingers.\nQuestion: Is that what they call on Inter-Knot a \"Kawaii Curveball?\"", + "Race": "Belobog Heavy Industries", + "RoleIcon": "IconRole/UnPacker/IconRole16", + "Stature": "192", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Main Commission Chapter 2" + ], + "TrustLv": { + "1": "Ben is the financial and asset management director at Belobog Heavy Industries and one of Koleda's trusted aides.\n\"I enjoy mathematics, but that doesn't stop me from giving thugs a good smack.\"\nHe's a burly and strong Thiren. Despite his tough exterior, he's of a surprisingly sensitive and detail-oriented nature, especially when it comes to numbers.\nOriginally a frontline mechanical operator at Belobog, his talents caught Koleda's discerning eye, leading to his promotion to a managerial position responsible for the company's finances.\nGrateful for Koleda's trust in him, he remains profoundly loyal to her.\nHis favorite food is black caviar, but he dislikes fish.\n\nI once witnessed this imposing figure seated in a small office chair, wearing small glasses, and carefully cross-referencing Belobog's asset records while mashing away at a calculator with his huge fingers.\nQuestion: Is that what they call on Inter-Knot a \"Kawaii Curveball?\"", + "2": "", + "3": "Deducing from relevant data, Ben's current outfit and style is chosen to better serve Belobog Industries rather than from his own preference.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 94, + "AttackGrowth": 53574, + "AvatarPieceId": 5121, + "BreakStun": 95, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 58, + "DefenceGrowth": 78989, + "ElementAbnormalPower": 86, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 935856, + "HpMax": 690, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Ben", + "Punch", + "Fire", + "Male", + "Camp3", + "Size3", + "AidTypeParry", + "Ben" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100215": 4 } + }, + "2": { + "HpMax": 473, + "Attack": 34, + "Defence": 40, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100225": 12 } + }, + "3": { + "HpMax": 947, + "Attack": 67, + "Defence": 80, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100225": 20 } + }, + "4": { + "HpMax": 1420, + "Attack": 101, + "Defence": 120, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100235": 10 } + }, + "5": { + "HpMax": 1893, + "Attack": 134, + "Defence": 160, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100235": 20 } + }, + "6": { + "HpMax": 2366, + "Attack": 168, + "Defence": 200, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Debt Reconciliation", + "Desc": "Press to activate:\nUnleashes up to 3 strikes, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Debt Reconciliation", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1121001, Prop:1001}", + "Param": { + "1121001": { + "Main": 6590, + "Growth": 600, + "Format": "%", + "DamagePercentage": 6590, + "DamagePercentageGrowth": 600, + "StunRatio": 4710, + "StunRatioGrowth": 220, + "SpRecovery": 16940, + "SpRecoveryGrowth": 0, + "FeverRecovery": 129525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1121002, Prop:1001}", + "Param": { + "1121002": { + "Main": 18900, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 18900, + "DamagePercentageGrowth": 1720, + "StunRatio": 15690, + "StunRatioGrowth": 720, + "SpRecovery": 56460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 431475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1121003, Prop:1001}", + "Param": { + "1121003": { + "Main": 34830, + "Growth": 3170, + "Format": "%", + "DamagePercentage": 34830, + "DamagePercentageGrowth": 3170, + "StunRatio": 26010, + "StunRatioGrowth": 1190, + "SpRecovery": 93630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 715275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1121001, Prop:1002}", + "Param": { + "1121001": { + "Main": 4710, + "Growth": 220, + "Format": "%", + "DamagePercentage": 6590, + "DamagePercentageGrowth": 600, + "StunRatio": 4710, + "StunRatioGrowth": 220, + "SpRecovery": 16940, + "SpRecoveryGrowth": 0, + "FeverRecovery": 129525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1121002, Prop:1002}", + "Param": { + "1121002": { + "Main": 15690, + "Growth": 720, + "Format": "%", + "DamagePercentage": 18900, + "DamagePercentageGrowth": 1720, + "StunRatio": 15690, + "StunRatioGrowth": 720, + "SpRecovery": 56460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 431475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1121003, Prop:1002}", + "Param": { + "1121003": { + "Main": 26010, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 34830, + "DamagePercentageGrowth": 3170, + "StunRatio": 26010, + "StunRatioGrowth": 1190, + "SpRecovery": 93630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 715275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Missing Invoice", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Incoming Expense", + "Desc": "Press during a Dodge to activate:\nStrikes enemies in front of him, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Accounts Settled", + "Desc": "Press during a Perfect Dodge to activate:\nStrike enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Incoming Expense", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121012, Prop:1001}", + "Param": { + "1121012": { + "Main": 13840, + "Growth": 1260, + "Format": "%", + "DamagePercentage": 13840, + "DamagePercentageGrowth": 1260, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 24910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121012, Prop:1002}", + "Param": { + "1121012": { + "Main": 6920, + "Growth": 320, + "Format": "%", + "DamagePercentage": 13840, + "DamagePercentageGrowth": 1260, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 24910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Accounts Settled", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121013, Prop:1001}", + "Param": { + "1121013": { + "Main": 22570, + "Growth": 2060, + "Format": "%", + "DamagePercentage": 22570, + "DamagePercentageGrowth": 2060, + "StunRatio": 19670, + "StunRatioGrowth": 900, + "SpRecovery": 34810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121013, Prop:1002}", + "Param": { + "1121013": { + "Main": 19670, + "Growth": 900, + "Format": "%", + "DamagePercentage": 22570, + "DamagePercentageGrowth": 2060, + "StunRatio": 19670, + "StunRatioGrowth": 900, + "SpRecovery": 34810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9666, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Fiscal Fist", + "Desc": "Press to activate:\nBen lifts his weapon, blocking the enemy's attack before unleashing a forward strike, dealing Physical DMG. Successfully blocking an attack enhances the power of this skill and triggers Block Counter, dealing massive Physical DMG.\nHold to remain in the Blocking stance.\nWhile in the Blocking stance, Ben gains a Shield that weakens over time.\nAfter leaving the blocking stance, the Shield is removed and recovers over time.\nThe Shield cannot exceed 16% of Ben's Max HP.\nBen is invulnerable when activating Block.\nAnti-Interrupt level is increased while launching strikes." + }, + { + "Name": "EX Special Attack: Cashflow Counter", + "Desc": "With enough Energy, press to activate:\nBen lifts his weapon, blocking the enemy's attacks before unleashing a forward strike, dealing Fire DMG. Successfully blocking an attack enhances the power of this skill and triggers Block Counter, dealing massive Fire DMG.\nHold to remain in the Blocking stance.\nWhile in the Blocking stance, Ben gains a Shield that weakens over time.\nAfter leaving the blocking stance, the Shield is removed and recovers over time.\nThe Shield cannot exceed 16% of Ben's Max HP.\nWhen this skill is activated, the Shield is restored to its maximum value.\nAfter activating the skill, press again to follow up with a powerful forward strike, dealing massive Fire DMG.\nBen is invulnerable when activating Block.\nBen is invulnerable while launching strikes." + }, + { + "Name": "Special Attack: Fiscal Fist", + "Param": [ + { + "Name": "Active Attack DMG Multiplier", + "Desc": "{Skill:1121005, Prop:1001}", + "Param": { + "1121005": { + "Main": 4170, + "Growth": 380, + "Format": "%", + "DamagePercentage": 4170, + "DamagePercentageGrowth": 380, + "StunRatio": 4170, + "StunRatioGrowth": 190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 114675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Counter DMG Multiplier", + "Desc": "{Skill:1121006, Prop:1001}", + "Param": { + "1121006": { + "Main": 23340, + "Growth": 2130, + "Format": "%", + "DamagePercentage": 23340, + "DamagePercentageGrowth": 2130, + "StunRatio": 22340, + "StunRatioGrowth": 1020, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 229350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Active Attack Daze Multiplier", + "Desc": "{Skill:1121005, Prop:1002}", + "Param": { + "1121005": { + "Main": 4170, + "Growth": 190, + "Format": "%", + "DamagePercentage": 4170, + "DamagePercentageGrowth": 380, + "StunRatio": 4170, + "StunRatioGrowth": 190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 114675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Counter Daze Multiplier", + "Desc": "{Skill:1121006, Prop:1002}", + "Param": { + "1121006": { + "Main": 22340, + "Growth": 1020, + "Format": "%", + "DamagePercentage": 23340, + "DamagePercentageGrowth": 2130, + "StunRatio": 22340, + "StunRatioGrowth": 1020, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 229350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Cashflow Counter", + "Param": [ + { + "Name": "Active Attack DMG Multiplier", + "Desc": "{Skill:1121008, Prop:1001}", + "Param": { + "1121008": { + "Main": 43850, + "Growth": 3990, + "Format": "%", + "DamagePercentage": 43850, + "DamagePercentageGrowth": 3990, + "StunRatio": 24710, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 942700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up Attack DMG Multiplier", + "Desc": "{Skill:1121009, Prop:1001}", + "Param": { + "1121009": { + "Main": 43850, + "Growth": 3990, + "Format": "%", + "DamagePercentage": 43850, + "DamagePercentageGrowth": 3990, + "StunRatio": 24710, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 942700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Counter DMG Multiplier", + "Desc": "{Skill:1121010, Prop:1001}", + "Param": { + "1121010": { + "Main": 50050, + "Growth": 4550, + "Format": "%", + "DamagePercentage": 50050, + "DamagePercentageGrowth": 4550, + "StunRatio": 36760, + "StunRatioGrowth": 1680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1125300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33071, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Follow-Up DMG Multiplier", + "Desc": "{Skill:1121011, Prop:1001}", + "Param": { + "1121011": { + "Main": 55120, + "Growth": 5020, + "Format": "%", + "DamagePercentage": 55120, + "DamagePercentageGrowth": 5020, + "StunRatio": 36760, + "StunRatioGrowth": 1680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1125300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33071, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Active Attack Daze Multiplier", + "Desc": "{Skill:1121008, Prop:1002}", + "Param": { + "1121008": { + "Main": 24710, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 43850, + "DamagePercentageGrowth": 3990, + "StunRatio": 24710, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 942700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up Attack Daze Multiplier", + "Desc": "{Skill:1121009, Prop:1002}", + "Param": { + "1121009": { + "Main": 24710, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 43850, + "DamagePercentageGrowth": 3990, + "StunRatio": 24710, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 942700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27099, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Counter Daze Multiplier", + "Desc": "{Skill:1121010, Prop:1002}", + "Param": { + "1121010": { + "Main": 36760, + "Growth": 1680, + "Format": "%", + "DamagePercentage": 50050, + "DamagePercentageGrowth": 4550, + "StunRatio": 36760, + "StunRatioGrowth": 1680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1125300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33071, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Block Follow-Up Daze Multiplier", + "Desc": "{Skill:1121011, Prop:1002}", + "Param": { + "1121011": { + "Main": 36760, + "Growth": 1680, + "Format": "%", + "DamagePercentage": 55120, + "DamagePercentageGrowth": 5020, + "StunRatio": 36760, + "StunRatioGrowth": 1680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1125300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33071, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Block Energy Cost", "Desc": "30" }, + { "Name": "Follow-Up Energy Cost", "Desc": "30" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Signed and Sealed", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful strike at enemies in front in a large area, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Complete Payback", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful strike at enemies in front in a large area, dealing massive Fire DMG.\nWhen activating the skill, additionally recover 3 Assist Points.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Signed and Sealed", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121014, Prop:1001}", + "Param": { + "1121014": { + "Main": 62730, + "Growth": 5710, + "Format": "%", + "DamagePercentage": 62730, + "DamagePercentageGrowth": 5710, + "StunRatio": 32830, + "StunRatioGrowth": 1500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2456575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 42779, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121014, Prop:1002}", + "Param": { + "1121014": { + "Main": 32830, + "Growth": 1500, + "Format": "%", + "DamagePercentage": 62730, + "DamagePercentageGrowth": 5710, + "StunRatio": 32830, + "StunRatioGrowth": 1500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2456575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 42779, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Complete Payback", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121015, Prop:1001}", + "Param": { + "1121015": { + "Main": 164300, + "Growth": 14940, + "Format": "%", + "DamagePercentage": 164300, + "DamagePercentageGrowth": 14940, + "StunRatio": 11000, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121015, Prop:1002}", + "Param": { + "1121015": { + "Main": 11000, + "Growth": 500, + "Format": "%", + "DamagePercentage": 164300, + "DamagePercentageGrowth": 14940, + "StunRatio": 11000, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Joint Account", + "Desc": "When the active character is launched, press to activate:\nStrikes enemies in front, dealing Fire DMG.\nCharacter is invulnerable during the attack." + }, + { + "Name": "Defensive Assist: Risk Allocation", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Don't Break Contract", + "Desc": "Press after a Defensive Assist to activate:\nCharges and strikes enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Joint Account", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121016, Prop:1001}", + "Param": { + "1121016": { + "Main": 9670, + "Growth": 880, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 9670, + "StunRatioGrowth": 440, + "SpRecovery": 34810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121016, Prop:1002}", + "Param": { + "1121016": { + "Main": 9670, + "Growth": 440, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 9670, + "StunRatioGrowth": 440, + "SpRecovery": 34810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9666, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Risk Allocation", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1121017, Prop:1002}", + "Param": { + "1121017": { + "Main": 22510, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 22510, + "StunRatioGrowth": 1030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1121018, Prop:1002}", + "Param": { + "1121018": { + "Main": 26840, + "Growth": 1220, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 26840, + "StunRatioGrowth": 1220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1121019, Prop:1002}", + "Param": { + "1121019": { + "Main": 10840, + "Growth": 500, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 10840, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Don't Break Contract", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1121020, Prop:1001}", + "Param": { + "1121020": { + "Main": 32590, + "Growth": 2970, + "Format": "%", + "DamagePercentage": 32590, + "DamagePercentageGrowth": 2970, + "StunRatio": 28280, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1014750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30426, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1121020, Prop:1002}", + "Param": { + "1121020": { + "Main": 28280, + "Growth": 1290, + "Format": "%", + "DamagePercentage": 32590, + "DamagePercentageGrowth": 2970, + "StunRatio": 28280, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1014750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30426, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1121001": { + "Name": "Basic Attack: Debt Reconciliation", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1121002": { + "Name": "Special Attack: Fiscal Fist", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1121003": { + "Name": "EX Special Attack: Cashflow Counter", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1121004": { + "Name": "Dash Attack: Incoming Expense", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1121005": { + "Name": "Dodge Counter: Accounts Settled", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 102 + }, + "1121006": { + "Name": "Chain Attack: Signed and Sealed", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1121007": { + "Name": "Ultimate: Complete Payback", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1121008": { + "Name": "Quick Assist: Joint Account", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 102 + }, + "1121009": { + "Name": "Defensive Assist: Risk Allocation", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1121010": { + "Name": "Assist Follow-Up: Don't Break Contract", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1121501, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 40% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 15% of his DEF +100, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "2": { + "Level": 2, + "Id": 1121502, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 46% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 17.5% of his DEF +220, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "3": { + "Level": 3, + "Id": 1121503, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 52% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 20% of his DEF +330, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "4": { + "Level": 4, + "Id": 1121504, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 60% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 22.5% of his DEF +460, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "5": { + "Level": 5, + "Id": 1121505, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 66% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 25% of his DEF +500, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "6": { + "Level": 6, + "Id": 1121506, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 72% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 27.5% of his DEF +525, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + }, + "7": { + "Level": 7, + "Id": 1121507, + "Name": [ + "Core Passive: Guardian", + "Additional Ability: Contractual Agreement" + ], + "Desc": [ + "Ben's initial ATK increases along with his initial DEF. He gains 80% of his initial DEF as ATK.\nWhen Ben launches a follow-up attack during his EX Special Attack, all squad members gain a Shield of 30% of his DEF +550, lasting for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhile the Shield from Core Passive: Guardian is in effect, the character's CRIT Rate is increased by 16%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110504": 2 }, + "3": { "10": 28000, "110504": 4 }, + "4": { "10": 60000, "110002": 2, "110504": 9 }, + "5": { "10": 100000, "110002": 3, "110504": 15 }, + "6": { "10": 200000, "110002": 4, "110504": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Reacting Force", + "Desc": "When successfully Blocking an enemy with Ben's Special Attack or EX Special Attack, the DMG dealt by the blocked enemy is reduced by 30% for 15s.", + "Desc2": "\"Every action has an equal and opposite reaction. So why do you have to bash things head-on?\"\n\"Looks like your calculations are off.\"" + }, + "2": { + "Level": 2, + "Name": "Offense Through Defense", + "Desc": "When successfully triggering a Block Counter during Ben's Special Attack or EX Special Attack, inflict an additional 300% of Ben's DEF as DMG.", + "Desc2": "Unlike other bear Thirens, Ben remains patient when fighting.\nHe believes if he keeps his defenses up, he can wait until the enemy reveals their weakness." + }, + "3": { + "Level": 3, + "Name": "Careful Accounting", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Financial responsibility demands mastering cost-efficiency and utilizing every available resource to enhance both the team and oneself." + }, + "4": { + "Level": 4, + "Name": "Agile Adaptation", + "Desc": "When successfully blocking enemy DMG with Ben's invulnerable effect during his Special Attack or EX Special Attack, the following counter deals 30% more DMG.", + "Desc2": "Ben's professional accounting instincts let him adapt dynamically based on the situation.\nWhether dealing with accounts or enemies, it's important to achieve the best results at the lowest cost." + }, + "5": { + "Level": 5, + "Name": "Meticulous Detail", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Ben's keen eye doesn't miss a single error in statements. The same goes for combat, where he gets progressively stronger as he corrects mistakes." + }, + "6": { + "Level": 6, + "Name": "Wild Spirit", + "Desc": "After launching an attack or follow-up attack during Ben's EX Special Attack, Daze inflicted by Basic Attacks, Dash Attack, and Dodge Counter is increased by 20%, lasting 12s.", + "Desc2": "Bear Thirens are different from canine Thirens.\nThey can't be appeased with food alone.\nWhen they lose their temper, the only thing you can do is run for your life...\n—The discontinued \"Be a Good Neighbor! 100 Tips for Getting Along With Thirens\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1131.json b/libs/zzz/dm/HakushinData/character/1131.json new file mode 100644 index 0000000000..a96b82288d --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1131.json @@ -0,0 +1,1654 @@ +{ + "Id": 1131, + "Icon": "IconRole17", + "Name": "Soukaku", + "CodeName": "Soukaku", + "Rarity": 3, + "WeaponType": { "4": "Support" }, + "ElementType": { "202": "Ice" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "6": "Hollow Special Operations Section 6" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JAN 23", + "FullName": "Soukaku", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle17.png", + "ImpressionF": "So many \"avoid doing this\" and \"don't do thats\"... It makes it look like Soukaku's difficult to get along with, but she's a super cute and sweet kid!", + "ImpressionM": "That's probably because we've always avoided the things Fairy warns us about... At least, I won't be taking the risk and trying anything.", + "Name": "", + "OutlookDesc": "Hollow Investigative Association Licensing Archive:\nExecutive Officer Soukaku, Ether aptitude confidential, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: Considering prior combat data, it can be deduced that Soukaku, as an Oni, possesses exceptional Ether aptitude.", + "ProfileDesc": "Soukaku is a member of Hollow Special Operations Section 6 and currently under the guardianship of Section 6's Deputy Chief, Tsukishiro Yanagi.\nSoukaku's birth records cannot be found in either the HIA archives or the New Eridu Citizen Verification Profiles. Her records only date back to when she started living with Tsukishiro Yanagi.\nThere are also no records of her schooling. According to supplementary information, Soukaku is currently homeschooled.\n\nSoukaku is naive, innocent, and carefree, but she possesses an uncharacteristic obsession with food. Please be careful not to let Soukaku become too hungry.\nAt the same time, please do not let Soukaku see food being wasted. This is unacceptable behavior to Soukaku. Deduction: Soukaku has experienced famine before.\n\nSoukaku's understanding of city life and human society is limited, and her view of life and death differs from most people.\nUsually, Soukaku is willing to believe anything other people say, but that doesn't mean she can't tell when something is a lie.\nIn fact, prior data shows that unless one has the ability to run and hide on par with Section 6, it would be in one's best interest to avoid lying to Soukaku.", + "Race": "Hollow Special Operations Section 6", + "RoleIcon": "IconRole/UnPacker/IconRole17", + "Stature": "145", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Goldfinch's Escape\" (available after completing Main Story Chapter 5)" + ], + "TrustLv": { + "1": "Soukaku is a member of Hollow Special Operations Section 6 and currently under the guardianship of Section 6's Deputy Chief, Tsukishiro Yanagi.\nSoukaku's birth records cannot be found in either the HIA archives or the New Eridu Citizen Verification Profiles. Her records only date back to when she started living with Tsukishiro Yanagi.\nThere are also no records of her schooling. According to supplementary information, Soukaku is currently homeschooled.\n\nSoukaku is naive, innocent, and carefree, but she possesses an uncharacteristic obsession with food. Please be careful not to let Soukaku become too hungry.\nAt the same time, please do not let Soukaku see food being wasted. This is unacceptable behavior to Soukaku. Deduction: Soukaku has experienced famine before.\n\nSoukaku's understanding of city life and human society is limited, and her view of life and death differs from most people.\nUsually, Soukaku is willing to believe anything other people say, but that doesn't mean she can't tell when something is a lie.\nIn fact, prior data shows that unless one has the ability to run and hide on par with Section 6, it would be in one's best interest to avoid lying to Soukaku.", + "2": "", + "3": "Apart from her legal guardian Tsukishiro Yanagi, Soukaku appears to have another family member whom she refers to as \"sister.\" No information regarding this individual was found in any New Eridu citizen records.\nThrough cross-referencing records including the timeline on Tsukishiro Yanagi and Soukaku's records, it can be confirmed that Tsukishiro Yanagi was awarded for her outstanding contribution in a military operation against the oni.\nDeduction: Tsukishiro Yanagi has more information on the sister of Soukaku.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 96, + "AttackGrowth": 54887, + "AvatarPieceId": 5131, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65185, + "ElementAbnormalPower": 93, + "ElementMystery": 96, + "Endurance": 0, + "HpGrowth": 875757, + "HpMax": 645, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Aokaku", + "Cut", + "Ice", + "Female", + "Camp6", + "Size1", + "AidTypeParry", + "Aokaku" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100214": 4 } + }, + "2": { + "HpMax": 443, + "Attack": 34, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100224": 12 } + }, + "3": { + "HpMax": 886, + "Attack": 68, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100224": 20 } + }, + "4": { + "HpMax": 1329, + "Attack": 103, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100234": 10 } + }, + "5": { + "HpMax": 1772, + "Attack": 137, + "Defence": 132, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100234": 20 } + }, + "6": { + "HpMax": 2214, + "Attack": 171, + "Defence": 165, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Making Rice Cakes", + "Desc": "Press to activate:\nUnleashes up to 3 attacks, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Making Rice Cakes (Frosted Banner)", + "Desc": "When Frosted Banner is active, press to activate:\nUnleashes up to 3 faster attacks in front, dealing Ice DMG." + }, + { + "Name": "Basic Attack: Making Rice Cakes", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1131001, Prop:1001}", + "Param": { + "1131001": { + "Main": 6620, + "Growth": 610, + "Format": "%", + "DamagePercentage": 6620, + "DamagePercentageGrowth": 610, + "StunRatio": 3310, + "StunRatioGrowth": 160, + "SpRecovery": 11920, + "SpRecoveryGrowth": 0, + "FeverRecovery": 91025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1131002, Prop:1001}", + "Param": { + "1131002": { + "Main": 21630, + "Growth": 1970, + "Format": "%", + "DamagePercentage": 21630, + "DamagePercentageGrowth": 1970, + "StunRatio": 18800, + "StunRatioGrowth": 860, + "SpRecovery": 67670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 444125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1131003, Prop:1001}", + "Param": { + "1131003": { + "Main": 29310, + "Growth": 2670, + "Format": "%", + "DamagePercentage": 29310, + "DamagePercentageGrowth": 2670, + "StunRatio": 22170, + "StunRatioGrowth": 1010, + "SpRecovery": 79800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 542025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1131001, Prop:1002}", + "Param": { + "1131001": { + "Main": 3310, + "Growth": 160, + "Format": "%", + "DamagePercentage": 6620, + "DamagePercentageGrowth": 610, + "StunRatio": 3310, + "StunRatioGrowth": 160, + "SpRecovery": 11920, + "SpRecoveryGrowth": 0, + "FeverRecovery": 91025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1131002, Prop:1002}", + "Param": { + "1131002": { + "Main": 18800, + "Growth": 860, + "Format": "%", + "DamagePercentage": 21630, + "DamagePercentageGrowth": 1970, + "StunRatio": 18800, + "StunRatioGrowth": 860, + "SpRecovery": 67670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 444125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1131003, Prop:1002}", + "Param": { + "1131003": { + "Main": 22170, + "Growth": 1010, + "Format": "%", + "DamagePercentage": 29310, + "DamagePercentageGrowth": 2670, + "StunRatio": 22170, + "StunRatioGrowth": 1010, + "SpRecovery": 79800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 542025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Making Rice Cakes (Frosted Banner)", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1131004, Prop:1001}", + "Param": { + "1131004": { + "Main": 7660, + "Growth": 700, + "Format": "%", + "DamagePercentage": 7660, + "DamagePercentageGrowth": 700, + "StunRatio": 4660, + "StunRatioGrowth": 220, + "SpRecovery": 16770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4657, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1131005, Prop:1001}", + "Param": { + "1131005": { + "Main": 22850, + "Growth": 2080, + "Format": "%", + "DamagePercentage": 22850, + "DamagePercentageGrowth": 2080, + "StunRatio": 12750, + "StunRatioGrowth": 580, + "SpRecovery": 45880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 350625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12743, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1131006, Prop:1001}", + "Param": { + "1131006": { + "Main": 51140, + "Growth": 4650, + "Format": "%", + "DamagePercentage": 51140, + "DamagePercentageGrowth": 4650, + "StunRatio": 26330, + "StunRatioGrowth": 1200, + "SpRecovery": 94760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 724075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26321, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1131004, Prop:1002}", + "Param": { + "1131004": { + "Main": 4660, + "Growth": 220, + "Format": "%", + "DamagePercentage": 7660, + "DamagePercentageGrowth": 700, + "StunRatio": 4660, + "StunRatioGrowth": 220, + "SpRecovery": 16770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4657, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1131005, Prop:1002}", + "Param": { + "1131005": { + "Main": 12750, + "Growth": 580, + "Format": "%", + "DamagePercentage": 22850, + "DamagePercentageGrowth": 2080, + "StunRatio": 12750, + "StunRatioGrowth": 580, + "SpRecovery": 45880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 350625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12743, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1131006, Prop:1002}", + "Param": { + "1131006": { + "Main": 26330, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 51140, + "DamagePercentageGrowth": 4650, + "StunRatio": 26330, + "StunRatioGrowth": 1200, + "SpRecovery": 94760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 724075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26321, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Grab a Bite", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: 50/50", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dash Attack: 50/50 (Frosted Banner)", + "Desc": "When Frosted Banner is active, press during a Dodge to activate:\nSlashes enemies in front, dealing Ice DMG." + }, + { + "Name": "Dodge Counter: Away From My Snacks", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: 50/50", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131015, Prop:1001}", + "Param": { + "1131015": { + "Main": 7670, + "Growth": 700, + "Format": "%", + "DamagePercentage": 7670, + "DamagePercentageGrowth": 700, + "StunRatio": 3840, + "StunRatioGrowth": 180, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 105600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131015, Prop:1002}", + "Param": { + "1131015": { + "Main": 3840, + "Growth": 180, + "Format": "%", + "DamagePercentage": 7670, + "DamagePercentageGrowth": 700, + "StunRatio": 3840, + "StunRatioGrowth": 180, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 105600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: 50/50 (Frosted Banner)", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131016, Prop:1001}", + "Param": { + "1131016": { + "Main": 13150, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 13150, + "DamagePercentageGrowth": 1200, + "StunRatio": 8010, + "StunRatioGrowth": 370, + "SpRecovery": 28820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 220275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131016, Prop:1002}", + "Param": { + "1131016": { + "Main": 8010, + "Growth": 370, + "Format": "%", + "DamagePercentage": 13150, + "DamagePercentageGrowth": 1200, + "StunRatio": 8010, + "StunRatioGrowth": 370, + "SpRecovery": 28820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 220275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Away From My Snacks", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131017, Prop:1001}", + "Param": { + "1131017": { + "Main": 24730, + "Growth": 2250, + "Format": "%", + "DamagePercentage": 24730, + "DamagePercentageGrowth": 2250, + "StunRatio": 21340, + "StunRatioGrowth": 970, + "SpRecovery": 40790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11330, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131017, Prop:1002}", + "Param": { + "1131017": { + "Main": 21340, + "Growth": 970, + "Format": "%", + "DamagePercentage": 24730, + "DamagePercentageGrowth": 2250, + "StunRatio": 21340, + "StunRatioGrowth": 970, + "SpRecovery": 40790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11330, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Cooling Bento", + "Desc": "Press to activate:\nSoukaku releases a wind current in front of her and unleashes her finishing move, dealing Ice DMG.\nDuring skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%.\nHolding while using this skill allows for a quick transition to Fly the Flag." + }, + { + "Name": "EX Special Attack: Fanning Mosquitoes", + "Desc": "With enough Energy, press to activate:\nReleases wind currents of extended range in front of her, dealing massive Ice DMG.\nThis skill can be triggered consecutively by pressing repeatedly. Each use consumes a specified amount of Energy. When Soukaku's Energy is depleted, or you stop pressing the button, she unleashes a powerful finishing move that deals massive Ice DMG.\nDuring skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%.\nHolding while using this skill allows for a quick transition to Fly the Flag." + }, + { + "Name": "Special Attack: Rally!", + "Desc": "Hold to activate:\nSoukaku plunges her weapon into the ground, morphs it into a flag, and launches Fly the Flag, dealing Ice DMG. Hitting an enemy with Fly the Flag triggers a Quick Assist.\nPressing or after Fly the Flag activates a Special Attack as she retracts the flag, dealing Ice DMG.\nIf Soukaku owns 3 stacks of Vortex on using Fly the Flag, she consumes all 3 stacks and enters the Frosted Banner state. In the Frosted Banner state, she can unleash an enhanced Basic Attack or an enhanced Dash Attack, dealing massive Ice DMG. This effect can last up to 45s or stack up to 6 times.\nSoukaku's weapon gains Vortexes in the following circumstances:\nGains 1 stack of Vortex when launching an EX Special Attack,\nGains 1 stack of Vortex when launching a Chain Attack,\nGains 3 stacks of Vortex when launching an Ultimate.\nSoukaku can accumulate a maximum of 3 stacks of Vortex." + }, + { + "Name": "Special Attack: Cooling Bento", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1131008, Prop:1001}", + "Param": { + "1131008": { + "Main": 2840, + "Growth": 260, + "Format": "%", + "DamagePercentage": 2840, + "DamagePercentageGrowth": 260, + "StunRatio": 2840, + "StunRatioGrowth": 130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2834, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move DMG Multiplier", + "Desc": "{Skill:1131009, Prop:1001}", + "Param": { + "1131009": { + "Main": 10010, + "Growth": 910, + "Format": "%", + "DamagePercentage": 10010, + "DamagePercentageGrowth": 910, + "StunRatio": 10010, + "StunRatioGrowth": 460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1131008, Prop:1002}", + "Param": { + "1131008": { + "Main": 2840, + "Growth": 130, + "Format": "%", + "DamagePercentage": 2840, + "DamagePercentageGrowth": 260, + "StunRatio": 2840, + "StunRatioGrowth": 130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2834, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move Daze Multiplier", + "Desc": "{Skill:1131009, Prop:1002}", + "Param": { + "1131009": { + "Main": 10010, + "Growth": 460, + "Format": "%", + "DamagePercentage": 10010, + "DamagePercentageGrowth": 910, + "StunRatio": 10010, + "StunRatioGrowth": 460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5001, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Fanning Mosquitoes", + "Param": [ + { + "Name": "Consecutive Attack DMG Multiplier", + "Desc": "{{Skill:1131011, Prop:1001}/2}", + "Param": { + "1131011": { + "Main": 26240, + "Growth": 2390, + "Format": "%", + "DamagePercentage": 26240, + "DamagePercentageGrowth": 2390, + "StunRatio": 22580, + "StunRatioGrowth": 1030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 822250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24407, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Wind Current DMG Multiplier", + "Desc": "{Skill:1131010, Prop:1001}", + "Param": { + "1131010": { + "Main": 10210, + "Growth": 930, + "Format": "%", + "DamagePercentage": 10210, + "DamagePercentageGrowth": 930, + "StunRatio": 8790, + "StunRatioGrowth": 400, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 319825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9491, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Consecutive Attack Daze Multiplier", + "Desc": "{{Skill:1131011, Prop:1002}/2}", + "Param": { + "1131011": { + "Main": 22580, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 26240, + "DamagePercentageGrowth": 2390, + "StunRatio": 22580, + "StunRatioGrowth": 1030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 822250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24407, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Wind Current Daze Multiplier", + "Desc": "{Skill:1131010, Prop:1002}", + "Param": { + "1131010": { + "Main": 8790, + "Growth": 400, + "Format": "%", + "DamagePercentage": 10210, + "DamagePercentageGrowth": 930, + "StunRatio": 8790, + "StunRatioGrowth": 400, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 319825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9491, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost to Use", "Desc": "60" }, + { "Name": "Energy Cost of Each Attack", "Desc": "30" } + ] + }, + { + "Name": "Special Attack: Rally!", + "Param": [ + { + "Name": "Fly the Flag DMG Multiplier", + "Desc": "{Skill:1131012, Prop:1001}", + "Param": { + "1131012": { + "Main": 25010, + "Growth": 2280, + "Format": "%", + "DamagePercentage": 25010, + "DamagePercentageGrowth": 2280, + "StunRatio": 27510, + "StunRatioGrowth": 1260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 687775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Quick Fly the Flag DMG Multiplier", + "Desc": "{Skill:1131013, Prop:1001}", + "Param": { + "1131013": { + "Main": 14010, + "Growth": 1280, + "Format": "%", + "DamagePercentage": 14010, + "DamagePercentageGrowth": 1280, + "StunRatio": 14010, + "StunRatioGrowth": 640, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 385275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Lowering the Flag DMG Multiplier", + "Desc": "{Skill:1131014, Prop:1001}", + "Param": { + "1131014": { + "Main": 24500, + "Growth": 2230, + "Format": "%", + "DamagePercentage": 24500, + "DamagePercentageGrowth": 2230, + "StunRatio": 24500, + "StunRatioGrowth": 1120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 673750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12250, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fly the Flag Daze Multiplier", + "Desc": "{Skill:1131012, Prop:1002}", + "Param": { + "1131012": { + "Main": 27510, + "Growth": 1260, + "Format": "%", + "DamagePercentage": 25010, + "DamagePercentageGrowth": 2280, + "StunRatio": 27510, + "StunRatioGrowth": 1260, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 687775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Quick Fly the Flag Daze Multiplier", + "Desc": "{Skill:1131013, Prop:1002}", + "Param": { + "1131013": { + "Main": 14010, + "Growth": 640, + "Format": "%", + "DamagePercentage": 14010, + "DamagePercentageGrowth": 1280, + "StunRatio": 14010, + "StunRatioGrowth": 640, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 385275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Lowering the Flag Daze Multiplier", + "Desc": "{Skill:1131014, Prop:1002}", + "Param": { + "1131014": { + "Main": 24500, + "Growth": 1120, + "Format": "%", + "DamagePercentage": 24500, + "DamagePercentageGrowth": 2230, + "StunRatio": 24500, + "StunRatioGrowth": 1120, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 673750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12250, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Pudding Slash", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nSoukaku quickly unleashes a series of strikes at enemies in front of her and follows up with Fly the Flag, dealing massive Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Jumbo Pudding Slash", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nSoukaku quickly unleashes an extended series of strikes at enemies in front of her and follows up with Fly the Flag, dealing massive Ice DMG.\nUpon activating this skill, Soukaku enters the Masked state, increasing her CRIT Rate by 15% for 15s.\nUpon activating this skill, other squad members recover 10 Energy. The next character to switch in gains an additional 20 Energy.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Pudding Slash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131018, Prop:1001}", + "Param": { + "1131018": { + "Main": 74580, + "Growth": 6780, + "Format": "%", + "DamagePercentage": 74580, + "DamagePercentageGrowth": 6780, + "StunRatio": 34680, + "StunRatioGrowth": 1580, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2782450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 54620, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131018, Prop:1002}", + "Param": { + "1131018": { + "Main": 34680, + "Growth": 1580, + "Format": "%", + "DamagePercentage": 74580, + "DamagePercentageGrowth": 6780, + "StunRatio": 34680, + "StunRatioGrowth": 1580, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2782450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 54620, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Jumbo Pudding Slash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131019, Prop:1001}", + "Param": { + "1131019": { + "Main": 198980, + "Growth": 18090, + "Format": "%", + "DamagePercentage": 198980, + "DamagePercentageGrowth": 18090, + "StunRatio": 37680, + "StunRatioGrowth": 1720, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131019, Prop:1002}", + "Param": { + "1131019": { + "Main": 37680, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 198980, + "DamagePercentageGrowth": 18090, + "StunRatio": 37680, + "StunRatioGrowth": 1720, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: A Set for Two", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Guarding Tactics", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Sweeping Strike", + "Desc": "Press after a Defensive Assist to activate:\nCharges and strikes enemies in front, dealing Ice DMG.\nCharacter is invulnerable while using this skill.\nHolding while using this skill allows for a quick transition to Fly the Flag." + }, + { + "Name": "Quick Assist: A Set for Two", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1131020, Prop:1001}", + "Param": { + "1131020": { + "Main": 11340, + "Growth": 1040, + "Format": "%", + "DamagePercentage": 11340, + "DamagePercentageGrowth": 1040, + "StunRatio": 11340, + "StunRatioGrowth": 520, + "SpRecovery": 40790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11330, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1131020, Prop:1002}", + "Param": { + "1131020": { + "Main": 11340, + "Growth": 520, + "Format": "%", + "DamagePercentage": 11340, + "DamagePercentageGrowth": 1040, + "StunRatio": 11340, + "StunRatioGrowth": 520, + "SpRecovery": 40790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11330, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Guarding Tactics", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1131021, Prop:1002}", + "Param": { + "1131021": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1131022, Prop:1002}", + "Param": { + "1131022": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1131023, Prop:1002}", + "Param": { + "1131023": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Sweeping Strike", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1131024, Prop:1001} + {Skill:1131026, Prop:1001}}", + "Param": { + "1131024": { + "Main": 26400, + "Growth": 2400, + "Format": "%", + "DamagePercentage": 26400, + "DamagePercentageGrowth": 2400, + "StunRatio": 23130, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 815925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24757, + "SpConsume": 0, + "AttackData": [] + }, + "1131026": { + "Main": 11320, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 11320, + "DamagePercentageGrowth": 1030, + "StunRatio": 9910, + "StunRatioGrowth": 460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 349800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10610, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1131024, Prop:1002} + {Skill:1131026, Prop:1002}}", + "Param": { + "1131024": { + "Main": 23130, + "Growth": 1060, + "Format": "%", + "DamagePercentage": 26400, + "DamagePercentageGrowth": 2400, + "StunRatio": 23130, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 815925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24757, + "SpConsume": 0, + "AttackData": [] + }, + "1131026": { + "Main": 9910, + "Growth": 460, + "Format": "%", + "DamagePercentage": 11320, + "DamagePercentageGrowth": 1030, + "StunRatio": 9910, + "StunRatioGrowth": 460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 349800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10610, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1131001": { + "Name": "Basic Attack: Making Rice Cakes", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1131002": { + "Name": "Basic Attack: Making Rice Cakes (Frosted Banner)", + "Desc": " (Frosted Banner)", + "ElementType": 200, + "HitType": 101 + }, + "1131003": { + "Name": "Special Attack: Cooling Bento", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1131004": { + "Name": "Special Attack: Rally!", + "Desc": " (Hold Down)", + "ElementType": 202, + "HitType": 102 + }, + "1131005": { + "Name": "EX Special Attack: Fanning Mosquitoes", + "Desc": " (Repeatedly press)", + "ElementType": 202, + "HitType": 102 + }, + "1131006": { + "Name": "Dash Attack: 50/50", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1131007": { + "Name": "Dash Attack: 50/50 (Frosted Banner)", + "Desc": " ; (Frosted Banner)", + "ElementType": 200, + "HitType": 101 + }, + "1131008": { + "Name": "Dodge Counter: Away From My Snacks", + "Desc": " (Perfect) ; ", + "ElementType": 202, + "HitType": 101 + }, + "1131009": { + "Name": "Chain Attack: Pudding Slash", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1131010": { + "Name": "Ultimate: Jumbo Pudding Slash", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1131011": { + "Name": "Quick Assist: A Set for Two", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 202, + "HitType": 101 + }, + "1131012": { + "Name": "Defensive Assist: Guarding Tactics", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1131013": { + "Name": "Assist Follow-Up: Sweeping Strike", + "Desc": " (After Defensive Assist)", + "ElementType": 202, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1131501, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 10% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "2": { + "Level": 2, + "Id": 1131502, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 12.5% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "3": { + "Level": 3, + "Id": 1131503, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 15% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "4": { + "Level": 4, + "Id": 1131504, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 17% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "5": { + "Level": 5, + "Id": 1131505, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 18% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "6": { + "Level": 6, + "Id": 1131506, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 19% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + }, + "7": { + "Level": 7, + "Id": 1131507, + "Name": [ + "Core Passive: Blade Banner", + "Additional Ability: Group Set Meal" + ], + "Desc": [ + "When Soukaku launches Fly the Flag, her ATK is increased by 20% of her initial ATK, up to 500, for 22s. When consuming Vortex during Fly the Flag, the ATK increase is doubled, up to a max of 1,000. This buff can be passed along to characters switching in via Quick Assists or Chain Attacks triggered by Fly the Flag, and it refreshes the duration of the buff.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Soukaku consumes Vortex to activate Fly the Flag, the Ice DMG of all squad members is increased by 20% for 22s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110501": 2 }, + "3": { "10": 28000, "110501": 4 }, + "4": { "10": 60000, "110003": 2, "110501": 9 }, + "5": { "10": 100000, "110003": 3, "110501": 15 }, + "6": { "10": 200000, "110003": 4, "110501": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Uplifting Current", + "Desc": "When Soukaku triggers Core Passive: Blade Banner or Additional Ability: Group Set Meal, the buff duration is increased by 8s.", + "Desc2": "When charged, the special charging module can generate a wind current of Ether energy to charge surrounding Ether devices.\nTo Soukaku, it's just like having a buffet with friends.\n\"Guys~ It's all-you-can-eat time!\"" + }, + "2": { + "Level": 2, + "Name": "Experimental Charging Module", + "Desc": "When Soukaku's Basic Attack, Dash Attack, Dodge Counter, or Quick Assist hits an enemy, there's a 15% chance she gains 1 stack of Vortex, triggering up to once per second.\nWhen Vortex reaches max stacks, any additional stacks grant Soukaku 1.2 Energy instead.", + "Desc2": "A charging module is able to continuously accumulate energy during battle.\nTherefore, it is regarded as an era-defining conceptual tactical weapon by the R&D department.\nBut for Soukaku, fully charging it simply means it's time to eat." + }, + "3": { + "Level": 3, + "Name": "Attendance Meal Allowance", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "The best way to motivate Soukaku to train harder is simple: just increase her attendance meal allowance." + }, + "4": { + "Level": 4, + "Name": "Hypothermia", + "Desc": "If an enemy is hit by Fly the Flag, the target's Ice RES is reduced by 10% for 8s.", + "Desc2": "The custom-made weapon Oni Banner features a powerful built-in cooling system. Its Ether-infused catalyst generates cold air, dealing significant DMG to enemies it hits." + }, + "5": { + "Level": 5, + "Name": "Late-Night Snacks", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "To further incentivize Soukaku to train is simple: just add a late-night snack top of the attendance meal allowance." + }, + "6": { + "Level": 6, + "Name": "Northern Wind", + "Desc": "While in the Frosted Banner state, the number of usable enhanced Basic Attacks and enhanced Dash Attacks is increased to 12, and also deal 45% more DMG.", + "Desc2": "Unlocking the safety device within the blade banner allows it to operate at full capacity. It's not just for combat... it's also handy for cooling down a meal." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1141.json b/libs/zzz/dm/HakushinData/character/1141.json new file mode 100644 index 0000000000..22384322b6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1141.json @@ -0,0 +1,1755 @@ +{ + "Id": 1141, + "Icon": "IconRole18", + "Name": "Lycaon", + "CodeName": "Lycaon", + "Rarity": 4, + "WeaponType": { "2": "Stun" }, + "ElementType": { "202": "Ice" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "2": "Victoria Housekeeping Co." }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "OCT 4", + "FullName": "Von Lycaon", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle18.png", + "ImpressionF": "Is there truly anything in this world that poses a challenge for Lycaon?\nIt seems that no matter what obstacles he encounters, he effortlessly solves them all (as long as you touch his tail)!", + "ImpressionM": "Belle, did your comment get mixed up with your personal preferences...?\nAnd Fairy suggested touching Lycaon's chin and head, not his tail.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator: Lycaon, with an excellent aptitude for Ether, is authorized to perform basic tasks such as investigating and mining in identified Hollows (including Companion Hollows) within New Eridu.\nNote: Lycaon's personal files contain a classified section that requires administrator permissions to access.\nIt is assumed this section contains information about his past and criminal records.", + "ProfileDesc": "Lycaon, the substantive leader and representative of Victoria Housekeeping Co., is responsible for managing all members of the company.\nRational and reliable, Lycaon is an elegant gentleman and a versatile attendant who can solve any problem. He is the cornerstone of his team and a reassuring presence.\nHe has a slight obsession with cleanliness, always tidying up his surroundings and unable to tolerate dirty environments.\n\nAlthough Lycaon maintains his elegance and composure, his canine instincts occasionally shine through. When he is particularly happy, his tail and ears unconsciously wag. He seems to be aware of this habit and somewhat bothered by it.\nAdditionally, like most furry Thiren, Lycaon takes great care of his fur.\n\nSuggestion: Since Lycaon is a canine Thiren, stroking his head or chin may enhance the emotional connection between you. (Note: Success is not guaranteed.)\n* Risks: Due to his height, you may not be able to do this even if you stand on tiptoes.", + "Race": "Victoria Housekeeping Co.", + "RoleIcon": "IconRole/UnPacker/IconRole18", + "Stature": "198", + "UnlockCondition": [ + "Obtain Agent", + "Complete Agent Story \"And the True Heroes Are Always Behind the Scenes\"" + ], + "TrustLv": { + "1": "Lycaon, the substantive leader and representative of Victoria Housekeeping Co., is responsible for managing all members of the company.\nRational and reliable, Lycaon is an elegant gentleman and a versatile attendant who can solve any problem. He is the cornerstone of his team and a reassuring presence.\nHe has a slight obsession with cleanliness, always tidying up his surroundings and unable to tolerate dirty environments.\n\nAlthough Lycaon maintains his elegance and composure, his canine instincts occasionally shine through. When he is particularly happy, his tail and ears unconsciously wag. He seems to be aware of this habit and somewhat bothered by it.\nAdditionally, like most furry Thiren, Lycaon takes great care of his fur.\n\nSuggestion: Since Lycaon is a canine Thiren, stroking his head or chin may enhance the emotional connection between you. (Note: Success is not guaranteed.)\n* Risks: Due to his height, you may not be able to do this even if you stand on tiptoes.", + "2": "", + "3": "Lycaon has a troubled past that he keeps to himself.\nDespite his current elegant and gentle demeanor, the former Lycaon led a wild lifestyle and had a friend whom he trusted implicitly.\nHowever, this friend has now become a bitter enemy.\n\nNote: Due to limited information, it is challenging to uncover the specifics of his past.\nYou should consider trying to gather information from different angles about the individuals involved to obtain more valuable intelligence.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 105, + "AttackGrowth": 61287, + "AvatarPieceId": 5141, + "BreakStun": 119, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 91, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 918185, + "HpMax": 677, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Lycaon", + "Punch", + "Ice", + "Male", + "Camp2", + "Size3", + "AidTypeParry", + "Lycaon" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 464, + "Attack": 37, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 929, + "Attack": 75, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1393, + "Attack": 112, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1857, + "Attack": 150, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2322, + "Attack": 187, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Moon Hunter", + "Desc": "Press to activate:\nUnleashes up to 5 strikes in front, dealing Physical DMG.\nHold down to charge up, increasing the power of the attack and dealing Ice DMG." + }, + { + "Name": "Basic Attack: Moon Hunter", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1141001, Prop:1001}", + "Param": { + "1141001": { + "Main": 2920, + "Growth": 270, + "Format": "%", + "DamagePercentage": 2920, + "DamagePercentageGrowth": 270, + "StunRatio": 1460, + "StunRatioGrowth": 70, + "SpRecovery": 5010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 38225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Charged Attack DMG Multiplier", + "Desc": "{Skill:1141002, Prop:1001}", + "Param": { + "1141002": { + "Main": 3710, + "Growth": 340, + "Format": "%", + "DamagePercentage": 3710, + "DamagePercentageGrowth": 340, + "StunRatio": 1210, + "StunRatioGrowth": 60, + "SpRecovery": 4140, + "SpRecoveryGrowth": 0, + "FeverRecovery": 31625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1148, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1141003, Prop:1001}", + "Param": { + "1141003": { + "Main": 3490, + "Growth": 320, + "Format": "%", + "DamagePercentage": 3490, + "DamagePercentageGrowth": 320, + "StunRatio": 3030, + "StunRatioGrowth": 140, + "SpRecovery": 10390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Charged Attack DMG Multiplier", + "Desc": "{Skill:1141004, Prop:1001}", + "Param": { + "1141004": { + "Main": 5640, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5640, + "DamagePercentageGrowth": 520, + "StunRatio": 3290, + "StunRatioGrowth": 150, + "SpRecovery": 11270, + "SpRecoveryGrowth": 0, + "FeverRecovery": 86075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3128, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1141005, Prop:1001}", + "Param": { + "1141005": { + "Main": 5840, + "Growth": 540, + "Format": "%", + "DamagePercentage": 5840, + "DamagePercentageGrowth": 540, + "StunRatio": 4560, + "StunRatioGrowth": 210, + "SpRecovery": 15630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Charged Attack DMG Multiplier", + "Desc": "{Skill:1141006, Prop:1001}", + "Param": { + "1141006": { + "Main": 9950, + "Growth": 910, + "Format": "%", + "DamagePercentage": 9950, + "DamagePercentageGrowth": 910, + "StunRatio": 5370, + "StunRatioGrowth": 250, + "SpRecovery": 18410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5113, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1141007, Prop:1001}", + "Param": { + "1141007": { + "Main": 15200, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 15200, + "DamagePercentageGrowth": 1390, + "StunRatio": 11200, + "StunRatioGrowth": 510, + "SpRecovery": 38380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 293150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Charged Attack DMG Multiplier", + "Desc": "{Skill:1141008, Prop:1001}", + "Param": { + "1141008": { + "Main": 21090, + "Growth": 1920, + "Format": "%", + "DamagePercentage": 21090, + "DamagePercentageGrowth": 1920, + "StunRatio": 10710, + "StunRatioGrowth": 490, + "SpRecovery": 36720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 280500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10198, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1141009, Prop:1001}", + "Param": { + "1141009": { + "Main": 18070, + "Growth": 1650, + "Format": "%", + "DamagePercentage": 18070, + "DamagePercentageGrowth": 1650, + "StunRatio": 14770, + "StunRatioGrowth": 680, + "SpRecovery": 50620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 386650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Level-1 Charged Attack DMG Multiplier", + "Desc": "{Skill:1141010, Prop:1001}", + "Param": { + "1141010": { + "Main": 27760, + "Growth": 2530, + "Format": "%", + "DamagePercentage": 27760, + "DamagePercentageGrowth": 2530, + "StunRatio": 16310, + "StunRatioGrowth": 750, + "SpRecovery": 55890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 427075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15524, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Level-2 Charged Attack DMG Multiplier", + "Desc": "{Skill:1141011, Prop:1001}", + "Param": { + "1141011": { + "Main": 35570, + "Growth": 3240, + "Format": "%", + "DamagePercentage": 35570, + "DamagePercentageGrowth": 3240, + "StunRatio": 20560, + "StunRatioGrowth": 940, + "SpRecovery": 70480, + "SpRecoveryGrowth": 0, + "FeverRecovery": 538450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19575, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1141001, Prop:1002}", + "Param": { + "1141001": { + "Main": 1460, + "Growth": 70, + "Format": "%", + "DamagePercentage": 2920, + "DamagePercentageGrowth": 270, + "StunRatio": 1460, + "StunRatioGrowth": 70, + "SpRecovery": 5010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 38225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Charged Daze Multiplier", + "Desc": "{Skill:1141002, Prop:1002}", + "Param": { + "1141002": { + "Main": 1210, + "Growth": 60, + "Format": "%", + "DamagePercentage": 3710, + "DamagePercentageGrowth": 340, + "StunRatio": 1210, + "StunRatioGrowth": 60, + "SpRecovery": 4140, + "SpRecoveryGrowth": 0, + "FeverRecovery": 31625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1148, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1141003, Prop:1002}", + "Param": { + "1141003": { + "Main": 3030, + "Growth": 140, + "Format": "%", + "DamagePercentage": 3490, + "DamagePercentageGrowth": 320, + "StunRatio": 3030, + "StunRatioGrowth": 140, + "SpRecovery": 10390, + "SpRecoveryGrowth": 0, + "FeverRecovery": 79475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Charged Daze Multiplier", + "Desc": "{Skill:1141004, Prop:1002}", + "Param": { + "1141004": { + "Main": 3290, + "Growth": 150, + "Format": "%", + "DamagePercentage": 5640, + "DamagePercentageGrowth": 520, + "StunRatio": 3290, + "StunRatioGrowth": 150, + "SpRecovery": 11270, + "SpRecoveryGrowth": 0, + "FeverRecovery": 86075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3128, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1141005, Prop:1002}", + "Param": { + "1141005": { + "Main": 4560, + "Growth": 210, + "Format": "%", + "DamagePercentage": 5840, + "DamagePercentageGrowth": 540, + "StunRatio": 4560, + "StunRatioGrowth": 210, + "SpRecovery": 15630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Charged Daze Multiplier", + "Desc": "{Skill:1141006, Prop:1002}", + "Param": { + "1141006": { + "Main": 5370, + "Growth": 250, + "Format": "%", + "DamagePercentage": 9950, + "DamagePercentageGrowth": 910, + "StunRatio": 5370, + "StunRatioGrowth": 250, + "SpRecovery": 18410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5113, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1141007, Prop:1002}", + "Param": { + "1141007": { + "Main": 11200, + "Growth": 510, + "Format": "%", + "DamagePercentage": 15200, + "DamagePercentageGrowth": 1390, + "StunRatio": 11200, + "StunRatioGrowth": 510, + "SpRecovery": 38380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 293150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Charged Daze Multiplier", + "Desc": "{Skill:1141008, Prop:1002}", + "Param": { + "1141008": { + "Main": 10710, + "Growth": 490, + "Format": "%", + "DamagePercentage": 21090, + "DamagePercentageGrowth": 1920, + "StunRatio": 10710, + "StunRatioGrowth": 490, + "SpRecovery": 36720, + "SpRecoveryGrowth": 0, + "FeverRecovery": 280500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10198, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1141009, Prop:1002}", + "Param": { + "1141009": { + "Main": 14770, + "Growth": 680, + "Format": "%", + "DamagePercentage": 18070, + "DamagePercentageGrowth": 1650, + "StunRatio": 14770, + "StunRatioGrowth": 680, + "SpRecovery": 50620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 386650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Level-1 Charged Daze Multiplier", + "Desc": "{Skill:1141010, Prop:1002}", + "Param": { + "1141010": { + "Main": 16310, + "Growth": 750, + "Format": "%", + "DamagePercentage": 27760, + "DamagePercentageGrowth": 2530, + "StunRatio": 16310, + "StunRatioGrowth": 750, + "SpRecovery": 55890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 427075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15524, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Level-2 Charged Daze Multiplier", + "Desc": "{Skill:1141011, Prop:1002}", + "Param": { + "1141011": { + "Main": 20560, + "Growth": 940, + "Format": "%", + "DamagePercentage": 35570, + "DamagePercentageGrowth": 3240, + "StunRatio": 20560, + "StunRatioGrowth": 940, + "SpRecovery": 70480, + "SpRecoveryGrowth": 0, + "FeverRecovery": 538450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19575, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Suitable Positioning", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Keep it Clean", + "Desc": "Press during a dodge to activate:\nSlides forward, launching a series of strikes in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Etiquette Manual", + "Desc": "Press during a Perfect Dodge to activate:\nStrikes enemies in front, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Keep it Clean", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141018, Prop:1001}", + "Param": { + "1141018": { + "Main": 4730, + "Growth": 430, + "Format": "%", + "DamagePercentage": 4730, + "DamagePercentageGrowth": 430, + "StunRatio": 2370, + "StunRatioGrowth": 110, + "SpRecovery": 8110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 62150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141018, Prop:1002}", + "Param": { + "1141018": { + "Main": 2370, + "Growth": 110, + "Format": "%", + "DamagePercentage": 4730, + "DamagePercentageGrowth": 430, + "StunRatio": 2370, + "StunRatioGrowth": 110, + "SpRecovery": 8110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 62150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Etiquette Manual", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141019, Prop:1001}", + "Param": { + "1141019": { + "Main": 18700, + "Growth": 1700, + "Format": "%", + "DamagePercentage": 18700, + "DamagePercentageGrowth": 1700, + "StunRatio": 16810, + "StunRatioGrowth": 770, + "SpRecovery": 21620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141019, Prop:1002}", + "Param": { + "1141019": { + "Main": 16810, + "Growth": 770, + "Format": "%", + "DamagePercentage": 18700, + "DamagePercentageGrowth": 1700, + "StunRatio": 16810, + "StunRatioGrowth": 770, + "SpRecovery": 21620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Time to Hunt", + "Desc": "Press to activate:\nUnleashes a series of strikes in front, dealing Ice DMG.\nHold down to charge up, increasing its power.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Thrill of the Hunt", + "Desc": "With enough Energy, press to activate:\nUnleashes a series of powerful strikes in front, dealing massive Ice DMG.\nHold down to charge up, consuming Energy and enhancing the power of the attack.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Time to Hunt", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1141012, Prop:1001} + {Skill:1141013, Prop:1001}}", + "Param": { + "1141012": { + "Main": 2280, + "Growth": 210, + "Format": "%", + "DamagePercentage": 2280, + "DamagePercentageGrowth": 210, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2166, + "SpConsume": 0, + "AttackData": [] + }, + "1141013": { + "Main": 5430, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5430, + "DamagePercentageGrowth": 500, + "StunRatio": 5430, + "StunRatioGrowth": 250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 142175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2583, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Attack DMG Multiplier", + "Desc": "{{Skill:1141012, Prop:1001} + {Skill:1141014, Prop:1001}}", + "Param": { + "1141012": { + "Main": 2280, + "Growth": 210, + "Format": "%", + "DamagePercentage": 2280, + "DamagePercentageGrowth": 210, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2166, + "SpConsume": 0, + "AttackData": [] + }, + "1141014": { + "Main": 11030, + "Growth": 1010, + "Format": "%", + "DamagePercentage": 11030, + "DamagePercentageGrowth": 1010, + "StunRatio": 11030, + "StunRatioGrowth": 510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 289025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5250, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1141012, Prop:1002} + {Skill:1141013, Prop:1002}}", + "Param": { + "1141012": { + "Main": 2280, + "Growth": 110, + "Format": "%", + "DamagePercentage": 2280, + "DamagePercentageGrowth": 210, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2166, + "SpConsume": 0, + "AttackData": [] + }, + "1141013": { + "Main": 5430, + "Growth": 250, + "Format": "%", + "DamagePercentage": 5430, + "DamagePercentageGrowth": 500, + "StunRatio": 5430, + "StunRatioGrowth": 250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 142175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2583, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Daze Multiplier", + "Desc": "{{Skill:1141012, Prop:1002} + {Skill:1141014, Prop:1002}}", + "Param": { + "1141012": { + "Main": 2280, + "Growth": 110, + "Format": "%", + "DamagePercentage": 2280, + "DamagePercentageGrowth": 210, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2166, + "SpConsume": 0, + "AttackData": [] + }, + "1141014": { + "Main": 11030, + "Growth": 510, + "Format": "%", + "DamagePercentage": 11030, + "DamagePercentageGrowth": 1010, + "StunRatio": 11030, + "StunRatioGrowth": 510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 289025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5250, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Thrill of the Hunt", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1141015, Prop:1001} + {Skill:1141016, Prop:1001}}", + "Param": { + "1141015": { + "Main": 25240, + "Growth": 2300, + "Format": "%", + "DamagePercentage": 25240, + "DamagePercentageGrowth": 2300, + "StunRatio": 21150, + "StunRatioGrowth": 970, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 698500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20076, + "SpConsume": 0, + "AttackData": [] + }, + "1141016": { + "Main": 28190, + "Growth": 2570, + "Format": "%", + "DamagePercentage": 28190, + "DamagePercentageGrowth": 2570, + "StunRatio": 23890, + "StunRatioGrowth": 1090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 773850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22542, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Attack DMG Multiplier", + "Desc": "{{Skill:1141015, Prop:1001} + {Skill:1141017, Prop:1001}}", + "Param": { + "1141015": { + "Main": 25240, + "Growth": 2300, + "Format": "%", + "DamagePercentage": 25240, + "DamagePercentageGrowth": 2300, + "StunRatio": 21150, + "StunRatioGrowth": 970, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 698500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20076, + "SpConsume": 0, + "AttackData": [] + }, + "1141017": { + "Main": 53710, + "Growth": 4890, + "Format": "%", + "DamagePercentage": 53710, + "DamagePercentageGrowth": 4890, + "StunRatio": 45290, + "StunRatioGrowth": 2060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1479225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 42848, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1141015, Prop:1002} + {Skill:1141016, Prop:1002}}", + "Param": { + "1141015": { + "Main": 21150, + "Growth": 970, + "Format": "%", + "DamagePercentage": 25240, + "DamagePercentageGrowth": 2300, + "StunRatio": 21150, + "StunRatioGrowth": 970, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 698500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20076, + "SpConsume": 0, + "AttackData": [] + }, + "1141016": { + "Main": 23890, + "Growth": 1090, + "Format": "%", + "DamagePercentage": 28190, + "DamagePercentageGrowth": 2570, + "StunRatio": 23890, + "StunRatioGrowth": 1090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 773850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22542, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Daze Multiplier", + "Desc": "{{Skill:1141015, Prop:1002} + {Skill:1141017, Prop:1002}}", + "Param": { + "1141015": { + "Main": 21150, + "Growth": 970, + "Format": "%", + "DamagePercentage": 25240, + "DamagePercentageGrowth": 2300, + "StunRatio": 21150, + "StunRatioGrowth": 970, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 698500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20076, + "SpConsume": 0, + "AttackData": [] + }, + "1141017": { + "Main": 45290, + "Growth": 2060, + "Format": "%", + "DamagePercentage": 53710, + "DamagePercentageGrowth": 4890, + "StunRatio": 45290, + "StunRatioGrowth": 2060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1479225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 42848, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Activation Energy Cost", "Desc": "40" }, + { "Name": "Charged Attack Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: As You Wish", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a series of powerful strikes at enemies in a small area in front of him, dealing massive Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Mission Complete", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes multiple powerful strikes at enemies in a large area, dealing massive Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: As You Wish", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141020, Prop:1001}", + "Param": { + "1141020": { + "Main": 63780, + "Growth": 5800, + "Format": "%", + "DamagePercentage": 63780, + "DamagePercentageGrowth": 5800, + "StunRatio": 21880, + "StunRatioGrowth": 1000, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2401850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40786, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141020, Prop:1002}", + "Param": { + "1141020": { + "Main": 21880, + "Growth": 1000, + "Format": "%", + "DamagePercentage": 63780, + "DamagePercentageGrowth": 5800, + "StunRatio": 21880, + "StunRatioGrowth": 1000, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2401850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40786, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Mission Complete", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141021, Prop:1001}", + "Param": { + "1141021": { + "Main": 169410, + "Growth": 15410, + "Format": "%", + "DamagePercentage": 169410, + "DamagePercentageGrowth": 15410, + "StunRatio": 109660, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141021, Prop:1002}", + "Param": { + "1141021": { + "Main": 109660, + "Growth": 4990, + "Format": "%", + "DamagePercentage": 169410, + "DamagePercentageGrowth": 15410, + "StunRatio": 109660, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Wolf Pack", + "Desc": "When the active character is launched, press to activate:\nStrikes enemies in front, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Disrupted Hunt", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Vengeful Counterattack", + "Desc": "Press after a Defensive Assist to activate:\nCreates an icicle in front, which strikes all enemies within range, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Wolf Pack", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141022, Prop:1001}", + "Param": { + "1141022": { + "Main": 6310, + "Growth": 580, + "Format": "%", + "DamagePercentage": 6310, + "DamagePercentageGrowth": 580, + "StunRatio": 6310, + "StunRatioGrowth": 290, + "SpRecovery": 21620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141022, Prop:1002}", + "Param": { + "1141022": { + "Main": 6310, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6310, + "DamagePercentageGrowth": 580, + "StunRatio": 6310, + "StunRatioGrowth": 290, + "SpRecovery": 21620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Disrupted Hunt", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1141023, Prop:1002}", + "Param": { + "1141023": { + "Main": 25900, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 25900, + "StunRatioGrowth": 1180, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1141024, Prop:1002}", + "Param": { + "1141024": { + "Main": 32730, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 32730, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1141025, Prop:1002}", + "Param": { + "1141025": { + "Main": 15930, + "Growth": 730, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15930, + "StunRatioGrowth": 730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Vengeful Counterattack", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1141026, Prop:1001}", + "Param": { + "1141026": { + "Main": 28830, + "Growth": 2630, + "Format": "%", + "DamagePercentage": 28830, + "DamagePercentageGrowth": 2630, + "StunRatio": 24680, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 863500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25476, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1141026, Prop:1002}", + "Param": { + "1141026": { + "Main": 24680, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 28830, + "DamagePercentageGrowth": 2630, + "StunRatio": 24680, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 863500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25476, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1141001": { + "Name": "Basic Attack: Moon Hunter", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1141002": { + "Name": "Basic Attack: Moon Hunter (Charged)", + "Desc": "(Hold)", + "ElementType": 202, + "HitType": 102 + }, + "1141003": { + "Name": "Special Attack: Time to Hunt", + "Desc": " (Can Hold Down)", + "ElementType": 202, + "HitType": 102 + }, + "1141004": { + "Name": "EX Special Attack: Thrill of the Hunt", + "Desc": "(Can Hold Down)", + "ElementType": 202, + "HitType": 102 + }, + "1141005": { + "Name": "Dash Attack: Keep it Clean", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1141006": { + "Name": "Dodge Counter: Etiquette Manual", + "Desc": " (Perfect) ; ", + "ElementType": 202, + "HitType": 102 + }, + "1141007": { + "Name": "Chain Attack: As You Wish", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1141008": { + "Name": "Ultimate: Mission Complete", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1141009": { + "Name": "Quick Assist: Wolf Pack", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 202, + "HitType": 102 + }, + "1141010": { + "Name": "Defensive Assist: Disrupted Hunt", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1141011": { + "Name": "Assist Follow-Up: Vengeful Counterattack", + "Desc": " (After Defensive Assist)", + "ElementType": 202, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1141501, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 40% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "2": { + "Level": 2, + "Id": 1141502, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 46.6% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "3": { + "Level": 3, + "Id": 1141503, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 53.3% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "4": { + "Level": 4, + "Id": 1141504, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 60% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "5": { + "Level": 5, + "Id": 1141505, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 66.6% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "6": { + "Level": 6, + "Id": 1141506, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 73.3% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + }, + "7": { + "Level": 7, + "Id": 1141507, + "Name": [ + "Core Passive: Metallic Paws", + "Additional Ability: Elegant Predator" + ], + "Desc": [ + "When Lycaon charges his Basic Attack to completion, the attack deals 80% increased Daze.\nWhen EX Special Attack or Assist Follow-Up hits an enemy, the target's Ice DMG RES decreases by 25% for 30s.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Lycaon hits a Stunned enemy, the target's Stun DMG Multiplier increases by 35%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110503": 2 }, + "3": { "10": 28000, "110503": 4 }, + "4": { "10": 60000, "110003": 2, "110503": 9 }, + "5": { "10": 100000, "110003": 3, "110503": 15 }, + "6": { "10": 200000, "110003": 4, "110503": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Full Moon Momentum", + "Desc": "When Lycaon's EX Special Attack hits an enemy, the attack's Daze increases by 12%. This effect can trigger once every 8s. When he charges his EX Special Attack to completion, this buff will increase by an additional 10%.", + "Desc2": "Records suggest that werewolves exposed to moonlight become significantly more aggressive.\n\"Don't stare directly at the moon.\"" + }, + "2": { + "Level": 2, + "Name": "Energy Feedback", + "Desc": "When Stunning an enemy or triggering a squad member's Chain Attack, Lycaon gains 5 Energy. Can trigger once every 1s.", + "Desc2": "\"Canines receive a brief dopamine boost in their brains after completing semi-complex tasks. At that moment, if their owner pets them to show encouragement, they will be extremely happy...\"\n—Excerpt from the \"Handbook of Unreliable Canine Research\"" + }, + "3": { + "Level": 3, + "Name": "Attendant Training", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "His every gesture exudes poise, and his words and actions are as refreshing as a spring breeze. An attendant's training is about maintaining control over everything." + }, + "4": { + "Level": 4, + "Name": "Graceful Demeanor", + "Desc": "If Lycaon is attacked while using a Basic Attack or Special Attack, he will immediately gain a Shield equal to 7.5% of his Max HP, lasting for 15s.\nDuring the Shield's duration, his Anti-Interrupt level is increased. This effect can trigger once every 15s.", + "Desc2": "\"An outstanding attendant maintains a graceful demeanor at any and all times.\"" + }, + "5": { + "Level": 5, + "Name": "Alpha Nature", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "His glance harbors a primal ferocity, and the echoes of his howls rumble within his throat. Regardless of his current gracefulness, underneath the formal wear, he's still untamed." + }, + "6": { + "Level": 6, + "Name": "Ruthless Hunter", + "Desc": "When a charged attack hits an enemy, the target suffers 10% increased DMG from Lycaon, stacking up to 5 times and lasting 12s. Only one stack can be gained per skill use, and repeated triggers reset the duration.", + "Desc2": "\"Apologies, but given the circumstances, I will not show any mercy.\"\n\"After all, if a fair fight is what you are after, a Hollow is not the place to look for it.\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1151.json b/libs/zzz/dm/HakushinData/character/1151.json new file mode 100644 index 0000000000..9857081592 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1151.json @@ -0,0 +1,1575 @@ +{ + "Id": 1151, + "Icon": "IconRole27", + "Name": "Lucy", + "CodeName": "Lucy", + "Rarity": 3, + "WeaponType": { "4": "Support" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "AUG 14", + "FullName": "Luciana de Montefio", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle27.png", + "ImpressionF": "Lucy's Knock Knock profile pic is soooo pretty! Is that what she looked like back when she was still living as a rich heiress?", + "ImpressionM": "I think Caesar mentioned Lucy only uses this profile picture because it's incredibly effective when it comes to talking business with others...", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator — Luciana Auxesis Theodoro de Montefio, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: FYI, Luciana Auxesis Theodoro de Montefio is Lucy's full name.", + "ProfileDesc": "Lucy is currently in charge of outgoing business and managing boars for the Sons of Calydon.\nSince her name is far too long and she doesn't want to be involved with her family, she refers to herself as just \"Lucy\" in the Outer Ring.\nHer three boars are called Grassy, Woody, and Bricky, and they're unceasingly loyal to her.\nThough Lucy often speaks with a mixture of rough and elegant language, her actions subtly betray the marks of a proper education.\nLucy's family is incredibly wealthy. She grew up very privileged, with anything she could ever want within grasp... except for freedom.\nAfter her Ether Aptitude test results came back high, Lucy decided she wanted to be a Hollow investigator, but her family disapproved. She was met with harsh words, isolation and confinement, and emotional abuse which led to her deciding to leave to find her own freedom.\n\"Hmph! There's no chance I'll ever go back! If I'm found... then I can say goodbye to the stars and sky and I'll have to inherit the family business instead!\"\nLucy is extremely competitive. She loves to win and hates losing.\nCurrently, the one who has given her the most bitter taste of defeat is Caesar, so Lucy keeps challenging Caesar to duels, losing then challenging again, challenging then losing again.", + "Race": "Sons of Calydon", + "RoleIcon": "IconRole/UnPacker/IconRole27", + "Stature": "152", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock" + ], + "TrustLv": { + "1": "Lucy is currently in charge of outgoing business and managing boars for the Sons of Calydon.\nSince her name is far too long and she doesn't want to be involved with her family, she refers to herself as just \"Lucy\" in the Outer Ring.\nHer three boars are called Grassy, Woody, and Bricky, and they're unceasingly loyal to her.\nThough Lucy often speaks with a mixture of rough and elegant language, her actions subtly betray the marks of a proper education.\nLucy's family is incredibly wealthy. She grew up very privileged, with anything she could ever want within grasp... except for freedom.\nAfter her Ether Aptitude test results came back high, Lucy decided she wanted to be a Hollow investigator, but her family disapproved. She was met with harsh words, isolation and confinement, and emotional abuse which led to her deciding to leave to find her own freedom.\n\"Hmph! There's no chance I'll ever go back! If I'm found... then I can say goodbye to the stars and sky and I'll have to inherit the family business instead!\"\nLucy is extremely competitive. She loves to win and hates losing.\nCurrently, the one who has given her the most bitter taste of defeat is Caesar, so Lucy keeps challenging Caesar to duels, losing then challenging again, challenging then losing again.", + "2": "", + "3": "The way Lucy joined the Sons of Calydon was both comedic and dramatic.\nTo run away from home, she hired some \"kidnappers\" and devised a kidnapping for herself. Yet, this plan was accidentally screwed up by the Sons of Calydon — Caesar defeated all the \"kidnappers\" and saved their \"victim.\"\nAccording to eye-witness testimony, the sight of Caesar crashing straight through the door on her ride with the sunlight behind her left quite the impression on Lucy.\n\"That was when I saw it — freedom.\"\nFrom then on, Lucy stuck with Caesar, eager to join the Sons of Calydon.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 95, + "AttackGrowth": 54230, + "AvatarPieceId": 5151, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 875757, + "HpMax": 645, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Lucy", + "Punch", + "Fire", + "Female", + "Camp4", + "Size1", + "AidTypeParry", + "Lucy" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100214": 4 } + }, + "2": { + "HpMax": 443, + "Attack": 34, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100224": 12 } + }, + "3": { + "HpMax": 886, + "Attack": 68, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100224": 20 } + }, + "4": { + "HpMax": 1329, + "Attack": 102, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100234": 10 } + }, + "5": { + "HpMax": 1772, + "Attack": 135, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100234": 20 } + }, + "6": { + "HpMax": 2214, + "Attack": 169, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Lady's Bat", + "Desc": "Press to activate:\nStrike forward up to 4 times, dealing Physical DMG and Fire DMG.\nWhen Lucy uses her fourth Basic Attack, the currently on-field guard boars will launch Guard Boars: Spinning Swing! together." + }, + { + "Name": "Guard Boars: To Arms!", + "Desc": "In combat, the guard boars will randomly use a baseball bat, boxing gloves, or a slingshot to automatically attack enemies, dealing Physical DMG." + }, + { + "Name": "Guard Boars: Spinning Swing!", + "Desc": "When Lucy uses the fourth Basic Attack, or when she gains the Cheer On! status, the guard boars will whirl their baseball bats in a continuous motion, dealing Physical DMG to nearby enemies. If the attack cannot be executed immediately, the guard boars will remember the required number of times to execute it." + }, + { + "Name": "Basic Attack: Lady's Bat", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1151001, Prop:1001}", + "Param": { + "1151001": { + "Main": 5660, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5660, + "DamagePercentageGrowth": 520, + "StunRatio": 2830, + "StunRatioGrowth": 130, + "SpRecovery": 10190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 77825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1151002, Prop:1001}", + "Param": { + "1151002": { + "Main": 7780, + "Growth": 710, + "Format": "%", + "DamagePercentage": 7780, + "DamagePercentageGrowth": 710, + "StunRatio": 6500, + "StunRatioGrowth": 300, + "SpRecovery": 23400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 178750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1151004, Prop:1001}", + "Param": { + "1151004": { + "Main": 18890, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 18890, + "DamagePercentageGrowth": 1720, + "StunRatio": 15740, + "StunRatioGrowth": 720, + "SpRecovery": 56660, + "SpRecoveryGrowth": 0, + "FeverRecovery": 432850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13401, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit (ALT) DMG Multiplier", + "Desc": "{Skill:1151003, Prop:1001}", + "Param": { + "1151003": { + "Main": 21150, + "Growth": 1930, + "Format": "%", + "DamagePercentage": 21150, + "DamagePercentageGrowth": 1930, + "StunRatio": 16230, + "StunRatioGrowth": 740, + "SpRecovery": 58420, + "SpRecoveryGrowth": 0, + "FeverRecovery": 446325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1151005, Prop:1001}", + "Param": { + "1151005": { + "Main": 27260, + "Growth": 2480, + "Format": "%", + "DamagePercentage": 27260, + "DamagePercentageGrowth": 2480, + "StunRatio": 20800, + "StunRatioGrowth": 950, + "SpRecovery": 74880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18625, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1151001, Prop:1002}", + "Param": { + "1151001": { + "Main": 2830, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5660, + "DamagePercentageGrowth": 520, + "StunRatio": 2830, + "StunRatioGrowth": 130, + "SpRecovery": 10190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 77825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1151002, Prop:1002}", + "Param": { + "1151002": { + "Main": 6500, + "Growth": 300, + "Format": "%", + "DamagePercentage": 7780, + "DamagePercentageGrowth": 710, + "StunRatio": 6500, + "StunRatioGrowth": 300, + "SpRecovery": 23400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 178750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1151004, Prop:1002}", + "Param": { + "1151004": { + "Main": 15740, + "Growth": 720, + "Format": "%", + "DamagePercentage": 18890, + "DamagePercentageGrowth": 1720, + "StunRatio": 15740, + "StunRatioGrowth": 720, + "SpRecovery": 56660, + "SpRecoveryGrowth": 0, + "FeverRecovery": 432850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13401, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit (ALT) Daze Multiplier", + "Desc": "{Skill:1151003, Prop:1002}", + "Param": { + "1151003": { + "Main": 16230, + "Growth": 740, + "Format": "%", + "DamagePercentage": 21150, + "DamagePercentageGrowth": 1930, + "StunRatio": 16230, + "StunRatioGrowth": 740, + "SpRecovery": 58420, + "SpRecoveryGrowth": 0, + "FeverRecovery": 446325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1151005, Prop:1002}", + "Param": { + "1151005": { + "Main": 20800, + "Growth": 950, + "Format": "%", + "DamagePercentage": 27260, + "DamagePercentageGrowth": 2480, + "StunRatio": 20800, + "StunRatioGrowth": 950, + "SpRecovery": 74880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18625, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Guard Boars: To Arms!", + "Param": [ + { + "Name": "Baseball Bat DMG Multiplier", + "Desc": "{Skill:1151023, Prop:1001}", + "Param": { + "1151023": { + "Main": 9250, + "Growth": 850, + "Format": "%", + "DamagePercentage": 9250, + "DamagePercentageGrowth": 850, + "StunRatio": 1550, + "StunRatioGrowth": 80, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Boxing Gloves DMG Multiplier", + "Desc": "{Skill:1151024, Prop:1001}", + "Param": { + "1151024": { + "Main": 12750, + "Growth": 1160, + "Format": "%", + "DamagePercentage": 12750, + "DamagePercentageGrowth": 1160, + "StunRatio": 2130, + "StunRatioGrowth": 100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Slingshot DMG Multiplier", + "Desc": "{Skill:1151025, Prop:1001}", + "Param": { + "1151025": { + "Main": 17500, + "Growth": 1600, + "Format": "%", + "DamagePercentage": 17500, + "DamagePercentageGrowth": 1600, + "StunRatio": 2920, + "StunRatioGrowth": 140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Baseball Bat Daze Multiplier", + "Desc": "{Skill:1151023, Prop:1002}", + "Param": { + "1151023": { + "Main": 1550, + "Growth": 80, + "Format": "%", + "DamagePercentage": 9250, + "DamagePercentageGrowth": 850, + "StunRatio": 1550, + "StunRatioGrowth": 80, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Boxing Gloves Daze Multiplier", + "Desc": "{Skill:1151024, Prop:1002}", + "Param": { + "1151024": { + "Main": 2130, + "Growth": 100, + "Format": "%", + "DamagePercentage": 12750, + "DamagePercentageGrowth": 1160, + "StunRatio": 2130, + "StunRatioGrowth": 100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Slingshot Daze Multiplier", + "Desc": "{Skill:1151025, Prop:1002}", + "Param": { + "1151025": { + "Main": 2920, + "Growth": 140, + "Format": "%", + "DamagePercentage": 17500, + "DamagePercentageGrowth": 1600, + "StunRatio": 2920, + "StunRatioGrowth": 140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Guard Boars: Spinning Swing!", + "Param": [ + { + "Name": "Spinning Swing DMG Multiplier", + "Desc": "{Skill:1151026, Prop:1001}", + "Param": { + "1151026": { + "Main": 25000, + "Growth": 2280, + "Format": "%", + "DamagePercentage": 25000, + "DamagePercentageGrowth": 2280, + "StunRatio": 2000, + "StunRatioGrowth": 100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Spinning Swing Daze Multiplier", + "Desc": "{Skill:1151026, Prop:1002}", + "Param": { + "1151026": { + "Main": 2000, + "Growth": 100, + "Format": "%", + "DamagePercentage": 25000, + "DamagePercentageGrowth": 2280, + "StunRatio": 2000, + "StunRatioGrowth": 100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Foul Ball!", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fearless Boar!", + "Desc": "Press during dodge to activate:\nRapidly strikes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Returning Tusk!", + "Desc": "Press during a Perfect Dodge to activate:\nStrike enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fearless Boar!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1151014, Prop:1001}", + "Param": { + "1151014": { + "Main": 7840, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7840, + "DamagePercentageGrowth": 720, + "StunRatio": 3920, + "StunRatioGrowth": 180, + "SpRecovery": 14110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 107800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1151014, Prop:1002}", + "Param": { + "1151014": { + "Main": 3920, + "Growth": 180, + "Format": "%", + "DamagePercentage": 7840, + "DamagePercentageGrowth": 720, + "StunRatio": 3920, + "StunRatioGrowth": 180, + "SpRecovery": 14110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 107800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Returning Tusk!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1151015, Prop:1001}", + "Param": { + "1151015": { + "Main": 30800, + "Growth": 2800, + "Format": "%", + "DamagePercentage": 30800, + "DamagePercentageGrowth": 2800, + "StunRatio": 26000, + "StunRatioGrowth": 1190, + "SpRecovery": 57590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 440000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1151015, Prop:1002}", + "Param": { + "1151015": { + "Main": 26000, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 30800, + "DamagePercentageGrowth": 2800, + "StunRatio": 26000, + "StunRatioGrowth": 1190, + "SpRecovery": 57590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 440000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Solid Hit!", + "Desc": "Press to activate:\nRecall a guard boar and launch it as a Line Drive. The guard boar will cause an explosion upon hitting enemies or walls, dealing Fire DMG.\nHold to activate:\nRecall a guard boar and launch it as a Fly Ball. The guard boar will cause an explosion upon landing, dealing Fire DMG." + }, + { + "Name": "EX Special Attack: Home Run!", + "Desc": "With enough Energy, press to activate:\nRecall a guard boar and launch it as a Line Drive. The guard boar will cause an explosion upon hitting enemies or walls, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nWhen the skill hits an enemy, it triggers a Quick Assist.\nWith enough Energy, hold to activate:\nRecall a guard boar and launch it as a Fly Ball. The guard boar will cause an explosion upon landing, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nWhen the skill hits an enemy, it triggers a Quick Assist." + }, + { + "Name": "Cheer On!", + "Desc": "After using EX Special Attack, when a guard boar triggers an explosion, it will apply the Cheer On! status to all allies, Bangboo, and the guard boars themselves. While under the Cheer On! status, allies' ATK increases by {CAL:13+AvatarSkillLevel(1)*0.8,1,2}% of Lucy's initial ATK + {CAL:40+AvatarSkillLevel(1)*4,1,2}, up to a maximum of 600. The Cheer On! status lasts for 10s when a Line Drive is hit, and 15s when a Fly Ball is hit. Repeated triggers reset the duration." + }, + { + "Name": "Cheer On!", + "Param": [ + { + "Name": "ATK Increase", + "Desc": "{CAL:13+AvatarSkillLevel(1)*0.8,1,2}% of Lucy's ATK + {CAL:40+AvatarSkillLevel(1)*4,1,2}" + } + ] + }, + { + "Name": "Special Attack: Solid Hit!", + "Param": [ + { + "Name": "Line Drive DMG Multiplier", + "Desc": "{Skill:1151008, Prop:1001}", + "Param": { + "1151008": { + "Main": 6170, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6170, + "DamagePercentageGrowth": 570, + "StunRatio": 6170, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6165, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fly Ball DMG Multiplier", + "Desc": "{Skill:1151009, Prop:1001}", + "Param": { + "1151009": { + "Main": 6920, + "Growth": 630, + "Format": "%", + "DamagePercentage": 6920, + "DamagePercentageGrowth": 630, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6915, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Line Drive Daze Multiplier", + "Desc": "{Skill:1151008, Prop:1002}", + "Param": { + "1151008": { + "Main": 6170, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6170, + "DamagePercentageGrowth": 570, + "StunRatio": 6170, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6165, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fly Ball Daze Multiplier", + "Desc": "{Skill:1151009, Prop:1002}", + "Param": { + "1151009": { + "Main": 6920, + "Growth": 320, + "Format": "%", + "DamagePercentage": 6920, + "DamagePercentageGrowth": 630, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6915, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Home Run!", + "Param": [ + { + "Name": "Line Drive DMG Multiplier", + "Desc": "{Skill:1151012, Prop:1001}", + "Param": { + "1151012": { + "Main": 50840, + "Growth": 4630, + "Format": "%", + "DamagePercentage": 50840, + "DamagePercentageGrowth": 4630, + "StunRatio": 36460, + "StunRatioGrowth": 1660, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1661550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33541, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fly Ball DMG Multiplier", + "Desc": "{Skill:1151013, Prop:1001}", + "Param": { + "1151013": { + "Main": 53640, + "Growth": 4880, + "Format": "%", + "DamagePercentage": 53640, + "DamagePercentageGrowth": 4880, + "StunRatio": 38960, + "StunRatioGrowth": 1780, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1744050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34241, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Line Drive Daze Multiplier", + "Desc": "{Skill:1151012, Prop:1002}", + "Param": { + "1151012": { + "Main": 36460, + "Growth": 1660, + "Format": "%", + "DamagePercentage": 50840, + "DamagePercentageGrowth": 4630, + "StunRatio": 36460, + "StunRatioGrowth": 1660, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1661550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33541, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fly Ball Daze Multiplier", + "Desc": "{Skill:1151013, Prop:1002}", + "Param": { + "1151013": { + "Main": 38960, + "Growth": 1780, + "Format": "%", + "DamagePercentage": 53640, + "DamagePercentageGrowth": 4880, + "StunRatio": 38960, + "StunRatioGrowth": 1780, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1744050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34241, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Grand Slam!", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nLucy jumps up and sends a guard boar at enemies in front in a large area, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nWhen the skill hits an enemy, it triggers a Quick Assist." + }, + { + "Name": "Ultimate: Walk-Off Home Run!", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nLaunch all guard boars sequentially, dealing massive Fire DMG in a large area to enemies ahead.\nWhile using this skill, other squad members recover 10 energy, and the next character to switch in gains an additional 20 energy.\nCharacter is invulnerable while using this skill.\nWhen the skill hits an enemy, it triggers a Quick Assist." + }, + { + "Name": "Chain Attack: Grand Slam!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1151016, Prop:1001}/3}*3", + "Param": { + "1151016": { + "Main": 49240, + "Growth": 4480, + "Format": "%", + "DamagePercentage": 49240, + "DamagePercentageGrowth": 4480, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2085600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29280, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1151016, Prop:1002}/3}*3", + "Param": { + "1151016": { + "Main": 9340, + "Growth": 430, + "Format": "%", + "DamagePercentage": 49240, + "DamagePercentageGrowth": 4480, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2085600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29280, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Walk-Off Home Run!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1151017, Prop:1001}/3}*3", + "Param": { + "1151017": { + "Main": 171860, + "Growth": 15630, + "Format": "%", + "DamagePercentage": 171860, + "DamagePercentageGrowth": 15630, + "StunRatio": 28350, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1151017, Prop:1002}/3}*3", + "Param": { + "1151017": { + "Main": 28350, + "Growth": 1290, + "Format": "%", + "DamagePercentage": 171860, + "DamagePercentageGrowth": 15630, + "StunRatio": 28350, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Hit By Pitch!", + "Desc": "When the active character is launched, press to activate:\nStrikes enemies in front, dealing Fire DMG.\nCharacter is invulnerable during the attack." + }, + { + "Name": "Defensive Assist: Safe on Base!", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Scored a Run!", + "Desc": "Press after a Defensive Assist to activate:\nStrikes enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Hit By Pitch!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1151018, Prop:1001}", + "Param": { + "1151018": { + "Main": 16000, + "Growth": 1460, + "Format": "%", + "DamagePercentage": 16000, + "DamagePercentageGrowth": 1460, + "StunRatio": 16000, + "StunRatioGrowth": 730, + "SpRecovery": 57590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 440000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1151018, Prop:1002}", + "Param": { + "1151018": { + "Main": 16000, + "Growth": 730, + "Format": "%", + "DamagePercentage": 16000, + "DamagePercentageGrowth": 1460, + "StunRatio": 16000, + "StunRatioGrowth": 730, + "SpRecovery": 57590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 440000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Safe on Base!", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1151019, Prop:1002}", + "Param": { + "1151019": { + "Main": 20770, + "Growth": 950, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 20770, + "StunRatioGrowth": 950, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1151020, Prop:1002}", + "Param": { + "1151020": { + "Main": 22940, + "Growth": 1050, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 22940, + "StunRatioGrowth": 1050, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1151021, Prop:1002}", + "Param": { + "1151021": { + "Main": 6940, + "Growth": 320, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 6940, + "StunRatioGrowth": 320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Scored a Run!", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1151022, Prop:1001}", + "Param": { + "1151022": { + "Main": 34910, + "Growth": 3180, + "Format": "%", + "DamagePercentage": 34910, + "DamagePercentageGrowth": 3180, + "StunRatio": 30430, + "StunRatioGrowth": 1390, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1083225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32667, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1151022, Prop:1002}", + "Param": { + "1151022": { + "Main": 30430, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 34910, + "DamagePercentageGrowth": 3180, + "StunRatio": 30430, + "StunRatioGrowth": 1390, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1083225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32667, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1151001": { + "Name": "Basic Attack: Lady's Bat", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1151002": { + "Name": "Special Attack: Solid Hit! (Line Drive)", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1151003": { + "Name": "Special Attack: Solid Hit! (Fly Ball)", + "Desc": " (Hold Down)", + "ElementType": 201, + "HitType": 102 + }, + "1151004": { + "Name": "EX Special Attack: Home Run! (Line Drive)", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1151005": { + "Name": "EX Special Attack: Home Run! (Fly Ball)", + "Desc": "(Hold Down)", + "ElementType": 201, + "HitType": 102 + }, + "1151006": { + "Name": "Dash Attack: Fearless Boar!", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1151007": { + "Name": "Dodge Counter: Returning Tusk!", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 102 + }, + "1151008": { + "Name": "Chain Attack: Grand Slam!", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1151009": { + "Name": "Ultimate: Walk-Off Home Run!", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1151010": { + "Name": "Quick Assist: Hit By Pitch!", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 102 + }, + "1151011": { + "Name": "Defensive Assist: Safe on Base!", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1151012": { + "Name": "Assist Follow-Up: Scored a Run!", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1151501, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 140% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "2": { + "Level": 2, + "Id": 1151502, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 150% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "3": { + "Level": 3, + "Id": 1151503, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 160% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "4": { + "Level": 4, + "Id": 1151504, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 170% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "5": { + "Level": 5, + "Id": 1151505, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 180% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "6": { + "Level": 6, + "Id": 1151506, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 190% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + }, + "7": { + "Level": 7, + "Id": 1151507, + "Name": [ + "Core Passive: Crimson Mane Guard", + "Additional Ability: Batter Up!" + ], + "Desc": [ + "When Lucy uses her Special Attack or EX Special Attack, a guard boar will join the battle and call in two other guard boars. The guard boars inherit Lucy's ATK, Impact, and Anomaly Proficiency. The Cheer On! buff for the guard boars is increased to 200% of the original effect, and their attack frequency is increased.", + "When another character in your squad shares the same Attribute or Faction:\nThe guard boars inherit Lucy's CRIT Rate and CRIT DMG." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110504": 2 }, + "3": { "10": 28000, "110504": 4 }, + "4": { "10": 60000, "110001": 2, "110504": 9 }, + "5": { "10": 100000, "110001": 3, "110504": 15 }, + "6": { "10": 200000, "110001": 4, "110504": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Drill Formations", + "Desc": "When the guard boars launch Guard Boars: Spinning Swing!, Lucy recovers 2 Energy. This effect can trigger once every 15s, with each guard boar having its own separate cooldown.", + "Desc2": "\"Grassy, eyes right! ...That's left, you idiot!!!\"\nOne command, two directions, three cries of pain, and wails all around." + }, + "2": { + "Level": 2, + "Name": "Little Boar Captain", + "Desc": "When Lucy uses a Chain Attack or Ultimate, it grants all squad members, Bangboo, and the guard boars the Cheer On! status for 10s.", + "Desc2": "\"Without a doubt, Captain Lucy is the best leader of the Calydon Boar Thirens!\"\nThis was Woody's conclusion in the \"Sons of Calydon Annual Report.\"" + }, + "3": { + "Level": 3, + "Name": "Ironfist Overseer", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"I just wish Captain Lucy would be more gentle when she's smacking us around.\"\nWoody thought, but didn't dare say it out loud." + }, + "4": { + "Level": 4, + "Name": "Chaos Ball Game", + "Desc": "While in the Cheer On! state, allies' CRIT DMG is increased by an additional 10%.", + "Desc2": "Rules and ribs are made to be broken." + }, + "5": { + "Level": 5, + "Name": "Wildland Princess", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "She speaks politely to opponents screaming under her bat.\nShe apologizes to enemies groveling at her feet.\nThis is the perfect etiquette of a noble lady." + }, + "6": { + "Level": 6, + "Name": "Fierce Fangs of Fire", + "Desc": "When an ally in the Cheer On! state hits an enemy with an EX Special Attack, a guard boar will drop from the sky and cause an explosion, dealing Fire DMG equal to 300% of the guard boar's ATK. This will extend the duration of the Cheer On! buff for all squad members by 5s. The duration can increase up to 3 times, with a maximum duration of 30s. Refreshing the Cheer On! state resets the stack count. After the guard boar's explosion, it will launch Guard Boars: Spinning Swing!.", + "Desc2": "The little boar Thirens known as the Crimson Mane Guard are always at the forefront of battle!\nThough it's hard to tell if, at the moment they're launched by the bat, they feel total despair or just accept their fate.\nBrave little boars, leading the charge!" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1161.json b/libs/zzz/dm/HakushinData/character/1161.json new file mode 100644 index 0000000000..c43e5609e3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1161.json @@ -0,0 +1,1815 @@ +{ + "Id": 1161, + "Icon": "IconRole26", + "Name": "Lighter", + "CodeName": "Lighter", + "Rarity": 4, + "WeaponType": { "2": "Stun" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "DEC 27", + "FullName": "Lighter", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle26.png", + "ImpressionF": "Didn't Lighter say that he'd faint at the sight of blood? And that's why he always keeps his shades on?\nCan someone who faints at the sight of blood really be a Champion? And even fight underground boxing matches...?", + "ImpressionM": "This feels like a poorly crafted excuse...", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile:\nLighter, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: There is a mental health counselling report among Lighter's records.", + "ProfileDesc": "Lighter, the Champion of the Sons of Calydon and an ex-mercenary.\nIn the Outer Ring, the Champion of a team refers to the one responsible for dealing with the opponent's strongest fighter in a gang fight, and they often need to participate in one-on-one duels. Their victory is crucial, as it brings glory and morale to the entire team.\n\"The Champion can perish, but cannot lose.\"\n\nA red scarf is what identifies the Champion of the Sons of Calydon.\nEven if the opponent doesn't know Lighter, they'll know who he is just from seeing that red scarf.\n\nFrom what is currently known, Lighter is actually very low profile. He only steals the spotlight on the battlefield when he acts on his obligations as Champion.\nNote: Lighter is the second Red Scarf of the Sons of Calydon. He teasingly refers to the previous Red Scarf as \"Brother\" or \"predecessor.\"", + "Race": "Sons of Calydon", + "RoleIcon": "IconRole/UnPacker/IconRole26", + "Stature": "185", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock" + ], + "TrustLv": { + "1": "Lighter, the Champion of the Sons of Calydon and an ex-mercenary.\nIn the Outer Ring, the Champion of a team refers to the one responsible for dealing with the opponent's strongest fighter in a gang fight, and they often need to participate in one-on-one duels. Their victory is crucial, as it brings glory and morale to the entire team.\n\"The Champion can perish, but cannot lose.\"\n\nA red scarf is what identifies the Champion of the Sons of Calydon.\nEven if the opponent doesn't know Lighter, they'll know who he is just from seeing that red scarf.\n\nFrom what is currently known, Lighter is actually very low profile. He only steals the spotlight on the battlefield when he acts on his obligations as Champion.\nNote: Lighter is the second Red Scarf of the Sons of Calydon. He teasingly refers to the previous Red Scarf as \"Brother\" or \"predecessor.\"", + "2": "", + "3": "Lighter was once the leader of a mercenary troupe.\nAfter a certain accident, Lighter disbanded his group of mercenaries and ended up in serious debt. Lighter chose to fight in an underground arena to pay back what he owed.\nLater, Lighter was discovered by Big Daddy, who paid a huge sum to hire him to join the Sons of Calydon and take Billy's previous position.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 109, + "AttackGrowth": 63891, + "AvatarPieceId": 5161, + "BreakStun": 119, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 91, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 918185, + "HpMax": 677, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Lighter", + "Punch", + "Fire", + "Male", + "Camp4", + "Size3", + "AidTypeParry", + "Lighter" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 432, + "Attack": 47, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 864, + "Attack": 95, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1296, + "Attack": 142, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1727, + "Attack": 190, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2159, + "Attack": 237, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: L-Form Thundering Fist", + "Desc": "Press or hold to activate:\nPerform up to five forward strikes, dealing Physical DMG and Fire DMG.\nDuring the 3rd hit of the Basic Attack, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick}, and repeatedly press or hold to unleash a series of melee follow-up attacks. Release the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to follow up with the 4th hit of the Basic Attack.\nWhile performing the startup light punch in the 5th hit of the Basic Attack, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} and repeatedly press or hold to keep alternating between the light punch and 4th hit of the Basic Attack. Release the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to follow up with the subsequent jab combo.\nContinue repeatedly pressing or holding to extend the duration of the jab combo.\nWhen you stop pressing or holding , or when the combo reaches its maximum duration, launches a Finishing Move forward. Lighter is invulnerable during the Finishing Move.\nDuring the 5th hit of the Basic Attack, Lighter takes 40% less DMG.\nWhile in the Morale Burst state, Anti-Interrupt Level is increased during the 5th hit of his Basic Attack, and the DMG reduction effect is increased to 80%." + }, + { + "Name": "Basic Attack: L-Form Thundering Fist", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1161001, Prop:1001}", + "Param": { + "1161001": { + "Main": 3920, + "Growth": 360, + "Format": "%", + "DamagePercentage": 3920, + "DamagePercentageGrowth": 360, + "StunRatio": 1960, + "StunRatioGrowth": 90, + "SpRecovery": 6410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 49225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1161002, Prop:1001}", + "Param": { + "1161002": { + "Main": 4800, + "Growth": 440, + "Format": "%", + "DamagePercentage": 4800, + "DamagePercentageGrowth": 440, + "StunRatio": 3290, + "StunRatioGrowth": 150, + "SpRecovery": 10750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1161003, Prop:1001}", + "Param": { + "1161003": { + "Main": 5530, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5530, + "DamagePercentageGrowth": 510, + "StunRatio": 4670, + "StunRatioGrowth": 220, + "SpRecovery": 15260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 116600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 1st-Hit DMG Multiplier", + "Desc": "{Skill:1161004, Prop:1001}", + "Param": { + "1161004": { + "Main": 8690, + "Growth": 790, + "Format": "%", + "DamagePercentage": 8690, + "DamagePercentageGrowth": 790, + "StunRatio": 6050, + "StunRatioGrowth": 280, + "SpRecovery": 19780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 2nd-Hit DMG Multiplier", + "Desc": "{Skill:1161005, Prop:1001}", + "Param": { + "1161005": { + "Main": 4770, + "Growth": 440, + "Format": "%", + "DamagePercentage": 4770, + "DamagePercentageGrowth": 440, + "StunRatio": 3320, + "StunRatioGrowth": 160, + "SpRecovery": 10850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 83050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 3rd-Hit DMG Multiplier", + "Desc": "{Skill:1161006, Prop:1001}", + "Param": { + "1161006": { + "Main": 5810, + "Growth": 530, + "Format": "%", + "DamagePercentage": 5810, + "DamagePercentageGrowth": 530, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 4th-Hit DMG Multiplier", + "Desc": "{Skill:1161007, Prop:1001}", + "Param": { + "1161007": { + "Main": 3280, + "Growth": 300, + "Format": "%", + "DamagePercentage": 3280, + "DamagePercentageGrowth": 300, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 7450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 56925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 5th-Hit DMG Multiplier", + "Desc": "{Skill:1161008, Prop:1001}", + "Param": { + "1161008": { + "Main": 8900, + "Growth": 810, + "Format": "%", + "DamagePercentage": 8900, + "DamagePercentageGrowth": 810, + "StunRatio": 6190, + "StunRatioGrowth": 290, + "SpRecovery": 20250, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1161009, Prop:1001}", + "Param": { + "1161009": { + "Main": 7890, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7890, + "DamagePercentageGrowth": 720, + "StunRatio": 7610, + "StunRatioGrowth": 350, + "SpRecovery": 24910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5505, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Startup DMG Multiplier", + "Desc": "{Skill:1161010, Prop:1001}", + "Param": { + "1161010": { + "Main": 16360, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 16360, + "DamagePercentageGrowth": 1490, + "StunRatio": 12950, + "StunRatioGrowth": 590, + "SpRecovery": 47620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12387, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Combo DMG Multiplier", + "Desc": "{Skill:1161011, Prop:1001}", + "Param": { + "1161011": { + "Main": 12290, + "Growth": 1120, + "Format": "%", + "DamagePercentage": 12290, + "DamagePercentageGrowth": 1120, + "StunRatio": 8130, + "StunRatioGrowth": 370, + "SpRecovery": 27980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7770, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Finisher DMG Multiplier", + "Desc": "{Skill:1161012, Prop:1001}", + "Param": { + "1161012": { + "Main": 10460, + "Growth": 960, + "Format": "%", + "DamagePercentage": 10460, + "DamagePercentageGrowth": 960, + "StunRatio": 7950, + "StunRatioGrowth": 370, + "SpRecovery": 27380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 209275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7605, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Startup DMG Multiplier (Morale Burst)", + "Desc": "{Skill:1161026, Prop:1001}", + "Param": { + "1161026": { + "Main": 17720, + "Growth": 1620, + "Format": "%", + "DamagePercentage": 17720, + "DamagePercentageGrowth": 1620, + "StunRatio": 13630, + "StunRatioGrowth": 620, + "SpRecovery": 44600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 340725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12387, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Combo DMG Multiplier (Morale Burst)", + "Desc": "{Skill:1161027, Prop:1001}", + "Param": { + "1161027": { + "Main": 36430, + "Growth": 3320, + "Format": "%", + "DamagePercentage": 36430, + "DamagePercentageGrowth": 3320, + "StunRatio": 8550, + "StunRatioGrowth": 390, + "SpRecovery": 27980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7770, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Finisher DMG Multiplier (Morale Burst)", + "Desc": "{Skill:1161028, Prop:1001}", + "Param": { + "1161028": { + "Main": 11970, + "Growth": 1090, + "Format": "%", + "DamagePercentage": 11970, + "DamagePercentageGrowth": 1090, + "StunRatio": 9210, + "StunRatioGrowth": 420, + "SpRecovery": 30120, + "SpRecoveryGrowth": 0, + "FeverRecovery": 230175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8366, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Powerful Finisher DMG Multiplier (Morale Burst)", + "Desc": "{Skill:1161025, Prop:1001}", + "Param": { + "1161025": { + "Main": 43540, + "Growth": 3960, + "Format": "%", + "DamagePercentage": 43540, + "DamagePercentageGrowth": 3960, + "StunRatio": 13240, + "StunRatioGrowth": 610, + "SpRecovery": 36090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10023, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1161001, Prop:1002}", + "Param": { + "1161001": { + "Main": 1960, + "Growth": 90, + "Format": "%", + "DamagePercentage": 3920, + "DamagePercentageGrowth": 360, + "StunRatio": 1960, + "StunRatioGrowth": 90, + "SpRecovery": 6410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 49225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1161002, Prop:1002}", + "Param": { + "1161002": { + "Main": 3290, + "Growth": 150, + "Format": "%", + "DamagePercentage": 4800, + "DamagePercentageGrowth": 440, + "StunRatio": 3290, + "StunRatioGrowth": 150, + "SpRecovery": 10750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1161003, Prop:1002}", + "Param": { + "1161003": { + "Main": 4670, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5530, + "DamagePercentageGrowth": 510, + "StunRatio": 4670, + "StunRatioGrowth": 220, + "SpRecovery": 15260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 116600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 1st-Hit Daze Multiplier", + "Desc": "{Skill:1161004, Prop:1002}", + "Param": { + "1161004": { + "Main": 6050, + "Growth": 280, + "Format": "%", + "DamagePercentage": 8690, + "DamagePercentageGrowth": 790, + "StunRatio": 6050, + "StunRatioGrowth": 280, + "SpRecovery": 19780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 2nd-Hit Daze Multiplier", + "Desc": "{Skill:1161005, Prop:1002}", + "Param": { + "1161005": { + "Main": 3320, + "Growth": 160, + "Format": "%", + "DamagePercentage": 4770, + "DamagePercentageGrowth": 440, + "StunRatio": 3320, + "StunRatioGrowth": 160, + "SpRecovery": 10850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 83050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 3rd-Hit Daze Multiplier", + "Desc": "{Skill:1161006, Prop:1002}", + "Param": { + "1161006": { + "Main": 4040, + "Growth": 190, + "Format": "%", + "DamagePercentage": 5810, + "DamagePercentageGrowth": 530, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 4th-Hit Daze Multiplier", + "Desc": "{Skill:1161007, Prop:1002}", + "Param": { + "1161007": { + "Main": 2280, + "Growth": 110, + "Format": "%", + "DamagePercentage": 3280, + "DamagePercentageGrowth": 300, + "StunRatio": 2280, + "StunRatioGrowth": 110, + "SpRecovery": 7450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 56925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up 5th-Hit Daze Multiplier", + "Desc": "{Skill:1161008, Prop:1002}", + "Param": { + "1161008": { + "Main": 6190, + "Growth": 290, + "Format": "%", + "DamagePercentage": 8900, + "DamagePercentageGrowth": 810, + "StunRatio": 6190, + "StunRatioGrowth": 290, + "SpRecovery": 20250, + "SpRecoveryGrowth": 0, + "FeverRecovery": 154825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1161009, Prop:1002}", + "Param": { + "1161009": { + "Main": 7610, + "Growth": 350, + "Format": "%", + "DamagePercentage": 7890, + "DamagePercentageGrowth": 720, + "StunRatio": 7610, + "StunRatioGrowth": 350, + "SpRecovery": 24910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5505, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Startup Daze Multiplier", + "Desc": "{Skill:1161010, Prop:1002}", + "Param": { + "1161010": { + "Main": 12950, + "Growth": 590, + "Format": "%", + "DamagePercentage": 16360, + "DamagePercentageGrowth": 1490, + "StunRatio": 12950, + "StunRatioGrowth": 590, + "SpRecovery": 47620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12387, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Combo Daze Multiplier", + "Desc": "{Skill:1161011, Prop:1002}", + "Param": { + "1161011": { + "Main": 8130, + "Growth": 370, + "Format": "%", + "DamagePercentage": 12290, + "DamagePercentageGrowth": 1120, + "StunRatio": 8130, + "StunRatioGrowth": 370, + "SpRecovery": 27980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7770, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Finisher Daze Multiplier", + "Desc": "{Skill:1161012, Prop:1002}", + "Param": { + "1161012": { + "Main": 7950, + "Growth": 370, + "Format": "%", + "DamagePercentage": 10460, + "DamagePercentageGrowth": 960, + "StunRatio": 7950, + "StunRatioGrowth": 370, + "SpRecovery": 27380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 209275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7605, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Startup Daze Multiplier (Morale Burst)", + "Desc": "{Skill:1161026, Prop:1002}", + "Param": { + "1161026": { + "Main": 13630, + "Growth": 620, + "Format": "%", + "DamagePercentage": 17720, + "DamagePercentageGrowth": 1620, + "StunRatio": 13630, + "StunRatioGrowth": 620, + "SpRecovery": 44600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 340725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12387, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Combo Daze Multiplier (Morale Burst)", + "Desc": "{Skill:1161027, Prop:1002}", + "Param": { + "1161027": { + "Main": 8550, + "Growth": 390, + "Format": "%", + "DamagePercentage": 36430, + "DamagePercentageGrowth": 3320, + "StunRatio": 8550, + "StunRatioGrowth": 390, + "SpRecovery": 27980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7770, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Finisher Daze Multiplier (Morale Burst)", + "Desc": "{Skill:1161028, Prop:1002}", + "Param": { + "1161028": { + "Main": 9210, + "Growth": 420, + "Format": "%", + "DamagePercentage": 11970, + "DamagePercentageGrowth": 1090, + "StunRatio": 9210, + "StunRatioGrowth": 420, + "SpRecovery": 30120, + "SpRecoveryGrowth": 0, + "FeverRecovery": 230175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8366, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Powerful Finisher Daze Multiplier (Morale Burst)", + "Desc": "{Skill:1161025, Prop:1002}", + "Param": { + "1161025": { + "Main": 13240, + "Growth": 610, + "Format": "%", + "DamagePercentage": 43540, + "DamagePercentageGrowth": 3960, + "StunRatio": 13240, + "StunRatioGrowth": 610, + "SpRecovery": 36090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10023, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Shadowed Slide", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill.\nPress while the character is attacking to activate:\nPerform a quick shuffle dodge in the direction of the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#Joystick}.\nThis skill will not interrupt the combo count for Basic Attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Charging Slam", + "Desc": "Press during a dodge to activate:\nRapidly strikes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Blazing Flash", + "Desc": "Press during a Perfect Dodge to activate:\nStrike enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using the skill, press or hold to immediately follow up with the 5th hit of the Basic Attack." + }, + { + "Name": "Dash Attack: Charging Slam", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161016, Prop:1001}", + "Param": { + "1161016": { + "Main": 8990, + "Growth": 820, + "Format": "%", + "DamagePercentage": 8990, + "DamagePercentageGrowth": 820, + "StunRatio": 4500, + "StunRatioGrowth": 210, + "SpRecovery": 14710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 112475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161016, Prop:1002}", + "Param": { + "1161016": { + "Main": 4500, + "Growth": 210, + "Format": "%", + "DamagePercentage": 8990, + "DamagePercentageGrowth": 820, + "StunRatio": 4500, + "StunRatioGrowth": 210, + "SpRecovery": 14710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 112475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Blazing Flash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161017, Prop:1001}", + "Param": { + "1161017": { + "Main": 18630, + "Growth": 1700, + "Format": "%", + "DamagePercentage": 18630, + "DamagePercentageGrowth": 1700, + "StunRatio": 16870, + "StunRatioGrowth": 770, + "SpRecovery": 19210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 146850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161017, Prop:1002}", + "Param": { + "1161017": { + "Main": 16870, + "Growth": 770, + "Format": "%", + "DamagePercentage": 18630, + "DamagePercentageGrowth": 1700, + "StunRatio": 16870, + "StunRatioGrowth": 770, + "SpRecovery": 19210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 146850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5333, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: V-Form Sunrise Uppercut", + "Desc": "Press to activate:\nStrikes enemies in front with an uppercut, dealing Fire DMG.\nAnti-Interrupt level is increased while using this skill.\nPress during a shuffle dodge to activate:\nStrike forward with a series of punches, dealing Fire DMG.\nThis skill will not interrupt the combo count for Basic Attacks.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: V-Form Sunrise Uppercut - Full Distance", + "Desc": "With enough Energy, press to activate:\nLeaps into the air with a powerful uppercut, striking enemies in front and dealing massive Fire DMG.\nPress again during this skill to spend additional Energy to perform a powerful follow-up attack, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, press or hold to follow up with the 4th hit of the Basic Attack.\nWith enough Energy, press during the shuffle dodge to activate:\nStrike forward with a powerful punch combo, dealing massive Fire DMG.\nThis skill will not interrupt the combo count for Basic Attacks.\nCharacter is invulnerable while using this skill.\nAfter using this skill, press or hold to immediately follow up with the 5th hit of the Basic Attack." + }, + { + "Name": "Special Attack: V-Form Sunrise Uppercut", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161013, Prop:1001}", + "Param": { + "1161013": { + "Main": 3630, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3630, + "DamagePercentageGrowth": 330, + "StunRatio": 3630, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161013, Prop:1002}", + "Param": { + "1161013": { + "Main": 3630, + "Growth": 170, + "Format": "%", + "DamagePercentage": 3630, + "DamagePercentageGrowth": 330, + "StunRatio": 3630, + "StunRatioGrowth": 170, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 82500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: V-Form Sunrise Uppercut - Full Distance", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161014, Prop:1001}", + "Param": { + "1161014": { + "Main": 48630, + "Growth": 4430, + "Format": "%", + "DamagePercentage": 48630, + "DamagePercentageGrowth": 4430, + "StunRatio": 40350, + "StunRatioGrowth": 1840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1293325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36764, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up DMG Multiplier", + "Desc": "{Skill:1161015, Prop:1001}", + "Param": { + "1161015": { + "Main": 29270, + "Growth": 2670, + "Format": "%", + "DamagePercentage": 29270, + "DamagePercentageGrowth": 2670, + "StunRatio": 24770, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 767250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22326, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161014, Prop:1002}", + "Param": { + "1161014": { + "Main": 40350, + "Growth": 1840, + "Format": "%", + "DamagePercentage": 48630, + "DamagePercentageGrowth": 4430, + "StunRatio": 40350, + "StunRatioGrowth": 1840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1293325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36764, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up Daze Multiplier", + "Desc": "{Skill:1161015, Prop:1002}", + "Param": { + "1161015": { + "Main": 24770, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 29270, + "DamagePercentageGrowth": 2670, + "StunRatio": 24770, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 767250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22326, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Activation Energy Cost", "Desc": "40" }, + { "Name": "Follow-Up Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: V-Form Scorching Sun", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful strike at enemies in front in a small area, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: W-Form Crowned Inferno", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleashes a powerful strike in a large area around, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: V-Form Scorching Sun", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161018, Prop:1001}", + "Param": { + "1161018": { + "Main": 71210, + "Growth": 6480, + "Format": "%", + "DamagePercentage": 71210, + "DamagePercentageGrowth": 6480, + "StunRatio": 27320, + "StunRatioGrowth": 1250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2511850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44783, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161018, Prop:1002}", + "Param": { + "1161018": { + "Main": 27320, + "Growth": 1250, + "Format": "%", + "DamagePercentage": 71210, + "DamagePercentageGrowth": 6480, + "StunRatio": 27320, + "StunRatioGrowth": 1250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2511850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44783, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: W-Form Crowned Inferno", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161019, Prop:1001}", + "Param": { + "1161019": { + "Main": 150800, + "Growth": 13710, + "Format": "%", + "DamagePercentage": 150800, + "DamagePercentageGrowth": 13710, + "StunRatio": 94740, + "StunRatioGrowth": 4310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9669, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161019, Prop:1002}", + "Param": { + "1161019": { + "Main": 94740, + "Growth": 4310, + "Format": "%", + "DamagePercentage": 150800, + "DamagePercentageGrowth": 13710, + "StunRatio": 94740, + "StunRatioGrowth": 4310, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9669, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Blazing Flash - Guard", + "Desc": "When the active character is launched, press to activate:\nStrike enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using the skill, press or hold to immediately follow up with the 5th hit of the Basic Attack." + }, + { + "Name": "Defensive Assist: Swift Break", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Charging Slam - Stab", + "Desc": "Press after a Defensive Assist to activate:\nStrike enemies in front, dealing Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, press or hold to immediately follow up with the 5th hit of the Basic Attack." + }, + { + "Name": "Quick Assist: Blazing Flash - Guard", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161020, Prop:1001}", + "Param": { + "1161020": { + "Main": 6970, + "Growth": 640, + "Format": "%", + "DamagePercentage": 6970, + "DamagePercentageGrowth": 640, + "StunRatio": 6970, + "StunRatioGrowth": 320, + "SpRecovery": 22800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 174350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161020, Prop:1002}", + "Param": { + "1161020": { + "Main": 6970, + "Growth": 320, + "Format": "%", + "DamagePercentage": 6970, + "DamagePercentageGrowth": 640, + "StunRatio": 6970, + "StunRatioGrowth": 320, + "SpRecovery": 22800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 174350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6333, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Swift Break", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1161021, Prop:1002}", + "Param": { + "1161021": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1161022, Prop:1002}", + "Param": { + "1161022": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1161023, Prop:1002}", + "Param": { + "1161023": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Charging Slam - Stab", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1161024, Prop:1001}", + "Param": { + "1161024": { + "Main": 21980, + "Growth": 2000, + "Format": "%", + "DamagePercentage": 21980, + "DamagePercentageGrowth": 2000, + "StunRatio": 18230, + "StunRatioGrowth": 830, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 643225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18272, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1161024, Prop:1002}", + "Param": { + "1161024": { + "Main": 18230, + "Growth": 830, + "Format": "%", + "DamagePercentage": 21980, + "DamagePercentageGrowth": 2000, + "StunRatio": 18230, + "StunRatioGrowth": 830, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 643225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18272, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1161001": { + "Name": "Basic Attack: L-Form Thundering Fist", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1161002": { + "Name": "Dodge: Shadowed Slide (Shuffle Dodge)", + "Desc": "(During Attack)", + "ElementType": 0, + "HitType": 0 + }, + "1161003": { + "Name": "Special Attack: V-Form Sunrise Uppercut", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1161004": { + "Name": "Special Attack: V-Form Sunrise Uppercut (Punch Combo)", + "Desc": " (During Shuffle Dodge)", + "ElementType": 201, + "HitType": 102 + }, + "1161005": { + "Name": "EX Special Attack: V-Form Sunrise Uppercut - Full Distance", + "Desc": " ; ", + "ElementType": 201, + "HitType": 102 + }, + "1161006": { + "Name": "EX Special Attack: V-Form Sunrise Uppercut - Full Distance (Punch Combo)", + "Desc": " (During Shuffle Dodge)", + "ElementType": 201, + "HitType": 102 + }, + "1161007": { + "Name": "Dash Attack: Charging Slam", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1161008": { + "Name": "Dodge Counter: Blazing Flash", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 102 + }, + "1161009": { + "Name": "Chain Attack: V-Form Scorching Sun", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1161010": { + "Name": "Ultimate: W-Form Crowned Inferno", + "Desc": "", + "ElementType": 201, + "HitType": 102 + }, + "1161011": { + "Name": "Quick Assist: Blazing Flash - Guard", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 102 + }, + "1161012": { + "Name": "Defensive Assist: Swift Break", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1161013": { + "Name": "Assist Follow-Up: Charging Slam - Stab", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1161501, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1%, up to a maximum increase of 10%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "2": { + "Level": 2, + "Id": 1161502, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1.17%, up to a maximum increase of 11.7%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "3": { + "Level": 3, + "Id": 1161503, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1.33%, up to a maximum increase of 13.3%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "4": { + "Level": 4, + "Id": 1161504, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1.5%, up to a maximum increase of 15%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "5": { + "Level": 5, + "Id": 1161505, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1.67%, up to a maximum increase of 16.7%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "6": { + "Level": 6, + "Id": 1161506, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 1.83%, up to a maximum increase of 18.3%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + }, + "7": { + "Level": 7, + "Id": 1161507, + "Name": [ + "Core Passive: Accelerant", + "Additional Ability: Fighting Spirit" + ], + "Desc": [ + "Lighter automatically gains Morale over time, at a rate of 2.9 points per second. For each point of Energy consumed by any squad member, Lighter recovers an additional 0.26 Morale, up to a maximum of 100. When Morale reaches 80, the next time Lighter switches into battle he immediately launches a Quick Assist. Once Morale is 80 or higher, executing the 5th hit of his Basic Attack puts Lighter in the Morale Burst state, enhancing the power of the startup light punch, jab combo, and the Finishing Move of the 5th hit of his Basic Attack. When a skill hits an enemy with its power increased, it will continuously consume Morale. With every 10 points of Morale consumed, Lighter's Impact increases by 2%, up to a maximum increase of 20%, and lasting 6s.\nIn the Morale Burst state, Lighter will no longer automatically gain Morale over time. If his Morale is exhausted during a startup light punch or jab combo, he will automatically follow up with a more powerful Finishing Move.\nIn the Morale Burst state, when startup light punches or jab combos hit enemies, the target's Ice RES and Fire RES are reduced by 15%, lasting 30s.\nIn the Morale Burst state, when the Finishing Move hits an enemy, it applies the Collapse effect on the target, extending its Stunned duration by 3s. The Collapse effect can trigger only once on the same target before they recover from Stun.\nWhen the Finishing Move of the 5th hit of his Basic Attack hits an enemy, when he switches off field, or when his Morale runs out, Lighter will leave the Morale Burst state, keeping any unspent Morale.", + "When another character in your squad is an Attack character or shares the same Faction:\nWhile under the Morale Burst state, when the 5th hit of Lighter's Basic Attack hits an enemy, all squad members gain a stack of Elation, stacking up to 20 times and lasting 30s. Repeated triggers reset the duration. For each stack of Elation, an Agent's Ice DMG and Fire DMG increase by 1.25%.\nWhen obtaining Elation, if Lighter's Impact exceeds 170, every additional 10 points of Impact will increase the buff effect provided by each stack of Elation by an extra 0.25%. When any squad member launches a Chain Attack, it will refresh the duration of all squad members' Elation. Elation can increase the Ice DMG and Fire DMG of Agents by a maximum of 75%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110502": 2 }, + "3": { "10": 28000, "110502": 4 }, + "4": { "10": 60000, "110004": 2, "110502": 9 }, + "5": { "10": 100000, "110004": 3, "110502": 15 }, + "6": { "10": 200000, "110004": 4, "110502": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "The Champion", + "Desc": "Among the debuffs imposed by Core Passive: Accelerant, the Collapse effect increases Stun duration by 5s, while further reducing Ice RES and Fire RES by 10%. The more powerful Finishing Move that follows when Lighter's Morale is completely exhausted during a startup light punch or jab combo deals 30% increased DMG.", + "Desc2": "Victory for the champion is crucial. By facing off against the strongest fighter from the opposing side, he eliminates the threat to his leader — bringing an immense morale uplift to the team.\nFor him, only victory deserves recognition.\n\"The Champion cannot be defeated.\"" + }, + "2": { + "Level": 2, + "Name": "Red Scarf", + "Desc": "When applying Collapse via Core Passive: Accelerant to enemies, the target's Stun DMG Multiplier increases by 25%. The increase to Ice DMG and Fire DMG provided by Elation from Additional Ability: Fighting Spirit increases to 120% of the original.", + "Desc2": "As the \"Red Scarf\" of the Sons of Calydon, Lighter is quite famous in the Outer Ring, and not just because of his fists, but also due to... his unique way of speaking.\n\"I enjoy taking it easy... but you wouldn't manage without me, would you?\"" + }, + "3": { + "Level": 3, + "Name": "Mercenary Leader", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"I'm probably the last person anyone should pick as their leader.\"" + }, + "4": { + "Level": 4, + "Name": "Sunglasses", + "Desc": "When Lighter is off-field, the Energy Regen for the on-field character is increased by 10%. Upon entering the Morale Burst state, Lighter restores 4 Energy for off-field characters. This effect can trigger once every 18s.", + "Desc2": "\"You're asking why I wear sunglasses? Uh... it's because I get queasy at the sight of blood, I guess.\"" + }, + "5": { + "Level": 5, + "Name": "Decision Maker", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Give me an order, and I'll carry it out. It's that simple.\"\nLighter adjusted his sunglasses with a carefree smile.\n\"Just don't put me in charge of making decisions.\"" + }, + "6": { + "Level": 6, + "Name": "Survivor", + "Desc": "Lighter's Morale recovery efficiency is increased to 200% of its original value. When Lighter lands a heavy strike on enemies during a Basic Attack, Dodge Counter, Special Attack, EX Special Attack, Quick Assist, Assist Follow-Up, Chain Attack, or Ultimate, it will trigger the Blazing Impact effect, dealing 250% of ATK as Fire DMG. This effect can trigger once every 8s on each enemy. If Lighter's Impact exceeds 170 points, each additional point will further increase the multiplier of Blazing Impact by 5%, up to a maximum increase of 500%. The more powerful Finishing Move that follows when Lighter's Morale is completely exhausted during a light punch or jab combo will trigger an additional activation of Blazing Impact when hitting an enemy, ignoring the effect's cooldown.", + "Desc2": "If given the chance to do it all over again, he would never opt to be the only survivor.\nUnfortunately, fate is rarely a choice." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1171.json b/libs/zzz/dm/HakushinData/character/1171.json new file mode 100644 index 0000000000..b6e1699e31 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1171.json @@ -0,0 +1,1567 @@ +{ + "Id": 1171, + "Icon": "IconRole32", + "Name": "Burnice", + "CodeName": "Burnice", + "Rarity": 4, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "MAY 23", + "FullName": "Burnice White", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle32.png", + "ImpressionF": "Burnice sure makes delicious drinks! No wonder she's famous in the Outer Ring.", + "ImpressionM": "Yeah, so long as we don't try her blends for Steeltusk.", + "Name": "", + "OutlookDesc": "There's no record of Burnice in the New Eridu Citizen Verification Profile.\nNote: Burnice has a good Aptitude for Ether", + "ProfileDesc": "Burnice, the Nitro-Fuel bartender for the Sons of Calydon.\nA hopeless fuel lover. She is responsible for all the fuel used by the machinery owned by the Sons of Calydon.\nShe seems to have a passion for fuel that overwhelms all else.\n\nBurnice is super outgoing, friendly, and carefree.\nShe is easily able to spread her emotions to the people around her, bringing them the same optimism she possesses.\n\"You like the drinks I mix? Thank you! Steeltusk does, too~ That big guy can drink two hundred liters in one go!\"\n\"Do you wanna try its special fuel blend? It's suuuuper hot!\"", + "Race": "Sons of Calydon", + "RoleIcon": "IconRole/UnPacker/IconRole32", + "Stature": "160", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock" + ], + "TrustLv": { + "1": "Burnice, the Nitro-Fuel bartender for the Sons of Calydon.\nA hopeless fuel lover. She is responsible for all the fuel used by the machinery owned by the Sons of Calydon.\nShe seems to have a passion for fuel that overwhelms all else.\n\nBurnice is super outgoing, friendly, and carefree.\nShe is easily able to spread her emotions to the people around her, bringing them the same optimism she possesses.\n\"You like the drinks I mix? Thank you! Steeltusk does, too~ That big guy can drink two hundred liters in one go!\"\n\"Do you wanna try its special fuel blend? It's suuuuper hot!\"", + "2": "", + "3": "\"Fire can bring warmth, but it can also burn. For someone like this, when used with good intentions, they can keep the cold at bay, but when used with bad intentions... well, that idiot Caesar couldn't think of any bad intentions if her life depended on it.\"\n—From a certain young heiress who wishes to remain anonymous", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 124, + "AttackGrowth": 74992, + "AvatarPieceId": 5171, + "BreakStun": 83, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 118, + "ElementMystery": 120, + "Endurance": 0, + "HpGrowth": 803931, + "HpMax": 592, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Burnice", + "Pierce", + "Fire", + "Female", + "Camp4", + "Size2", + "AidTypeParry", + "Burnice" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 407, + "Attack": 44, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 813, + "Attack": 89, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1220, + "Attack": 133, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1626, + "Attack": 177, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 2033, + "Attack": 222, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Direct Flame Blend", + "Desc": "Press to activate:\nUnleashes up to 5 attacks in front, dealing Physical DMG and Fire DMG." + }, + { + "Name": "Basic Attack: Mixed Flame Blend", + "Desc": "In the Nitro-Fuel Cocktail state, hold to activate:\nSpin continuously while spraying flames around, followed by a Finishing Move that inflicts Fire DMG. Continuing to hold extends the flame-spraying duration.\nWhen the move is activated, it consumes 20 Heat;\nAnti-Interrupt level is increased while using this skill.\nAfter executing the Finishing Move, press to immediately follow up with EX Special Attack: Intense Heat Stirring Method - Double Shot." + }, + { + "Name": "Basic Attack: Direct Flame Blend", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1171001, Prop:1001}", + "Param": { + "1171001": { + "Main": 4480, + "Growth": 410, + "Format": "%", + "DamagePercentage": 4480, + "DamagePercentageGrowth": 410, + "StunRatio": 1870, + "StunRatioGrowth": 90, + "SpRecovery": 6100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 46750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1694, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1171002, Prop:1001}", + "Param": { + "1171002": { + "Main": 4350, + "Growth": 400, + "Format": "%", + "DamagePercentage": 4350, + "DamagePercentageGrowth": 400, + "StunRatio": 3080, + "StunRatioGrowth": 140, + "SpRecovery": 10070, + "SpRecoveryGrowth": 0, + "FeverRecovery": 77000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1171003, Prop:1001}", + "Param": { + "1171003": { + "Main": 7170, + "Growth": 660, + "Format": "%", + "DamagePercentage": 7170, + "DamagePercentageGrowth": 660, + "StunRatio": 4780, + "StunRatioGrowth": 220, + "SpRecovery": 15620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4337, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1171004, Prop:1001}", + "Param": { + "1171004": { + "Main": 6660, + "Growth": 610, + "Format": "%", + "DamagePercentage": 6660, + "DamagePercentageGrowth": 610, + "StunRatio": 3040, + "StunRatioGrowth": 140, + "SpRecovery": 9920, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2754, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1171005, Prop:1001}", + "Param": { + "1171005": { + "Main": 9630, + "Growth": 880, + "Format": "%", + "DamagePercentage": 9630, + "DamagePercentageGrowth": 880, + "StunRatio": 5200, + "StunRatioGrowth": 240, + "SpRecovery": 16990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 129800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4719, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1171001, Prop:1002}", + "Param": { + "1171001": { + "Main": 1870, + "Growth": 90, + "Format": "%", + "DamagePercentage": 4480, + "DamagePercentageGrowth": 410, + "StunRatio": 1870, + "StunRatioGrowth": 90, + "SpRecovery": 6100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 46750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1694, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1171002, Prop:1002}", + "Param": { + "1171002": { + "Main": 3080, + "Growth": 140, + "Format": "%", + "DamagePercentage": 4350, + "DamagePercentageGrowth": 400, + "StunRatio": 3080, + "StunRatioGrowth": 140, + "SpRecovery": 10070, + "SpRecoveryGrowth": 0, + "FeverRecovery": 77000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1171003, Prop:1002}", + "Param": { + "1171003": { + "Main": 4780, + "Growth": 220, + "Format": "%", + "DamagePercentage": 7170, + "DamagePercentageGrowth": 660, + "StunRatio": 4780, + "StunRatioGrowth": 220, + "SpRecovery": 15620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4337, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1171004, Prop:1002}", + "Param": { + "1171004": { + "Main": 3040, + "Growth": 140, + "Format": "%", + "DamagePercentage": 6660, + "DamagePercentageGrowth": 610, + "StunRatio": 3040, + "StunRatioGrowth": 140, + "SpRecovery": 9920, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2754, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1171005, Prop:1002}", + "Param": { + "1171005": { + "Main": 5200, + "Growth": 240, + "Format": "%", + "DamagePercentage": 9630, + "DamagePercentageGrowth": 880, + "StunRatio": 5200, + "StunRatioGrowth": 240, + "SpRecovery": 16990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 129800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4719, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Mixed Flame Blend", + "Param": [ + { + "Name": "Continuous Spray DMG Multiplier", + "Desc": "{Skill:1171006, Prop:1001}", + "Param": { + "1171006": { + "Main": 12540, + "Growth": 1140, + "Format": "%", + "DamagePercentage": 12540, + "DamagePercentageGrowth": 1140, + "StunRatio": 9650, + "StunRatioGrowth": 440, + "SpRecovery": 15780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 241175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9598, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move DMG Multiplier", + "Desc": "{Skill:1171007, Prop:1001}", + "Param": { + "1171007": { + "Main": 23280, + "Growth": 2120, + "Format": "%", + "DamagePercentage": 23280, + "DamagePercentageGrowth": 2120, + "StunRatio": 17910, + "StunRatioGrowth": 820, + "SpRecovery": 29310, + "SpRecoveryGrowth": 0, + "FeverRecovery": 447700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17111, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Continuous Spray Daze Multiplier", + "Desc": "{Skill:1171006, Prop:1002}", + "Param": { + "1171006": { + "Main": 9650, + "Growth": 440, + "Format": "%", + "DamagePercentage": 12540, + "DamagePercentageGrowth": 1140, + "StunRatio": 9650, + "StunRatioGrowth": 440, + "SpRecovery": 15780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 241175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9598, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move Daze Multiplier", + "Desc": "{Skill:1171007, Prop:1002}", + "Param": { + "1171007": { + "Main": 17910, + "Growth": 820, + "Format": "%", + "DamagePercentage": 23280, + "DamagePercentageGrowth": 2120, + "StunRatio": 17910, + "StunRatioGrowth": 820, + "SpRecovery": 29310, + "SpRecoveryGrowth": 0, + "FeverRecovery": 447700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17111, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Fiery Phantom Dash", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Dangerous Fermentation", + "Desc": "Press during a dodge to activate:\nPerform a forward rush attack with the flamethrower, dealing Fire DMG." + }, + { + "Name": "Dodge Counter: Fluttering Steps", + "Desc": "Press during a Perfect Dodge to activate:\nLaunch a series of attacks on enemies in front while spraying flames, dealing Physical DMG and Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Dangerous Fermentation", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171014, Prop:1001}", + "Param": { + "1171014": { + "Main": 6790, + "Growth": 620, + "Format": "%", + "DamagePercentage": 6790, + "DamagePercentageGrowth": 620, + "StunRatio": 3400, + "StunRatioGrowth": 160, + "SpRecovery": 11100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 84975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3083, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171014, Prop:1002}", + "Param": { + "1171014": { + "Main": 3400, + "Growth": 160, + "Format": "%", + "DamagePercentage": 6790, + "DamagePercentageGrowth": 620, + "StunRatio": 3400, + "StunRatioGrowth": 160, + "SpRecovery": 11100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 84975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3083, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Fluttering Steps", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171015, Prop:1001}", + "Param": { + "1171015": { + "Main": 21970, + "Growth": 2000, + "Format": "%", + "DamagePercentage": 21970, + "DamagePercentageGrowth": 2000, + "StunRatio": 19440, + "StunRatioGrowth": 890, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171015, Prop:1002}", + "Param": { + "1171015": { + "Main": 19440, + "Growth": 890, + "Format": "%", + "DamagePercentage": 21970, + "DamagePercentageGrowth": 2000, + "StunRatio": 19440, + "StunRatioGrowth": 890, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Intense Heat Aging Method", + "Desc": "Press to activate:\nUnleash a fire blast forward, inflicting Fire DMG;\nPress and hold to charge, boosting the move's power.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Intense Heat Stirring Method", + "Desc": "With enough energy, press to activate:\nContinuously spray flames with a one-handed flamethrower, then release a fire blast in a straight line ahead, dealing massive Fire DMG. Continue holding to steadily consume energy and extend the spray's duration.\nWhile continuously spraying, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to execute a sidestep dodge, adjusting your position in the corresponding direction.\nAnti-Interrupt Level is increased while continuously spraying, and DMG taken is reduced by 40%.\nCharacter is invulnerable during sidestep dodge and fire blast." + }, + { + "Name": "EX Special Attack: Intense Heat Stirring Method - Double Shot", + "Desc": "While using EX Special Attack: Intense Heat Stirring Method, with enough Energy, press to activate:\nUse both flamethrowers to continuously spray flames, followed by a fire blast in a front line, dealing massive Fire DMG. Keep holding to continue consuming Energy and extend the spray's duration.\nCharacter is invulnerable during the moment the spray is activated and during the activation of the fire blast.\nAnti-Interrupt Level is increased while spraying, and DMG received is reduced by 40%." + }, + { + "Name": "Special Attack: Intense Heat Aging Method", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171008, Prop:1001}", + "Param": { + "1171008": { + "Main": 5780, + "Growth": 530, + "Format": "%", + "DamagePercentage": 5780, + "DamagePercentageGrowth": 530, + "StunRatio": 5780, + "StunRatioGrowth": 270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 144650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5251, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Attack DMG Multiplier", + "Desc": "{Skill:1171009, Prop:1001}", + "Param": { + "1171009": { + "Main": 6240, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6240, + "DamagePercentageGrowth": 570, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171008, Prop:1002}", + "Param": { + "1171008": { + "Main": 5780, + "Growth": 270, + "Format": "%", + "DamagePercentage": 5780, + "DamagePercentageGrowth": 530, + "StunRatio": 5780, + "StunRatioGrowth": 270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 144650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5251, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Daze Multiplier", + "Desc": "{Skill:1171009, Prop:1002}", + "Param": { + "1171009": { + "Main": 6240, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6240, + "DamagePercentageGrowth": 570, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Intense Heat Stirring Method", + "Param": [ + { + "Name": "Continuous Spray DMG Multiplier", + "Desc": "{Skill:1171010, Prop:1001}", + "Param": { + "1171010": { + "Main": 54380, + "Growth": 4950, + "Format": "%", + "DamagePercentage": 54380, + "DamagePercentageGrowth": 4950, + "StunRatio": 37860, + "StunRatioGrowth": 1730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1367575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41110, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Continuous Spray Daze Multiplier", + "Desc": "{Skill:1171010, Prop:1002}", + "Param": { + "1171010": { + "Main": 37860, + "Growth": 1730, + "Format": "%", + "DamagePercentage": 54380, + "DamagePercentageGrowth": 4950, + "StunRatio": 37860, + "StunRatioGrowth": 1730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1367575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41110, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fire Blast DMG Multiplier", + "Desc": "{Skill:1171011, Prop:1001}", + "Param": { + "1171011": { + "Main": 9670, + "Growth": 880, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 6570, + "StunRatioGrowth": 300, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 240075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7155, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fire Blast Daze Multiplier", + "Desc": "{Skill:1171011, Prop:1002}", + "Param": { + "1171011": { + "Main": 6570, + "Growth": 300, + "Format": "%", + "DamagePercentage": 9670, + "DamagePercentageGrowth": 880, + "StunRatio": 6570, + "StunRatioGrowth": 300, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 240075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7155, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost to Use", "Desc": "40" }, + { "Name": "Continuous Spray Energy Cost", "Desc": "12.5/s" }, + { "Name": "Fire Blast Energy Cost", "Desc": "5" } + ] + }, + { + "Name": "EX Special Attack: Intense Heat Stirring Method - Double Shot", + "Param": [ + { + "Name": "Continuous Spray DMG Multiplier", + "Desc": "{Skill:1171012, Prop:1001}", + "Param": { + "1171012": { + "Main": 95810, + "Growth": 8710, + "Format": "%", + "DamagePercentage": 95810, + "DamagePercentageGrowth": 8710, + "StunRatio": 58570, + "StunRatioGrowth": 2670, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1839750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53024, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Continuous Spray Daze Multiplier", + "Desc": "{Skill:1171012, Prop:1002}", + "Param": { + "1171012": { + "Main": 58570, + "Growth": 2670, + "Format": "%", + "DamagePercentage": 95810, + "DamagePercentageGrowth": 8710, + "StunRatio": 58570, + "StunRatioGrowth": 2670, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1839750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53024, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fire Blast DMG Multiplier", + "Desc": "{Skill:1171013, Prop:1001}", + "Param": { + "1171013": { + "Main": 28710, + "Growth": 2610, + "Format": "%", + "DamagePercentage": 28710, + "DamagePercentageGrowth": 2610, + "StunRatio": 20780, + "StunRatioGrowth": 950, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 603625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18365, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Fire Blast Daze Multiplier", + "Desc": "{Skill:1171013, Prop:1002}", + "Param": { + "1171013": { + "Main": 20780, + "Growth": 950, + "Format": "%", + "DamagePercentage": 28710, + "DamagePercentageGrowth": 2610, + "StunRatio": 20780, + "StunRatioGrowth": 950, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 603625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18365, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost to Use", "Desc": "10" }, + { "Name": "Continuous Spray Energy Cost", "Desc": "25/s" }, + { "Name": "Fire Blast Energy Cost", "Desc": "10" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Fuel-Fed Flame", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nQuickly dash forward while spraying flames in all directions, then launch a fire blast in a fan-shaped area ahead, dealing massive Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using the skill, press to immediately follow up with EX Special Attack: Intense Heat Stirring Method - Double Shot." + }, + { + "Name": "Ultimate: Glorious Inferno", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nDash forward quickly, then leap into the air and continuously spray flames over a wide area ahead, dealing massive Fire DMG.\nWhen leaping into the air, a Quick Assist will be triggered. If the Quick Assist is activated, Burnice will extend the duration of her flame spray.\nUpon activation, recover 50 Heat.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Fuel-Fed Flame", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171016, Prop:1001}", + "Param": { + "1171016": { + "Main": 68090, + "Growth": 6190, + "Format": "%", + "DamagePercentage": 68090, + "DamagePercentageGrowth": 6190, + "StunRatio": 24200, + "StunRatioGrowth": 1100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2433750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 100296, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171016, Prop:1002}", + "Param": { + "1171016": { + "Main": 24200, + "Growth": 1100, + "Format": "%", + "DamagePercentage": 68090, + "DamagePercentageGrowth": 6190, + "StunRatio": 24200, + "StunRatioGrowth": 1100, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2433750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 100296, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Glorious Inferno", + "Param": [ + { + "Name": "Maximum DMG Multiplier", + "Desc": "{Skill:1171017, Prop:1001}", + "Param": { + "1171017": { + "Main": 201220, + "Growth": 18300, + "Format": "%", + "DamagePercentage": 201220, + "DamagePercentageGrowth": 18300, + "StunRatio": 10640, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 86116, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Maximum Daze Multiplier", + "Desc": "{Skill:1171017, Prop:1002}", + "Param": { + "1171017": { + "Main": 10640, + "Growth": 490, + "Format": "%", + "DamagePercentage": 201220, + "DamagePercentageGrowth": 18300, + "StunRatio": 10640, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 86116, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Energizing Specialty Drink", + "Desc": "When the active character is launched, press to activate:\nUnleash a flurry of attacks on enemies in front while spraying flames, dealing Physical DMG and Fire DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Smoky Cauldron", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Scorching Dew", + "Desc": "Press after a Defensive Assist to activate:\nLeap into the air and quickly spin forward while spraying flames in all directions, dealing Fire DMG.\nCharacter is invulnerable while using this skill.\nAfter using the skill, press to immediately follow up with EX Special Attack: Intense Heat Stirring Method - Double Shot." + }, + { + "Name": "Quick Assist: Energizing Specialty Drink", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171018, Prop:1001}", + "Param": { + "1171018": { + "Main": 8440, + "Growth": 770, + "Format": "%", + "DamagePercentage": 8440, + "DamagePercentageGrowth": 770, + "StunRatio": 8440, + "StunRatioGrowth": 390, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171018, Prop:1002}", + "Param": { + "1171018": { + "Main": 8440, + "Growth": 390, + "Format": "%", + "DamagePercentage": 8440, + "DamagePercentageGrowth": 770, + "StunRatio": 8440, + "StunRatioGrowth": 390, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Smoky Cauldron", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1171019, Prop:1002}", + "Param": { + "1171019": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1171020, Prop:1002}", + "Param": { + "1171020": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1171021, Prop:1002}", + "Param": { + "1171021": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Scorching Dew", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1171022, Prop:1001}", + "Param": { + "1171022": { + "Main": 32760, + "Growth": 2980, + "Format": "%", + "DamagePercentage": 32760, + "DamagePercentageGrowth": 2980, + "StunRatio": 28240, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 931975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27722, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1171022, Prop:1002}", + "Param": { + "1171022": { + "Main": 28240, + "Growth": 1290, + "Format": "%", + "DamagePercentage": 32760, + "DamagePercentageGrowth": 2980, + "StunRatio": 28240, + "StunRatioGrowth": 1290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 931975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27722, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1171001": { + "Name": "Basic Attack: Direct Flame Blend", + "Desc": "", + "ElementType": 201, + "HitType": 103 + }, + "1171002": { + "Name": "Basic Attack: Mixed Flame Blend", + "Desc": " (Nitro-Fuel Cocktail) (Hold)", + "ElementType": 201, + "HitType": 103 + }, + "1171003": { + "Name": "Special Attack: Intense Heat Aging Method", + "Desc": "", + "ElementType": 201, + "HitType": 103 + }, + "1171004": { + "Name": "EX Special Attack: Intense Heat Stirring Method", + "Desc": "(Can Hold Down)", + "ElementType": 201, + "HitType": 103 + }, + "1171005": { + "Name": "EX Special Attack: Intense Heat Stirring Method - Double Shot", + "Desc": " (During EX Special Attack: Intense Heat Stirring Method)", + "ElementType": 201, + "HitType": 103 + }, + "1171006": { + "Name": "Dash Attack: Dangerous Fermentation", + "Desc": " ; ", + "ElementType": 201, + "HitType": 103 + }, + "1171007": { + "Name": "Dodge Counter: Fluttering Steps", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 103 + }, + "1171008": { + "Name": "Chain Attack: Fuel-Fed Flame", + "Desc": "", + "ElementType": 201, + "HitType": 103 + }, + "1171009": { + "Name": "Ultimate: Glorious Inferno", + "Desc": "", + "ElementType": 201, + "HitType": 103 + }, + "1171010": { + "Name": "Quick Assist: Energizing Specialty Drink", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 103 + }, + "1171011": { + "Name": "Defensive Assist: Smoky Cauldron", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1171012": { + "Name": "Assist Follow-Up: Scorching Dew", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1171501, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 175% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "2": { + "Level": 2, + "Id": 1171502, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 205% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "3": { + "Level": 3, + "Id": 1171503, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 235% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "4": { + "Level": 4, + "Id": 1171504, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 262% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "5": { + "Level": 5, + "Id": 1171505, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 290% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "6": { + "Level": 6, + "Id": 1171506, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 320% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + }, + "7": { + "Level": 7, + "Id": 1171507, + "Name": [ + "Core Passive: Nitro-Fuel Cocktail", + "Additional Ability: Fire Kindling" + ], + "Desc": [ + "When Burnice expends Energy, she accumulates Heat, up to a max of 100. She gains 1.4 Heat for each 1 point of Energy consumed. At 50 Heat, she enters the Nitro-Fuel Cocktail state until all Heat is expended. Upon entering the battlefield, Burnice instantly accumulates 100 Heat.\nWhile in the Nitro-Fuel Cocktail state, when Burnice hits an enemy with a Basic Attack: Mixed Flame Blend, EX Special Attack, Chain Attack, or Ultimate, she applies the Scorched effect to the target until she exits the Nitro-Fuel Cocktail state. When other squad members hit enemies under the Scorched status, it triggers the Afterburn effect, expending 8 Heat to deal Fire DMG equal to 350% of Burnice's ATK and accumulate Fire Anomaly Buildup. This effect can trigger once every 1.5s. For every 10 Anomaly Proficiency, Afterburn DMG increases by 1%, up to a max of 30%. DMG from the Afterburn effect is considered Assist Attack DMG.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nWhen Burnice's Basic Attack: Mixed Flame Blend, EX Special Attack: Intense Heat Stirring Method or EX Special Attack: Intense Heat Stirring Method - Double Shot hits an enemy, or when the Afterburn effect is triggered, the move's accumulated Fire Anomaly Buildup increases by 65%. When any squad member applies the Burn effect to an enemy, the duration of that effect is extended by 3s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110507": 2 }, + "3": { "10": 28000, "110507": 4 }, + "4": { "10": 60000, "110004": 2, "110507": 9 }, + "5": { "10": 100000, "110004": 3, "110507": 15 }, + "6": { "10": 200000, "110004": 4, "110507": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Kindred Flames", + "Desc": "Increases the limit of Heat from 100 to 140. Upon entering the battlefield, Burnice accumulates an additional 40 Heat. Increases the DMG Multiplier of the Afterburn effect by 100% of Burnice's ATK. Additionally, the accumulated Fire Anomaly Buildup from the Afterburn effect is increased by 25%.", + "Desc2": "\"Everyone has rough times; it's perfectly normal!\"\n\"Cheer up, Caesar! How about a Nitro-Fuel special? I added a ton of sugar!\"" + }, + "2": { + "Level": 2, + "Name": "Extra at No Additional Charge", + "Desc": "When triggering the Afterburn effect, Thermal Penetration is applied to the enemy, stacking up to 5 times and lasting 6s. Repeated triggers reset the duration. When any allied unit in the squad hits the enemy, the attack's PEN Ratio is increased by 4% for each stack of Thermal Penetration, up to a max of 20%.", + "Desc2": "As the mixologist for the Sons of Calydon, Burnice takes great pleasure in crafting the best Nitro-Fuel drinks in New Eridu for her friends.\nOf course, if you happen to be her enemy... you might have the opportunity to try a new and unique flavor too.\n\"It's a once-in-a-lifetime, absolutely exquisite taste!\"" + }, + "3": { + "Level": 3, + "Name": "Optimistic by Nature", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"That Burnice, she's always so full of energy! Even right after waking up! I have no idea where she gets all that energy...\"\n\"What's even scarier is that she can get everyone around her to be just as enthusiastic! It's almost like she's some kind of monster!\"\n\"But... I don't really dislike it, to be honest...\"\n— From a boar manager who wishes to remain unnamed" + }, + "4": { + "Level": 4, + "Name": "Ultimate Fuel Supply", + "Desc": "When an EX Special Attack or Assist Attack hits an enemy, the move's CRIT Rate increases by 30%. The max flame spray duration of EX Special Attack: Intense Heat Stirring Method - Double Shot is increased by 1s.", + "Desc2": "\"You like the drink I mixed? Thanks! Steeltusk likes them too~ That guy can drink 200 liters in one go!\"\n\"Oh, Steeltusk is our big truck!\"\n\"Wanna try some of its special fuel? It's pretty fiery~\"" + }, + "5": { + "Level": 5, + "Name": "Dance of Fire and Ice", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "When mixing drinks, ice is a crucial element.\nWithout an intense chill, the intense heat just doesn't stand out.\n\"That fusion of fire and ice~ It's truly captivating!\"" + }, + "6": { + "Level": 6, + "Name": "Burning Invitation", + "Desc": "When Burnice hits an enemy with EX Special Attack: Intense Heat Stirring Method - Double Shot, it triggers an additional special Afterburn effect, dealing 60% of Burnice's ATK as Fire DMG to the target. This effect can trigger once every 0.5s and does not consume Heat. After hitting an enemy with EX Special Attack: Intense Heat Stirring Method - Double Shot, while the move is active, EX Special Attack: Intense Heat Stirring Method - Double Shot, special Afterburn effects, and Burn effects will ignore 25% of the target's Fire RES. When EX Special Attack: Intense Heat Stirring Method - Double Shot's fire blast hits an enemy, if that enemy is Burned, trigger an additional instance of Burn DMG equal to 1,800% of the original DMG. This effect can trigger once every 20s for each target.", + "Desc2": "It seems like no one has ever seen Burnice truly angry.\n\"Trust me, you don't want to see it.\"\n— From a driver getting ready to sleep atop Steeltusk" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1181.json b/libs/zzz/dm/HakushinData/character/1181.json new file mode 100644 index 0000000000..88db555781 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1181.json @@ -0,0 +1,1198 @@ +{ + "Id": 1181, + "Icon": "IconRole20", + "Name": "Grace", + "CodeName": "Grace", + "Rarity": 4, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "3": "Belobog Heavy Industries" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "APR 14", + "FullName": "Grace Howard", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle20.png", + "ImpressionF": "Is it just me... or does Grace sound just like a human talking to a cat whenever she's talking to machines?", + "ImpressionM": "You mean the way you talk to cats, right?\nMore importantly, is Fairy already thinking about philosophical questions like \"Who am I?\"", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile Info:\nHollow Investigator — Grace, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: Prolonged exposure to machinery in Ether environments could impact personal health, so please be mindful.", + "ProfileDesc": "Grace is a technical expert at Belobog Industries. She's the core talent in developing and patenting Belobog's in-Hollow machinery.\nShe's obsessed with gears, metal and wires — a true mechanical geek. She's eager to dismantle and study any machinery or equipment she takes an interest in: \"Such sharp and strong lines, truly beautiful... I can't help but want to open it up and take a look.\"\n\nGrace always shows extraordinary patience when dealing with machines, doting on the sophisticated metal constructions as if they were her own children.\nAccording to the information at hand, Grace is probably the only one who can playfully refer to Koleda as \"Sweet Pea\" without receiving a kick in the shin.\nQuestion: Based on Grace's understanding of machines, would she consider me one? I'm currently lacking a physical form, however, so I don't possess components like gears, metal, or wires.", + "Race": "Belobog Heavy Industries", + "RoleIcon": "IconRole/UnPacker/IconRole20", + "Stature": "170", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Agent Story \"The Iron Witch\"" + ], + "TrustLv": { + "1": "Grace is a technical expert at Belobog Industries. She's the core talent in developing and patenting Belobog's in-Hollow machinery.\nShe's obsessed with gears, metal and wires — a true mechanical geek. She's eager to dismantle and study any machinery or equipment she takes an interest in: \"Such sharp and strong lines, truly beautiful... I can't help but want to open it up and take a look.\"\n\nGrace always shows extraordinary patience when dealing with machines, doting on the sophisticated metal constructions as if they were her own children.\nAccording to the information at hand, Grace is probably the only one who can playfully refer to Koleda as \"Sweet Pea\" without receiving a kick in the shin.\nQuestion: Based on Grace's understanding of machines, would she consider me one? I'm currently lacking a physical form, however, so I don't possess components like gears, metal, or wires.", + "2": "", + "3": "Both of Grace's parents, who were research workers related to the Hollow, disappeared during a dangerous expedition into a Hollow, and were soon presumed dead. Grace was adopted by her parents' former friend, Khors, the previous president of Belobog Industries, and Koleda's father. As a result, Grace and Koleda are \"sisters,\" though not related by blood.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 119, + "AttackGrowth": 71181, + "AvatarPieceId": 5181, + "BreakStun": 83, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 115, + "ElementMystery": 116, + "Endurance": 0, + "HpGrowth": 816391, + "HpMax": 602, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Lisa", + "Pierce", + "Electric", + "Female", + "Camp3", + "Size3", + "AidTypeEvade", + "Lisa" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 413, + "Attack": 42, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 826, + "Attack": 85, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1239, + "Attack": 127, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1651, + "Attack": 170, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 2064, + "Attack": 212, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: High-Pressure Spike", + "Desc": "Press to activate:\nUnleashes up to 4 attacks, dealing Physical DMG and Electric DMG.\nWhile launching Basic Attacks, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to attack while moving. This allows Grace to reposition herself and deal Physical DMG.\nWhile Grace is launching Basic Attacks, her Basic Attack combo will not be interrupted by her Special Attacks, EX Special Attacks, Dodge, Dash Attacks, or Dodge Counter." + }, + { + "Name": "Basic Attack: High-Pressure Spike", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1181001, Prop:1001}", + "Param": { + "1181001": { + "Main": 5510, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1181002, Prop:1001}", + "Param": { + "1181002": { + "Main": 5970, + "Growth": 550, + "Format": "%", + "DamagePercentage": 5970, + "DamagePercentageGrowth": 550, + "StunRatio": 3470, + "StunRatioGrowth": 160, + "SpRecovery": 11890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 91025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1181003, Prop:1001}", + "Param": { + "1181003": { + "Main": 12480, + "Growth": 1140, + "Format": "%", + "DamagePercentage": 12480, + "DamagePercentageGrowth": 1140, + "StunRatio": 7160, + "StunRatioGrowth": 330, + "SpRecovery": 24540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 187550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6460, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1181004, Prop:1001}", + "Param": { + "1181004": { + "Main": 18630, + "Growth": 1700, + "Format": "%", + "DamagePercentage": 18630, + "DamagePercentageGrowth": 1700, + "StunRatio": 10720, + "StunRatioGrowth": 490, + "SpRecovery": 40810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Moving Shot DMG Multiplier", + "Desc": "{Skill:1181015, Prop:1001}", + "Param": { + "1181015": { + "Main": 4030, + "Growth": 370, + "Format": "%", + "DamagePercentage": 4030, + "DamagePercentageGrowth": 370, + "StunRatio": 4030, + "StunRatioGrowth": 190, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 105600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1181001, Prop:1002}", + "Param": { + "1181001": { + "Main": 1800, + "Growth": 90, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 1800, + "StunRatioGrowth": 90, + "SpRecovery": 6150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 47025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1181002, Prop:1002}", + "Param": { + "1181002": { + "Main": 3470, + "Growth": 160, + "Format": "%", + "DamagePercentage": 5970, + "DamagePercentageGrowth": 550, + "StunRatio": 3470, + "StunRatioGrowth": 160, + "SpRecovery": 11890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 91025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1181003, Prop:1002}", + "Param": { + "1181003": { + "Main": 7160, + "Growth": 330, + "Format": "%", + "DamagePercentage": 12480, + "DamagePercentageGrowth": 1140, + "StunRatio": 7160, + "StunRatioGrowth": 330, + "SpRecovery": 24540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 187550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6460, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1181004, Prop:1002}", + "Param": { + "1181004": { + "Main": 10720, + "Growth": 490, + "Format": "%", + "DamagePercentage": 18630, + "DamagePercentageGrowth": 1700, + "StunRatio": 10720, + "StunRatioGrowth": 490, + "SpRecovery": 40810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Moving Shot Daze Multiplier", + "Desc": "{Skill:1181015, Prop:1002}", + "Param": { + "1181015": { + "Main": 4030, + "Growth": 190, + "Format": "%", + "DamagePercentage": 4030, + "DamagePercentageGrowth": 370, + "StunRatio": 4030, + "StunRatioGrowth": 190, + "SpRecovery": 13800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 105600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Safety Regulation", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Quick Inspection", + "Desc": "Press during a dodge to activate:\nSlide forward while shooting, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Violation Penalty", + "Desc": "Press during a Perfect Dodge to activate:\nThrows a grenade at enemies, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Quick Inspection", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181007, Prop:1001}", + "Param": { + "1181007": { + "Main": 3330, + "Growth": 310, + "Format": "%", + "DamagePercentage": 3330, + "DamagePercentageGrowth": 310, + "StunRatio": 1670, + "StunRatioGrowth": 80, + "SpRecovery": 5710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 43725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181007, Prop:1002}", + "Param": { + "1181007": { + "Main": 1670, + "Growth": 80, + "Format": "%", + "DamagePercentage": 3330, + "DamagePercentageGrowth": 310, + "StunRatio": 1670, + "StunRatioGrowth": 80, + "SpRecovery": 5710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 43725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Violation Penalty", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181008, Prop:1001}", + "Param": { + "1181008": { + "Main": 16420, + "Growth": 1500, + "Format": "%", + "DamagePercentage": 16420, + "DamagePercentageGrowth": 1500, + "StunRatio": 15050, + "StunRatioGrowth": 690, + "SpRecovery": 15600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181008, Prop:1002}", + "Param": { + "1181008": { + "Main": 15050, + "Growth": 690, + "Format": "%", + "DamagePercentage": 16420, + "DamagePercentageGrowth": 1500, + "StunRatio": 15050, + "StunRatioGrowth": 690, + "SpRecovery": 15600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4333, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Obstruction Removal", + "Desc": "Press to activate:\nThrows a grenade to the front, dealing Electric DMG.\nUpon use, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to change directions.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Supercharged Obstruction Removal", + "Desc": "With enough Energy, press to activate:\nLeap in the air and throw two grenades to the front, dealing massive Electric DMG.\nUpon use, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to change directions.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Obstruction Removal", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181005, Prop:1001}", + "Param": { + "1181005": { + "Main": 4210, + "Growth": 390, + "Format": "%", + "DamagePercentage": 4210, + "DamagePercentageGrowth": 390, + "StunRatio": 4210, + "StunRatioGrowth": 200, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181005, Prop:1002}", + "Param": { + "1181005": { + "Main": 4210, + "Growth": 200, + "Format": "%", + "DamagePercentage": 4210, + "DamagePercentageGrowth": 390, + "StunRatio": 4210, + "StunRatioGrowth": 200, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Supercharged Obstruction Removal", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181006, Prop:1001}*2", + "Param": { + "1181006": { + "Main": 16690, + "Growth": 1520, + "Format": "%", + "DamagePercentage": 16690, + "DamagePercentageGrowth": 1520, + "StunRatio": 13420, + "StunRatioGrowth": 610, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 523050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14334, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181006, Prop:1002}*2", + "Param": { + "1181006": { + "Main": 13420, + "Growth": 610, + "Format": "%", + "DamagePercentage": 16690, + "DamagePercentageGrowth": 1520, + "StunRatio": 13420, + "StunRatioGrowth": 610, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 523050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14334, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "40" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Collaborative Construction", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nThrows three grenades into the air then strafes to detonate them, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Demolition Blast - Beware", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nThrows a custom grenade which explodes in the air and splits into four smaller grenades, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Collaborative Construction", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181009, Prop:1001}", + "Param": { + "1181009": { + "Main": 57130, + "Growth": 5200, + "Format": "%", + "DamagePercentage": 57130, + "DamagePercentageGrowth": 5200, + "StunRatio": 15230, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2227775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34450, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181009, Prop:1002}", + "Param": { + "1181009": { + "Main": 15230, + "Growth": 700, + "Format": "%", + "DamagePercentage": 57130, + "DamagePercentageGrowth": 5200, + "StunRatio": 15230, + "StunRatioGrowth": 700, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2227775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 34450, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Demolition Blast - Beware", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181010, Prop:1001}", + "Param": { + "1181010": { + "Main": 147880, + "Growth": 13450, + "Format": "%", + "DamagePercentage": 147880, + "DamagePercentageGrowth": 13450, + "StunRatio": 13310, + "StunRatioGrowth": 610, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 89570, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181010, Prop:1002}", + "Param": { + "1181010": { + "Main": 13310, + "Growth": 610, + "Format": "%", + "DamagePercentage": 147880, + "DamagePercentageGrowth": 13450, + "StunRatio": 13310, + "StunRatioGrowth": 610, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 89570, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Incident Management", + "Desc": "When the active character is launched in the air, press to activate:\nThrows a grenade at the enemy, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Evasive Assist: Rapid Risk Response", + "Desc": "When the character on field is about to be attacked, press to activate:\nDodges the enemy's attack and activates Vital View.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Counter Volt Needle", + "Desc": "Press after an Evasive Assist to activate:\nUnleashes a spinning hail of bullets against enemies in front and throws a grenade, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Incident Management", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181011, Prop:1001}", + "Param": { + "1181011": { + "Main": 4550, + "Growth": 420, + "Format": "%", + "DamagePercentage": 4550, + "DamagePercentageGrowth": 420, + "StunRatio": 4550, + "StunRatioGrowth": 210, + "SpRecovery": 15600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181011, Prop:1002}", + "Param": { + "1181011": { + "Main": 4550, + "Growth": 210, + "Format": "%", + "DamagePercentage": 4550, + "DamagePercentageGrowth": 420, + "StunRatio": 4550, + "StunRatioGrowth": 210, + "SpRecovery": 15600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 119350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4333, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Counter Volt Needle", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1181012, Prop:1001}", + "Param": { + "1181012": { + "Main": 35930, + "Growth": 3270, + "Format": "%", + "DamagePercentage": 35930, + "DamagePercentageGrowth": 3270, + "StunRatio": 31280, + "StunRatioGrowth": 1430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1062875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32001, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1181012, Prop:1002}", + "Param": { + "1181012": { + "Main": 31280, + "Growth": 1430, + "Format": "%", + "DamagePercentage": 35930, + "DamagePercentageGrowth": 3270, + "StunRatio": 31280, + "StunRatioGrowth": 1430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1062875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32001, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1181001": { + "Name": "Basic Attack: High-Pressure Spike", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1181002": { + "Name": "Special Attack: Obstruction Removal", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1181003": { + "Name": "EX Special Attack: Supercharged Obstruction Removal", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1181004": { + "Name": "Dash Attack: Quick Inspection", + "Desc": " ; ", + "ElementType": 200, + "HitType": 103 + }, + "1181005": { + "Name": "Dodge Counter: Violation Penalty", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 102 + }, + "1181006": { + "Name": "Chain Attack: Collaborative Construction", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1181007": { + "Name": "Ultimate: Demolition Blast - Beware", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1181008": { + "Name": "Quick Assist: Incident Management", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 102 + }, + "1181009": { + "Name": "Evasive Assist: Rapid Risk Response", + "Desc": "(When Triggering Evasive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1181010": { + "Name": "Assist Follow-Up: Counter Volt Needle", + "Desc": " (After Evasive Assist)", + "ElementType": 203, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1181501, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 65%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "2": { + "Level": 2, + "Id": 1181502, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 75.8%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "3": { + "Level": 3, + "Id": 1181503, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 86.6%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "4": { + "Level": 4, + "Id": 1181504, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 97.5%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "5": { + "Level": 5, + "Id": 1181505, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 108.3%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "6": { + "Level": 6, + "Id": 1181506, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 119.1%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + }, + "7": { + "Level": 7, + "Id": 1181507, + "Name": [ + "Core Passive: Pre-Driven Needle", + "Additional Ability: Tech Support Dept." + ], + "Desc": [ + "When Grace's Basic Attack or Dash Attack hits an enemy and deals Physical DMG, she gains 1 stack of Zap (up to 8 stacks). Upon reaching maximum stacks, using a Special Attack or EX Special Attack will consume all stacks of Zap, increasing the accumulated Electric Anomaly Buildup by 130%.", + "When another character in your squad shares the same Attribute or Faction:\nUpon hitting an enemy with an EX Special Attack, the next Shock effect inflicted on the target increases Shock DMG by 18%. This effect can stack up to 2 times, and each enemy can trigger it once per skill use. Resets when the Shock effect ends." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110505": 2 }, + "3": { "10": 28000, "110505": 4 }, + "4": { "10": 60000, "110002": 2, "110505": 9 }, + "5": { "10": 100000, "110002": 3, "110505": 15 }, + "6": { "10": 200000, "110002": 4, "110505": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Recharge Chamber", + "Desc": "When the 4th hit of Grace's Basic Attack hits an enemy, all squad members gain 0.25 Energy.\nWithin the same move, this effect can grant a max of 2 Energy to all squad members.", + "Desc2": "Efficiency is the lifeblood of engineering, and within Grace's gun barrel resonates its heartbeat." + }, + "2": { + "Level": 2, + "Name": "Lightning Piercer", + "Desc": "When Grace's thrown grenade hits an enemy during a Basic Attack, Special Attack, or EX Special Attack, the target's Electric RES is reduced by 8.5%, and Electric Anomaly Buildup RES is reduced by 8.5%, lasting for 8s.", + "Desc2": "\"Dissecting\" complex mechanical structures is Grace's greatest hobby, even in the midst of battle.\nHow does it feel to get taken apart, with every vulnerability laid bare?" + }, + "3": { + "Level": 3, + "Name": "Chief Mechanic", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Grace was personally involved in writing the \"Belobog Industries' Construction Safety Guidelines.\"\nShe's also the employee who violated the \"no dangerous explosives at construction sites\" policy the most times." + }, + "4": { + "Level": 4, + "Name": "Burst Capacitor", + "Desc": "When Grace uses her EX Special Attack, she gains 6 stacks of Charge (max 6 stacks). When her Basic Attack or Dash Attack hits an enemy, 1 stack of Charge is consumed, increasing her Energy Generation Rate of the attack by 20%.", + "Desc2": "Anton suspected within the component Grace referred to as the \"Electropulse Recycling Module,\" there was, in fact, an Ether hamster tirelessly generating energy around the clock.\n\"Can you equip my bro with one too?\"" + }, + "5": { + "Level": 5, + "Name": "\"Frosty Cold Iron Witch\"", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "The \"Frosty Cold Iron Witch\" is capable of taming any mechanical beast, or at least that's what the anonymous fan who came up with the name thinks." + }, + "6": { + "Level": 6, + "Name": "Detonation Trigger", + "Desc": "When all Zap stacks are consumed to activate a Special Attack or EX Special Attack, Grace's skill is enhanced, tossing an extra grenade and increasing each grenade's DMG to 200%.", + "Desc2": "The average blood temperature of Belobog Heavy Industries' employees is ninety-eight degrees Celsius. Grace is often viewed as the safety valve keeping them all from boiling.\nWhen even Grace gives up control, it's a sign for everyone to cover their ears." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1191.json b/libs/zzz/dm/HakushinData/character/1191.json new file mode 100644 index 0000000000..0814a9d40c --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1191.json @@ -0,0 +1,1629 @@ +{ + "Id": 1191, + "Icon": "IconRole21", + "Name": "Ellen", + "CodeName": "Ellen", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "202": "Ice" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "2": "Victoria Housekeeping Co." }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JAN 4", + "FullName": "Ellen Joe", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle21.png", + "ImpressionF": "I was somewhat surprised to see Ellen in her school uniform...\nFor her, working in Victoria Housekeeping is something like a part-time job outside of school, right? That's impressive!", + "ImpressionM": "In a way, we're also working a part-time job, Belle...", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile:\nEllen, with a good aptitude for Ether, is authorized to perform basic tasks such as investigating and mining in identified Hollows (including Companion Hollows) within New Eridu.\nNote: The remaining information about Ellen is currently archived in a certain school in New Eridu.", + "ProfileDesc": "Ellen is a maid working for Victoria Housekeeping Co. and its latest member.\nShe is a laid-back individual who dislikes activities that require energy. However, with the full support of her teammates, she can unleash her formidable power during critical moments.\nSince her fighting style leads to high energy consumption, she always carries a lollipop in her mouth to ensure an adequate sugar intake.\nWhile she frequently expresses her desire to change jobs due to the hassle, she genuinely values her companions at Victoria Housekeeping.\n\nEllen attends a school in New Eridu and has a group of ordinary friends.\nApart from her role as a maid at Victoria Housekeeping, Ellen spends a significant amount of time with her friends, leading an ordinary and contented student life.\n\nThoughts: As a multitasker, Ellen must balance her student life with her job at Victoria Housekeeping Co.\nPerhaps this is one of the reasons why she often feels tired?", + "Race": "Victoria Housekeeping Co.", + "RoleIcon": "IconRole/UnPacker/IconRole21", + "Stature": "161", + "UnlockCondition": ["Obtain Agent", "Complete Main Commission Chapter 3"], + "TrustLv": { + "1": "Ellen is a maid working for Victoria Housekeeping Co. and its latest member.\nShe is a laid-back individual who dislikes activities that require energy. However, with the full support of her teammates, she can unleash her formidable power during critical moments.\nSince her fighting style leads to high energy consumption, she always carries a lollipop in her mouth to ensure an adequate sugar intake.\nWhile she frequently expresses her desire to change jobs due to the hassle, she genuinely values her companions at Victoria Housekeeping.\n\nEllen attends a school in New Eridu and has a group of ordinary friends.\nApart from her role as a maid at Victoria Housekeeping, Ellen spends a significant amount of time with her friends, leading an ordinary and contented student life.\n\nThoughts: As a multitasker, Ellen must balance her student life with her job at Victoria Housekeeping Co.\nPerhaps this is one of the reasons why she often feels tired?", + "2": "", + "3": "Ellen appears to possess a unique sense of taste that differs from that of ordinary people. Her teammate Rina consistently prepares various \"whimsical\" dishes, and Ellen is the only one who can consume them without breaking a sweat.\n\nSuggestion: Perhaps you could also sample Rina's dishes. I will compare your reaction with Ellen's to gather more significant data.", + "4": "" + } + }, + "Skin": { + "3111910": { + "Name": "Ellen: Ellen Scissorhands", + "Desc": "The sharp scissors of Victoria Housekeeping, if only she weren't sleeping...", + "Image": "IconRole21" + }, + "3111911": { + "Name": "Ellen: On Campus", + "Desc": "The tail doesn't quite match the school uniform, but with just a little bit of needlework, it can become even cuter!", + "Image": "IconRole21_01" + } + }, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 135, + "AttackGrowth": 82578, + "AvatarPieceId": 5191, + "BreakStun": 93, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 837238, + "HpMax": 617, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Ellen", + "Cut", + "Ice", + "Female", + "Camp2", + "Size2", + "AidTypeParry", + "Ellen" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 423, + "Attack": 48, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 847, + "Attack": 96, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1270, + "Attack": 145, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1694, + "Attack": 193, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2117, + "Attack": 241, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Saw Teeth Trimming", + "Desc": "Press to activate:\nUnleashes up to 3 attacks, dealing Physical DMG.\nPress repeatedly or hold during the 3rd attack to extend the skill duration." + }, + { + "Name": "Basic Attack: Flash Freeze Trimming", + "Desc": "While Flash Freeze is active, press to activate:\nLaunch up to 3 attacks at enemies in front, dealing Ice DMG.\nEach attack consumes 1 Flash Freeze Charge.\nPress repeatedly or hold during the 3rd attack to extend the skill duration." + }, + { + "Name": "Basic Attack: Saw Teeth Trimming", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1191001, Prop:1001}", + "Param": { + "1191001": { + "Main": 4880, + "Growth": 450, + "Format": "%", + "DamagePercentage": 4880, + "DamagePercentageGrowth": 450, + "StunRatio": 2440, + "StunRatioGrowth": 120, + "SpRecovery": 6790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 61050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1191002, Prop:1001}", + "Param": { + "1191002": { + "Main": 11110, + "Growth": 1010, + "Format": "%", + "DamagePercentage": 11110, + "DamagePercentageGrowth": 1010, + "StunRatio": 8680, + "StunRatioGrowth": 400, + "SpRecovery": 24150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 216975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1191003, Prop:1001}", + "Param": { + "1191003": { + "Main": 29730, + "Growth": 2710, + "Format": "%", + "DamagePercentage": 29730, + "DamagePercentageGrowth": 2710, + "StunRatio": 24040, + "StunRatioGrowth": 1100, + "SpRecovery": 66880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 601150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1191001, Prop:1002}", + "Param": { + "1191001": { + "Main": 2440, + "Growth": 120, + "Format": "%", + "DamagePercentage": 4880, + "DamagePercentageGrowth": 450, + "StunRatio": 2440, + "StunRatioGrowth": 120, + "SpRecovery": 6790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 61050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1191002, Prop:1002}", + "Param": { + "1191002": { + "Main": 8680, + "Growth": 400, + "Format": "%", + "DamagePercentage": 11110, + "DamagePercentageGrowth": 1010, + "StunRatio": 8680, + "StunRatioGrowth": 400, + "SpRecovery": 24150, + "SpRecoveryGrowth": 0, + "FeverRecovery": 216975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1191003, Prop:1002}", + "Param": { + "1191003": { + "Main": 24040, + "Growth": 1100, + "Format": "%", + "DamagePercentage": 29730, + "DamagePercentageGrowth": 2710, + "StunRatio": 24040, + "StunRatioGrowth": 1100, + "SpRecovery": 66880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 601150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Flash Freeze Trimming", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1191004, Prop:1001}", + "Param": { + "1191004": { + "Main": 9960, + "Growth": 910, + "Format": "%", + "DamagePercentage": 9960, + "DamagePercentageGrowth": 910, + "StunRatio": 4880, + "StunRatioGrowth": 230, + "SpRecovery": 13580, + "SpRecoveryGrowth": 0, + "FeverRecovery": 122100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4435, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1191005, Prop:1001}", + "Param": { + "1191005": { + "Main": 18400, + "Growth": 1680, + "Format": "%", + "DamagePercentage": 18400, + "DamagePercentageGrowth": 1680, + "StunRatio": 9020, + "StunRatioGrowth": 410, + "SpRecovery": 25090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 225500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8199, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1191006, Prop:1001}", + "Param": { + "1191006": { + "Main": 49620, + "Growth": 4520, + "Format": "%", + "DamagePercentage": 49620, + "DamagePercentageGrowth": 4520, + "StunRatio": 24550, + "StunRatioGrowth": 1120, + "SpRecovery": 64280, + "SpRecoveryGrowth": 0, + "FeverRecovery": 613800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22317, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1191004, Prop:1002}", + "Param": { + "1191004": { + "Main": 4880, + "Growth": 230, + "Format": "%", + "DamagePercentage": 9960, + "DamagePercentageGrowth": 910, + "StunRatio": 4880, + "StunRatioGrowth": 230, + "SpRecovery": 13580, + "SpRecoveryGrowth": 0, + "FeverRecovery": 122100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4435, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1191005, Prop:1002}", + "Param": { + "1191005": { + "Main": 9020, + "Growth": 410, + "Format": "%", + "DamagePercentage": 18400, + "DamagePercentageGrowth": 1680, + "StunRatio": 9020, + "StunRatioGrowth": 410, + "SpRecovery": 25090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 225500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8199, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1191006, Prop:1002}", + "Param": { + "1191006": { + "Main": 24550, + "Growth": 1120, + "Format": "%", + "DamagePercentage": 49620, + "DamagePercentageGrowth": 4520, + "StunRatio": 24550, + "StunRatioGrowth": 1120, + "SpRecovery": 64280, + "SpRecoveryGrowth": 0, + "FeverRecovery": 613800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22317, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Vortex", + "Desc": "Press to activate:\nA rapid dash dodge.\nCharacter is invulnerable while using this skill.\nWhen Perfect Dodge is triggered, Ellen gains the Quick Charge effect, reducing the charge time of Dash Attack: Arctic Ambush, lasting up to 5 seconds or until it triggers." + }, + { + "Name": "Dash: Roaming Hunt", + "Desc": "Hold or double-press to activate:\nEnter the Roaming state, allowing dashing movement.\nIn the Roaming state, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to control Ellen's direction, and release to stop.\nEllen is invulnerable for a brief time after activation." + }, + { + "Name": "Dash Attack: Arctic Ambush", + "Desc": "While in the Roaming state, press to activate:\nDelivers a spinning slash to enemies before opening her scissors for a Swift Scissors strike, dealing Ice DMG.\nGain 1 point of Flash Freeze Charge when the Swift Scissors strike hits.\n\nWhile in the Roaming state, hold to activate:\nPerform a spinning slash against the enemy, then pull apart the scissors to unleash a Charged Scissors strike, dealing massive Ice DMG.\nGain 3 points of Flash Freeze Charge when the Charged Scissors strike hits. If the enemy is Frozen, it always triggers Shatter.\nAnti-Interrupt level is increased while charging the skill, and DMG taken is reduced by 40%.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Flash Freeze", + "Desc": "When Ellen has Flash Freeze Charges, the Flash Freeze effect is activated. Once Flash Freeze activates, Basic Attacks and Dash Attacks expend Flash Freeze Charges, dealing massive Ice DMG. Ellen can have up to a maximum of 6 Flash Freeze Charges." + }, + { + "Name": "Dash Attack: Monstrous Wave", + "Desc": "Press during a dodge to activate:\nLaunches a dashing slash attack at enemies in front, dealing Physical DMG." + }, + { + "Name": "Dash Attack: Cold Snap", + "Desc": "While Flash Freeze is active, press during dodge to activate:\nLaunches a dashing slash attack at enemies in front, dealing Ice DMG.\nConsumes 1 Flash Freeze Charge." + }, + { + "Name": "Dodge Counter: Reef Rock", + "Desc": "Press during a Perfect Dodge to activate:\nRapidly move through enemies with open scissors for a cutting strike, dealing Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Arctic Ambush", + "Param": [ + { + "Name": "Spinning Slash DMG Multiplier", + "Desc": "{Skill:1191007, Prop:1001}", + "Param": { + "1191007": { + "Main": 6230, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 6230, + "StunRatioGrowth": 290, + "SpRecovery": 20380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5659, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Swift Scissors DMG Multiplier", + "Desc": "{Skill:1191008, Prop:1001}", + "Param": { + "1191008": { + "Main": 12760, + "Growth": 1160, + "Format": "%", + "DamagePercentage": 12760, + "DamagePercentageGrowth": 1160, + "StunRatio": 9820, + "StunRatioGrowth": 450, + "SpRecovery": 32110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 245300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8919, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Scissors DMG Multiplier", + "Desc": "{Skill:1191009, Prop:1001}", + "Param": { + "1191009": { + "Main": 15820, + "Growth": 1440, + "Format": "%", + "DamagePercentage": 15820, + "DamagePercentageGrowth": 1440, + "StunRatio": 12170, + "StunRatioGrowth": 560, + "SpRecovery": 39810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 304150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11056, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Spinning Slash Daze Multiplier", + "Desc": "{Skill:1191007, Prop:1002}", + "Param": { + "1191007": { + "Main": 6230, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 6230, + "StunRatioGrowth": 290, + "SpRecovery": 20380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5659, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Swift Scissors Daze Multiplier", + "Desc": "{Skill:1191008, Prop:1002}", + "Param": { + "1191008": { + "Main": 9820, + "Growth": 450, + "Format": "%", + "DamagePercentage": 12760, + "DamagePercentageGrowth": 1160, + "StunRatio": 9820, + "StunRatioGrowth": 450, + "SpRecovery": 32110, + "SpRecoveryGrowth": 0, + "FeverRecovery": 245300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8919, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Charged Scissors Daze Multiplier", + "Desc": "{Skill:1191009, Prop:1002}", + "Param": { + "1191009": { + "Main": 12170, + "Growth": 560, + "Format": "%", + "DamagePercentage": 15820, + "DamagePercentageGrowth": 1440, + "StunRatio": 12170, + "StunRatioGrowth": 560, + "SpRecovery": 39810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 304150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11056, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Swift Scissors Flash Freeze Charge Obtained", + "Desc": "1" + }, + { + "Name": "Charged Scissors Flash Freeze Charge Obtained", + "Desc": "3" + } + ] + }, + { + "Name": "Dash Attack: Monstrous Wave", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191013, Prop:1001}", + "Param": { + "1191013": { + "Main": 7700, + "Growth": 700, + "Format": "%", + "DamagePercentage": 7700, + "DamagePercentageGrowth": 700, + "StunRatio": 3850, + "StunRatioGrowth": 180, + "SpRecovery": 12600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 96250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191013, Prop:1002}", + "Param": { + "1191013": { + "Main": 3850, + "Growth": 180, + "Format": "%", + "DamagePercentage": 7700, + "DamagePercentageGrowth": 700, + "StunRatio": 3850, + "StunRatioGrowth": 180, + "SpRecovery": 12600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 96250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: Cold Snap", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191014, Prop:1001}", + "Param": { + "1191014": { + "Main": 14570, + "Growth": 1330, + "Format": "%", + "DamagePercentage": 14570, + "DamagePercentageGrowth": 1330, + "StunRatio": 7880, + "StunRatioGrowth": 360, + "SpRecovery": 25790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 197175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7163, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191014, Prop:1002}", + "Param": { + "1191014": { + "Main": 7880, + "Growth": 360, + "Format": "%", + "DamagePercentage": 14570, + "DamagePercentageGrowth": 1330, + "StunRatio": 7880, + "StunRatioGrowth": 360, + "SpRecovery": 25790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 197175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7163, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Reef Rock", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191015, Prop:1001}", + "Param": { + "1191015": { + "Main": 15260, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 15260, + "DamagePercentageGrowth": 1390, + "StunRatio": 22740, + "StunRatioGrowth": 1040, + "SpRecovery": 38420, + "SpRecoveryGrowth": 0, + "FeverRecovery": 293700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191015, Prop:1002}", + "Param": { + "1191015": { + "Main": 22740, + "Growth": 1040, + "Format": "%", + "DamagePercentage": 15260, + "DamagePercentageGrowth": 1390, + "StunRatio": 22740, + "StunRatioGrowth": 1040, + "SpRecovery": 38420, + "SpRecoveryGrowth": 0, + "FeverRecovery": 293700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Drift", + "Desc": "Press to activate:\nUse a quick tail sweep attack in front, dealing Ice DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Tail Swipe", + "Desc": "With enough Energy, press to activate:\nPerform a forceful tail whip attack that deals massive Ice DMG.\nGain 1 Flash Freeze Charge upon striking an enemy.\nCharacter is invulnerable while using this skill.\nAfter executing the move, you can immediately follow up with the 3rd-hit of a Basic Attack." + }, + { + "Name": "EX Special Attack: Sharknami", + "Desc": "With enough Energy and after executing EX Special Attack: Tail Swipe, press to activate:\nPerform a powerful series of slashes ahead that deal massive Ice DMG.\nGain 1 Flash Freeze Charge upon striking an enemy.\nCharacter is invulnerable while using this skill.\nAfter executing the move, you can immediately follow up with the 3rd-hit of a Basic Attack." + }, + { + "Name": "Special Attack: Drift", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191010, Prop:1001}", + "Param": { + "1191010": { + "Main": 5050, + "Growth": 460, + "Format": "%", + "DamagePercentage": 5050, + "DamagePercentageGrowth": 460, + "StunRatio": 5050, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 126225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4584, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191010, Prop:1002}", + "Param": { + "1191010": { + "Main": 5050, + "Growth": 230, + "Format": "%", + "DamagePercentage": 5050, + "DamagePercentageGrowth": 460, + "StunRatio": 5050, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 126225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4584, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Tail Swipe", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191011, Prop:1001}", + "Param": { + "1191011": { + "Main": 37720, + "Growth": 3430, + "Format": "%", + "DamagePercentage": 37720, + "DamagePercentageGrowth": 3430, + "StunRatio": 40510, + "StunRatioGrowth": 1850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1403600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40373, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191011, Prop:1002}", + "Param": { + "1191011": { + "Main": 40510, + "Growth": 1850, + "Format": "%", + "DamagePercentage": 37720, + "DamagePercentageGrowth": 3430, + "StunRatio": 40510, + "StunRatioGrowth": 1850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1403600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40373, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "40" } + ] + }, + { + "Name": "EX Special Attack: Sharknami", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191012, Prop:1001}", + "Param": { + "1191012": { + "Main": 55330, + "Growth": 5030, + "Format": "%", + "DamagePercentage": 55330, + "DamagePercentageGrowth": 5030, + "StunRatio": 37170, + "StunRatioGrowth": 1690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1307075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37219, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191012, Prop:1002}", + "Param": { + "1191012": { + "Main": 37170, + "Growth": 1690, + "Format": "%", + "DamagePercentage": 55330, + "DamagePercentageGrowth": 5030, + "StunRatio": 37170, + "StunRatioGrowth": 1690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1307075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37219, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "40" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Avalanche", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nCrash down from above and unleash an ice storm, dealing massive Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Endless Winter", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nCrash down from above and unleash an ice storm before a powerful scissor strike, dealing massive Ice DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Avalanche", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191016, Prop:1001}", + "Param": { + "1191016": { + "Main": 79460, + "Growth": 7230, + "Format": "%", + "DamagePercentage": 79460, + "DamagePercentageGrowth": 7230, + "StunRatio": 35570, + "StunRatioGrowth": 1620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2718100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 52283, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191016, Prop:1002}", + "Param": { + "1191016": { + "Main": 35570, + "Growth": 1620, + "Format": "%", + "DamagePercentage": 79460, + "DamagePercentageGrowth": 7230, + "StunRatio": 35570, + "StunRatioGrowth": 1620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2718100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 52283, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Endless Winter", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191017, Prop:1001}", + "Param": { + "1191017": { + "Main": 189080, + "Growth": 17190, + "Format": "%", + "DamagePercentage": 189080, + "DamagePercentageGrowth": 17190, + "StunRatio": 18520, + "StunRatioGrowth": 850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16833, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191017, Prop:1002}", + "Param": { + "1191017": { + "Main": 18520, + "Growth": 850, + "Format": "%", + "DamagePercentage": 189080, + "DamagePercentageGrowth": 17190, + "StunRatio": 18520, + "StunRatioGrowth": 850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16833, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Shark Sentinel", + "Desc": "When the active character is launched, press to activate:\nSpeedily move through the enemy with open scissors for a cutting strike, dealing Ice DMG.\nCharacter is invulnerable while using this skill.\nWhen the character on the field is launched, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} and press to activate:\nEnter the Roaming state, enabling dashing movement.\nWhile in the Roaming state, use the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to change directions and release to stop.\nCharacter is invulnerable briefly when triggering the skill.\nUpon triggering a Quick Assist, Ellen gains the Quick Charge effect, shortening the charging time of Dash Attack: Arctic Ambush, lasting up to 5s or until it triggers once." + }, + { + "Name": "Defensive Assist: Wavefront Impact", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Shark Cruiser", + "Desc": "Press after a Defensive Assist to activate:\nCharge and slash enemies in front, dealing Ice DMG.\nPress repeatedly or hold during the attack to extend the skill duration.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Shark Sentinel", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191018, Prop:1001}", + "Param": { + "1191018": { + "Main": 12110, + "Growth": 1110, + "Format": "%", + "DamagePercentage": 12110, + "DamagePercentageGrowth": 1110, + "StunRatio": 12110, + "StunRatioGrowth": 560, + "SpRecovery": 39620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 302775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191018, Prop:1002}", + "Param": { + "1191018": { + "Main": 12110, + "Growth": 560, + "Format": "%", + "DamagePercentage": 12110, + "DamagePercentageGrowth": 1110, + "StunRatio": 12110, + "StunRatioGrowth": 560, + "SpRecovery": 39620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 302775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Wavefront Impact", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1191019, Prop:1002}", + "Param": { + "1191019": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1191020, Prop:1002}", + "Param": { + "1191020": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1191021, Prop:1002}", + "Param": { + "1191021": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Shark Cruiser", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1191022, Prop:1001}", + "Param": { + "1191022": { + "Main": 43790, + "Growth": 3990, + "Format": "%", + "DamagePercentage": 43790, + "DamagePercentageGrowth": 3990, + "StunRatio": 38480, + "StunRatioGrowth": 1750, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1227600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37392, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1191022, Prop:1002}", + "Param": { + "1191022": { + "Main": 38480, + "Growth": 1750, + "Format": "%", + "DamagePercentage": 43790, + "DamagePercentageGrowth": 3990, + "StunRatio": 38480, + "StunRatioGrowth": 1750, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1227600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37392, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100112": 2 }, + "2": { "10": 3000, "100112": 3 }, + "3": { "10": 6000, "100122": 2 }, + "4": { "10": 9000, "100122": 3 }, + "5": { "10": 12000, "100122": 4 }, + "6": { "10": 18000, "100122": 6 }, + "7": { "10": 45000, "100132": 5 }, + "8": { "10": 67500, "100132": 8 }, + "9": { "10": 90000, "100132": 10 }, + "10": { "10": 112500, "100132": 12 }, + "11": { "10": 135000, "100132": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1191001": { + "Name": "Basic Attack: Saw Teeth Trimming", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1191002": { + "Name": "Basic Attack: Flash Freeze Trimming", + "Desc": " (Flash Freeze)", + "ElementType": 202, + "HitType": 101 + }, + "1191003": { + "Name": "Special Attack: Drift", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1191004": { + "Name": "EX Special Attack: Tail Swipe", + "Desc": "", + "ElementType": 202, + "HitType": 102 + }, + "1191005": { + "Name": "EX Special Attack: Sharknami", + "Desc": " ; ", + "ElementType": 202, + "HitType": 101 + }, + "1191006": { + "Name": "Dash: Roaming Hunt", + "Desc": " (Hold or Double Tap)", + "ElementType": 0, + "HitType": 0 + }, + "1191007": { + "Name": "Dash Attack: Arctic Ambush", + "Desc": " (Sprint State)", + "ElementType": 202, + "HitType": 101 + }, + "1191008": { + "Name": "Dash Attack: Arctic Ambush (Charged)", + "Desc": " (Sprint State) (Hold)", + "ElementType": 202, + "HitType": 101 + }, + "1191009": { + "Name": "Dash Attack: Monstrous Wave", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1191010": { + "Name": "Dash Attack: Cold Snap", + "Desc": " ; (Flash Freeze)", + "ElementType": 202, + "HitType": 101 + }, + "1191011": { + "Name": "Dodge Counter: Reef Rock", + "Desc": " (Perfect) ; ", + "ElementType": 202, + "HitType": 101 + }, + "1191012": { + "Name": "Chain Attack: Avalanche", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1191013": { + "Name": "Ultimate: Endless Winter", + "Desc": "", + "ElementType": 202, + "HitType": 101 + }, + "1191014": { + "Name": "Quick Assist: Shark Sentinel", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 202, + "HitType": 101 + }, + "1191015": { + "Name": "Defensive Assist: Wavefront Impact", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1191016": { + "Name": "Assist Follow-Up: Shark Cruiser", + "Desc": " (After Defensive Assist)", + "ElementType": 202, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1191501, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 50%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "2": { + "Level": 2, + "Id": 1191502, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 58.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "3": { + "Level": 3, + "Id": 1191503, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 66.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "4": { + "Level": 4, + "Id": 1191504, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 75%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "5": { + "Level": 5, + "Id": 1191505, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 83.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "6": { + "Level": 6, + "Id": 1191506, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 91.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + }, + "7": { + "Level": 7, + "Id": 1191507, + "Name": [ + "Core Passive: Sharp-Toothed", + "Additional Ability: Rising Storm" + ], + "Desc": [ + "When Ellen launches a Charged Scissors Strike during Dash Attack: Arctic Ambush, or consumes a Flash Freeze Charge to activate Basic Attack: Flash Freeze Trimming, the skill's CRIT DMG is increased by 100%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Ellen deals Ice DMG, subsequent Ice DMG increases by 3% for 10s. This effect can stack up to 10 times, and repeated triggers reset the duration." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110501": 2 }, + "3": { "10": 28000, "110501": 4 }, + "4": { "10": 60000, "110001": 2, "110501": 9 }, + "5": { "10": 100000, "110001": 3, "110501": 15 }, + "6": { "10": 200000, "110001": 4, "110501": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Glacial Omen", + "Desc": "Upon hitting an enemy with a Swift Scissors strike during Dash Attack: Arctic Ambush, the obtained Flash Freeze Charges are increased to 3. Upon hitting an enemy with a Charged Scissors strike during Dash Attack: Arctic Ambush, the obtained Flash Freeze Charges are increased to 6. For each Flash Freeze Charge consumed, Ellen's CRIT Rate is increased by 2% for 15s, stacking up to 6 times. The duration of each stack is calculated separately.", + "Desc2": "Chilling winds are an omen of winter, and a signal that Ellen is about to apply for extended leave to hibernate.\nSpeaking of which, do sharks actually need to hibernate?" + }, + "2": { + "Level": 2, + "Name": "Arctic Ocean Predator", + "Desc": "The 3rd hit of Basic Attack: Flash Freeze Trimming can be directly followed up with EX Special Attack: Sharknami. For each point of Flash Freeze Charge when using an EX Special Attack, the current attack's CRIT DMG is increased by 20%, up to a max of 60%.", + "Desc2": "Despite being freshly stained with red, the massive shears held by Ellen lacked any trace of warmth.\nThe icy cold stems from her iron-forged instrument, as well as the fear of facing a predator such as herself." + }, + "3": { + "Level": 3, + "Name": "Overtime-Intolerant", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "The whole point of \"efficiency\" is being able to go home early and sleep.\nSo strike harder and strike faster." + }, + "4": { + "Level": 4, + "Name": "Endless Hoarfrost", + "Desc": "Whenever a squad member Freezes or Stuns an enemy, Ellen gains 6 Flash Freeze Charges and the Quick Charge effect. She also recovers 4 Energy. The Energy recovery effect can trigger once per 10s.", + "Desc2": "A relentless assault of piercing cold. Terrifying monstrosities will learn the beauty and cruelty of winter under Ellen's blade.\nBut, actually, the endless work that maids have during holidays is far more cruel... " + }, + "5": { + "Level": 5, + "Name": "Adequate Sleep", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Except for when in the toughest of battles, Ellen always seems to have that \"I can fall asleep at any moment\" look.\nMany an enemy has met their demise after underestimating Ellen because of it." + }, + "6": { + "Level": 6, + "Name": "The Feast Begins", + "Desc": "When Ellen uses an EX Special Attack, Chain Attack, or gains Quick Charge, her PEN Ratio increases by 20% for 6s. She also gains 1 stack of The Feast Begins, up to a maximum of 3 stacks. With 3 stacks of The Feast Begins, using a Charged Scissors strike during Dash Attack: Arctic Ambush consumes all stacks, increasing the DMG of the current attack by 250%.", + "Desc2": "An open wound, a drop of blood. A thrilling hunt, a grand feast. A fragile life, a moment of satisfaction." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1201.json b/libs/zzz/dm/HakushinData/character/1201.json new file mode 100644 index 0000000000..90ea4d8031 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1201.json @@ -0,0 +1,1578 @@ +{ + "Id": 1201, + "Icon": "IconRole35", + "Name": "Harumasa", + "CodeName": "Harumasa", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "6": "Hollow Special Operations Section 6" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "JUL 19", + "FullName": "Asaba Harumasa", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle35.png", + "ImpressionF": "Harumasa sure is good at slacking off... Hey Wise, maybe we should learn from him.", + "ImpressionM": "Harumasa can only slack off because he manages to complete his work with efficiency. Let's try mastering that skill first...", + "Name": "", + "OutlookDesc": "The information shows:\nExecutive officer Asaba Harumasa, possessing exceptional Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nFor more information, I suggest obtaining access to Asaba Harumasa's medical history.", + "ProfileDesc": "Asaba Harumasa, a member of Hollow Special Operations Section 6.\nPossessing exceptional Ether aptitude since he was young and being dubbed a prodigy, he entered HSO after graduating with outstanding merit.\nWas originally a member of a certain ace division within HSO, but later left due to various reasons, joining Miyabi's team instead.\n\nHe possesses a carefree and laidback attitude, and his only wish is to achieve acceptable results with minimum effort.\nAfter efficiently taking care of his work to the lowest acceptable standard, he will hurry to use all the remainder of his available time to rest (slack off).\nHe claims he uses a bow to better slack off, as it effectively lowers the amount of running he has to do.\n\nAsaba Harumasa has poor health, and over-exercise sometimes triggers his illness.\nHe often uses this reason to apply for sick leave, though no one knows what he does with this time off. Either way, it's probably not resting.", + "Race": "Hollow Special Operations Section 6", + "RoleIcon": "IconRole/UnPacker/IconRole35", + "Stature": "173", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Goldfinch's Escape\" (available after completing Main Story Chapter 5)" + ], + "TrustLv": { + "1": "Asaba Harumasa, a member of Hollow Special Operations Section 6.\nPossessing exceptional Ether aptitude since he was young and being dubbed a prodigy, he entered HSO after graduating with outstanding merit.\nWas originally a member of a certain ace division within HSO, but later left due to various reasons, joining Miyabi's team instead.\n\nHe possesses a carefree and laidback attitude, and his only wish is to achieve acceptable results with minimum effort.\nAfter efficiently taking care of his work to the lowest acceptable standard, he will hurry to use all the remainder of his available time to rest (slack off).\nHe claims he uses a bow to better slack off, as it effectively lowers the amount of running he has to do.\n\nAsaba Harumasa has poor health, and over-exercise sometimes triggers his illness.\nHe often uses this reason to apply for sick leave, though no one knows what he does with this time off. Either way, it's probably not resting.", + "2": "", + "3": "Asaba Harumasa has a very rare illness, Ether Aptitude Regression Syndrome.\nThis illness causes certain parts of the patient's body to mutate, wrecking their constitution, but also giving them unusually exceptional Ether aptitude.\nIn the late stages of the illness, the patient's body will rapidly deteriorate, losing their Ether aptitude and sensory functions while under immense pain, eventually resulting in death. If the patient's illness worsens in late stages while in a Hollow, they'll quickly be corrupted into an Ethereal.\nThose who suffer from Ether Aptitude Regression Syndrome do not live long. Currently, the longest-lived person with this illness died at the age of 26.\nThere is no known method to completely cure this disease.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 132, + "AttackGrowth": 80270, + "AvatarPieceId": 5201, + "BreakStun": 90, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 80, + "ElementMystery": 95, + "Endurance": 0, + "HpGrowth": 808084, + "HpMax": 595, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Harumasa", + "Pierce", + "Cut", + "Electric", + "Male", + "Camp6", + "Size3", + "AidTypeParry", + "Harumasa" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 409, + "Attack": 47, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 817, + "Attack": 94, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1226, + "Attack": 141, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1635, + "Attack": 188, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2043, + "Attack": 235, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Cloud Piercer", + "Desc": "Press to activate:\nLaunch up to five piercing attacks ahead, dealing Physical DMG and Electric DMG.\nWhen the 5th hit of the Basic Attack hits an enemy, it generates 2 Electro Quivers.\nAfter activating a Chain Attack, the next time Harumasa activates the 5th hit of Basic Attack: Cloud Piercer and hits an enemy with it, it generates 6 Electro Quivers." + }, + { + "Name": "Basic Attack: Cloud Piercer - Drift", + "Desc": "During Basic Attack: Cloud Piercer, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} and press to activate:\nShoot a ranged piercing attack and reposition towards the corresponding drag direction, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Falling Feather", + "Desc": "After the 5th hit of Basic Attack: Cloud Piercer, a Special Attack, an EX Special Attack, or a Chain Attack, hold to activate:\nImmediately shoot Falling Feather at enemies ahead, dealing Electric DMG.\nHold to aim at a target and release to activate:\nAfter drawing the bowstring and aiming, shoot Falling Feather at the target, dealing Electric DMG." + }, + { + "Name": "Basic Attack: Ha-Oto no Ya", + "Desc": "When the 5th hit of Basic Attack: Cloud Piercer/EX Special Attack/Chain Attack hits an enemy or the ground, it can generate 2/6/6 Electro Quivers. If there are no Electro Quivers on the field when any squad member applies an Attribute Anomaly to an enemy, generate 6 Electro Quivers. This effect can trigger once every 12s.\nThere can be up to 6 Electro Quivers present at a time. If there are any Electro Quivers present when Harumasa fires and hits enemies with Falling Feather, the Electro Quivers will activate and fire Ha-Oto no Ya at the enemies hit by Falling Feather, dealing Electric DMG.\nHa-Oto no Ya will apply Electro Prison to enemies hit, stacking up to 8 times and lasting 10s, repeated triggers reset the duration. While a target has at least 2 stacks of Electro Prison, they will be X-Marked." + }, + { + "Name": "Basic Attack: Cloud Piercer", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1201001, Prop:1001}", + "Param": { + "1201001": { + "Main": 4240, + "Growth": 390, + "Format": "%", + "DamagePercentage": 4240, + "DamagePercentageGrowth": 390, + "StunRatio": 2650, + "StunRatioGrowth": 130, + "SpRecovery": 8670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1201002, Prop:1001}", + "Param": { + "1201002": { + "Main": 3980, + "Growth": 370, + "Format": "%", + "DamagePercentage": 3980, + "DamagePercentageGrowth": 370, + "StunRatio": 4430, + "StunRatioGrowth": 210, + "SpRecovery": 14500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1201003, Prop:1001}", + "Param": { + "1201003": { + "Main": 7090, + "Growth": 650, + "Format": "%", + "DamagePercentage": 7090, + "DamagePercentageGrowth": 650, + "StunRatio": 6610, + "StunRatioGrowth": 310, + "SpRecovery": 21640, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1201004, Prop:1001}", + "Param": { + "1201004": { + "Main": 9010, + "Growth": 820, + "Format": "%", + "DamagePercentage": 9010, + "DamagePercentageGrowth": 820, + "StunRatio": 8960, + "StunRatioGrowth": 410, + "SpRecovery": 29300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 223850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4917, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1201005, Prop:1001}", + "Param": { + "1201005": { + "Main": 13290, + "Growth": 1210, + "Format": "%", + "DamagePercentage": 13290, + "DamagePercentageGrowth": 1210, + "StunRatio": 11540, + "StunRatioGrowth": 530, + "SpRecovery": 37770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 288750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6584, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1201001, Prop:1002}", + "Param": { + "1201001": { + "Main": 2650, + "Growth": 130, + "Format": "%", + "DamagePercentage": 4240, + "DamagePercentageGrowth": 390, + "StunRatio": 2650, + "StunRatioGrowth": 130, + "SpRecovery": 8670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1201002, Prop:1002}", + "Param": { + "1201002": { + "Main": 4430, + "Growth": 210, + "Format": "%", + "DamagePercentage": 3980, + "DamagePercentageGrowth": 370, + "StunRatio": 4430, + "StunRatioGrowth": 210, + "SpRecovery": 14500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1201003, Prop:1002}", + "Param": { + "1201003": { + "Main": 6610, + "Growth": 310, + "Format": "%", + "DamagePercentage": 7090, + "DamagePercentageGrowth": 650, + "StunRatio": 6610, + "StunRatioGrowth": 310, + "SpRecovery": 21640, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1201004, Prop:1002}", + "Param": { + "1201004": { + "Main": 8960, + "Growth": 410, + "Format": "%", + "DamagePercentage": 9010, + "DamagePercentageGrowth": 820, + "StunRatio": 8960, + "StunRatioGrowth": 410, + "SpRecovery": 29300, + "SpRecoveryGrowth": 0, + "FeverRecovery": 223850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4917, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1201005, Prop:1002}", + "Param": { + "1201005": { + "Main": 11540, + "Growth": 530, + "Format": "%", + "DamagePercentage": 13290, + "DamagePercentageGrowth": 1210, + "StunRatio": 11540, + "StunRatioGrowth": 530, + "SpRecovery": 37770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 288750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6584, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Cloud Piercer - Drift", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201006, Prop:1001}", + "Param": { + "1201006": { + "Main": 6950, + "Growth": 640, + "Format": "%", + "DamagePercentage": 6950, + "DamagePercentageGrowth": 640, + "StunRatio": 4870, + "StunRatioGrowth": 230, + "SpRecovery": 15930, + "SpRecoveryGrowth": 0, + "FeverRecovery": 121825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201006, Prop:1002}", + "Param": { + "1201006": { + "Main": 4870, + "Growth": 230, + "Format": "%", + "DamagePercentage": 6950, + "DamagePercentageGrowth": 640, + "StunRatio": 4870, + "StunRatioGrowth": 230, + "SpRecovery": 15930, + "SpRecoveryGrowth": 0, + "FeverRecovery": 121825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Falling Feather", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201007, Prop:1001}", + "Param": { + "1201007": { + "Main": 10540, + "Growth": 960, + "Format": "%", + "DamagePercentage": 10540, + "DamagePercentageGrowth": 960, + "StunRatio": 5270, + "StunRatioGrowth": 240, + "SpRecovery": 17240, + "SpRecoveryGrowth": 0, + "FeverRecovery": 131725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3351, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201007, Prop:1002}", + "Param": { + "1201007": { + "Main": 5270, + "Growth": 240, + "Format": "%", + "DamagePercentage": 10540, + "DamagePercentageGrowth": 960, + "StunRatio": 5270, + "StunRatioGrowth": 240, + "SpRecovery": 17240, + "SpRecoveryGrowth": 0, + "FeverRecovery": 131725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3351, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Ha-Oto no Ya", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201008, Prop:1001}", + "Param": { + "1201008": { + "Main": 1590, + "Growth": 150, + "Format": "%", + "DamagePercentage": 1590, + "DamagePercentageGrowth": 150, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201008, Prop:1002}", + "Param": { + "1201008": { + "Main": 0, + "Growth": 0, + "Format": "%", + "DamagePercentage": 1590, + "DamagePercentageGrowth": 150, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Quick Flash", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Hiten no Tsuru", + "Desc": "Press during a dodge to activate:\nLaunch multiple piercing attacks ahead, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Hidden Edge", + "Desc": "Press during a Perfect Dodge to activate:\nPierces enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Hiten no Tsuru", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201011, Prop:1001}", + "Param": { + "1201011": { + "Main": 8070, + "Growth": 740, + "Format": "%", + "DamagePercentage": 8070, + "DamagePercentageGrowth": 740, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201011, Prop:1002}", + "Param": { + "1201011": { + "Main": 4040, + "Growth": 190, + "Format": "%", + "DamagePercentage": 8070, + "DamagePercentageGrowth": 740, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Hidden Edge", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201012, Prop:1001}", + "Param": { + "1201012": { + "Main": 21960, + "Growth": 2000, + "Format": "%", + "DamagePercentage": 21960, + "DamagePercentageGrowth": 2000, + "StunRatio": 19430, + "StunRatioGrowth": 890, + "SpRecovery": 27590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5364, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201012, Prop:1002}", + "Param": { + "1201012": { + "Main": 19430, + "Growth": 890, + "Format": "%", + "DamagePercentage": 21960, + "DamagePercentageGrowth": 2000, + "StunRatio": 19430, + "StunRatioGrowth": 890, + "SpRecovery": 27590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5364, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: Hiten no Tsuru - Slash", + "Desc": "While there are X-Marked enemies on the field, Harumasa will enter the Awakened state, switching Dash Attack: Hiten no Tsuru for Dash Attack: Hiten no Tsuru - Slash.\n\nWhile in the Awakened state, press during a dodge to activate:\nRush forwards to the closest X-Marked enemy and execute a powerful slash, dealing Electric DMG.\nWhen the slash hits the target, it consumes 2 stacks of Electro Prison. With less than 2 stacks of Electro Prison, X-Marked will be removed from the enemy. Before X-Marked is removed, repeatedly press to repeatedly use Dash Attack: Hiten no Tsuru - Slash. While no X-Marked enemies exist on the field, Harumasa leaves the Awakened state.\nWhile in the Awakened state, press after Basic Attack: Falling Feather to quickly follow up with Dash Attack: Hiten no Tsuru - Slash.\nDuring skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%." + }, + { + "Name": "Dash Attack: Hiten no Tsuru - Slash", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1201020, Prop:1001}", + "Param": { + "1201020": { + "Main": 16230, + "Growth": 1480, + "Format": "%", + "DamagePercentage": 16230, + "DamagePercentageGrowth": 1480, + "StunRatio": 6600, + "StunRatioGrowth": 300, + "SpRecovery": 10800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4197, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1201021, Prop:1001}", + "Param": { + "1201021": { + "Main": 16660, + "Growth": 1520, + "Format": "%", + "DamagePercentage": 16660, + "DamagePercentageGrowth": 1520, + "StunRatio": 4590, + "StunRatioGrowth": 210, + "SpRecovery": 7510, + "SpRecoveryGrowth": 0, + "FeverRecovery": 114675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2916, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1201022, Prop:1001}", + "Param": { + "1201022": { + "Main": 18960, + "Growth": 1730, + "Format": "%", + "DamagePercentage": 18960, + "DamagePercentageGrowth": 1730, + "StunRatio": 4950, + "StunRatioGrowth": 230, + "SpRecovery": 8100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 123750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3147, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1201020, Prop:1002}", + "Param": { + "1201020": { + "Main": 6600, + "Growth": 300, + "Format": "%", + "DamagePercentage": 16230, + "DamagePercentageGrowth": 1480, + "StunRatio": 6600, + "StunRatioGrowth": 300, + "SpRecovery": 10800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4197, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1201021, Prop:1002}", + "Param": { + "1201021": { + "Main": 4590, + "Growth": 210, + "Format": "%", + "DamagePercentage": 16660, + "DamagePercentageGrowth": 1520, + "StunRatio": 4590, + "StunRatioGrowth": 210, + "SpRecovery": 7510, + "SpRecoveryGrowth": 0, + "FeverRecovery": 114675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2916, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1201022, Prop:1002}", + "Param": { + "1201022": { + "Main": 4950, + "Growth": 230, + "Format": "%", + "DamagePercentage": 18960, + "DamagePercentageGrowth": 1730, + "StunRatio": 4950, + "StunRatioGrowth": 230, + "SpRecovery": 8100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 123750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3147, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Nowhere to Hide", + "Desc": "Press to activate:\nLaunch an arrow forward, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Nowhere to Run", + "Desc": "With enough Energy, press to activate:\nLaunch daggers and an enhanced arrow ahead, dealing massive Electric DMG.\nWhen the enhanced arrow hits an enemy or the ground, it generates 6 Electro Quivers.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Nowhere to Hide", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201009, Prop:1001}", + "Param": { + "1201009": { + "Main": 5230, + "Growth": 480, + "Format": "%", + "DamagePercentage": 5230, + "DamagePercentageGrowth": 480, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 130900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3326, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201009, Prop:1002}", + "Param": { + "1201009": { + "Main": 5230, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5230, + "DamagePercentageGrowth": 480, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 130900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3326, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Nowhere to Run", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201010, Prop:1001}", + "Param": { + "1201010": { + "Main": 44930, + "Growth": 4090, + "Format": "%", + "DamagePercentage": 44930, + "DamagePercentageGrowth": 4090, + "StunRatio": 44900, + "StunRatioGrowth": 2050, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1647800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201010, Prop:1002}", + "Param": { + "1201010": { + "Main": 44900, + "Growth": 2050, + "Format": "%", + "DamagePercentage": 44930, + "DamagePercentageGrowth": 4090, + "StunRatio": 44900, + "StunRatioGrowth": 2050, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1647800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31911, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Kai - Hanare", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleash a piercing attack on enemies in a large area ahead then fire an enhanced arrow, dealing massive Electric DMG.\nWhen the arrow hits the ground, it generates 6 Electro Quivers.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Zanshin", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUnleash a piercing attack on enemies in a large area ahead, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Kai - Hanare", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201013, Prop:1001}", + "Param": { + "1201013": { + "Main": 51760, + "Growth": 4710, + "Format": "%", + "DamagePercentage": 51760, + "DamagePercentageGrowth": 4710, + "StunRatio": 18340, + "StunRatioGrowth": 840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2287175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25633, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201013, Prop:1002}", + "Param": { + "1201013": { + "Main": 18340, + "Growth": 840, + "Format": "%", + "DamagePercentage": 51760, + "DamagePercentageGrowth": 4710, + "StunRatio": 18340, + "StunRatioGrowth": 840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2287175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25633, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Zanshin", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201014, Prop:1001}", + "Param": { + "1201014": { + "Main": 195390, + "Growth": 17770, + "Format": "%", + "DamagePercentage": 195390, + "DamagePercentageGrowth": 17770, + "StunRatio": 10690, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6181, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201014, Prop:1002}", + "Param": { + "1201014": { + "Main": 10690, + "Growth": 490, + "Format": "%", + "DamagePercentage": 195390, + "DamagePercentageGrowth": 17770, + "StunRatio": 10690, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6181, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Braced Bow", + "Desc": "When the active character is launched, press to activate:\nUnleash a piercing attack at enemies ahead, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Yugamae", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Yugamae - Slash", + "Desc": "Press after a Defensive Assist to activate:\nUnleash a series of slashes at enemies ahead, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Braced Bow", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201015, Prop:1001}", + "Param": { + "1201015": { + "Main": 8430, + "Growth": 770, + "Format": "%", + "DamagePercentage": 8430, + "DamagePercentageGrowth": 770, + "StunRatio": 8430, + "StunRatioGrowth": 390, + "SpRecovery": 27590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5364, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201015, Prop:1002}", + "Param": { + "1201015": { + "Main": 8430, + "Growth": 390, + "Format": "%", + "DamagePercentage": 8430, + "DamagePercentageGrowth": 770, + "StunRatio": 8430, + "StunRatioGrowth": 390, + "SpRecovery": 27590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5364, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Yugamae", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1201016, Prop:1002}", + "Param": { + "1201016": { + "Main": 24760, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24760, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1201017, Prop:1002}", + "Param": { + "1201017": { + "Main": 29520, + "Growth": 1350, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 29520, + "StunRatioGrowth": 1350, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1201018, Prop:1002}", + "Param": { + "1201018": { + "Main": 11920, + "Growth": 550, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 11920, + "StunRatioGrowth": 550, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Yugamae - Slash", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1201019, Prop:1001}", + "Param": { + "1201019": { + "Main": 30710, + "Growth": 2800, + "Format": "%", + "DamagePercentage": 30710, + "DamagePercentageGrowth": 2800, + "StunRatio": 26330, + "StunRatioGrowth": 1200, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 876975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18145, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1201019, Prop:1002}", + "Param": { + "1201019": { + "Main": 26330, + "Growth": 1200, + "Format": "%", + "DamagePercentage": 30710, + "DamagePercentageGrowth": 2800, + "StunRatio": 26330, + "StunRatioGrowth": 1200, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 876975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18145, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1201001": { + "Name": "Basic Attack: Cloud Piercer (1st, 2nd, and 3rd hit)", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1201002": { + "Name": "Basic Attack: Cloud Piercer (4th and 5th hit)", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1201003": { + "Name": "Basic Attack: Falling Feather", + "Desc": " (Hold Down) (After specified skills)", + "ElementType": 203, + "HitType": 103 + }, + "1201004": { + "Name": "Basic Attack: Falling Feather", + "Desc": "(Hold)", + "ElementType": 203, + "HitType": 103 + }, + "1201005": { + "Name": "Special Attack: Nowhere to Hide", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1201006": { + "Name": "EX Special Attack: Nowhere to Run", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1201007": { + "Name": "Dash Attack: Hiten no Tsuru", + "Desc": " ; ", + "ElementType": 200, + "HitType": 103 + }, + "1201008": { + "Name": "Dash Attack: Hiten no Tsuru - Slash", + "Desc": " ; (Awakened State)", + "ElementType": 203, + "HitType": 101 + }, + "1201009": { + "Name": "Dash Attack: Hiten no Tsuru - Slash (Quick launch)", + "Desc": " (Awakened State) (After Falling Feather)", + "ElementType": 203, + "HitType": 101 + }, + "1201010": { + "Name": "Dodge Counter: Hidden Edge", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 103 + }, + "1201011": { + "Name": "Chain Attack: Kai - Hanare", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1201012": { + "Name": "Ultimate: Zanshin", + "Desc": "", + "ElementType": 203, + "HitType": 103 + }, + "1201013": { + "Name": "Quick Assist: Braced Bow", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 103 + }, + "1201014": { + "Name": "Defensive Assist: Yugamae", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1201015": { + "Name": "Assist Follow-Up: Yugamae - Slash", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1201501, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 10.6%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 6%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "2": { + "Level": 2, + "Id": 1201502, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 13%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 7%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "3": { + "Level": 3, + "Id": 1201503, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 15.4%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 8%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "4": { + "Level": 4, + "Id": 1201504, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 17.8%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 9%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "5": { + "Level": 5, + "Id": 1201505, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 20.2%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 10%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "6": { + "Level": 6, + "Id": 1201506, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 22.6%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 11%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + }, + "7": { + "Level": 7, + "Id": 1201507, + "Name": ["Core Passive: Day Break", "Additional Ability: Overclock"], + "Desc": [ + "The CRIT Rate of Dash Attack: Hiten no Tsuru - Slash increases by 25%, and when Harumasa's Dash Attack: Hiten no Tsuru - Slash triggers a critical hit against an enemy, he gains 1 stack of Gleaming Edge, for up to a maximum of 3 stacks per use of the skill and stacking up to 6 times, lasting 5s, repeated triggers reset the duration. Each stack of Gleaming Edge increases the CRIT DMG of Dash Attack: Hiten no Tsuru - Slash by 12%.", + "When another character in your squad is a Stun or Anomaly character:\nWhen Harumasa's attacks hit Stunned enemies or enemies under Attribute Anomaly, his DMG increases by 40%. When Harumasa's Falling Feather hits Stunned enemies or enemies under Attribute Anomaly, it will apply 2 stacks of Electro Prison to the target." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110508": 2 }, + "3": { "10": 28000, "110508": 4 }, + "4": { "10": 60000, "110005": 2, "110508": 9 }, + "5": { "10": 100000, "110005": 3, "110508": 15 }, + "6": { "10": 200000, "110005": 4, "110508": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "\"High Spirit\"", + "Desc": "The maximum stack limit of Electro Prison from Basic Attack: Ha-Oto no Ya increases to 14 stacks. When an Electro Quiver is triggered, 2 consecutive Ha-Oto no Ya will be fired at the target.", + "Desc2": "\"I'm not like some stubborn idiots who insist on facing the enemy head-on.\"\n\"Be it a straightforward assault or an underhanded attack from the shadows, anything that gets me off work earlier is good in my eyes~\"" + }, + "2": { + "Level": 2, + "Name": "Languish", + "Desc": "When using an Chain Attack or Ultimate, Harumasa gains 7 stacks of Electro Blitz, up to a max of 7 stacks. While possessing Electro Blitz, the DMG of Dash Attack: Hiten no Tsuru - Slash increases by 50%. Consume 1 stack of Electro Blitz once Dash Attack: Hiten no Tsuru - Slash ends.", + "Desc2": "\"Don't look at me like that, I'm actually real frail, y'know~\"\nHarumasa lazily sprawls across his office desk.\n\"So... how 'bout picking someone else for this mission?\"" + }, + "3": { + "Level": 3, + "Name": "White Lies", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"...Don't worry, this isn't enough to kill me.\"\nHe wipes the blood from the corner of his mouth with a smile and readies his bow once more.\n\"After all, I'm going to live to make it everyone's problem.\"" + }, + "4": { + "Level": 4, + "Name": "Occasionally Motivated", + "Desc": "Electro Prison now lasts for 20s. When Dash Attack: Hiten no Tsuru - Slash hits enemies, Harumasa gains 30 Decibels once per use of this skill. Upon activating Ultimate, apply the maximum stacks of Electro Prison to all on-field enemies.", + "Desc2": "Harumasa is occasionally full of energy and motivation...\nWhen there's only five minutes left until he can get off work." + }, + "5": { + "Level": 5, + "Name": "No One Knows", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"I want vacations, freedom, to be happy every day!\"\n\"Just kidding. I want to live.\"" + }, + "6": { + "Level": 6, + "Name": "Tacit Understanding", + "Desc": "After Ha-Oto no Ya hits Stunned enemies or enemies under Attribute Anomalies, Harumasa will ignore 15% of the target's Electric RES for 12s. Every 12 times an enemy is hit by Ha-Oto no Ya, trigger an extra electromagnetic explosion, dealing 1,500% of Harumasa's ATK to the target as Electric DMG.", + "Desc2": "\"My master taught me a lot of things, like how to draw a bow, how to wield a blade, and how to survive in this world with this body of mine.\"\n\"...What happened after that?\"\n\"Well, after that... he left me.\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1211.json b/libs/zzz/dm/HakushinData/character/1211.json new file mode 100644 index 0000000000..c59f56369b --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1211.json @@ -0,0 +1,1212 @@ +{ + "Id": 1211, + "Icon": "IconRole22", + "Name": "Rina", + "CodeName": "Rina", + "Rarity": 4, + "WeaponType": { "4": "Support" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "2": "Victoria Housekeeping Co." }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "SEP 23", + "FullName": "Alexandrina Sebastiane", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle22.png", + "ImpressionF": "Look here, Wise! Can you believe Fairy wants us to try Rina's dishes? She just keeps getting meaner!", + "ImpressionM": "We don't need to take on such a high level of risk at the moment. I suggest Fairy refrain from making such suggestions next time.", + "Name": "", + "OutlookDesc": "New Eridu Citizen Verification Profile:\nRina, possessing good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: The floating Bangboo accompanying Rina also exhibit excellent Ether adaptability.", + "ProfileDesc": "Rina, the head maid of Victoria Housekeeping Co., and the most senior member of the organization.\nShe possesses beauty and grace, appearing immaculate from head to toe, with a noble demeanor and a gentle smile on her face.\nShe places considerable importance on how she is perceived by others.\n\nRina is always accompanied by two Bangboo named Anastella (brown hair) and Drusilla (blonde hair), both of whom have distinct personalities.\nDrusilla has been with Rina for a significant period of time and displays high intelligence, capable of discerning Rina's true emotions and thoughts.\nAnastella, a recent addition, usually responds rather than initiates conversation and is frequently teased by Drusilla.\n\nRina's favorite hobby is cooking, but only a few individuals are capable of enduring the dishes she prepares.\nSuggestion: You may try tasting Rina's dishes as a test to determine if you are the Chosen One.", + "Race": "Victoria Housekeeping Co.", + "RoleIcon": "IconRole/UnPacker/IconRole22", + "Stature": "173", + "UnlockCondition": [ + "Obtain Agent", + "Complete Agent Story \"Until Your Memory Fades\"" + ], + "TrustLv": { + "1": "Rina, the head maid of Victoria Housekeeping Co., and the most senior member of the organization.\nShe possesses beauty and grace, appearing immaculate from head to toe, with a noble demeanor and a gentle smile on her face.\nShe places considerable importance on how she is perceived by others.\n\nRina is always accompanied by two Bangboo named Anastella (brown hair) and Drusilla (blonde hair), both of whom have distinct personalities.\nDrusilla has been with Rina for a significant period of time and displays high intelligence, capable of discerning Rina's true emotions and thoughts.\nAnastella, a recent addition, usually responds rather than initiates conversation and is frequently teased by Drusilla.\n\nRina's favorite hobby is cooking, but only a few individuals are capable of enduring the dishes she prepares.\nSuggestion: You may try tasting Rina's dishes as a test to determine if you are the Chosen One.", + "2": "", + "3": "To protect her impeccable image, Rina maintains a professional and gracious demeanor even with the most challenging clients.\nDrusilla, however, may occasionally express her true thoughts regardless of the situation.\n\n* Rina's family holds significant influence within the industry, as all of its members have served as attendants or maids to some of the most prominent figures.\nLycaon learned some of his attendant skills from Rina.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 103, + "AttackGrowth": 60201, + "AvatarPieceId": 5211, + "BreakStun": 83, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 93, + "ElementMystery": 92, + "Endurance": 0, + "HpGrowth": 939358, + "HpMax": 692, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Rina", + "Punch", + "Electric", + "Female", + "Camp2", + "Size3", + "AidTypeEvade", + "Rina" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100214": 4 } + }, + "2": { + "HpMax": 475, + "Attack": 37, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100224": 12 } + }, + "3": { + "HpMax": 950, + "Attack": 74, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100224": 20 } + }, + "4": { + "HpMax": 1425, + "Attack": 111, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100234": 10 } + }, + "5": { + "HpMax": 1900, + "Attack": 147, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100234": 20 } + }, + "6": { + "HpMax": 2375, + "Attack": 184, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "23101": { + "Prop": 23101, + "Name": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Whack the Dimwit", + "Desc": "Press to activate:\nOrder Drusilla and Anastella to attack up to 4 times, dealing Physical DMG and Electric DMG.\nPerforming other actions with Rina during Drusilla and Anastella's attacks will not interrupt Rina's Basic Attack combo count." + }, + { + "Name": "Basic Attack: Shoo the Fool", + "Desc": "Hold or to activate:\nCalls back Drusilla and Anastella to swing them around for a ranged attack, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Basic Attack: Whack the Dimwit", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1211001, Prop:1001}", + "Param": { + "1211001": { + "Main": 4400, + "Growth": 400, + "Format": "%", + "DamagePercentage": 4400, + "DamagePercentageGrowth": 400, + "StunRatio": 2450, + "StunRatioGrowth": 120, + "SpRecovery": 8380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1211003, Prop:1001}", + "Param": { + "1211003": { + "Main": 11140, + "Growth": 1020, + "Format": "%", + "DamagePercentage": 11140, + "DamagePercentageGrowth": 1020, + "StunRatio": 8840, + "StunRatioGrowth": 410, + "SpRecovery": 30290, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1211004, Prop:1001}", + "Param": { + "1211004": { + "Main": 11710, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 11710, + "DamagePercentageGrowth": 1070, + "StunRatio": 9660, + "StunRatioGrowth": 440, + "SpRecovery": 33100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 386100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8363, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1211006, Prop:1001}", + "Param": { + "1211006": { + "Main": 18390, + "Growth": 1680, + "Format": "%", + "DamagePercentage": 18390, + "DamagePercentageGrowth": 1680, + "StunRatio": 14680, + "StunRatioGrowth": 670, + "SpRecovery": 55900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 341825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10474, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1211001, Prop:1002}", + "Param": { + "1211001": { + "Main": 2450, + "Growth": 120, + "Format": "%", + "DamagePercentage": 4400, + "DamagePercentageGrowth": 400, + "StunRatio": 2450, + "StunRatioGrowth": 120, + "SpRecovery": 8380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1211003, Prop:1002}", + "Param": { + "1211003": { + "Main": 8840, + "Growth": 410, + "Format": "%", + "DamagePercentage": 11140, + "DamagePercentageGrowth": 1020, + "StunRatio": 8840, + "StunRatioGrowth": 410, + "SpRecovery": 30290, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1211004, Prop:1002}", + "Param": { + "1211004": { + "Main": 9660, + "Growth": 440, + "Format": "%", + "DamagePercentage": 11710, + "DamagePercentageGrowth": 1070, + "StunRatio": 9660, + "StunRatioGrowth": 440, + "SpRecovery": 33100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 386100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8363, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1211006, Prop:1002}", + "Param": { + "1211006": { + "Main": 14680, + "Growth": 670, + "Format": "%", + "DamagePercentage": 18390, + "DamagePercentageGrowth": 1680, + "StunRatio": 14680, + "StunRatioGrowth": 670, + "SpRecovery": 55900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 341825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10474, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Shoo the Fool", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211007, Prop:1001}", + "Param": { + "1211007": { + "Main": 31510, + "Growth": 2870, + "Format": "%", + "DamagePercentage": 31510, + "DamagePercentageGrowth": 2870, + "StunRatio": 31510, + "StunRatioGrowth": 1440, + "SpRecovery": 108020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 825275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211007, Prop:1002}", + "Param": { + "1211007": { + "Main": 31510, + "Growth": 1440, + "Format": "%", + "DamagePercentage": 31510, + "DamagePercentageGrowth": 2870, + "StunRatio": 31510, + "StunRatioGrowth": 1440, + "SpRecovery": 108020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 825275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Dress Adjustment", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Sudden Surprise", + "Desc": "Press during a dodge to activate:\nOrder Drusilla and Anastella to execute a piercing attack, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Bangboo Callback", + "Desc": "Press during a Perfect Dodge to activate:\nOrder Drusilla and Anastella to spin forward and trigger an explosion, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Sudden Surprise", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211011, Prop:1001}", + "Param": { + "1211011": { + "Main": 10500, + "Growth": 960, + "Format": "%", + "DamagePercentage": 10500, + "DamagePercentageGrowth": 960, + "StunRatio": 5250, + "StunRatioGrowth": 240, + "SpRecovery": 18000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211011, Prop:1002}", + "Param": { + "1211011": { + "Main": 5250, + "Growth": 240, + "Format": "%", + "DamagePercentage": 10500, + "DamagePercentageGrowth": 960, + "StunRatio": 5250, + "StunRatioGrowth": 240, + "SpRecovery": 18000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Bangboo Callback", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211013, Prop:1001}", + "Param": { + "1211013": { + "Main": 22760, + "Growth": 2070, + "Format": "%", + "DamagePercentage": 22760, + "DamagePercentageGrowth": 2070, + "StunRatio": 22760, + "StunRatioGrowth": 1040, + "SpRecovery": 42020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 321200, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211013, Prop:1002}", + "Param": { + "1211013": { + "Main": 22760, + "Growth": 1040, + "Format": "%", + "DamagePercentage": 22760, + "DamagePercentageGrowth": 2070, + "StunRatio": 22760, + "StunRatioGrowth": 1040, + "SpRecovery": 42020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 321200, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Beat the Blockhead", + "Desc": "Press to activate:\nOrder Anastella to execute a downward smash, dealing Electric DMG\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Dimwit Disappearing Trick", + "Desc": "With enough Energy, press to activate:\nOrder Drusilla and Anastella to execute multiple downward smashes, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy." + }, + { + "Name": "Special Attack: Beat the Blockhead", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211008, Prop:1001}", + "Param": { + "1211008": { + "Main": 6130, + "Growth": 560, + "Format": "%", + "DamagePercentage": 6130, + "DamagePercentageGrowth": 560, + "StunRatio": 6130, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5835, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211008, Prop:1002}", + "Param": { + "1211008": { + "Main": 6130, + "Growth": 280, + "Format": "%", + "DamagePercentage": 6130, + "DamagePercentageGrowth": 560, + "StunRatio": 6130, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 160600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5835, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Dimwit Disappearing Trick", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211009, Prop:1001}", + "Param": { + "1211009": { + "Main": 54600, + "Growth": 4970, + "Format": "%", + "DamagePercentage": 54600, + "DamagePercentageGrowth": 4970, + "StunRatio": 44450, + "StunRatioGrowth": 2030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1145925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47162, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211009, Prop:1002}", + "Param": { + "1211009": { + "Main": 44450, + "Growth": 2030, + "Format": "%", + "DamagePercentage": 54600, + "DamagePercentageGrowth": 4970, + "StunRatio": 44450, + "StunRatioGrowth": 2030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1145925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47162, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Code of Conduct", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nOrder Drusilla and Anastella to push forward and generate a ball-shaped electrical field that deals massive Electric DMG.\nDuring this skill, Drusilla and Anastella are unable to perform Basic Attacks, Dash Attacks, Special Attacks, and EX Special Attacks, but can be recalled to Rina's side through Basic Attack: Shoo the Fool.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy." + }, + { + "Name": "Ultimate: The Queen's Attendants", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nOrder Drusilla and Anastella to spin forward, dealing massive Electric DMG.\nDuring this skill, Drusilla and Anastella are unable to respond to Basic Attack, Dash Attack, Special Attack, or EX Special Attack commands, but can be recalled to Rina's side through Basic Attack: Shoo the Fool.\nUpon activating this skill, the other squad members recover 10 Energy. The next character to switch in recovers an additional 20 Energy.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy." + }, + { + "Name": "Chain Attack: Code of Conduct", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211015, Prop:1001}", + "Param": { + "1211015": { + "Main": 101300, + "Growth": 9210, + "Format": "%", + "DamagePercentage": 101300, + "DamagePercentageGrowth": 9210, + "StunRatio": 17510, + "StunRatioGrowth": 800, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2287450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36620, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211015, Prop:1002}", + "Param": { + "1211015": { + "Main": 17510, + "Growth": 800, + "Format": "%", + "DamagePercentage": 101300, + "DamagePercentageGrowth": 9210, + "StunRatio": 17510, + "StunRatioGrowth": 800, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2287450, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36620, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: The Queen's Attendants", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211017, Prop:1001}", + "Param": { + "1211017": { + "Main": 211670, + "Growth": 19250, + "Format": "%", + "DamagePercentage": 211670, + "DamagePercentageGrowth": 19250, + "StunRatio": 11380, + "StunRatioGrowth": 520, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10837, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211017, Prop:1002}", + "Param": { + "1211017": { + "Main": 11380, + "Growth": 520, + "Format": "%", + "DamagePercentage": 211670, + "DamagePercentageGrowth": 19250, + "StunRatio": 11380, + "StunRatioGrowth": 520, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10837, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Duple Meter Allemande", + "Desc": "When the active character is launched, press to activate:\nOrder Drusilla and Anastella to spin forward and trigger an explosion, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Evasive Assist: Triple Meter Courante", + "Desc": "When the character on field is about to be attacked, press to activate:\nDodges the enemy's attack and activates Vital View.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Quadruple Meter Gavotte", + "Desc": "Press after an Evasive Assist to activate:\nOrder Drusilla and Anastella to push forward and generate an electrical vortex, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Duple Meter Allemande", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211019, Prop:1001}", + "Param": { + "1211019": { + "Main": 12260, + "Growth": 1120, + "Format": "%", + "DamagePercentage": 12260, + "DamagePercentageGrowth": 1120, + "StunRatio": 12260, + "StunRatioGrowth": 560, + "SpRecovery": 42020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 321200, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211019, Prop:1002}", + "Param": { + "1211019": { + "Main": 12260, + "Growth": 560, + "Format": "%", + "DamagePercentage": 12260, + "DamagePercentageGrowth": 1120, + "StunRatio": 12260, + "StunRatioGrowth": 560, + "SpRecovery": 42020, + "SpRecoveryGrowth": 0, + "FeverRecovery": 321200, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Quadruple Meter Gavotte", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1211021, Prop:1001}", + "Param": { + "1211021": { + "Main": 34940, + "Growth": 3180, + "Format": "%", + "DamagePercentage": 34940, + "DamagePercentageGrowth": 3180, + "StunRatio": 30360, + "StunRatioGrowth": 1380, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1035100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31092, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1211021, Prop:1002}", + "Param": { + "1211021": { + "Main": 30360, + "Growth": 1380, + "Format": "%", + "DamagePercentage": 34940, + "DamagePercentageGrowth": 3180, + "StunRatio": 30360, + "StunRatioGrowth": 1380, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1035100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31092, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1211001": { + "Name": "Basic Attack: Whack the Dimwit", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1211002": { + "Name": "Basic Attack: Shoo the Fool", + "Desc": "(Hold)", + "ElementType": 203, + "HitType": 102 + }, + "1211003": { + "Name": "Special Attack: Beat the Blockhead", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1211004": { + "Name": "EX Special Attack: Dimwit Disappearing Trick", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1211005": { + "Name": "Dash Attack: Sudden Surprise", + "Desc": " ; ", + "ElementType": 200, + "HitType": 103 + }, + "1211006": { + "Name": "Dodge Counter: Bangboo Callback", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 102 + }, + "1211007": { + "Name": "Chain Attack: Code of Conduct", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1211008": { + "Name": "Ultimate: The Queen's Attendants", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1211009": { + "Name": "Quick Assist: Duple Meter Allemande", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 102 + }, + "1211010": { + "Name": "Evasive Assist: Triple Meter Courante", + "Desc": "(When Triggering Evasive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1211011": { + "Name": "Assist Follow-Up: Quadruple Meter Gavotte", + "Desc": " (After Evasive Assist)", + "ElementType": 203, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1211501, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 6%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "2": { + "Level": 2, + "Id": 1211502, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 7.5%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "3": { + "Level": 3, + "Id": 1211503, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 9%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "4": { + "Level": 4, + "Id": 1211504, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 10.2%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "5": { + "Level": 5, + "Id": 1211505, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 10.8%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "6": { + "Level": 6, + "Id": 1211506, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 11.4%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + }, + "7": { + "Level": 7, + "Id": 1211507, + "Name": [ + "Core Passive: Mini Destruction Partner", + "Additional Ability: Banquet of Perfection" + ], + "Desc": [ + "When ordering Drusilla or Anastella to attack, other squad members' PEN Ratio increases together with Rina's, by 25% of Rina's PEN Ratio + 12%, up to 30%. The effect ends when both Drusilla and Anastella return to Rina.", + "When another character in your squad shares the same Attribute or Faction:\nIncreases the duration of Shock inflicted on enemies by any character by 3s. When Shocked enemies are on the field, all squad members' Electric DMG increases by 10%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110505": 2 }, + "3": { "10": 28000, "110505": 4 }, + "4": { "10": 60000, "110003": 2, "110505": 9 }, + "5": { "10": 100000, "110003": 3, "110505": 15 }, + "6": { "10": 200000, "110003": 4, "110505": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Dance Duet", + "Desc": "After being sent out to launch an attack, Drusilla and Anastella stay in place for an additional 5.5s before returning to Rina.\nThe effect gained from Core Passive: Mini Destruction Partner by characters within 10m is increased to 130% of the original value.", + "Desc2": "\"Get your work done, or you're in for a beating!\" is how Drusilla tries to encourage everyone.\n\"Yeah, a beating!\" Anastella always chimes in." + }, + "2": { + "Level": 2, + "Name": "Master's Paragon", + "Desc": "Upon entering combat or switching in, Rina's DMG increases by 15% for 12s. This effect can trigger once every 18s.", + "Desc2": "\"It takes an excellent head maid to lead excellent maids, and an exemplary master to raise exemplary Bangboo.\" — Excerpt from Rina's speech at the \"Victoria Housekeeping Human Resource Management and Bangboo Training Insight Seminar.\"" + }, + "3": { + "Level": 3, + "Name": "Head Maid's Specialty", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Rina always has the confidence to excel at anything and the ability to annihilate everything.\nHowever, when it comes to being in the mood to annihilate enemies, both her confidence and capability align." + }, + "4": { + "Level": 4, + "Name": "Needle and Hammer", + "Desc": "Rina's Energy Regen increases by 0.5/s when both Drusilla and Anastella are deployed. The effect ends when Drusilla or Anastella returns to Rina.", + "Desc2": "Drusilla and Anastella can never agree on anything.\n\"Beating up the dummy in front\" is an exception." + }, + "5": { + "Level": 5, + "Name": "Head Maid Perfectionist", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Rina\" means perfection in the Bangboo language.\nPerfectionism is the number one rule in the Victoria Housekeeping handbook.\nAnd Rina has her own criteria for judging \"perfection.\"" + }, + "6": { + "Level": 6, + "Name": "Stormy Night's Fright", + "Desc": "When an EX Special Attack, Chain Attack or Ultimate hits an enemy, the entire squad's Electric DMG is increased by 15% for 8s.", + "Desc2": "Thunder rumbles in the old castle on a rainy night. The depths of the long corridors are filled with eerie shadows.\nFear circuits overloaded, the filming of a thriller commences." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1221.json b/libs/zzz/dm/HakushinData/character/1221.json new file mode 100644 index 0000000000..1c5dcd11a2 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1221.json @@ -0,0 +1,1543 @@ +{ + "Id": 1221, + "Icon": "IconRole31", + "Name": "Yanagi", + "CodeName": "Yanagi", + "Rarity": 4, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "6": "Hollow Special Operations Section 6" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "SEP 21", + "FullName": "Tsukishiro Yanagi", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle31.png", + "ImpressionF": "Where did Fairy even get this info? So even a perfect person like Yanagi has her clumsy moments? Got any specifics to share?", + "ImpressionM": "How should I put this...? From this data, it feels like Section 6 would fall apart without Yanagi.", + "Name": "", + "OutlookDesc": "Hollow Investigative Association Licensing Archive:\nExecutive Officer Tsukishiro Yanagi, Ether aptitude confidential, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: Tsukishiro Yanagi has good Ether aptitude and the specific details can be obtained via the Hollow Special Operations system... including a report containing a blood analysis with peculiar results.", + "ProfileDesc": "Tsukishiro Yanagi, Hollow Special Operations Section 6 Deputy Chief and intelligence officer.\nPrimarily responsible for personnel management, mission management and feedback, collecting intel, on-site support, etc.\nAt the same time, Yanagi is also Section 6 member Soukaku's Protector. Apart from taking care of Soukaku's day-to-day affairs, she is also responsible for and takes responsibility for all of Soukaku's behavior at work.\n\nSection 6 Chief Hoshimi Miyabi possesses a rather eccentric personality; Asaba Harumasa, a member of Section 6, is overly relaxed and carefree; and Soukaku, another member of Section, 6 is still an innocent and excitable child, so most of the team's work falls upon Yanagi's shoulders.\nSerious, diligent, and meticulous, Tsukishiro Yanagi is the only \"normal\" person on the team, so to speak. It is only due to her guidance and leadership that the strength of the three who make up Section 6's primary on-field force can be transformed into true combat power.\nOverall, Tsukishiro Yanagi is a talented and highly efficient executive officer, whose abilities are both exceptional and comprehensive.\nHowever, from certain data, Tsukishiro Yanagi appears to have a somewhat clumsy side to her when it comes to day-to-day affairs.", + "Race": "Hollow Special Operations Section 6", + "RoleIcon": "IconRole/UnPacker/IconRole31", + "Stature": "169", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock", + "Complete Special Episode \"Virtual Revenge\"" + ], + "TrustLv": { + "1": "Tsukishiro Yanagi, Hollow Special Operations Section 6 Deputy Chief and intelligence officer.\nPrimarily responsible for personnel management, mission management and feedback, collecting intel, on-site support, etc.\nAt the same time, Yanagi is also Section 6 member Soukaku's Protector. Apart from taking care of Soukaku's day-to-day affairs, she is also responsible for and takes responsibility for all of Soukaku's behavior at work.\n\nSection 6 Chief Hoshimi Miyabi possesses a rather eccentric personality; Asaba Harumasa, a member of Section 6, is overly relaxed and carefree; and Soukaku, another member of Section, 6 is still an innocent and excitable child, so most of the team's work falls upon Yanagi's shoulders.\nSerious, diligent, and meticulous, Tsukishiro Yanagi is the only \"normal\" person on the team, so to speak. It is only due to her guidance and leadership that the strength of the three who make up Section 6's primary on-field force can be transformed into true combat power.\nOverall, Tsukishiro Yanagi is a talented and highly efficient executive officer, whose abilities are both exceptional and comprehensive.\nHowever, from certain data, Tsukishiro Yanagi appears to have a somewhat clumsy side to her when it comes to day-to-day affairs.", + "2": "", + "3": "Due to an accident long ago, Tsukishiro Yanagi appears to possess blood that does not belong to her, flowing through her veins.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 126, + "AttackGrowth": 75860, + "AvatarPieceId": 5221, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 112, + "ElementMystery": 114, + "Endurance": 0, + "HpGrowth": 849779, + "HpMax": 626, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Yanagi", + "Cut", + "Electric", + "Female", + "Camp6", + "Size3", + "AidTypeParry", + "Yanagi" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 430, + "Attack": 45, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 859, + "Attack": 90, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1289, + "Attack": 134, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1719, + "Attack": 179, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 2149, + "Attack": 224, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Tsukuyomi Kagura", + "Desc": "Yanagi has two stances: Jougen and Kagen.\nPress to activate:\nExecute up to five forward slashes based on the current stance, causing Physical DMG and Electric DMG.\nDuring combat, Yanagi gains the corresponding stance buff based on her current stance:\nJougen stance buff: Electric DMG increases by 10%. Anti-Interrupt Level increases during Basic Attacks.\nKagen stance buff: PEN Ratio increases by 10%. Interrupt Level increases for Basic Attacks.\nFor 8s after switching stances, Yanagi retains the bonus from the previous stance." + }, + { + "Name": "Stance: Jougen", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1221001, Prop:1001}", + "Param": { + "1221001": { + "Main": 5660, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5660, + "DamagePercentageGrowth": 520, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 69575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1221002, Prop:1001}", + "Param": { + "1221002": { + "Main": 9970, + "Growth": 910, + "Format": "%", + "DamagePercentage": 9970, + "DamagePercentageGrowth": 910, + "StunRatio": 6810, + "StunRatioGrowth": 310, + "SpRecovery": 24740, + "SpRecoveryGrowth": 0, + "FeverRecovery": 170225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1221003, Prop:1001}", + "Param": { + "1221003": { + "Main": 11310, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 11310, + "DamagePercentageGrowth": 1030, + "StunRatio": 6940, + "StunRatioGrowth": 320, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 173525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7991, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1221004, Prop:1001}", + "Param": { + "1221004": { + "Main": 12660, + "Growth": 1160, + "Format": "%", + "DamagePercentage": 12660, + "DamagePercentageGrowth": 1160, + "StunRatio": 7760, + "StunRatioGrowth": 360, + "SpRecovery": 28220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 194150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8942, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1221005, Prop:1001}", + "Param": { + "1221005": { + "Main": 23690, + "Growth": 2160, + "Format": "%", + "DamagePercentage": 23690, + "DamagePercentageGrowth": 2160, + "StunRatio": 14520, + "StunRatioGrowth": 660, + "SpRecovery": 52800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16735, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1221001, Prop:1002}", + "Param": { + "1221001": { + "Main": 2780, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5660, + "DamagePercentageGrowth": 520, + "StunRatio": 2780, + "StunRatioGrowth": 130, + "SpRecovery": 10090, + "SpRecoveryGrowth": 0, + "FeverRecovery": 69575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1221002, Prop:1002}", + "Param": { + "1221002": { + "Main": 6810, + "Growth": 310, + "Format": "%", + "DamagePercentage": 9970, + "DamagePercentageGrowth": 910, + "StunRatio": 6810, + "StunRatioGrowth": 310, + "SpRecovery": 24740, + "SpRecoveryGrowth": 0, + "FeverRecovery": 170225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1221003, Prop:1002}", + "Param": { + "1221003": { + "Main": 6940, + "Growth": 320, + "Format": "%", + "DamagePercentage": 11310, + "DamagePercentageGrowth": 1030, + "StunRatio": 6940, + "StunRatioGrowth": 320, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 173525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7991, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1221004, Prop:1002}", + "Param": { + "1221004": { + "Main": 7760, + "Growth": 360, + "Format": "%", + "DamagePercentage": 12660, + "DamagePercentageGrowth": 1160, + "StunRatio": 7760, + "StunRatioGrowth": 360, + "SpRecovery": 28220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 194150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8942, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1221005, Prop:1002}", + "Param": { + "1221005": { + "Main": 14520, + "Growth": 660, + "Format": "%", + "DamagePercentage": 23690, + "DamagePercentageGrowth": 2160, + "StunRatio": 14520, + "StunRatioGrowth": 660, + "SpRecovery": 52800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16735, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Stance: Kagen", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1221006, Prop:1001}", + "Param": { + "1221006": { + "Main": 11310, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 11310, + "DamagePercentageGrowth": 1030, + "StunRatio": 5550, + "StunRatioGrowth": 260, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 138875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1221007, Prop:1001}", + "Param": { + "1221007": { + "Main": 12920, + "Growth": 1180, + "Format": "%", + "DamagePercentage": 12920, + "DamagePercentageGrowth": 1180, + "StunRatio": 9310, + "StunRatioGrowth": 430, + "SpRecovery": 33850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 232925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1221008, Prop:1001}", + "Param": { + "1221008": { + "Main": 7280, + "Growth": 670, + "Format": "%", + "DamagePercentage": 7280, + "DamagePercentageGrowth": 670, + "StunRatio": 4460, + "StunRatioGrowth": 210, + "SpRecovery": 16220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 111650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5138, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1221009, Prop:1001}", + "Param": { + "1221009": { + "Main": 10770, + "Growth": 980, + "Format": "%", + "DamagePercentage": 10770, + "DamagePercentageGrowth": 980, + "StunRatio": 6610, + "StunRatioGrowth": 310, + "SpRecovery": 24010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7607, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1221010, Prop:1001}", + "Param": { + "1221010": { + "Main": 27180, + "Growth": 2480, + "Format": "%", + "DamagePercentage": 27180, + "DamagePercentageGrowth": 2480, + "StunRatio": 16670, + "StunRatioGrowth": 760, + "SpRecovery": 60590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 416625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19204, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1221006, Prop:1002}", + "Param": { + "1221006": { + "Main": 5550, + "Growth": 260, + "Format": "%", + "DamagePercentage": 11310, + "DamagePercentageGrowth": 1030, + "StunRatio": 5550, + "StunRatioGrowth": 260, + "SpRecovery": 20170, + "SpRecoveryGrowth": 0, + "FeverRecovery": 138875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1221007, Prop:1002}", + "Param": { + "1221007": { + "Main": 9310, + "Growth": 430, + "Format": "%", + "DamagePercentage": 12920, + "DamagePercentageGrowth": 1180, + "StunRatio": 9310, + "StunRatioGrowth": 430, + "SpRecovery": 33850, + "SpRecoveryGrowth": 0, + "FeverRecovery": 232925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1221008, Prop:1002}", + "Param": { + "1221008": { + "Main": 4460, + "Growth": 210, + "Format": "%", + "DamagePercentage": 7280, + "DamagePercentageGrowth": 670, + "StunRatio": 4460, + "StunRatioGrowth": 210, + "SpRecovery": 16220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 111650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5138, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1221009, Prop:1002}", + "Param": { + "1221009": { + "Main": 6610, + "Growth": 310, + "Format": "%", + "DamagePercentage": 10770, + "DamagePercentageGrowth": 980, + "StunRatio": 6610, + "StunRatioGrowth": 310, + "SpRecovery": 24010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 165275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7607, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1221010, Prop:1002}", + "Param": { + "1221010": { + "Main": 16670, + "Growth": 760, + "Format": "%", + "DamagePercentage": 27180, + "DamagePercentageGrowth": 2480, + "StunRatio": 16670, + "StunRatioGrowth": 760, + "SpRecovery": 60590, + "SpRecoveryGrowth": 0, + "FeverRecovery": 416625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19204, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Wandering Breeze", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Fleeting Flight", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Rapid Retaliation", + "Desc": "Press during a Perfect Dodge to activate:\nSlashes enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, you can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "Dash Attack: Fleeting Flight", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221013, Prop:1001}", + "Param": { + "1221013": { + "Main": 5040, + "Growth": 460, + "Format": "%", + "DamagePercentage": 5040, + "DamagePercentageGrowth": 460, + "StunRatio": 4540, + "StunRatioGrowth": 210, + "SpRecovery": 16500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 113575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221013, Prop:1002}", + "Param": { + "1221013": { + "Main": 4540, + "Growth": 210, + "Format": "%", + "DamagePercentage": 5040, + "DamagePercentageGrowth": 460, + "StunRatio": 4540, + "StunRatioGrowth": 210, + "SpRecovery": 16500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 113575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Rapid Retaliation", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221014, Prop:1001}", + "Param": { + "1221014": { + "Main": 23160, + "Growth": 2110, + "Format": "%", + "DamagePercentage": 23160, + "DamagePercentageGrowth": 2110, + "StunRatio": 18320, + "StunRatioGrowth": 840, + "SpRecovery": 30620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7652, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221014, Prop:1002}", + "Param": { + "1221014": { + "Main": 18320, + "Growth": 840, + "Format": "%", + "DamagePercentage": 23160, + "DamagePercentageGrowth": 2110, + "StunRatio": 18320, + "StunRatioGrowth": 840, + "SpRecovery": 30620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7652, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Ruten", + "Desc": "Press to activate:\nPerform a forward slash, dealing Electric DMG, and switch the current stance.\nAnti-Interrupt level is increased while using this skill.\nIf activated after the 3rd, 4th, or 5th hit of a Basic Attack, it activates Swift Ruten, speeding up the slashes while switching her current stance.\nBlock enemy attacks while Swift Ruten is active.\nUpon activating Swift Ruten, Yanagi can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "EX Special Attack: Gekka Ruten", + "Desc": "With enough Energy, hold to activate:\nCharge up power for a quick forward thrust, followed by a downward attack, dealing massive Electric DMG.\nUpon executing the thrust, Yanagi switches stances and enters the Shinrabanshou state, lasting 15s. For the duration of this state, when following up with a subsequent Basic Attack from the 5th hit of a Basic Attack or other skills, the combo will begin directly from the 3rd hit of the Basic Attack.\nIf the downward attack hits an enemy suffering an Anomaly, it triggers a special Disorder effect, Polarity Disorder, dealing 15% of the original Disorder effect's DMG to the target, plus an additional {CAL:5+AvatarSkillLevel(1)*2.25,100,2}% of Yanagi's Anomaly Proficiency. Polarity Disorder will not remove the target's Anomaly.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Ruten", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221011, Prop:1001}", + "Param": { + "1221011": { + "Main": 11740, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 11740, + "DamagePercentageGrowth": 1070, + "StunRatio": 10570, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 264275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9600, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221011, Prop:1002}", + "Param": { + "1221011": { + "Main": 10570, + "Growth": 490, + "Format": "%", + "DamagePercentage": 11740, + "DamagePercentageGrowth": 1070, + "StunRatio": 10570, + "StunRatioGrowth": 490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 264275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9600, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Gekka Ruten", + "Param": [ + { "Name": "Energy Cost", "Desc": "40" }, + { + "Name": "Thrust Attack DMG Multiplier", + "Desc": "{Skill:1221022, Prop:1001}", + "Param": { + "1221022": { + "Main": 16380, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 16380, + "DamagePercentageGrowth": 1490, + "StunRatio": 12710, + "StunRatioGrowth": 580, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 419375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14350, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Thrust Attack Daze Multiplier", + "Desc": "{Skill:1221022, Prop:1002}", + "Param": { + "1221022": { + "Main": 12710, + "Growth": 580, + "Format": "%", + "DamagePercentage": 16380, + "DamagePercentageGrowth": 1490, + "StunRatio": 12710, + "StunRatioGrowth": 580, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 419375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14350, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Downward Attack DMG Multiplier", + "Desc": "{Skill:1221023, Prop:1001}", + "Param": { + "1221023": { + "Main": 37780, + "Growth": 3440, + "Format": "%", + "DamagePercentage": 37780, + "DamagePercentageGrowth": 3440, + "StunRatio": 10960, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 763400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26854, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Downward Attack Daze Multiplier", + "Desc": "{Skill:1221023, Prop:1002}", + "Param": { + "1221023": { + "Main": 10960, + "Growth": 500, + "Format": "%", + "DamagePercentage": 37780, + "DamagePercentageGrowth": 3440, + "StunRatio": 10960, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 763400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 26854, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Additional DMG Multiplier", + "Desc": "{CAL:5+AvatarSkillLevel(1)*2.25,100,2}%" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Celestial Harmony", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nSwitch stances and unleash a powerful slash on enemies in front, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, you can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "Ultimate: Raiei Tenge", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nYanagi unleashes her potential and delivers a powerful slash to a large area of enemies in front in a very short time, followed by an additional lightning strike, dealing massive Electric DMG.\nWhen the lightning strike hits an enemy affected by an Attribute Anomaly, it triggers a special Disorder effect called Polarity Disorder. This deals DMG equal to 15% of the original Disorder effect plus an additional {CAL:5+AvatarSkillLevel(3)*2.25,100,2}% of Yanagi's Anomaly Proficiency. Polarity Disorder will not remove the target's Anomaly.\nCharacter is invulnerable while using this skill.\nAfter using this skill, Yanagi can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "Chain Attack: Celestial Harmony", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221015, Prop:1001}", + "Param": { + "1221015": { + "Main": 59310, + "Growth": 5400, + "Format": "%", + "DamagePercentage": 59310, + "DamagePercentageGrowth": 5400, + "StunRatio": 17830, + "StunRatioGrowth": 820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2141150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 35958, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221015, Prop:1002}", + "Param": { + "1221015": { + "Main": 17830, + "Growth": 820, + "Format": "%", + "DamagePercentage": 59310, + "DamagePercentageGrowth": 5400, + "StunRatio": 17830, + "StunRatioGrowth": 820, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2141150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 35958, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Raiei Tenge", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221016, Prop:1001}", + "Param": { + "1221016": { + "Main": 151180, + "Growth": 13750, + "Format": "%", + "DamagePercentage": 151180, + "DamagePercentageGrowth": 13750, + "StunRatio": 9750, + "StunRatioGrowth": 450, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 90439, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221016, Prop:1002}", + "Param": { + "1221016": { + "Main": 9750, + "Growth": 450, + "Format": "%", + "DamagePercentage": 151180, + "DamagePercentageGrowth": 13750, + "StunRatio": 9750, + "StunRatioGrowth": 450, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 90439, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Additional DMG Multiplier", + "Desc": "{CAL:5+AvatarSkillLevel(3)*2.25,100,2}%" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Blade of Elegance", + "Desc": "When the active character is launched, press to activate:\nSlashes enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, you can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "Defensive Assist: Radiant Reversal", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Weeping Willow Stab", + "Desc": "Press after a Defensive Assist to activate:\nSwitch stances, and quickly deliver multiple slashes to enemies in front, dealing Electric DMG.\nCharacter is invulnerable while using this skill.\nAfter using this skill, you can immediately follow up with the 3rd hit of the current stance's Basic Attack." + }, + { + "Name": "Quick Assist: Blade of Elegance", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221017, Prop:1001}", + "Param": { + "1221017": { + "Main": 9360, + "Growth": 860, + "Format": "%", + "DamagePercentage": 9360, + "DamagePercentageGrowth": 860, + "StunRatio": 8420, + "StunRatioGrowth": 390, + "SpRecovery": 30620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7652, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221017, Prop:1002}", + "Param": { + "1221017": { + "Main": 8420, + "Growth": 390, + "Format": "%", + "DamagePercentage": 9360, + "DamagePercentageGrowth": 860, + "StunRatio": 8420, + "StunRatioGrowth": 390, + "SpRecovery": 30620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7652, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Radiant Reversal", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1221018, Prop:1002}", + "Param": { + "1221018": { + "Main": 24420, + "Growth": 1110, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24420, + "StunRatioGrowth": 1110, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1221019, Prop:1002}", + "Param": { + "1221019": { + "Main": 30860, + "Growth": 1410, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 30860, + "StunRatioGrowth": 1410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1221020, Prop:1002}", + "Param": { + "1221020": { + "Main": 15020, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15020, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Weeping Willow Stab", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1221021, Prop:1001}", + "Param": { + "1221021": { + "Main": 40710, + "Growth": 3710, + "Format": "%", + "DamagePercentage": 40710, + "DamagePercentageGrowth": 3710, + "StunRatio": 32060, + "StunRatioGrowth": 1460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1030700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31223, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1221021, Prop:1002}", + "Param": { + "1221021": { + "Main": 32060, + "Growth": 1460, + "Format": "%", + "DamagePercentage": 40710, + "DamagePercentageGrowth": 3710, + "StunRatio": 32060, + "StunRatioGrowth": 1460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1030700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 31223, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1221001": { + "Name": "Basic Attack: Tsukuyomi Kagura (1st, 2nd Hit)", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1221002": { + "Name": "Basic Attack: Tsukuyomi Kagura (3rd, 4th, 5th Hit)", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1221003": { + "Name": "Special Attack: Ruten", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1221004": { + "Name": "Special Attack: Ruten (Quick Switch)", + "Desc": " (3rd, 4th, and 5th hit) ; ", + "ElementType": 203, + "HitType": 101 + }, + "1221005": { + "Name": "Special Attack: Ruten (Blocking an Attack)", + "Desc": " (3rd, 4th, and 5th hit) ; (When Being Attacked)", + "ElementType": 203, + "HitType": 101 + }, + "1221006": { + "Name": "EX Special Attack: Gekka Ruten", + "Desc": " (Hold)", + "ElementType": 203, + "HitType": 101 + }, + "1221007": { + "Name": "Dash Attack: Fleeting Flight", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1221008": { + "Name": "Dodge Counter: Rapid Retaliation", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 101 + }, + "1221009": { + "Name": "Chain Attack: Celestial Harmony", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1221010": { + "Name": "Ultimate: Raiei Tenge", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1221011": { + "Name": "Quick Assist: Blade of Elegance", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 101 + }, + "1221012": { + "Name": "Defensive Assist: Radiant Reversal", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1221013": { + "Name": "Assist Follow-Up: Weeping Willow Stab", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1221501, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 125% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 10% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "2": { + "Level": 2, + "Id": 1221502, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 145% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 11.6% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "3": { + "Level": 3, + "Id": 1221503, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 166% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 13.3% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "4": { + "Level": 4, + "Id": 1221504, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 188% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 15% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "5": { + "Level": 5, + "Id": 1221505, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 208% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 16.6% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "6": { + "Level": 6, + "Id": 1221506, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 230% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 18.3% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + }, + "7": { + "Level": 7, + "Id": 1221507, + "Name": ["Core Passive: Lunar Eclipse", "Additional Ability: Gessou"], + "Desc": [ + "After Yanagi activates her EX Special Attack, the DMG multiplier of Disorder is increased by 250% when any squad member applies the Disorder effect to an enemy, lasting 15s.\nWhen her EX Special Attack hits an enemy, Yanagi's Electric DMG against the target is increased by 20% for 15s.", + "When another character in your squad is an Anomaly character or shares the same attribute:\nAfter switching stances, when Yanagi hits an enemy with Basic Attack: Tsukuyomi Kagura, Electric Anomaly Buildup increases by 45% for 8s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110505": 2 }, + "3": { "10": 28000, "110505": 4 }, + "4": { "10": 60000, "110002": 2, "110505": 9 }, + "5": { "10": 100000, "110002": 3, "110505": 15 }, + "6": { "10": 200000, "110002": 4, "110505": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Know Thy Self, Know Thy Enemy", + "Desc": "When any squad member inflicts an Anomaly on an enemy, Yanagi gains 1 stack of Clarity, lasting 15s, stacking up to 3 times. Repeated triggers reset the duration. Upon being hit by an enemy attack, Yanagi consumes 1 stack of Clarity to gain invulnerability for 1s. When Yanagi has 1 or more stacks of Clarity, her Anomaly Proficiency increases by 80.", + "Desc2": "\"Having the clarity to see your enemy's weakness is like an extra safety net... and it increases your chances at victory.\"\nYanagi adjusts her glasses, remaining as composed as ever, even when victory is already assured." + }, + "2": { + "Level": 2, + "Name": "Outstanding Adaptability", + "Desc": "During her EX Special Attack, the rapid thrust's Electric Anomaly Buildup increases by 20%. Holding down the Special Attack button after a rapid thrust hits an enemy will consume 10 additional Energy to launch another thrust. If Energy is insufficient or the button is released, the attack automatically follows up with the downward attack. When the downward attack hits an enemy suffering an Anomaly and triggers Polarity Disorder, the DMG multiplier increases to 20% of the original Disorder effect. Each additional thrust increases this multiplier by 15%, up to a maximum of 2 extra thrusts.", + "Desc2": "\"Yanagi can handle any unfamiliar environment thrown her way.\"\n\"I believe in her more than I believe in myself.\"\n— From a martial artist practicing \"the cutting of fallen leaves.\"" + }, + "3": { + "Level": 3, + "Name": "Tsukishiro Style Management", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Everyone says Section 6 is gathering oddballs and geniuses, with Tsukishiro Yanagi being the only \"normal\" one. But it's precisely her presence that holds the oddballs and geniuses together." + }, + "4": { + "Level": 4, + "Name": "Chessmaster", + "Desc": "When Yanagi inflicts Attribute Anomaly DMG on an enemy, they suffer the Exposed effect, lasting 15s. Attacks on enemies under the Expose effect will have 16% increased PEN Ratio.", + "Desc2": "No matter the situation, Tsukishiro Yanagi can rapidly grasp all the information at hand and make the most appropriate decision." + }, + "5": { + "Level": 5, + "Name": "\"Other Mother\"", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "At present, Tsukishiro Yanagi is the sole designated guardian of Soukaku.\n\"Soukaku, this is the Chief's riceball, you mustn't eat it... forget it, come here, I'll heat it up for you.\"\n\"We'll just buy a similar one for the Chief later.\"" + }, + "6": { + "Level": 6, + "Name": "Inhuman Blood", + "Desc": "After a thrust attack during her EX Special Attack, the duration of the Shinrabanshou state increases to 30s. While the state is active, EX Special Attack DMG increases by 20%. The maximum number of times the additional DMG multiplier increase effect for Polarity Disorder in Outstanding Adaptability can be triggered increases to 4, and the Energy cost for the first 4 additional thrust attacks is halved.", + "Desc2": "Flowing through Tsukishiro Yanagi's veins is blood that isn't entirely her own. This blood once granted her new life in the face of despair, and with it, she gained certain special powers.\n\"But as you know, something that isn't mine... comes with a price.\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1241.json b/libs/zzz/dm/HakushinData/character/1241.json new file mode 100644 index 0000000000..8ef26132c7 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1241.json @@ -0,0 +1,1580 @@ +{ + "Id": 1241, + "Icon": "IconRole23", + "Name": "Zhu Yuan", + "CodeName": "Zhu Yuan", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "205": "Ether" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "7": "Criminal Investigation Special Response Team" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "SEP 1", + "FullName": "Zhu Yuan", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle23.png", + "ImpressionF": "An exemplary human. We've been dealing with such an opponent for so long. Aren't we amazing?", + "ImpressionM": "That's because it's me + you + Fairy. I wouldn't wanna know the outcome if it was one on one...", + "Name": "", + "OutlookDesc": "Hollow Investigation Association Licensing Archive—\nPublic Security Officer: Zhu Yuan. Ether aptitude confidential. Licensed for investigation, exploration, and other basic work in known Hollows (including Companion Hollows) in the city.\nNote: Zhu Yuan's file belongs to the New Eridu Public Security Janus Quarter Metropolitan Order Division Criminal Investigation Special Response Team. The relevant information can be obtained within the Public Security system, requiring special access permissions.\nFurther Note: Zhu Yuan has excellent Ether aptitude.", + "ProfileDesc": "Zhu Yuan, an exceptional officer at Public Security, is a highly skilled individual expected to become the next commissioner. She currently leads the Criminal Investigation Special Response Team at the Janus Precinct within the Metropolitan Order Division. Her team members include Qingyi, Seth, and [redacted].\nNote: For documents with higher security levels within the Public Security system, further investigation is required; scheduling priority - low.\n\nZhu Yuan possesses excellent skills in criminal investigation, combat, and self-management (including working overtime). She has no unresolved cases on record.\nSuggestion: Approaching Zhu Yuan is an ill-advised decision that may compromise your cover. Always remember your true identity as a Proxy. Remember your true identity as a Proxy. Remember your true identity as a Proxy.", + "Race": "Sixth Street", + "RoleIcon": "IconRole/UnPacker/IconRole23", + "Stature": "175", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Main Commission Chapter 2 Interlude" + ], + "TrustLv": { + "1": "Zhu Yuan, an exceptional officer at Public Security, is a highly skilled individual expected to become the next commissioner. She currently leads the Criminal Investigation Special Response Team at the Janus Precinct within the Metropolitan Order Division. Her team members include Qingyi, Seth, and [redacted].\nNote: For documents with higher security levels within the Public Security system, further investigation is required; scheduling priority - low.\n\nZhu Yuan possesses excellent skills in criminal investigation, combat, and self-management (including working overtime). She has no unresolved cases on record.\nSuggestion: Approaching Zhu Yuan is an ill-advised decision that may compromise your cover. Always remember your true identity as a Proxy. Remember your true identity as a Proxy. Remember your true identity as a Proxy.", + "2": "", + "3": "She has a tendency to be a perfectionist and exhibits a strong obsession with \"neatness\" and \"perfection,\" which may be considered her only weakness (?). Officer Qingyi, her mentor in life and subordinate at work, often remarks that Zhu Yuan's perfectionism complex will worsen unless someone can talk her out of it. However, due to her high standards for herself, she has gained ample experience and skills to lead the Criminal Investigation Special Response Team and attract exceptional talents.\n\nZhu Yuan seems to have a passion for gardening. She is currently growing a tomato plant in her office, which is often pilfered by a raccoon family residing near the Public Security office.\nThoughts: Could this provide a potential avenue for infiltrating Public Security?\n\nZhu Yuan is a rarity among humans, showing no particular fondness for small furry animals.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 132, + "AttackGrowth": 80729, + "AvatarPieceId": 5241, + "BreakStun": 90, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 93, + "ElementMystery": 92, + "Endurance": 0, + "HpGrowth": 816391, + "HpMax": 602, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "ZhuYuan", + "Pierce", + "Ether", + "Female", + "Camp7", + "Size3", + "AidTypeEvade", + "ZhuYuan" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 413, + "Attack": 47, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 826, + "Attack": 95, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1239, + "Attack": 142, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1651, + "Attack": 189, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2064, + "Attack": 236, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2880 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "21101": { + "Prop": 21101, + "Name": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 2880 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Don't Move!", + "Desc": "[Assault Mode]\nPress to activate.\nUnleash a flurry of martial arts, bullets, and Ether Buckshots in a series of up to 5 attacks, dealing Physical DMG and Ether DMG.\nWhen the 4th or 5th hit strikes an enemy, obtain 1 Enhanced Shotshell per hit. A max of 1 can be obtained per activation of this Basic Attack.\nWhile using this skill, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} and press to activate Dash Attack: Firepower Offensive and readjust to face the selected direction.\nWhile under Assault Mode, hold to switch to Suppressive Mode." + }, + { + "Name": "Basic Attack: Please Do Not Resist", + "Desc": "[Suppressive Mode]\nHold to activate:\nUnleash up to 3 Shotshell piercing attacks, dealing Physical DMG. If Zhu Yuan has Enhanced Shotshells upon firing, 1 Enhanced Shotshell will be consumed, dealing massive Ether DMG.\nWhile using this skill, drag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} to activate her Dash Attack: Overwhelming Firepower and readjust to face the selected direction.\nWhile in Suppressive Mode, release to return to Assault Mode." + }, + { + "Name": "Basic Attack: Don't Move!", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1241001, Prop:1001}", + "Param": { + "1241001": { + "Main": 4310, + "Growth": 400, + "Format": "%", + "DamagePercentage": 4310, + "DamagePercentageGrowth": 400, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1241002, Prop:1001}", + "Param": { + "1241002": { + "Main": 12640, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 12640, + "DamagePercentageGrowth": 1150, + "StunRatio": 9730, + "StunRatioGrowth": 450, + "SpRecovery": 31820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 243100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10477, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1241003, Prop:1001}", + "Param": { + "1241003": { + "Main": 13730, + "Growth": 1250, + "Format": "%", + "DamagePercentage": 13730, + "DamagePercentageGrowth": 1250, + "StunRatio": 9470, + "StunRatioGrowth": 440, + "SpRecovery": 30970, + "SpRecoveryGrowth": 0, + "FeverRecovery": 236775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1241004, Prop:1001}", + "Param": { + "1241004": { + "Main": 15100, + "Growth": 1380, + "Format": "%", + "DamagePercentage": 15100, + "DamagePercentageGrowth": 1380, + "StunRatio": 12430, + "StunRatioGrowth": 570, + "SpRecovery": 40660, + "SpRecoveryGrowth": 0, + "FeverRecovery": 310750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5912, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1241005, Prop:1001}", + "Param": { + "1241005": { + "Main": 16220, + "Growth": 1480, + "Format": "%", + "DamagePercentage": 16220, + "DamagePercentageGrowth": 1480, + "StunRatio": 13920, + "StunRatioGrowth": 640, + "SpRecovery": 45540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 347875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6005, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1241001, Prop:1002}", + "Param": { + "1241001": { + "Main": 2160, + "Growth": 100, + "Format": "%", + "DamagePercentage": 4310, + "DamagePercentageGrowth": 400, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1241002, Prop:1002}", + "Param": { + "1241002": { + "Main": 9730, + "Growth": 450, + "Format": "%", + "DamagePercentage": 12640, + "DamagePercentageGrowth": 1150, + "StunRatio": 9730, + "StunRatioGrowth": 450, + "SpRecovery": 31820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 243100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10477, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1241003, Prop:1002}", + "Param": { + "1241003": { + "Main": 9470, + "Growth": 440, + "Format": "%", + "DamagePercentage": 13730, + "DamagePercentageGrowth": 1250, + "StunRatio": 9470, + "StunRatioGrowth": 440, + "SpRecovery": 30970, + "SpRecoveryGrowth": 0, + "FeverRecovery": 236775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1241004, Prop:1002}", + "Param": { + "1241004": { + "Main": 12430, + "Growth": 570, + "Format": "%", + "DamagePercentage": 15100, + "DamagePercentageGrowth": 1380, + "StunRatio": 12430, + "StunRatioGrowth": 570, + "SpRecovery": 40660, + "SpRecoveryGrowth": 0, + "FeverRecovery": 310750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5912, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1241005, Prop:1002}", + "Param": { + "1241005": { + "Main": 13920, + "Growth": 640, + "Format": "%", + "DamagePercentage": 16220, + "DamagePercentageGrowth": 1480, + "StunRatio": 13920, + "StunRatioGrowth": 640, + "SpRecovery": 45540, + "SpRecoveryGrowth": 0, + "FeverRecovery": 347875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6005, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Please Do Not Resist", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier (Physical)", + "Desc": "{Skill:1241006, Prop:1001}", + "Param": { + "1241006": { + "Main": 5370, + "Growth": 490, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 9910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier (Physical)", + "Desc": "{Skill:1241007, Prop:1001}", + "Param": { + "1241007": { + "Main": 5370, + "Growth": 490, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 18350, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier (Physical)", + "Desc": "{Skill:1241008, Prop:1001}", + "Param": { + "1241008": { + "Main": 16090, + "Growth": 1470, + "Format": "%", + "DamagePercentage": 16090, + "DamagePercentageGrowth": 1470, + "StunRatio": 17870, + "StunRatioGrowth": 820, + "SpRecovery": 49060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 374825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier (Physical)", + "Desc": "{Skill:1241006, Prop:1002}", + "Param": { + "1241006": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 9910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier (Physical)", + "Desc": "{Skill:1241007, Prop:1002}", + "Param": { + "1241007": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 18350, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier (Physical)", + "Desc": "{Skill:1241008, Prop:1002}", + "Param": { + "1241008": { + "Main": 17870, + "Growth": 820, + "Format": "%", + "DamagePercentage": 16090, + "DamagePercentageGrowth": 1470, + "StunRatio": 17870, + "StunRatioGrowth": 820, + "SpRecovery": 49060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 374825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit DMG Multiplier (Ether)", + "Desc": "{Skill:1241010, Prop:1001}", + "Param": { + "1241010": { + "Main": 13590, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 9910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier (Ether)", + "Desc": "{Skill:1241011, Prop:1001}", + "Param": { + "1241011": { + "Main": 13590, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 18350, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier (Ether)", + "Desc": "{Skill:1241012, Prop:1001}", + "Param": { + "1241012": { + "Main": 40770, + "Growth": 3710, + "Format": "%", + "DamagePercentage": 40770, + "DamagePercentageGrowth": 3710, + "StunRatio": 17870, + "StunRatioGrowth": 820, + "SpRecovery": 49060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 374825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16245, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier (Ether)", + "Desc": "{Skill:1241010, Prop:1002}", + "Param": { + "1241010": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 9910, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier (Ether)", + "Desc": "{Skill:1241011, Prop:1002}", + "Param": { + "1241011": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 18350, + "SpRecoveryGrowth": 0, + "FeverRecovery": 140250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier (Ether)", + "Desc": "{Skill:1241012, Prop:1002}", + "Param": { + "1241012": { + "Main": 17870, + "Growth": 820, + "Format": "%", + "DamagePercentage": 40770, + "DamagePercentageGrowth": 3710, + "StunRatio": 17870, + "StunRatioGrowth": 820, + "SpRecovery": 49060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 374825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16245, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Tactical Detour", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Firepower Offensive", + "Desc": "Assault Mode\nPress during a dodge to activate:\nUses handgun to attack, dealing Ether DMG." + }, + { + "Name": "Dash Attack: Overwhelming Firepower", + "Desc": "Suppressive Mode\nDrag the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} during Basic Attack: Please Do Not Resist to activate:\nUnleashes a Shotshell piercing attack, dealing Physical DMG. If Zhu Yuan has Enhanced Shotshells when firing, 1 Enhanced Shotshell will be consumed, dealing massive Ether DMG." + }, + { + "Name": "Dodge Counter: Fire Blast", + "Desc": "Press during a Perfect Dodge to activate.\nShoots enemies in front with an Ether Buckshot, dealing Ether DMG.\nGain 1 Enhanced Shotshell on skill use.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Firepower Offensive", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241017, Prop:1001}", + "Param": { + "1241017": { + "Main": 5510, + "Growth": 510, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 2760, + "StunRatioGrowth": 130, + "SpRecovery": 9010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 69025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241017, Prop:1002}", + "Param": { + "1241017": { + "Main": 2760, + "Growth": 130, + "Format": "%", + "DamagePercentage": 5510, + "DamagePercentageGrowth": 510, + "StunRatio": 2760, + "StunRatioGrowth": 130, + "SpRecovery": 9010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 69025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dash Attack: Overwhelming Firepower", + "Param": [ + { + "Name": "DMG Multiplier (Physical)", + "Desc": "{Skill:1241018, Prop:1001}", + "Param": { + "1241018": { + "Main": 5370, + "Growth": 490, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 11710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier (Physical)", + "Desc": "{Skill:1241018, Prop:1002}", + "Param": { + "1241018": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 5370, + "DamagePercentageGrowth": 490, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 11710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "DMG Multiplier (Ether)", + "Desc": "{Skill:1241019, Prop:1001}", + "Param": { + "1241019": { + "Main": 13590, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 23410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 179025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier (Ether)", + "Desc": "{Skill:1241019, Prop:1002}", + "Param": { + "1241019": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 13590, + "DamagePercentageGrowth": 1240, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 23410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 179025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5415, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Fire Blast", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241020, Prop:1001}", + "Param": { + "1241020": { + "Main": 17680, + "Growth": 1610, + "Format": "%", + "DamagePercentage": 17680, + "DamagePercentageGrowth": 1610, + "StunRatio": 16140, + "StunRatioGrowth": 740, + "SpRecovery": 16820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241020, Prop:1002}", + "Param": { + "1241020": { + "Main": 16140, + "Growth": 740, + "Format": "%", + "DamagePercentage": 17680, + "DamagePercentageGrowth": 1610, + "StunRatio": 16140, + "StunRatioGrowth": 740, + "SpRecovery": 16820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Buckshot Blast", + "Desc": "Press to activate:\nShoots Ether Buckshots that deal Ether DMG. This can be repeated 3 times by repeatedly pressing .\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Full Barrage", + "Desc": "With enough Energy, press to activate:\nShoots a series of Ether Buckshots, that explode and deal massive Ether DMG.\nUpon activation, gain 3 Enhanced Shotshells.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Buckshot Blast", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241015, Prop:1001}", + "Param": { + "1241015": { + "Main": 1840, + "Growth": 170, + "Format": "%", + "DamagePercentage": 1840, + "DamagePercentageGrowth": 170, + "StunRatio": 1840, + "StunRatioGrowth": 90, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 45925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1665, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241015, Prop:1002}", + "Param": { + "1241015": { + "Main": 1840, + "Growth": 90, + "Format": "%", + "DamagePercentage": 1840, + "DamagePercentageGrowth": 170, + "StunRatio": 1840, + "StunRatioGrowth": 90, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 45925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1665, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Full Barrage", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241016, Prop:1001}", + "Param": { + "1241016": { + "Main": 58740, + "Growth": 5340, + "Format": "%", + "DamagePercentage": 58740, + "DamagePercentageGrowth": 5340, + "StunRatio": 48000, + "StunRatioGrowth": 2190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1737175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 48512, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241016, Prop:1002}", + "Param": { + "1241016": { + "Main": 48000, + "Growth": 2190, + "Format": "%", + "DamagePercentage": 58740, + "DamagePercentageGrowth": 5340, + "StunRatio": 48000, + "StunRatioGrowth": 2190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1737175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 48512, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Eradication Mode", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUses Modified Master Firearm to execute a saturated attack, firing lasers and seeking missiles to deal massive Ether DMG.\nUpon activation, gain 3 Enhanced Shotshells.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Max Eradication Mode", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUses Modified Master Firearm to execute a saturated attack, firing lasers and seeking missiles to deal massive Ether DMG.\nUpon activation, gain 3 Enhanced Shotshells.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Eradication Mode", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241022, Prop:1001}", + "Param": { + "1241022": { + "Main": 58750, + "Growth": 5350, + "Format": "%", + "DamagePercentage": 58750, + "DamagePercentageGrowth": 5350, + "StunRatio": 14860, + "StunRatioGrowth": 680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2200275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33450, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241022, Prop:1002}", + "Param": { + "1241022": { + "Main": 14860, + "Growth": 680, + "Format": "%", + "DamagePercentage": 58750, + "DamagePercentageGrowth": 5350, + "StunRatio": 14860, + "StunRatioGrowth": 680, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2200275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33450, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Max Eradication Mode", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241023, Prop:1001}", + "Param": { + "1241023": { + "Main": 197760, + "Growth": 17980, + "Format": "%", + "DamagePercentage": 197760, + "DamagePercentageGrowth": 17980, + "StunRatio": 12510, + "StunRatioGrowth": 627, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241023, Prop:1002}", + "Param": { + "1241023": { + "Main": 12510, + "Growth": 627, + "Format": "%", + "DamagePercentage": 197760, + "DamagePercentageGrowth": 17980, + "StunRatio": 12510, + "StunRatioGrowth": 627, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10333, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Covering Shot", + "Desc": "When the active character is launched, press to activate:\nShoots enemies in front with an Ether Buckshot, dealing Ether DMG.\nGain 1 Enhanced Shotshell on skill use.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Evasive Assist: Guarded Backup", + "Desc": "When the character on field is about to be attacked, press to activate:\nDodges the enemy's attack and activates Vital View.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Defensive Counter", + "Desc": "Press after an Evasive Assist to activate:\nAttack with a combination of martial arts and shotshells, dealing Physical DMG and Ether DMG.\nUpon activation, gain 3 Enhanced Shotshells.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Covering Shot", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241024, Prop:1001}", + "Param": { + "1241024": { + "Main": 5140, + "Growth": 470, + "Format": "%", + "DamagePercentage": 5140, + "DamagePercentageGrowth": 470, + "StunRatio": 5140, + "StunRatioGrowth": 240, + "SpRecovery": 16820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241024, Prop:1002}", + "Param": { + "1241024": { + "Main": 5140, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5140, + "DamagePercentageGrowth": 470, + "StunRatio": 5140, + "StunRatioGrowth": 240, + "SpRecovery": 16820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 128700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Defensive Counter", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1241025, Prop:1001}", + "Param": { + "1241025": { + "Main": 35580, + "Growth": 3240, + "Format": "%", + "DamagePercentage": 35580, + "DamagePercentageGrowth": 3240, + "StunRatio": 30860, + "StunRatioGrowth": 1410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1007600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30197, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1241025, Prop:1002}", + "Param": { + "1241025": { + "Main": 30860, + "Growth": 1410, + "Format": "%", + "DamagePercentage": 35580, + "DamagePercentageGrowth": 3240, + "StunRatio": 30860, + "StunRatioGrowth": 1410, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1007600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 30197, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1241001": { + "Name": "Basic Attack: Don't Move!", + "Desc": "", + "ElementType": 200, + "HitType": 103 + }, + "1241002": { + "Name": "Basic Attack: Please Do Not Resist", + "Desc": "(Hold)", + "ElementType": 205, + "HitType": 103 + }, + "1241003": { + "Name": "Special Attack: Buckshot Blast", + "Desc": "", + "ElementType": 205, + "HitType": 103 + }, + "1241004": { + "Name": "EX Special Attack: Full Barrage", + "Desc": "", + "ElementType": 205, + "HitType": 103 + }, + "1241005": { + "Name": "Dash Attack: Firepower Offensive", + "Desc": ";", + "ElementType": 205, + "HitType": 103 + }, + "1241006": { + "Name": "Dash Attack: Overwhelming Firepower", + "Desc": " (Hold) ; ", + "ElementType": 205, + "HitType": 103 + }, + "1241007": { + "Name": "Dodge Counter: Fire Blast", + "Desc": " (Perfect) ; ", + "ElementType": 205, + "HitType": 103 + }, + "1241008": { + "Name": "Chain Attack: Eradication Mode", + "Desc": "", + "ElementType": 205, + "HitType": 103 + }, + "1241009": { + "Name": "Ultimate: Max Eradication Mode", + "Desc": "", + "ElementType": 205, + "HitType": 103 + }, + "1241010": { + "Name": "Quick Assist: Covering Shot", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 205, + "HitType": 103 + }, + "1241011": { + "Name": "Evasive Assist: Guarded Backup", + "Desc": "(When Triggering Evasive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1241012": { + "Name": "Assist Follow-Up: Defensive Counter", + "Desc": " (After Evasive Assist)", + "ElementType": 205, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1241501, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 20%. When attacking Stunned enemies, this DMG buff is increased by an additional 20%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "2": { + "Level": 2, + "Id": 1241502, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 23.3%. When attacking Stunned enemies, this DMG buff is increased by an additional 23.3%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "3": { + "Level": 3, + "Id": 1241503, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 26.6%. When attacking Stunned enemies, this DMG buff is increased by an additional 26.6%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "4": { + "Level": 4, + "Id": 1241504, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 30%. When attacking Stunned enemies, this DMG buff is increased by an additional 30%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "5": { + "Level": 5, + "Id": 1241505, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 33.3%. When attacking Stunned enemies, this DMG buff is increased by an additional 33.3%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "6": { + "Level": 6, + "Id": 1241506, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 36.6%. When attacking Stunned enemies, this DMG buff is increased by an additional 36.6%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + }, + "7": { + "Level": 7, + "Id": 1241507, + "Name": [ + "Core Passive: Special Ops Ammunition", + "Additional Ability: Tactical Coordination" + ], + "Desc": [ + "When Zhu Yuan is under Suppressive Mode, using Enhanced Shotshells increases her DMG by 40%. When attacking Stunned enemies, this DMG buff is increased by an additional 40%. When Zhu Yuan enters the battlefield, she immediately gains 6 Enhanced Shotshells.", + "When another character in your squad is a Support character or shares the same Faction:\nZhu Yuan's CRIT Rate is increased by 30% for 10s after using an EX Special Attack, Chain Attack, or Ultimate." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110503": 2 }, + "3": { "10": 28000, "110503": 4 }, + "4": { "10": 60000, "110002": 2, "110503": 9 }, + "5": { "10": 100000, "110002": 3, "110503": 15 }, + "6": { "10": 200000, "110002": 4, "110503": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Quick Reload", + "Desc": "When Zhu Yuan activates Chain Attacks/Ultimates, gain the Quick Reload effect. When Zhu Yuan has the Quick Reload effect and uses up all Enhanced Shotshells, the Quick Reload effect will be consumed to instantly gain 6/9 Enhanced Shotshells.", + "Desc2": "Zhu Yuan once competed in the Janus Quarter's Public Security Officer Contest, clinching first place with her extraordinary reloading techniques. Her colleague commented: \"It's nothing but sheer practice.\"" + }, + "2": { + "Level": 2, + "Name": "Ether Ember", + "Desc": "In Suppressive Mode, Zhu Yuan's Anti-Interrupt level is increased and DMG taken reduced by 10%. When Zhu Yuan hits an enemy with Enhanced Shotshells, deal 10% more Basic Attack: Please Do Not Resist and Dash Attack: Overwhelming Firepower Ether DMG, stacking up to 5 times and lasting for 5s. Each shot adds one stack of this effect, and repeated triggers reset the duration.", + "Desc2": "Zhu Yuan is equipped with Ether bullets specially designed by Public Security, which cause irreversible corruption upon hitting the enemy.\nThis is why Zhu Yuan always warns her enemies to surrender and stop resisting before she fires. It really is for their own health and safety..." + }, + "3": { + "Level": 3, + "Name": "Public Security Special Training", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "As an elite Public Security Officer, Zhu Yuan's training focused on a single objective: to enhance all aspects of her combat abilities within the Hollow, ensuring she could outmatch any criminal." + }, + "4": { + "Level": 4, + "Name": "Ether Perforation", + "Desc": "When Zhu Yuan hits an enemy with Enhanced Shotshells, her Basic Attack: Please Do Not Resist and Dash Attack: Overwhelming Firepower ignore 25% of the target's Ether RES.", + "Desc2": "When in battle, the gangs in the Hollows often try to quietly calculate how many bullets their enemies have left. What they don't know is that Zhu Yuan's custom magazine can recharge itself with the Ether in the air..." + }, + "5": { + "Level": 5, + "Name": "Special Ops Experience", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "A seasoned Public Security Officer excels at reading the battlefield, striking precisely and maximizing combat efficiency. Sometimes, one stern look is enough to make her enemies think twice about putting up a fight." + }, + "6": { + "Level": 6, + "Name": "Expanded Energy Pack III", + "Desc": "When Zhu Yuan consumes a total of 12 Enhanced Shotshells, she receives the Ether Afterglow effect, and the Energy cost of the next EX Special Attack is reduced by 30. Launching an EX Special Attack will consume Ether Afterglow and shoot an additional 4-bullet Ether Buckshot. Each extra bullet deals DMG equal to 220% of Zhu Yuan's ATK.", + "Desc2": "Zhu Yuan often worries about her gear's remaining battery, getting nervous when the power dips into the red zone and consciously saving power. Public Security finally equipped her with an energy pack that offered both high capacity and long-lasting endurance." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1251.json b/libs/zzz/dm/HakushinData/character/1251.json new file mode 100644 index 0000000000..ad6071815c --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1251.json @@ -0,0 +1,1544 @@ +{ + "Id": 1251, + "Icon": "IconRole29", + "Name": "Qingyi", + "CodeName": "QingYi", + "Rarity": 4, + "WeaponType": { "2": "Stun" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "7": "Criminal Investigation Special Response Team" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JAN 1", + "FullName": "Qingyi", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle29.png", + "ImpressionF": "Why does Fairy only warn us once when it comes to Qingyi? She warned us to \"remember our true identity\" three whole times when she gave suggestions about Zhu Yuan!", + "ImpressionM": "Because even if she knew, she'd pretend she didn't...\nShe might even have already guessed.", + "Name": "", + "OutlookDesc": "Hollow Investigative Association Licensing Archive:\nPublic Security Officer: Qingyi. Ether aptitude confidential. Licensed for investigation, exploration, and other basic work in known Hollows (including Companion Hollows) in the city.\nNote: Qingyi's file belongs to the New Eridu Public Security Janus Quarter Metropolitan Order Division Criminal Investigation Special Response Team. The relevant information can be obtained within the Public Security system, requiring special access permissions.\nFurther Note: As an intelligent construct, Qingyi demonstrates exceptional Ether aptitude.", + "ProfileDesc": "Qingyi is a rookie officer in the Criminal Investigation Special Response Team.\nAs an artificial human, her personality is derived from ancient cultural texts from the old civilization. Her body, known as an \"Automaton,\" is an intelligent construct composed of biological materials.\nRecommended by White Star Institute, she was assigned to Public Security as a rookie officer partnered with Zhu Yuan.\n\nQingyi always exhibits an easygoing, laid-back demeanor, not restricted by rules.\nIn contrast to modern individuals affected by today's society, Qingyi frequently proposes unexpected solutions to problems.\n\nQingyi always carries a cup of hot water and takes occasional sips.\n\"Drinking hot water is good for your health.\"\nSuggestion: Approaching Qingyi is also an ill-considered decision that may compromise your cover. Please remember your true identity as a Proxy.", + "Race": "Sixth Street", + "RoleIcon": "IconRole/UnPacker/IconRole29", + "Stature": "142", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Main Commission Chapter 2 Interlude" + ], + "TrustLv": { + "1": "Qingyi is a rookie officer in the Criminal Investigation Special Response Team.\nAs an artificial human, her personality is derived from ancient cultural texts from the old civilization. Her body, known as an \"Automaton,\" is an intelligent construct composed of biological materials.\nRecommended by White Star Institute, she was assigned to Public Security as a rookie officer partnered with Zhu Yuan.\n\nQingyi always exhibits an easygoing, laid-back demeanor, not restricted by rules.\nIn contrast to modern individuals affected by today's society, Qingyi frequently proposes unexpected solutions to problems.\n\nQingyi always carries a cup of hot water and takes occasional sips.\n\"Drinking hot water is good for your health.\"\nSuggestion: Approaching Qingyi is also an ill-considered decision that may compromise your cover. Please remember your true identity as a Proxy.", + "2": "", + "3": "Qingyi's full name is officially designated as \"01 Neo-Genesis VI.\"\nThis code is marked on a specific location of Qingyi's body, abbreviated as \"01NG Ⅵ.\"\nThe researcher from White Star Institute who discovered her thought her code name looked like QING YI, so that's what he called her — Qingyi.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 109, + "AttackGrowth": 64272, + "AvatarPieceId": 5251, + "BreakStun": 118, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 900269, + "HpMax": 663, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "QingYi", + "Punch", + "Electric", + "Female", + "Camp7", + "Size1", + "AidTypeParry", + "QingYi" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 455, + "Attack": 39, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 911, + "Attack": 78, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1366, + "Attack": 117, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1821, + "Attack": 156, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2276, + "Attack": 195, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Penultimate", + "Desc": "Press to activate:\nLaunch up to four strikes forward, dealing Physical DMG and Electric DMG.\nDuring the 3rd-hit, repeatedly press to continue the attack, continuously striking the enemy. Using Dodge during this period will not interrupt Qingyi's Basic Attack combo count.\nDuring the 3rd hit, stop pressing to interrupt the continuous attack, transitioning automatically to the 4th hit. If the continuous attack lasts for a certain time, the 4th hit will be enhanced.\nAnti-Interrupt Level is increased and DMG received is reduced by 40% during the 3rd and 4th hit." + }, + { + "Name": "Basic Attack: Enchanted Blossoms", + "Desc": "Hold to activate:\nLaunches a forward rush attack, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Flash Connect", + "Desc": "When Qingyi deals Electric DMG with a skill, she accumulates Flash Connect Voltage. When Flash Connect Voltage reaches 75%, she will enter the Flash Connect state. When using her Basic Attack: Enchanted Moonlit Blossoms, Qingyi will consume all Flash Connect Voltage and exit the Flash Connect state. For every 1% of Flash Connect Voltage consumed over 75%, her Damage and Daze inflicted by this skill will be increased by 1%/0.5%. Basic Attack: Enchanted Moonlit Blossoms itself does not accumulate Flash Connect Voltage." + }, + { + "Name": "Basic Attack: Enchanted Moonlit Blossoms", + "Desc": "During the Flash Connect state, hold to activate:\nLaunch five consecutive forward rush attacks, then execute a Finishing Move that inflicts massive Electric DMG. Release during the move to trigger the Finishing Move early.\nActivate the Finishing Move just before the character is attacked to trigger Perfect Dodge.\nAnti-Interrupt level is increased and DMG received is reduced by 40% during the rush attack. Qingyi is invulnerable during the Finishing Move." + }, + { + "Name": "Basic Attack: Penultimate", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1251001, Prop:1001}", + "Param": { + "1251001": { + "Main": 4720, + "Growth": 430, + "Format": "%", + "DamagePercentage": 4720, + "DamagePercentageGrowth": 430, + "StunRatio": 2360, + "StunRatioGrowth": 110, + "SpRecovery": 7710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "1st-Hit DMG Multiplier (ALT)", + "Desc": "{Skill:1251002, Prop:1001}", + "Param": { + "1251002": { + "Main": 11030, + "Growth": 1010, + "Format": "%", + "DamagePercentage": 11030, + "DamagePercentageGrowth": 1010, + "StunRatio": 5520, + "StunRatioGrowth": 260, + "SpRecovery": 18050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 138050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1251003, Prop:1001}", + "Param": { + "1251003": { + "Main": 12210, + "Growth": 1110, + "Format": "%", + "DamagePercentage": 12210, + "DamagePercentageGrowth": 1110, + "StunRatio": 8220, + "StunRatioGrowth": 380, + "SpRecovery": 26890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 239250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1251004, Prop:1001}", + "Param": { + "1251004": { + "Main": 1760, + "Growth": 160, + "Format": "%", + "DamagePercentage": 1760, + "DamagePercentageGrowth": 160, + "StunRatio": 1910, + "StunRatioGrowth": 90, + "SpRecovery": 4800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 36850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1333, + "SpConsume": 0, + "AttackData": [33334] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1251005, Prop:1001}", + "Param": { + "1251005": { + "Main": 10640, + "Growth": 970, + "Format": "%", + "DamagePercentage": 10640, + "DamagePercentageGrowth": 970, + "StunRatio": 10630, + "StunRatioGrowth": 490, + "SpRecovery": 34770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6454, + "SpConsume": 0, + "AttackData": [32271] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier (Enhanced)", + "Desc": "{Skill:1251006, Prop:1001}", + "Param": { + "1251006": { + "Main": 23440, + "Growth": 2140, + "Format": "%", + "DamagePercentage": 23440, + "DamagePercentageGrowth": 2140, + "StunRatio": 20470, + "StunRatioGrowth": 940, + "SpRecovery": 66980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 511775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15399, + "SpConsume": 0, + "AttackData": [76999] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1251001, Prop:1002}", + "Param": { + "1251001": { + "Main": 2360, + "Growth": 110, + "Format": "%", + "DamagePercentage": 4720, + "DamagePercentageGrowth": 430, + "StunRatio": 2360, + "StunRatioGrowth": 110, + "SpRecovery": 7710, + "SpRecoveryGrowth": 0, + "FeverRecovery": 59125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier (ALT)", + "Desc": "{Skill:1251002, Prop:1002}", + "Param": { + "1251002": { + "Main": 5520, + "Growth": 260, + "Format": "%", + "DamagePercentage": 11030, + "DamagePercentageGrowth": 1010, + "StunRatio": 5520, + "StunRatioGrowth": 260, + "SpRecovery": 18050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 138050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1251003, Prop:1002}", + "Param": { + "1251003": { + "Main": 8220, + "Growth": 380, + "Format": "%", + "DamagePercentage": 12210, + "DamagePercentageGrowth": 1110, + "StunRatio": 8220, + "StunRatioGrowth": 380, + "SpRecovery": 26890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 239250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1251004, Prop:1002}", + "Param": { + "1251004": { + "Main": 1910, + "Growth": 90, + "Format": "%", + "DamagePercentage": 1760, + "DamagePercentageGrowth": 160, + "StunRatio": 1910, + "StunRatioGrowth": 90, + "SpRecovery": 4800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 36850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1333, + "SpConsume": 0, + "AttackData": [33334] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1251005, Prop:1002}", + "Param": { + "1251005": { + "Main": 10630, + "Growth": 490, + "Format": "%", + "DamagePercentage": 10640, + "DamagePercentageGrowth": 970, + "StunRatio": 10630, + "StunRatioGrowth": 490, + "SpRecovery": 34770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 265650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6454, + "SpConsume": 0, + "AttackData": [32271] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier (Enhanced)", + "Desc": "{Skill:1251006, Prop:1002}", + "Param": { + "1251006": { + "Main": 20470, + "Growth": 940, + "Format": "%", + "DamagePercentage": 23440, + "DamagePercentageGrowth": 2140, + "StunRatio": 20470, + "StunRatioGrowth": 940, + "SpRecovery": 66980, + "SpRecoveryGrowth": 0, + "FeverRecovery": 511775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15399, + "SpConsume": 0, + "AttackData": [76999] + } + } + } + ] + }, + { + "Name": "Basic Attack: Enchanted Blossoms", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251007, Prop:1001}", + "Param": { + "1251007": { + "Main": 8560, + "Growth": 780, + "Format": "%", + "DamagePercentage": 8560, + "DamagePercentageGrowth": 780, + "StunRatio": 8560, + "StunRatioGrowth": 390, + "SpRecovery": 27990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7774, + "SpConsume": 0, + "AttackData": [19436] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251007, Prop:1002}", + "Param": { + "1251007": { + "Main": 8560, + "Growth": 390, + "Format": "%", + "DamagePercentage": 8560, + "DamagePercentageGrowth": 780, + "StunRatio": 8560, + "StunRatioGrowth": 390, + "SpRecovery": 27990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 213950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7774, + "SpConsume": 0, + "AttackData": [19436] + } + } + } + ] + }, + { + "Name": "Basic Attack: Enchanted Moonlit Blossoms", + "Param": [ + { + "Name": "Rush Attack DMG Multiplier", + "Desc": "{Skill:1251008, Prop:1001}", + "Param": { + "1251008": { + "Main": 44870, + "Growth": 4080, + "Format": "%", + "DamagePercentage": 44870, + "DamagePercentageGrowth": 4080, + "StunRatio": 27190, + "StunRatioGrowth": 1240, + "SpRecovery": 68450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 523050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19013, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Finishing Move DMG Multiplier", + "Desc": "{Skill:1251009, Prop:1001}", + "Param": { + "1251009": { + "Main": 39440, + "Growth": 3590, + "Format": "%", + "DamagePercentage": 39440, + "DamagePercentageGrowth": 3590, + "StunRatio": 21760, + "StunRatioGrowth": 990, + "SpRecovery": 54780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 418550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15214, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Rush Attack Daze Multiplier", + "Desc": "{Skill:1251008, Prop:1002}", + "Param": { + "1251008": { + "Main": 27190, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 44870, + "DamagePercentageGrowth": 4080, + "StunRatio": 27190, + "StunRatioGrowth": 1240, + "SpRecovery": 68450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 523050, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19013, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Finishing Move Daze Multiplier", + "Desc": "{Skill:1251009, Prop:1002}", + "Param": { + "1251009": { + "Main": 21760, + "Growth": 990, + "Format": "%", + "DamagePercentage": 39440, + "DamagePercentageGrowth": 3590, + "StunRatio": 21760, + "StunRatioGrowth": 990, + "SpRecovery": 54780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 418550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15214, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Swan Song", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Breach", + "Desc": "Press during a Dodge to activate:\nRush forward and then launch an upward attack, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Lingering Sentiments", + "Desc": "Press during a Perfect Dodge to activate:\nLeap into the air and then perform a downward attack, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Breach", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251012, Prop:1001}", + "Param": { + "1251012": { + "Main": 4950, + "Growth": 450, + "Format": "%", + "DamagePercentage": 4950, + "DamagePercentageGrowth": 450, + "StunRatio": 2480, + "StunRatioGrowth": 120, + "SpRecovery": 8100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 61875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251012, Prop:1002}", + "Param": { + "1251012": { + "Main": 2480, + "Growth": 120, + "Format": "%", + "DamagePercentage": 4950, + "DamagePercentageGrowth": 450, + "StunRatio": 2480, + "StunRatioGrowth": 120, + "SpRecovery": 8100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 61875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Lingering Sentiments", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251013, Prop:1001}", + "Param": { + "1251013": { + "Main": 28400, + "Growth": 2590, + "Format": "%", + "DamagePercentage": 28400, + "DamagePercentageGrowth": 2590, + "StunRatio": 19040, + "StunRatioGrowth": 870, + "SpRecovery": 43810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 334675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12166, + "SpConsume": 0, + "AttackData": [160834] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251013, Prop:1002}", + "Param": { + "1251013": { + "Main": 19040, + "Growth": 870, + "Format": "%", + "DamagePercentage": 28400, + "DamagePercentageGrowth": 2590, + "StunRatio": 19040, + "StunRatioGrowth": 870, + "SpRecovery": 43810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 334675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12166, + "SpConsume": 0, + "AttackData": [160834] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Sunlit Glory", + "Desc": "Press to activate:\nQuickly swings upward, followed by a downward smash, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Moonlit Begonia", + "Desc": "With enough Energy, press to activate:\nQuickly swings upward and leaps into the air, turning around to launch a series of attacks, then follows up with a powerful downward smash, dealing massive Electric DMG.\nHold to consume additional energy to increase the number of hits of the series of attacks.\nCharacter is invulnerable while using this skill.\nAfter executing the move, you can immediately follow up with the 3rd-hit of a Basic Attack." + }, + { + "Name": "Special Attack: Sunlit Glory", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251010, Prop:1001}", + "Param": { + "1251010": { + "Main": 6240, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6240, + "DamagePercentageGrowth": 570, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [28342] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251010, Prop:1002}", + "Param": { + "1251010": { + "Main": 6240, + "Growth": 290, + "Format": "%", + "DamagePercentage": 6240, + "DamagePercentageGrowth": 570, + "StunRatio": 6240, + "StunRatioGrowth": 290, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5668, + "SpConsume": 0, + "AttackData": [28342] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Moonlit Begonia", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{{Skill:1251011, Prop:1001} + {Skill:1251021, Prop:1001} + {Skill:1251022, Prop:1001}}", + "Param": { + "1251011": { + "Main": 15070, + "Growth": 1370, + "Format": "%", + "DamagePercentage": 15070, + "DamagePercentageGrowth": 1370, + "StunRatio": 11110, + "StunRatioGrowth": 510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 408650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12465, + "SpConsume": 0, + "AttackData": [56162] + }, + "1251021": { + "Main": 21100, + "Growth": 1920, + "Format": "%", + "DamagePercentage": 21100, + "DamagePercentageGrowth": 1920, + "StunRatio": 15550, + "StunRatioGrowth": 710, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17451, + "SpConsume": 0, + "AttackData": [78626] + }, + "1251022": { + "Main": 24110, + "Growth": 2200, + "Format": "%", + "DamagePercentage": 24110, + "DamagePercentageGrowth": 2200, + "StunRatio": 17770, + "StunRatioGrowth": 810, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 653675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19944, + "SpConsume": 0, + "AttackData": [89858] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{{Skill:1251011, Prop:1002} + {Skill:1251021, Prop:1002} + {Skill:1251022, Prop:1002}}", + "Param": { + "1251011": { + "Main": 11110, + "Growth": 510, + "Format": "%", + "DamagePercentage": 15070, + "DamagePercentageGrowth": 1370, + "StunRatio": 11110, + "StunRatioGrowth": 510, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 408650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12465, + "SpConsume": 0, + "AttackData": [56162] + }, + "1251021": { + "Main": 15550, + "Growth": 710, + "Format": "%", + "DamagePercentage": 21100, + "DamagePercentageGrowth": 1920, + "StunRatio": 15550, + "StunRatioGrowth": 710, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17451, + "SpConsume": 0, + "AttackData": [78626] + }, + "1251022": { + "Main": 17770, + "Growth": 810, + "Format": "%", + "DamagePercentage": 24110, + "DamagePercentageGrowth": 2200, + "StunRatio": 17770, + "StunRatioGrowth": 810, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 653675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19944, + "SpConsume": 0, + "AttackData": [89858] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" }, + { "Name": "Additional Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Tranquil Serenade", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nLaunch a series of powerful strikes over a large area in front, dealing massive Electric DMG\nWhen this attack hits an enemy, the skill's DMG increases by 3% for every stack of Subjugation in Core Passive: Eternal Seasons the target has.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Eight Sounds of Ganzhou", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nLaunch a series of powerful strikes over a large area in front, followed by a Finishing Move, dealing massive Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Tranquil Serenade", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251014, Prop:1001}", + "Param": { + "1251014": { + "Main": 64790, + "Growth": 5890, + "Format": "%", + "DamagePercentage": 64790, + "DamagePercentageGrowth": 5890, + "StunRatio": 20900, + "StunRatioGrowth": 950, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2351250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 38946, + "SpConsume": 0, + "AttackData": [250000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251014, Prop:1002}", + "Param": { + "1251014": { + "Main": 20900, + "Growth": 950, + "Format": "%", + "DamagePercentage": 64790, + "DamagePercentageGrowth": 5890, + "StunRatio": 20900, + "StunRatioGrowth": 950, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2351250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 38946, + "SpConsume": 0, + "AttackData": [250000] + } + } + } + ] + }, + { + "Name": "Ultimate: Eight Sounds of Ganzhou", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251015, Prop:1001}", + "Param": { + "1251015": { + "Main": 167070, + "Growth": 15190, + "Format": "%", + "DamagePercentage": 167070, + "DamagePercentageGrowth": 15190, + "StunRatio": 109710, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21503, + "SpConsume": 0, + "AttackData": [800000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251015, Prop:1002}", + "Param": { + "1251015": { + "Main": 109710, + "Growth": 4990, + "Format": "%", + "DamagePercentage": 167070, + "DamagePercentageGrowth": 15190, + "StunRatio": 109710, + "StunRatioGrowth": 4990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21503, + "SpConsume": 0, + "AttackData": [800000] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Wind Through the Pines", + "Desc": "When the active character is launched, press to activate:\nLeap into the air and perform a downward attack, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Graceful Embellishment", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Song of the Clear River", + "Desc": "Press after a Defensive Assist to activate:\nRush forward with an attack and inject electrical energy into the ground, then pull back to trigger an explosion, dealing Electric DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Wind Through the Pines", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251016, Prop:1001}", + "Param": { + "1251016": { + "Main": 13390, + "Growth": 1220, + "Format": "%", + "DamagePercentage": 13390, + "DamagePercentageGrowth": 1220, + "StunRatio": 13390, + "StunRatioGrowth": 610, + "SpRecovery": 43810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 334675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12166, + "SpConsume": 0, + "AttackData": [60834] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251016, Prop:1002}", + "Param": { + "1251016": { + "Main": 13390, + "Growth": 610, + "Format": "%", + "DamagePercentage": 13390, + "DamagePercentageGrowth": 1220, + "StunRatio": 13390, + "StunRatioGrowth": 610, + "SpRecovery": 43810, + "SpRecoveryGrowth": 0, + "FeverRecovery": 334675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12166, + "SpConsume": 0, + "AttackData": [60834] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Graceful Embellishment", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1251017, Prop:1002}", + "Param": { + "1251017": { + "Main": 24930, + "Growth": 1140, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24930, + "StunRatioGrowth": 1140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1251018, Prop:1002}", + "Param": { + "1251018": { + "Main": 30430, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 30430, + "StunRatioGrowth": 1390, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1251019, Prop:1002}", + "Param": { + "1251019": { + "Main": 12830, + "Growth": 590, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 12830, + "StunRatioGrowth": 590, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Song of the Clear River", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1251020, Prop:1001}", + "Param": { + "1251020": { + "Main": 37640, + "Growth": 3430, + "Format": "%", + "DamagePercentage": 37640, + "DamagePercentageGrowth": 3430, + "StunRatio": 27900, + "StunRatioGrowth": 1270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 454025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32001, + "SpConsume": 0, + "AttackData": [148939] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1251020, Prop:1002}", + "Param": { + "1251020": { + "Main": 27900, + "Growth": 1270, + "Format": "%", + "DamagePercentage": 37640, + "DamagePercentageGrowth": 3430, + "StunRatio": 27900, + "StunRatioGrowth": 1270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 454025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32001, + "SpConsume": 0, + "AttackData": [148939] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1251001": { + "Name": "Basic Attack: Penultimate", + "Desc": "", + "ElementType": 200, + "HitType": 102 + }, + "1251002": { + "Name": "Basic Attack: Enchanted Blossoms", + "Desc": "(Hold)", + "ElementType": 203, + "HitType": 102 + }, + "1251003": { + "Name": "Basic Attack: Enchanted Moonlit Blossoms", + "Desc": " (Flash Connect State) (Hold)", + "ElementType": 203, + "HitType": 102 + }, + "1251004": { + "Name": "Special Attack: Sunlit Glory", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1251005": { + "Name": "EX Special Attack: Moonlit Begonia", + "Desc": "(Can Hold Down)", + "ElementType": 203, + "HitType": 102 + }, + "1251006": { + "Name": "Dash Attack: Breach", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1251007": { + "Name": "Dodge Counter: Lingering Sentiments", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 102 + }, + "1251008": { + "Name": "Chain Attack: Tranquil Serenade", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1251009": { + "Name": "Ultimate: Eight Sounds of Ganzhou", + "Desc": "", + "ElementType": 203, + "HitType": 102 + }, + "1251010": { + "Name": "Quick Assist: Wind Through the Pines", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 102 + }, + "1251011": { + "Name": "Defensive Assist: Graceful Embellishment", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1251012": { + "Name": "Assist Follow-Up: Song of the Clear River", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1251501, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 2%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply 1 extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "2": { + "Level": 2, + "Id": 1251502, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 2.4%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "3": { + "Level": 3, + "Id": 1251503, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 2.7%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "4": { + "Level": 4, + "Id": 1251504, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 3%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "5": { + "Level": 5, + "Id": 1251505, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 3.4%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "6": { + "Level": 6, + "Id": 1251506, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 3.7%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + }, + "7": { + "Level": 7, + "Id": 1251507, + "Name": [ + "Core Passive: Eternal Seasons", + "Additional Ability: Three Verses of Farewell at Yang Pass" + ], + "Desc": [ + "When Qingyi lands a Finishing Move on an enemy with her Basic Attack: Enchanted Moonlit Blossoms, it applies 5 stacks of Subjugation to the enemy, stacking up to 20 times. Each stack of Subjugation increases the target's Stun DMG Multiplier by 4%. For each rush attack performed during Basic Attack: Enchanted Moonlit Blossoms, the Finishing Move will apply an extra stack of Subjugation. If Perfect Dodge is triggered when using the Finishing Move, it directly applies {CAL:5+5,1,2} stacks of Subjugation. When applying Subjugation to normal and elite enemies, the target receives double the stacks. When the target recovers from being Stunned, the corresponding stacks of Subjugation are reset.", + "When another character in your squad is an Attack character or shares the same Faction:\nBasic Attacks deal 20% increased Daze. If Qingyi's Impact is greater than 120, each point over increases her ATK by 6, up to a maximum of 600." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110503": 2 }, + "3": { "10": 28000, "110503": 4 }, + "4": { "10": 60000, "110002": 2, "110503": 9 }, + "5": { "10": 100000, "110002": 3, "110503": 15 }, + "6": { "10": 200000, "110002": 4, "110503": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Insulation Breakdown", + "Desc": "When Qingyi enters combat, Flash Connect Voltage is instantly restored to its maximum, and the accumulation rate is increased by 30%. When using her Basic Attack: Enchanted Moonlit Blossoms, if Flash Connect Voltage is at its maximum, the attack will reduce the DEF of the enemy it hits by 15%, and Qingyi's CRIT Rate against that enemy will increase by 20% for 15s.", + "Desc2": "\"While there will be no threat to your life, we kindly request you do not resist arrest...\"\nThe direction and intensity of the current have been precisely calculated to ensure that every suspect receives a safe electric shock experience." + }, + "2": { + "Level": 2, + "Name": "Minimal Effort, Maximum Impact", + "Desc": "The Stun DMG Multiplier increase provided by each stack of Subjugation in Core Passive: Eternal Seasons increases to 135% of its original value. When Qingyi's attack hits an enemy and the stacks of Subjugation she applies reaches its maximum stacks, her Daze dealt to the target increases by 15%.", + "Desc2": "An ancient combat technique mentioned in old civillization texts. It seems to have started as a martial arts technique, rather than a staff technique.\n\"Don't be so constrained, the arm itself can be used like a three-section staff, mhm.\"" + }, + "3": { + "Level": 3, + "Name": "Drink Hot Water", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Young people should be mindful their health, and drinking more hot water is a good start.\"\nQingyi always appears comforted when she drinks from her flask. But be careful if she offers you a drink—\n\"Even 100-degree Celsius boiling water doesn't faze her...\" One Public Security Officer who encountered this left such a note." + }, + "4": { + "Level": 4, + "Name": "Stable Arc Barrier", + "Desc": "Upon entering or exiting Flash Connect state, gain a shield equal to 10% of Qingyi's Max HP. If a previous shield is still active when the shield effect refreshes, Qingyi generates 5 Energy. This Energy Generation effect can be triggered once every 10s.", + "Desc2": "By reverse-engineering Automatons from the old civilization, the White Star Institute developed the Arc Barrier, a technology that combines defense, attack, and electrical energy conversion.\n\"As the saying goes: Water can float a boat or sink it. Physics has a saying: Electric current flows like water. Therefore: Electric current can be used both offensively and defensively. It's a fantastic combination.\"" + }, + "5": { + "Level": 5, + "Name": "Youthful Spirit", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Great, young people should be courageous and try new things. Keep it up!\"\nIt sometimes feels like Qingyi's encouragement is lazy and teasing, but if you really get into trouble, just rely on her.\nAfter all, she's been around for centuries and can handle anything." + }, + "6": { + "Level": 6, + "Name": "Eight Meridians", + "Desc": "The Interrupt Level of Basic Attack: Enchanted Moonlit Blossoms is greatly increased, and the CRIT DMG is increased by an additional 100%. When Qingyi hits an enemy with her Basic Attack: Enchanted Moonlit Blossoms, the target's Attribute DMG RES is reduced by 20% for 15s.", + "Desc2": "A theory about the human circulatory system documented in ancient texts from the old civilization. It's said those who fully master this theory can instantly disable an opponent in a fight.\n\"How about trying the pressure points that cause itching next time? Who should be the guinea pig? Manager? Or Zhu Yuan?\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1261.json b/libs/zzz/dm/HakushinData/character/1261.json new file mode 100644 index 0000000000..1261eec461 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1261.json @@ -0,0 +1,1664 @@ +{ + "Id": 1261, + "Icon": "IconRole24", + "Name": "Jane", + "CodeName": "Jane", + "Rarity": 4, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "7": "Criminal Investigation Special Response Team" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "FEB 16", + "FullName": "Jane Doe", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle24.png", + "ImpressionF": "Fairy, you don't have to reiterate anything. We've all come to terms with Jane's name being Jane.", + "ImpressionM": "I mean, it's far from the worst name we've seen...", + "Name": "", + "OutlookDesc": "Hollow Investigation Association Licensing Archive—\nPublic Security Officer: Zhu Yuan. Ether aptitude confidential. Licensed for investigation, exploration, and other basic work in known Hollows (including Companion Hollows) in the city.\nNote: Zhu Yuan's file belongs to the New Eridu Public Security Janus Quarter Metropolitan Order Division Criminal Investigation Special Response Team. The relevant information can be obtained within the Public Security system, requiring special access permissions.\nFurther Note: Zhu Yuan has excellent Ether aptitude.", + "ProfileDesc": "Jane, a criminal behavior specialist, has had a \"colorful\" career as a consultant with Public Security over the years.\nShe is an expert in disguise, infiltration, and other investigative work.\nShe has a bad habit of trolling others and sometimes plays harmless pranks.\nShe's a skilled mimic, able to change her appearance and demeanor at will, making people wonder what the \"real\" Jane is like.\n\nJane has a wealth of life experience and can seamlessly blend into any environment, as though she has dabbled in everything there is to do.\nHowever, if you ask her for any further details, she'll give you a different story every time.\nWho knows which, if any, are true.\n\nNote 1: Jane does not know our true identity. Do not reveal this to her under any circumstances.\nNote 2: Despite \"Jane Doe\" being an obvious alias, we haven't found any information about her real or former name.\nThis is not my problem. My guess is that her true identity has been completely erased due to her special status.\nLet me reiterate: This is not my problem.", + "Race": "Victoria Housekeeping Co.", + "RoleIcon": "IconRole/UnPacker/IconRole24", + "Stature": "170", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete the Special Episode \"Undercover R&B\" and read Jane's DM" + ], + "TrustLv": { + "1": "Jane, a criminal behavior specialist, has had a \"colorful\" career as a consultant with Public Security over the years.\nShe is an expert in disguise, infiltration, and other investigative work.\nShe has a bad habit of trolling others and sometimes plays harmless pranks.\nShe's a skilled mimic, able to change her appearance and demeanor at will, making people wonder what the \"real\" Jane is like.\n\nJane has a wealth of life experience and can seamlessly blend into any environment, as though she has dabbled in everything there is to do.\nHowever, if you ask her for any further details, she'll give you a different story every time.\nWho knows which, if any, are true.\n\nNote 1: Jane does not know our true identity. Do not reveal this to her under any circumstances.\nNote 2: Despite \"Jane Doe\" being an obvious alias, we haven't found any information about her real or former name.\nThis is not my problem. My guess is that her true identity has been completely erased due to her special status.\nLet me reiterate: This is not my problem.", + "2": "", + "3": "Jane is a total night owl. She loves working the night shift and is most alive after dark.\nShe's also a bit of a hoarder, constantly filling her home with stuff (usually a bunch of junk food).\n\nThe pouch at her waist might look like a makeup bag, but it's actually her toolkit, packed with all the \"essentials\" for her work.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 127, + "AttackGrowth": 76728, + "AvatarPieceId": 5261, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 112, + "ElementMystery": 114, + "Endurance": 0, + "HpGrowth": 849779, + "HpMax": 626, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "JaneDoe", + "Cut", + "Physics", + "Female", + "Camp7", + "Size3", + "AidTypeParry", + "JaneDoe" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 430, + "Attack": 45, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 859, + "Attack": 90, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1289, + "Attack": 136, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1719, + "Attack": 181, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 2149, + "Attack": 226, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "31401": { + "Prop": 31401, + "Name": "Anomaly Mastery", + "Format": "{0:0.#}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Dancing Blades", + "Desc": "Press to activate:\nUnleashes up to 6 attacks in front, dealing Physical DMG." + }, + { + "Name": "Passion", + "Desc": "When Jane triggers Perfect Dodge, Defensive Assist, or performs a move that deals DMG to the enemy, she accumulates Passion Stream. Upon reaching the maximum Passion Stream, Jane enters the Passion state.\nWhile in the Passion state, Jane's Physical Anomaly Buildup Rate is increased by 25%. Additionally, if Jane's Anomaly Proficiency exceeds 120, each extra point raises her ATK by 2, up to a maximum of 600.\nIn the Passion state, Jane's skills that deal damage consume Passion Stream. Activating a Perfect Dodge or Defensive Assist regenerates Passion Stream. Jane exits the Passion state when all of her Passion Stream is consumed." + }, + { + "Name": "Basic Attack: Salchow Jump", + "Desc": "Entering the Passion state grants Jane one use of Basic Attack: Salchow Jump.\nWhen available, hold to activate:\nLaunch rapid consecutive attacks forward, followed by a Finishing Move, dealing Physical DMG.\nHold the button during the consecutive attacks to extend the skill duration. Release to trigger the Finishing Move early.\nAnti-Interrupt level is increased during the consecutive attacks, and Jane takes 40% reduced DMG. Jane is invulnerable during the Finishing Move.\nUsing and damaging an enemy with Basic Attack: Salchow Jump while in the Passion state generates Passion Stream." + }, + { + "Name": "Basic Attack: Dancing Blades", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1261001, Prop:1001}", + "Param": { + "1261001": { + "Main": 3610, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3610, + "DamagePercentageGrowth": 330, + "StunRatio": 1530, + "StunRatioGrowth": 70, + "SpRecovery": 5010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 38225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2134, + "SpConsume": 0, + "AttackData": [41695, 33356] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1261002, Prop:1001}", + "Param": { + "1261002": { + "Main": 6230, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 4430, + "StunRatioGrowth": 210, + "SpRecovery": 14480, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5206, + "SpConsume": 0, + "AttackData": [66493, 53194] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1261003, Prop:1001}", + "Param": { + "1261003": { + "Main": 8350, + "Growth": 760, + "Format": "%", + "DamagePercentage": 8350, + "DamagePercentageGrowth": 760, + "StunRatio": 5950, + "StunRatioGrowth": 280, + "SpRecovery": 19460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 148775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6878, + "SpConsume": 0, + "AttackData": [82623, 66098] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1261004, Prop:1001}", + "Param": { + "1261004": { + "Main": 16340, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 16340, + "DamagePercentageGrowth": 1490, + "StunRatio": 10970, + "StunRatioGrowth": 500, + "SpRecovery": 35890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 274175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12745, + "SpConsume": 0, + "AttackData": [155541, 124433] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1261005, Prop:1001}", + "Param": { + "1261005": { + "Main": 9880, + "Growth": 900, + "Format": "%", + "DamagePercentage": 9880, + "DamagePercentageGrowth": 900, + "StunRatio": 6870, + "StunRatioGrowth": 320, + "SpRecovery": 22460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7671, + "SpConsume": 0, + "AttackData": [80264, 64211] + } + } + }, + { + "Name": "6th-Hit DMG Multiplier", + "Desc": "{Skill:1261006, Prop:1001}", + "Param": { + "1261006": { + "Main": 29130, + "Growth": 2650, + "Format": "%", + "DamagePercentage": 29130, + "DamagePercentageGrowth": 2650, + "StunRatio": 20000, + "StunRatioGrowth": 910, + "SpRecovery": 65430, + "SpRecoveryGrowth": 0, + "FeverRecovery": 499950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22662, + "SpConsume": 0, + "AttackData": [251293, 201034] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1261001, Prop:1002}", + "Param": { + "1261001": { + "Main": 1530, + "Growth": 70, + "Format": "%", + "DamagePercentage": 3610, + "DamagePercentageGrowth": 330, + "StunRatio": 1530, + "StunRatioGrowth": 70, + "SpRecovery": 5010, + "SpRecoveryGrowth": 0, + "FeverRecovery": 38225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2134, + "SpConsume": 0, + "AttackData": [41695, 33356] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1261002, Prop:1002}", + "Param": { + "1261002": { + "Main": 4430, + "Growth": 210, + "Format": "%", + "DamagePercentage": 6230, + "DamagePercentageGrowth": 570, + "StunRatio": 4430, + "StunRatioGrowth": 210, + "SpRecovery": 14480, + "SpRecoveryGrowth": 0, + "FeverRecovery": 110550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5206, + "SpConsume": 0, + "AttackData": [66493, 53194] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1261003, Prop:1002}", + "Param": { + "1261003": { + "Main": 5950, + "Growth": 280, + "Format": "%", + "DamagePercentage": 8350, + "DamagePercentageGrowth": 760, + "StunRatio": 5950, + "StunRatioGrowth": 280, + "SpRecovery": 19460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 148775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6878, + "SpConsume": 0, + "AttackData": [82623, 66098] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1261004, Prop:1002}", + "Param": { + "1261004": { + "Main": 10970, + "Growth": 500, + "Format": "%", + "DamagePercentage": 16340, + "DamagePercentageGrowth": 1490, + "StunRatio": 10970, + "StunRatioGrowth": 500, + "SpRecovery": 35890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 274175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12745, + "SpConsume": 0, + "AttackData": [155541, 124433] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1261005, Prop:1002}", + "Param": { + "1261005": { + "Main": 6870, + "Growth": 320, + "Format": "%", + "DamagePercentage": 9880, + "DamagePercentageGrowth": 900, + "StunRatio": 6870, + "StunRatioGrowth": 320, + "SpRecovery": 22460, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171600, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7671, + "SpConsume": 0, + "AttackData": [80264, 64211] + } + } + }, + { + "Name": "6th-Hit Daze Multiplier", + "Desc": "{Skill:1261006, Prop:1002}", + "Param": { + "1261006": { + "Main": 20000, + "Growth": 910, + "Format": "%", + "DamagePercentage": 29130, + "DamagePercentageGrowth": 2650, + "StunRatio": 20000, + "StunRatioGrowth": 910, + "SpRecovery": 65430, + "SpRecoveryGrowth": 0, + "FeverRecovery": 499950, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 22662, + "SpConsume": 0, + "AttackData": [251293, 201034] + } + } + } + ] + }, + { + "Name": "Basic Attack: Salchow Jump", + "Param": [ + { + "Name": "Consecutive Attack DMG Multiplier", + "Desc": "{Skill:1261007, Prop:1001}", + "Param": { + "1261007": { + "Main": 30080, + "Growth": 2740, + "Format": "%", + "DamagePercentage": 30080, + "DamagePercentageGrowth": 2740, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 74990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27340, + "SpConsume": 0, + "AttackData": [249960, 249960] + } + } + }, + { + "Name": "Finishing Move DMG Multiplier", + "Desc": "{Skill:1261008, Prop:1001}", + "Param": { + "1261008": { + "Main": 16130, + "Growth": 1470, + "Format": "%", + "DamagePercentage": 16130, + "DamagePercentageGrowth": 1470, + "StunRatio": 12290, + "StunRatioGrowth": 560, + "SpRecovery": 40200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 307175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14656, + "SpConsume": 0, + "AttackData": [134000, 134000] + } + } + }, + { + "Name": "Consecutive Attack Daze Multiplier", + "Desc": "{Skill:1261007, Prop:1002}", + "Param": { + "1261007": { + "Main": 22920, + "Growth": 1050, + "Format": "%", + "DamagePercentage": 30080, + "DamagePercentageGrowth": 2740, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 74990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 572825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27340, + "SpConsume": 0, + "AttackData": [249960, 249960] + } + } + }, + { + "Name": "Finishing Move Daze Multiplier", + "Desc": "{Skill:1261008, Prop:1002}", + "Param": { + "1261008": { + "Main": 12290, + "Growth": 560, + "Format": "%", + "DamagePercentage": 16130, + "DamagePercentageGrowth": 1470, + "StunRatio": 12290, + "StunRatioGrowth": 560, + "SpRecovery": 40200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 307175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14656, + "SpConsume": 0, + "AttackData": [134000, 134000] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Phantom", + "Desc": "Press to trigger.\nA quick slide dodge.\nCharacter is invulnerable while using this skill.\nJane has an extra dodge. Before she enters the Passion state, she alternates between the two dodges. After entering the Passion state, Jane can pass through enemies in front when dodging." + }, + { + "Name": "Dash Attack: Edge Jump", + "Desc": "Press during a dodge to activate:\nIf after the first dodge, launch an upward slash in front, dealing Physical DMG.\nIf after the second dodge, perform a consecutive slashes in front, dealing Physical DMG." + }, + { + "Name": "Dash Attack: Phantom Thrust", + "Desc": "While in the Passion state, press during a dodge to activate:\nLaunch three quick rushing slashes in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Swift Shadow", + "Desc": "Press during a Perfect Dodge to activate:\nIf after the first dodge, unleash multiple slashes at enemies in front, followed by a downward thrust, dealing Physical DMG.\nIf after the second dodge, leap up and deliver three consecutive attacks to enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dodge Counter: Swift Shadow Dance", + "Desc": "While in the Passion state, press during a Perfect Dodge to activate:\nSlash enemies in front quickly multiple times, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Edge Jump", + "Param": [ + { + "Name": "1st-Dodge DMG Multiplier", + "Desc": "{Skill:1261011, Prop:1001}", + "Param": { + "1261011": { + "Main": 7150, + "Growth": 650, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 11700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3250, + "SpConsume": 0, + "AttackData": [97500, 0] + } + } + }, + { + "Name": "1st-Dodge Daze Multiplier", + "Desc": "{Skill:1261011, Prop:1002}", + "Param": { + "1261011": { + "Main": 3580, + "Growth": 170, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 11700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3250, + "SpConsume": 0, + "AttackData": [97500, 0] + } + } + }, + { + "Name": "2nd-Dodge DMG Multiplier", + "Desc": "{Skill:1261012, Prop:1001}", + "Param": { + "1261012": { + "Main": 7150, + "Growth": 650, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 11700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3250, + "SpConsume": 0, + "AttackData": [97500, 0] + } + } + }, + { + "Name": "2nd-Dodge Daze Multiplier", + "Desc": "{Skill:1261012, Prop:1002}", + "Param": { + "1261012": { + "Main": 3580, + "Growth": 170, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 3580, + "StunRatioGrowth": 170, + "SpRecovery": 11700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3250, + "SpConsume": 0, + "AttackData": [97500, 0] + } + } + } + ] + }, + { + "Name": "Dash Attack: Phantom Thrust", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261013, Prop:1001}", + "Param": { + "1261013": { + "Main": 10450, + "Growth": 950, + "Format": "%", + "DamagePercentage": 10450, + "DamagePercentageGrowth": 950, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 17100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 130625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4748, + "SpConsume": 0, + "AttackData": [0, 113961] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261013, Prop:1002}", + "Param": { + "1261013": { + "Main": 5230, + "Growth": 240, + "Format": "%", + "DamagePercentage": 10450, + "DamagePercentageGrowth": 950, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 17100, + "SpRecoveryGrowth": 0, + "FeverRecovery": 130625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4748, + "SpConsume": 0, + "AttackData": [0, 113961] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Swift Shadow", + "Param": [ + { + "Name": "1st-Dodge DMG Multiplier", + "Desc": "{Skill:1261014, Prop:1001}", + "Param": { + "1261014": { + "Main": 34120, + "Growth": 3110, + "Format": "%", + "DamagePercentage": 34120, + "DamagePercentageGrowth": 3110, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17767, + "SpConsume": 0, + "AttackData": [54167, 0] + } + } + }, + { + "Name": "1st-Dodge Daze Multiplier", + "Desc": "{Skill:1261014, Prop:1002}", + "Param": { + "1261014": { + "Main": 22920, + "Growth": 1050, + "Format": "%", + "DamagePercentage": 34120, + "DamagePercentageGrowth": 3110, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17767, + "SpConsume": 0, + "AttackData": [54167, 0] + } + } + }, + { + "Name": "2nd-Dodge DMG Multiplier", + "Desc": "{Skill:1261015, Prop:1001}", + "Param": { + "1261015": { + "Main": 34120, + "Growth": 3110, + "Format": "%", + "DamagePercentage": 34120, + "DamagePercentageGrowth": 3110, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17767, + "SpConsume": 0, + "AttackData": [54167, 0] + } + } + }, + { + "Name": "2nd-Dodge Daze Multiplier", + "Desc": "{Skill:1261015, Prop:1002}", + "Param": { + "1261015": { + "Main": 22920, + "Growth": 1050, + "Format": "%", + "DamagePercentage": 34120, + "DamagePercentageGrowth": 3110, + "StunRatio": 22920, + "StunRatioGrowth": 1050, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17767, + "SpConsume": 0, + "AttackData": [54167, 0] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Swift Shadow Dance", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261016, Prop:1001}", + "Param": { + "1261016": { + "Main": 38700, + "Growth": 3520, + "Format": "%", + "DamagePercentage": 38700, + "DamagePercentageGrowth": 3520, + "StunRatio": 24750, + "StunRatioGrowth": 1130, + "SpRecovery": 44990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 343750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19431, + "SpConsume": 0, + "AttackData": [0, 100000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261016, Prop:1002}", + "Param": { + "1261016": { + "Main": 24750, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 38700, + "DamagePercentageGrowth": 3520, + "StunRatio": 24750, + "StunRatioGrowth": 1130, + "SpRecovery": 44990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 343750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19431, + "SpConsume": 0, + "AttackData": [0, 100000] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Aerial Sweep", + "Desc": "Press to activate:\nLeaps into the air to launch consecutive kicks forward, then sweeps across, dealing Physical DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Aerial Sweep - Clearout", + "Desc": "With enough Energy, press to activate:\nLeaps into the air to launch multiple consecutive kicks forward, then sweeps across, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Aerial Sweep", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261009, Prop:1001}", + "Param": { + "1261009": { + "Main": 5780, + "Growth": 530, + "Format": "%", + "DamagePercentage": 5780, + "DamagePercentageGrowth": 530, + "StunRatio": 5780, + "StunRatioGrowth": 270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 144375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5250, + "SpConsume": 0, + "AttackData": [78750, 126000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261009, Prop:1002}", + "Param": { + "1261009": { + "Main": 5780, + "Growth": 270, + "Format": "%", + "DamagePercentage": 5780, + "DamagePercentageGrowth": 530, + "StunRatio": 5780, + "StunRatioGrowth": 270, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 144375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5250, + "SpConsume": 0, + "AttackData": [78750, 126000] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Aerial Sweep - Clearout", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261010, Prop:1001}", + "Param": { + "1261010": { + "Main": 57470, + "Growth": 5230, + "Format": "%", + "DamagePercentage": 57470, + "DamagePercentageGrowth": 5230, + "StunRatio": 46810, + "StunRatioGrowth": 2130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1703075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47396, + "SpConsume": 0, + "AttackData": [425544, 212772] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261010, Prop:1002}", + "Param": { + "1261010": { + "Main": 46810, + "Growth": 2130, + "Format": "%", + "DamagePercentage": 57470, + "DamagePercentageGrowth": 5230, + "StunRatio": 46810, + "StunRatioGrowth": 2130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1703075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 47396, + "SpConsume": 0, + "AttackData": [425544, 212772] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Flowers of Sin", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nWeaves between and slashes enemies in a large area in front, dealing massive Physical DMG.\nJane directly enters the Passion state upon activating the skill, and gains max Passion Stream.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Final Curtain", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nWeaves between and slashes enemies with a powerful attack in a large area in front, followed by a Finishing Move, dealing massive Physical DMG.\nJane directly enters the Passion state upon activating the skill, and gains max Passion Stream.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Flowers of Sin", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261017, Prop:1001}", + "Param": { + "1261017": { + "Main": 63260, + "Growth": 5760, + "Format": "%", + "DamagePercentage": 63260, + "DamagePercentageGrowth": 5760, + "StunRatio": 23760, + "StunRatioGrowth": 1080, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2488750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 43946, + "SpConsume": 0, + "AttackData": [0, 350000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261017, Prop:1002}", + "Param": { + "1261017": { + "Main": 23760, + "Growth": 1080, + "Format": "%", + "DamagePercentage": 63260, + "DamagePercentageGrowth": 5760, + "StunRatio": 23760, + "StunRatioGrowth": 1080, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2488750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 43946, + "SpConsume": 0, + "AttackData": [0, 350000] + } + } + } + ] + }, + { + "Name": "Ultimate: Final Curtain", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261018, Prop:1001}", + "Param": { + "1261018": { + "Main": 147060, + "Growth": 13370, + "Format": "%", + "DamagePercentage": 147060, + "DamagePercentageGrowth": 13370, + "StunRatio": 18650, + "StunRatioGrowth": 850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 96658, + "SpConsume": 0, + "AttackData": [0, 350000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261018, Prop:1002}", + "Param": { + "1261018": { + "Main": 18650, + "Growth": 850, + "Format": "%", + "DamagePercentage": 147060, + "DamagePercentageGrowth": 13370, + "StunRatio": 18650, + "StunRatioGrowth": 850, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 96658, + "SpConsume": 0, + "AttackData": [0, 350000] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Dark Thorn", + "Desc": "When the active character is launched, press to activate:\nUnleash multiple slashes at enemies in front, followed by a downward thrust, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Lutz Jump", + "Desc": "While in the Passion state, when the active character is launched, press to activate:\nSlash enemies in front quickly multiple times, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Last Defense", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Gale Sweep", + "Desc": "Press after a Defensive Assist to activate:\nLeap up and swiftly slash the enemy, then execute a wide sweeping slash across a large area in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Dark Thorn", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261019, Prop:1001}", + "Param": { + "1261019": { + "Main": 11920, + "Growth": 1090, + "Format": "%", + "DamagePercentage": 11920, + "DamagePercentageGrowth": 1090, + "StunRatio": 11920, + "StunRatioGrowth": 550, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10833, + "SpConsume": 0, + "AttackData": [158334, 0] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261019, Prop:1002}", + "Param": { + "1261019": { + "Main": 11920, + "Growth": 550, + "Format": "%", + "DamagePercentage": 11920, + "DamagePercentageGrowth": 1090, + "StunRatio": 11920, + "StunRatioGrowth": 550, + "SpRecovery": 39000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 298100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10833, + "SpConsume": 0, + "AttackData": [158334, 0] + } + } + } + ] + }, + { + "Name": "Quick Assist: Lutz Jump", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261020, Prop:1001}", + "Param": { + "1261020": { + "Main": 13750, + "Growth": 1250, + "Format": "%", + "DamagePercentage": 13750, + "DamagePercentageGrowth": 1250, + "StunRatio": 13750, + "StunRatioGrowth": 630, + "SpRecovery": 44990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 343750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12496, + "SpConsume": 0, + "AttackData": [0, 149960] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261020, Prop:1002}", + "Param": { + "1261020": { + "Main": 13750, + "Growth": 630, + "Format": "%", + "DamagePercentage": 13750, + "DamagePercentageGrowth": 1250, + "StunRatio": 13750, + "StunRatioGrowth": 630, + "SpRecovery": 44990, + "SpRecoveryGrowth": 0, + "FeverRecovery": 343750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12496, + "SpConsume": 0, + "AttackData": [0, 149960] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Last Defense", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1261021, Prop:1002}", + "Param": { + "1261021": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0, 0] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1261022, Prop:1002}", + "Param": { + "1261022": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0, 0] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1261023, Prop:1002}", + "Param": { + "1261023": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0, 0] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Gale Sweep", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1261024, Prop:1001}", + "Param": { + "1261024": { + "Main": 34550, + "Growth": 3150, + "Format": "%", + "DamagePercentage": 34550, + "DamagePercentageGrowth": 3150, + "StunRatio": 29900, + "StunRatioGrowth": 1360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 980100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29292, + "SpConsume": 0, + "AttackData": [407686, 173961] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1261024, Prop:1002}", + "Param": { + "1261024": { + "Main": 29900, + "Growth": 1360, + "Format": "%", + "DamagePercentage": 34550, + "DamagePercentageGrowth": 3150, + "StunRatio": 29900, + "StunRatioGrowth": 1360, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 980100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29292, + "SpConsume": 0, + "AttackData": [407686, 173961] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1261001": { + "Name": "Basic Attack: Dancing Blades", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1261002": { + "Name": "Basic Attack: Salchow Jump", + "Desc": " (If there are remaining uses) (Hold)", + "ElementType": 200, + "HitType": 101 + }, + "1261003": { + "Name": "Special Attack: Aerial Sweep", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1261004": { + "Name": "EX Special Attack: Aerial Sweep - Clearout", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1261005": { + "Name": "Dash Attack: Edge Jump", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1261006": { + "Name": "Dash Attack: Phantom Thrust", + "Desc": " ; (Passion State)", + "ElementType": 200, + "HitType": 101 + }, + "1261007": { + "Name": "Dodge Counter: Swift Shadow", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 101 + }, + "1261008": { + "Name": "Dodge Counter: Swift Shadow Dance", + "Desc": "(Perfect);(Passion State)", + "ElementType": 200, + "HitType": 101 + }, + "1261009": { + "Name": "Chain Attack: Flowers of Sin", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1261010": { + "Name": "Ultimate: Final Curtain", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1261011": { + "Name": "Quick Assist: Dark Thorn", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 101 + }, + "1261012": { + "Name": "Quick Assist: Lutz Jump", + "Desc": "(When Triggering Quick Assist) (Passion State)", + "ElementType": 200, + "HitType": 101 + }, + "1261013": { + "Name": "Defensive Assist: Last Defense", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1261014": { + "Name": "Assist Follow-Up: Gale Sweep", + "Desc": " (After Defensive Assist)", + "ElementType": 200, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1261501, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 20% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.1%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "2": { + "Level": 2, + "Id": 1261502, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 25% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.11%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "3": { + "Level": 3, + "Id": 1261503, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 28% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.12%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "4": { + "Level": 4, + "Id": 1261504, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 31% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.13%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "5": { + "Level": 5, + "Id": 1261505, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 34% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.14%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "6": { + "Level": 6, + "Id": 1261506, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 37% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.15%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + }, + "7": { + "Level": 7, + "Id": 1261507, + "Name": ["Core Passive: Insight", "Additional Ability: Sore Spot"], + "Desc": [ + "When Jane's attacks hit an enemy, it causes them to enter the Gnawed state, lasting for 10s. If any squad member triggers Assault on an enemy in the Gnawed state and causes the Flinch effect, the Flinch effect duration is extended by 5s, and Assault DMG has a chance to trigger a critical hit, with a base CRIT Rate of 40% and CRIT DMG of 50%. Each point of Jane's Anomaly Proficiency further increases this CRIT Rate by 0.16%.", + "When another character in your squad is an Anomaly character or shares the same Faction:\nJane's Physical Anomaly Buildup Rate is increased by 20%. When the enemy is already suffering from an Attribute Anomaly, Jane's Physical Anomaly Buildup towards the target is increased by an additional 15%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110506": 2 }, + "3": { "10": 28000, "110506": 4 }, + "4": { "10": 60000, "110001": 2, "110506": 9 }, + "5": { "10": 100000, "110001": 3, "110506": 15 }, + "6": { "10": 200000, "110001": 4, "110506": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Crime Counsel", + "Desc": "The maximum uses of Basic Attack: Salchow Jump are increased by one. While in the Passion state, Jane's Physical Anomaly Buildup Rate increases by an extra 15% and each point of Jane's Anomaly Proficiency increases her DMG by 0.1%, up to a maximum increase of 30%.", + "Desc2": "\"A criminal consultant advises on criminology, not on how to actually commit crimes.\"\nJane suddenly leaned closer and blinked.\n\"Of course, if you see it as the latter... I won't mind.\"" + }, + "2": { + "Level": 2, + "Name": "Adapt to the Environment", + "Desc": "When Jane's attack hits an enemy in the Gnawed state, or when any squad member triggers Assault on an enemy in the Gnawed state, 15% of the enemy's DEF is ignored. Additionally, when Assault DMG triggers a critical hit, the CRIT DMG dealt is increased by an additional 50%.", + "Desc2": "Gaze into the abyss, and it gazes back. That's only the first step.\n\"Then you must approach, enter, and understand it. This is the second step.\"\n\"The final step... is to resist becoming it.\"" + }, + "3": { + "Level": 3, + "Name": "Anonymity", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Anonymity — that means to become anyone. Your favorite person, perhaps~\"\n\"Or maybe, your worst fear?\"" + }, + "4": { + "Level": 4, + "Name": "Adapt and Thrive", + "Desc": "When any squad member triggers the Assault or Disorder effects, all squad members' Attribute Anomaly DMG is increased by 18%, lasting 15s.", + "Desc2": "\"Whether you're a hunter or the hunted usually depends on your perspective. However, I favor a more straightforward assessment—\"\n\"The Loser is the prey.\"" + }, + "5": { + "Level": 5, + "Name": "Compulsive Hoarder", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Jane's room is filled with all sorts of things, especially fast food.\n\"Isn't it nice here? There's food within reach everywhere~\"" + }, + "6": { + "Level": 6, + "Name": "\"Shady\" Technique", + "Desc": "While in the Passion state, Jane's CRIT Rate increases by 20%, and CRIT DMG by 40%. After any squad member inflicts Assault, Jane instantly enters the Passion state, and gains max Passion Stream. When Assault triggers a critical hit, Jane performs an additional attack on the target, dealing Physical DMG equal to 1,600% of her Anomaly Proficiency.", + "Desc2": "On the streets, the means don't matter, only the outcome.\n\"Seeing the darkest desires reveals the most crucial weaknesses.\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1271.json b/libs/zzz/dm/HakushinData/character/1271.json new file mode 100644 index 0000000000..16ac2d0659 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1271.json @@ -0,0 +1,1351 @@ +{ + "Id": 1271, + "Icon": "IconRole30", + "Name": "Seth", + "CodeName": "Seth", + "Rarity": 3, + "WeaponType": { "5": "Defense" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "7": "Criminal Investigation Special Response Team" }, + "Gender": 1, + "PartnerInfo": { + "Birthday": "APR 8", + "FullName": "Seth Lowell", + "Gender": "Male", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle30.png", + "ImpressionF": "Seth really is a feline Thiren! He's like a kitty magnet.", + "ImpressionM": "I remember seeing him being completely surrounded by stray cats on the street once.\nMust be nice to be so loved by cats.", + "Name": "", + "OutlookDesc": "HIA License Archive:\nPublic Security Patrol Officer, Seth, Ether aptitude is classified. He's allowed to perform basic tasks like conducting investigations and extracting resources in known Hollows within the city (including Companion Hollows).\nNote: (Omitted clearance-related details) As a Lynx Thiren, Seth has exceptional Ether aptitude.", + "ProfileDesc": "Seth, a rookie officer in the Public Security Criminal Investigation Special Response Team, is a key player in providing fire support during criminal investigations.\nHe graduated at the top of his class in the academy and could have landed a higher position, but he chose the tougher path of the Special Response Team.\nHis impressive profile makes him seem like a genius, but he's actually a hard worker who has had his own struggles. There have been times when he practiced the subjects he wasn't good at until he cried.\nSeth is quite smart, but his personality often leads to him being taken advantage of by cunning criminals, or sometimes, coworkers (?).\nThe subject he's worst at is infiltration. Rumor has it that he holds the academy record for \"fastest to get busted\" in infiltration tasks. Based on the video intel we have, he seems a bit slow to catch on. For instance, when someone is being sarcastic, it takes him a long time to realize it.", + "Race": "Sixth Street", + "RoleIcon": "IconRole/UnPacker/IconRole30", + "Stature": "174", + "UnlockCondition": [ + "Obtain Agent", + "Complete the \"Anby's Problem\" commission", + "Complete Main Commission Chapter 2 Interlude" + ], + "TrustLv": { + "1": "Seth, a rookie officer in the Public Security Criminal Investigation Special Response Team, is a key player in providing fire support during criminal investigations.\nHe graduated at the top of his class in the academy and could have landed a higher position, but he chose the tougher path of the Special Response Team.\nHis impressive profile makes him seem like a genius, but he's actually a hard worker who has had his own struggles. There have been times when he practiced the subjects he wasn't good at until he cried.\nSeth is quite smart, but his personality often leads to him being taken advantage of by cunning criminals, or sometimes, coworkers (?).\nThe subject he's worst at is infiltration. Rumor has it that he holds the academy record for \"fastest to get busted\" in infiltration tasks. Based on the video intel we have, he seems a bit slow to catch on. For instance, when someone is being sarcastic, it takes him a long time to realize it.", + "2": "", + "3": "The profile shows that Seth has an older brother who holds a higher position in Public Security.\nTo some, Seth is a rookie riding on family connections within Public Security, but he got in on his own merit and has nothing to do with his brother's influence.\nCurrently, they are not on good terms. When they encounter each other at work, they pretend not to know one another.\nSeth views his brother as a rival he must surpass, and is working hard to achieve that goal.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 93, + "AttackGrowth": 52593, + "AvatarPieceId": 5271, + "BreakStun": 94, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 60, + "DefenceGrowth": 81379, + "ElementAbnormalPower": 86, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 949375, + "HpMax": 699, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Seth", + "Cut", + "Electric", + "Male", + "Camp7", + "Size1", + "AidTypeParry", + "Seth" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100215": 4 } + }, + "2": { + "HpMax": 480, + "Attack": 33, + "Defence": 41, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100225": 12 } + }, + "3": { + "HpMax": 960, + "Attack": 66, + "Defence": 82, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100225": 20 } + }, + "4": { + "HpMax": 1440, + "Attack": 99, + "Defence": 123, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100235": 10 } + }, + "5": { + "HpMax": 1920, + "Attack": 132, + "Defence": 165, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100235": 20 } + }, + "6": { + "HpMax": 2401, + "Attack": 165, + "Defence": 206, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Lightning Strike", + "Desc": "Press to activate:\nUnleashes up to 4 attacks in front, dealing Physical DMG and Electric DMG." + }, + { + "Name": "Basic Attack: Lightning Strike - Electrified", + "Desc": "When Resolve is above or equal to 75%, hold to activate.\nConsume 75% Resolve to launch consecutive attacks in front, followed by a Finishing Move, dealing Electric DMG.\nWhen the Finishing Move hits an enemy, it triggers the Quick Assist of the squad member positioned before Seth.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Basic Attack: Lightning Strike", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1271001, Prop:1001}", + "Param": { + "1271001": { + "Main": 3620, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3620, + "DamagePercentageGrowth": 330, + "StunRatio": 1810, + "StunRatioGrowth": 90, + "SpRecovery": 6520, + "SpRecoveryGrowth": 0, + "FeverRecovery": 49775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1271002, Prop:1001}", + "Param": { + "1271002": { + "Main": 5650, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5650, + "DamagePercentageGrowth": 520, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 16240, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1271003, Prop:1001}", + "Param": { + "1271003": { + "Main": 19330, + "Growth": 1760, + "Format": "%", + "DamagePercentage": 19330, + "DamagePercentageGrowth": 1760, + "StunRatio": 15130, + "StunRatioGrowth": 690, + "SpRecovery": 54450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 416075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1271004, Prop:1001}", + "Param": { + "1271004": { + "Main": 9740, + "Growth": 890, + "Format": "%", + "DamagePercentage": 9740, + "DamagePercentageGrowth": 890, + "StunRatio": 8050, + "StunRatioGrowth": 370, + "SpRecovery": 28950, + "SpRecoveryGrowth": 0, + "FeverRecovery": 221375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8041, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1271001, Prop:1002}", + "Param": { + "1271001": { + "Main": 1810, + "Growth": 90, + "Format": "%", + "DamagePercentage": 3620, + "DamagePercentageGrowth": 330, + "StunRatio": 1810, + "StunRatioGrowth": 90, + "SpRecovery": 6520, + "SpRecoveryGrowth": 0, + "FeverRecovery": 49775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1271002, Prop:1002}", + "Param": { + "1271002": { + "Main": 4510, + "Growth": 210, + "Format": "%", + "DamagePercentage": 5650, + "DamagePercentageGrowth": 520, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 16240, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1271003, Prop:1002}", + "Param": { + "1271003": { + "Main": 15130, + "Growth": 690, + "Format": "%", + "DamagePercentage": 19330, + "DamagePercentageGrowth": 1760, + "StunRatio": 15130, + "StunRatioGrowth": 690, + "SpRecovery": 54450, + "SpRecoveryGrowth": 0, + "FeverRecovery": 416075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1271004, Prop:1002}", + "Param": { + "1271004": { + "Main": 8050, + "Growth": 370, + "Format": "%", + "DamagePercentage": 9740, + "DamagePercentageGrowth": 890, + "StunRatio": 8050, + "StunRatioGrowth": 370, + "SpRecovery": 28950, + "SpRecoveryGrowth": 0, + "FeverRecovery": 221375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8041, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Lightning Strike - Electrified", + "Param": [ + { + "Name": "Consecutive Attack DMG Multiplier", + "Desc": "{Skill:1271005, Prop:1001}", + "Param": { + "1271005": { + "Main": 38280, + "Growth": 3480, + "Format": "%", + "DamagePercentage": 38280, + "DamagePercentageGrowth": 3480, + "StunRatio": 16170, + "StunRatioGrowth": 740, + "SpRecovery": 58210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 444675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16168, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move DMG Multiplier", + "Desc": "{Skill:1271006, Prop:1001}", + "Param": { + "1271006": { + "Main": 42420, + "Growth": 3860, + "Format": "%", + "DamagePercentage": 42420, + "DamagePercentageGrowth": 3860, + "StunRatio": 14550, + "StunRatioGrowth": 670, + "SpRecovery": 47600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13220, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Consecutive Attack Daze Multiplier", + "Desc": "{Skill:1271005, Prop:1002}", + "Param": { + "1271005": { + "Main": 16170, + "Growth": 740, + "Format": "%", + "DamagePercentage": 38280, + "DamagePercentageGrowth": 3480, + "StunRatio": 16170, + "StunRatioGrowth": 740, + "SpRecovery": 58210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 444675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16168, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Finishing Move Daze Multiplier", + "Desc": "{Skill:1271006, Prop:1002}", + "Param": { + "1271006": { + "Main": 14550, + "Growth": 670, + "Format": "%", + "DamagePercentage": 42420, + "DamagePercentageGrowth": 3860, + "StunRatio": 14550, + "StunRatioGrowth": 670, + "SpRecovery": 47600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 363825, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13220, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Evasion Maneuver", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Thunder Assault", + "Desc": "Press during a Dodge to activate:\nCharge forward with a shield attack, dealing Physical DMG.\nDamage received during the move is decreased by 40%." + }, + { + "Name": "Dodge Counter: Retreat to Advance", + "Desc": "Press during a Perfect Dodge to activate:\nUnleash a quick downward slash on enemies in front, dealing Electric DMG.\nAfter the move, hold to chain into EX Special Attack: Thunder Shield Rush - High Voltage, enabling faster charging.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Thunder Assault", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271011, Prop:1001}", + "Param": { + "1271011": { + "Main": 11000, + "Growth": 1000, + "Format": "%", + "DamagePercentage": 11000, + "DamagePercentageGrowth": 1000, + "StunRatio": 5500, + "StunRatioGrowth": 250, + "SpRecovery": 19800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271011, Prop:1002}", + "Param": { + "1271011": { + "Main": 5500, + "Growth": 250, + "Format": "%", + "DamagePercentage": 11000, + "DamagePercentageGrowth": 1000, + "StunRatio": 5500, + "StunRatioGrowth": 250, + "SpRecovery": 19800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 151250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Retreat to Advance", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271012, Prop:1001}", + "Param": { + "1271012": { + "Main": 23000, + "Growth": 2100, + "Format": "%", + "DamagePercentage": 23000, + "DamagePercentageGrowth": 2100, + "StunRatio": 20000, + "StunRatioGrowth": 910, + "SpRecovery": 36000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271012, Prop:1002}", + "Param": { + "1271012": { + "Main": 20000, + "Growth": 910, + "Format": "%", + "DamagePercentage": 23000, + "DamagePercentageGrowth": 2100, + "StunRatio": 20000, + "StunRatioGrowth": 910, + "SpRecovery": 36000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Thunder Shield Rush", + "Desc": "Press to activate:\nLaunch two shield attacks forward, dealing Electric DMG.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Thunder Shield Rush - High Voltage", + "Desc": "With enough Energy, press to activate:\nUnleash a series of slashes in front, dealing massive Electric DMG.\nHold to charge the move, and Seth will dash forward, unleashing a series of powerful slashes, dealing massive Electric DMG.\nActivating the move accumulates 75% Resolve.\nAnti-Interrupt level is increased while charging this skill, and damage taken is reduced by 40%.\nSeth is invulnerable during the consecutive slashes." + }, + { + "Name": "Special Attack: Thunder Shield Rush", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271007, Prop:1001}", + "Param": { + "1271007": { + "Main": 6920, + "Growth": 630, + "Format": "%", + "DamagePercentage": 6920, + "DamagePercentageGrowth": 630, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6918, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271007, Prop:1002}", + "Param": { + "1271007": { + "Main": 6920, + "Growth": 320, + "Format": "%", + "DamagePercentage": 6920, + "DamagePercentageGrowth": 630, + "StunRatio": 6920, + "StunRatioGrowth": 320, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 190300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6918, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Thunder Shield Rush - High Voltage", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271008, Prop:1001}", + "Param": { + "1271008": { + "Main": 64600, + "Growth": 5880, + "Format": "%", + "DamagePercentage": 64600, + "DamagePercentageGrowth": 5880, + "StunRatio": 54040, + "StunRatioGrowth": 2460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2067175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 59316, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271008, Prop:1002}", + "Param": { + "1271008": { + "Main": 54040, + "Growth": 2460, + "Format": "%", + "DamagePercentage": 64600, + "DamagePercentageGrowth": 5880, + "StunRatio": 54040, + "StunRatioGrowth": 2460, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2067175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 59316, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "DMG Multiplier (Charged)", + "Desc": "{Skill:1271009, Prop:1001}", + "Param": { + "1271009": { + "Main": 99980, + "Growth": 9090, + "Format": "%", + "DamagePercentage": 99980, + "DamagePercentageGrowth": 9090, + "StunRatio": 84900, + "StunRatioGrowth": 3860, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 3164150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 92438, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier (Charged)", + "Desc": "{Skill:1271009, Prop:1002}", + "Param": { + "1271009": { + "Main": 84900, + "Growth": 3860, + "Format": "%", + "DamagePercentage": 99980, + "DamagePercentageGrowth": 9090, + "StunRatio": 84900, + "StunRatioGrowth": 3860, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 3164150, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 92438, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "80" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Final Judgement", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nLaunch a series of slashes in front, dealing massive Electric DMG.\nActivating the move accumulates 75% Resolve.\nAfter the move, hold to chain into EX Special Attack: Thunder Shield Rush - High Voltage, enabling faster charging.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Justice Prevails", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nLaunch a series of upward attacks in front, followed by a Finishing Move, dealing massive Electric DMG.\nActivating the move accumulates 75% Resolve, and grants 3 additional Assist Points.\nAfter the move, hold to chain into EX Special Attack: Thunder Shield Rush - High Voltage, enabling faster charging.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Final Judgement", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271013, Prop:1001}", + "Param": { + "1271013": { + "Main": 70410, + "Growth": 6410, + "Format": "%", + "DamagePercentage": 70410, + "DamagePercentageGrowth": 6410, + "StunRatio": 30510, + "StunRatioGrowth": 1390, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2667775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 50453, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271013, Prop:1002}", + "Param": { + "1271013": { + "Main": 30510, + "Growth": 1390, + "Format": "%", + "DamagePercentage": 70410, + "DamagePercentageGrowth": 6410, + "StunRatio": 30510, + "StunRatioGrowth": 1390, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2667775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 50453, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Justice Prevails", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271014, Prop:1001}", + "Param": { + "1271014": { + "Main": 202430, + "Growth": 18410, + "Format": "%", + "DamagePercentage": 202430, + "DamagePercentageGrowth": 18410, + "StunRatio": 40330, + "StunRatioGrowth": 1840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40329, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271014, Prop:1002}", + "Param": { + "1271014": { + "Main": 40330, + "Growth": 1840, + "Format": "%", + "DamagePercentage": 202430, + "DamagePercentageGrowth": 18410, + "StunRatio": 40330, + "StunRatioGrowth": 1840, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40329, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Armed Support", + "Desc": "When the active character is launched, press to activate:\nUnleash a quick downward slash on enemies in front, dealing Electric DMG.\nAfter the move, hold to chain into EX Special Attack: Thunder Shield Rush - High Voltage, enabling faster charging.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Thundershield", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nUpon activation, gain 25% Resolve.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Public Security Ruling", + "Desc": "Press after a Defensive Assist to activate:\nLaunch a forward thrust attack, followed by two horizontal slashes, dealing Electric DMG.\nWhen the skill hits an enemy, it triggers the Quick Assist of the squad member positioned before Seth.\nAfter activating the move, hold to transition to EX Special Attack: Thunder Shield Rush - High Voltage and charge faster.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Armed Support", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271015, Prop:1001}", + "Param": { + "1271015": { + "Main": 10000, + "Growth": 910, + "Format": "%", + "DamagePercentage": 10000, + "DamagePercentageGrowth": 910, + "StunRatio": 10000, + "StunRatioGrowth": 460, + "SpRecovery": 36000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271015, Prop:1002}", + "Param": { + "1271015": { + "Main": 10000, + "Growth": 460, + "Format": "%", + "DamagePercentage": 10000, + "DamagePercentageGrowth": 910, + "StunRatio": 10000, + "StunRatioGrowth": 460, + "SpRecovery": 36000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 275000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10000, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Thundershield", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1271016, Prop:1002}", + "Param": { + "1271016": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1271017, Prop:1002}", + "Param": { + "1271017": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1271018, Prop:1002}", + "Param": { + "1271018": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Public Security Ruling", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1271019, Prop:1001}", + "Param": { + "1271019": { + "Main": 42850, + "Growth": 3900, + "Format": "%", + "DamagePercentage": 42850, + "DamagePercentageGrowth": 3900, + "StunRatio": 37800, + "StunRatioGrowth": 1720, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1316975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40322, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1271019, Prop:1002}", + "Param": { + "1271019": { + "Main": 37800, + "Growth": 1720, + "Format": "%", + "DamagePercentage": 42850, + "DamagePercentageGrowth": 3900, + "StunRatio": 37800, + "StunRatioGrowth": 1720, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1316975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40322, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1271001": { + "Name": "Basic Attack: Lightning Strike", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1271002": { + "Name": "Basic Attack: Lightning Strike - Electrified", + "Desc": " (While resolve exceeds 75%) (Hold)", + "ElementType": 203, + "HitType": 101 + }, + "1271003": { + "Name": "Special Attack: Thunder Shield Rush", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1271004": { + "Name": "EX Special Attack: Thunder Shield Rush - High Voltage", + "Desc": "(Can Hold Down)", + "ElementType": 203, + "HitType": 101 + }, + "1271005": { + "Name": "Dash Attack: Thunder Assault", + "Desc": " ; ", + "ElementType": 200, + "HitType": 102 + }, + "1271006": { + "Name": "Dodge Counter: Retreat to Advance", + "Desc": " (Perfect) ; ", + "ElementType": 203, + "HitType": 101 + }, + "1271007": { + "Name": "Chain Attack: Final Judgement", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1271008": { + "Name": "Ultimate: Justice Prevails", + "Desc": "", + "ElementType": 203, + "HitType": 101 + }, + "1271009": { + "Name": "Quick Assist: Armed Support", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 203, + "HitType": 101 + }, + "1271010": { + "Name": "Defensive Assist: Thundershield", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1271011": { + "Name": "Assist Follow-Up: Public Security Ruling", + "Desc": " (After Defensive Assist)", + "ElementType": 203, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1271501, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 40% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 40% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 50.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "2": { + "Level": 2, + "Id": 1271502, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 50% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 50% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 62.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "3": { + "Level": 3, + "Id": 1271503, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 60% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 60% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 75.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "4": { + "Level": 4, + "Id": 1271504, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 68% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 68% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 85.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "5": { + "Level": 5, + "Id": 1271505, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 72% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 72% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 90.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "6": { + "Level": 6, + "Id": 1271506, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 76% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 76% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 95.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + }, + "7": { + "Level": 7, + "Id": 1271507, + "Name": ["Core Passive: Protector", "Additional Ability: High Spirit"], + "Desc": [ + "When Seth uses EX Special Attack: Thunder Shield Rush - High Voltage, he gains a Shield of Firm Resolve equal to 80% of his initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. When Basic Attack: Lightning Strike - Electrified or Assist Follow-Up: Public Security Ruling triggers a Quick Assist or Chain Attack, causing another squad member to enter the field, that squad member gains a Shield of Firm Resolve equal to 80% of Seth's initial ATK, up to a max of 3,000 points, and lasting 25s. This effect can trigger once every 10s. Having a Shield of Firm Resolve increases Anomaly Proficiency by 100.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Seth's Chain Attack: Final Judgement or Finishing Move during Basic Attack: Lightning Strike - Electrified hits an enemy, the target's Anomaly Buildup RES to all Attributes is reduced by 20%, lasting 20s." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110506": 2 }, + "3": { "10": 28000, "110506": 4 }, + "4": { "10": 60000, "110002": 2, "110506": 9 }, + "5": { "10": 100000, "110002": 3, "110506": 15 }, + "6": { "10": 200000, "110002": 4, "110506": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Heroism", + "Desc": "The shield value provided by Shield of Firm Resolve and its maximum limit is increased by 30%. When Shield of Firm Resolve ends, the Anomaly Proficiency increase provided by Core Passive: Protector lasts an additional 10s.", + "Desc2": "When it comes to team missions, Seth is always leading the charge.\n\"Let me handle the arrests! I scored a 99 in close-quarters arrests, and the only point deducted was because I accidentally sprained the instructor's wrist.\"" + }, + "2": { + "Level": 2, + "Name": "Recklessness of Youth", + "Desc": "Upon entering battle, Seth immediately gains 75% Resolve. Hitting an enemy with Basic Attack: Lightning Strike - Electrified increases the move's accumulated Electric Anomaly Buildup by 35%.", + "Desc2": "Many criminals make the mistake of underestimating Seth.\nIt might be his pure, clear eyes or those innocent-looking furry ears and tail. Whatever the reason, everyone who underestimates him eventually pays the price." + }, + "3": { + "Level": 3, + "Name": "Slow Reflexes", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"A skilled officer like you must handle everything on your own, right? No help from others, surely?\"\nEven after hearing this, Seth remained composed and didn't say a word.\nIt wasn't until midnight that he suddenly woke up: \"Could that guy's comment earlier... have been a dig at me?\"" + }, + "4": { + "Level": 4, + "Name": "Core Aspiration", + "Desc": "The Daze caused by Defensive Assist: Thundershield is increased by 25%.", + "Desc2": "\"Put aside your foolish notions of good and evil. You can't protect everyone. Sometimes, you have to make a choice.\"\n\"This is my choice, and it's the core responsibility of an officer — you're the one who has changed, Brother.\"" + }, + "5": { + "Level": 5, + "Name": "Distant Admiration", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Seth used to deeply admire and respect his older brother. But as you know, \"admiration\" is the furthest thing from \"understanding.\"\n\"Someday, I'll become the finest officer... and make him eat his words!\"" + }, + "6": { + "Level": 6, + "Name": "Idealist", + "Desc": "When Seth lands a Finishing Move on an enemy with Basic Attack: Lightning Strike - Electrified, it deals additional damage equal to 500% of his ATK. The attack is guaranteed to trigger a critical hit, and CRIT DMG is increased by 60%.", + "Desc2": "To a young person, everything is clear-cut, with a stark contrast between black and white, right and wrong.\nThere will always be someone who tries to tell him that the world is a murky gray. But is a world where everything is clear-cut and distinct really not worth striving for?" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1281.json b/libs/zzz/dm/HakushinData/character/1281.json new file mode 100644 index 0000000000..dfbf2e074e --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1281.json @@ -0,0 +1,1443 @@ +{ + "Id": 1281, + "Icon": "IconRole28", + "Name": "Piper", + "CodeName": "Piper", + "Rarity": 3, + "WeaponType": { "3": "Anomaly" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "OCT 21", + "FullName": "Piper", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle28.png", + "ImpressionF": "Sometimes Piper says \"lil ol' me\" instead of \"I\"... Is she trying to be funny...? Or maybe she's shy!", + "ImpressionM": "I think it's probably just a catchphrase.\nBy the way, that last part... Is Fairy trying to complain about us...?", + "Name": "", + "OutlookDesc": "TLDR: Piper has a good Aptitude for Ether.\nNote: I believe, considering Piper's personality, she prefers a simple introduction such as this.", + "ProfileDesc": "Piper is a truck driver for the Sons of Calydon. Apart from driving, she's also responsible for vehicle maintenance and other related jobs.\nHer tiny stature, cute voice (though she always seems half-asleep when not driving), and adorably harmless appearance (though she's a shut-in who can't be bothered to take care of her own appearance) make it hard to imagine that she would have such a crazy driving style.\nUsually, by the time she drawls out, \"Hold~ on~ tight~,\" the truck is already barreling down the road.\nRumor has it, Piper is a driver who doesn't need brakes. Though riding with her is a terrifying experience, she will always get you where you need to go safely, and in the shortest time possible. Of course, \"safely\" doesn't include any trauma that may be induced.\n\nPiper has many hobbies that don't seem to match her age, such as reading newspapers, buying lottery tickets, and collecting car magazines.\nPiper's biggest wish is to live each day slowly and leisurely.\nNote: Please keep in mind, Master, that this is also my wish.", + "Race": "Sons of Calydon", + "RoleIcon": "IconRole/UnPacker/IconRole28", + "Stature": "151", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Unexpected New Customer\" (available after completing Main Story Chapter 4) to unlock" + ], + "TrustLv": { + "1": "Piper is a truck driver for the Sons of Calydon. Apart from driving, she's also responsible for vehicle maintenance and other related jobs.\nHer tiny stature, cute voice (though she always seems half-asleep when not driving), and adorably harmless appearance (though she's a shut-in who can't be bothered to take care of her own appearance) make it hard to imagine that she would have such a crazy driving style.\nUsually, by the time she drawls out, \"Hold~ on~ tight~,\" the truck is already barreling down the road.\nRumor has it, Piper is a driver who doesn't need brakes. Though riding with her is a terrifying experience, she will always get you where you need to go safely, and in the shortest time possible. Of course, \"safely\" doesn't include any trauma that may be induced.\n\nPiper has many hobbies that don't seem to match her age, such as reading newspapers, buying lottery tickets, and collecting car magazines.\nPiper's biggest wish is to live each day slowly and leisurely.\nNote: Please keep in mind, Master, that this is also my wish.", + "2": "", + "3": "Piper has a love for the sound of truck engines starting up, so she recorded the sound of Steeltusk starting up. She has to listen to the recording to fully wake up in the morning.\nIf Piper falls asleep during a meeting, playing a recording of a truck engine can quickly get her wide awake again (this intel was provided by Lucy).", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 109, + "AttackGrowth": 64308, + "AvatarPieceId": 5281, + "BreakStun": 86, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 116, + "ElementMystery": 118, + "Endurance": 0, + "HpGrowth": 761177, + "HpMax": 561, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Clara", + "Cut", + "Physics", + "Female", + "Camp4", + "Size1", + "AidTypeParry", + "Clara" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100213": 4 } + }, + "2": { + "HpMax": 385, + "Attack": 39, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100223": 12 } + }, + "3": { + "HpMax": 770, + "Attack": 78, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100223": 20 } + }, + "4": { + "HpMax": 1155, + "Attack": 117, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100233": 10 } + }, + "5": { + "HpMax": 1540, + "Attack": 156, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100233": 20 } + }, + "6": { + "HpMax": 1925, + "Attack": 195, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Load Up and Roll Out", + "Desc": "Press to activate:\nUnleashes up to 4 slashes, dealing Physical DMG." + }, + { + "Name": "Basic Attack: Load Up and Roll Out", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1281001, Prop:1001}", + "Param": { + "1281001": { + "Main": 5900, + "Growth": 540, + "Format": "%", + "DamagePercentage": 5900, + "DamagePercentageGrowth": 540, + "StunRatio": 2950, + "StunRatioGrowth": 140, + "SpRecovery": 10620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 81125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2948, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1281002, Prop:1001}", + "Param": { + "1281002": { + "Main": 7880, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 6450, + "StunRatioGrowth": 300, + "SpRecovery": 23190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 177375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6440, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1281003, Prop:1001}", + "Param": { + "1281003": { + "Main": 15010, + "Growth": 1370, + "Format": "%", + "DamagePercentage": 15010, + "DamagePercentageGrowth": 1370, + "StunRatio": 12190, + "StunRatioGrowth": 560, + "SpRecovery": 43890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 335225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12189, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1281004, Prop:1001}", + "Param": { + "1281004": { + "Main": 32060, + "Growth": 2920, + "Format": "%", + "DamagePercentage": 32060, + "DamagePercentageGrowth": 2920, + "StunRatio": 25220, + "StunRatioGrowth": 1150, + "SpRecovery": 90770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 693550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25211, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1281001, Prop:1002}", + "Param": { + "1281001": { + "Main": 2950, + "Growth": 140, + "Format": "%", + "DamagePercentage": 5900, + "DamagePercentageGrowth": 540, + "StunRatio": 2950, + "StunRatioGrowth": 140, + "SpRecovery": 10620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 81125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2948, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1281002, Prop:1002}", + "Param": { + "1281002": { + "Main": 6450, + "Growth": 300, + "Format": "%", + "DamagePercentage": 7880, + "DamagePercentageGrowth": 720, + "StunRatio": 6450, + "StunRatioGrowth": 300, + "SpRecovery": 23190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 177375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6440, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1281003, Prop:1002}", + "Param": { + "1281003": { + "Main": 12190, + "Growth": 560, + "Format": "%", + "DamagePercentage": 15010, + "DamagePercentageGrowth": 1370, + "StunRatio": 12190, + "StunRatioGrowth": 560, + "SpRecovery": 43890, + "SpRecoveryGrowth": 0, + "FeverRecovery": 335225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12189, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1281004, Prop:1002}", + "Param": { + "1281004": { + "Main": 25220, + "Growth": 1150, + "Format": "%", + "DamagePercentage": 32060, + "DamagePercentageGrowth": 2920, + "StunRatio": 25220, + "StunRatioGrowth": 1150, + "SpRecovery": 90770, + "SpRecoveryGrowth": 0, + "FeverRecovery": 693550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25211, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Handbrake Drift", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Pedal to the Metal", + "Desc": "Press during a dodge to activate:\nSlashes enemies in front, dealing Physical DMG." + }, + { + "Name": "Dodge Counter: Power Drift", + "Desc": "Press during a Perfect Dodge to activate:\nUnleash a downward smash attack in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Pedal to the Metal", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281011, Prop:1001}", + "Param": { + "1281011": { + "Main": 9010, + "Growth": 820, + "Format": "%", + "DamagePercentage": 9010, + "DamagePercentageGrowth": 820, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 16210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4501, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281011, Prop:1002}", + "Param": { + "1281011": { + "Main": 4510, + "Growth": 210, + "Format": "%", + "DamagePercentage": 9010, + "DamagePercentageGrowth": 820, + "StunRatio": 4510, + "StunRatioGrowth": 210, + "SpRecovery": 16210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 124025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4501, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Power Drift", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281012, Prop:1001}", + "Param": { + "1281012": { + "Main": 26900, + "Growth": 2450, + "Format": "%", + "DamagePercentage": 26900, + "DamagePercentageGrowth": 2450, + "StunRatio": 23000, + "StunRatioGrowth": 1050, + "SpRecovery": 46790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 357500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281012, Prop:1002}", + "Param": { + "1281012": { + "Main": 23000, + "Growth": 1050, + "Format": "%", + "DamagePercentage": 26900, + "DamagePercentageGrowth": 2450, + "StunRatio": 23000, + "StunRatioGrowth": 1050, + "SpRecovery": 46790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 357500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Tire Spin", + "Desc": "Press to activate:\nPiper spins and launches a sweeping slash around her, dealing Physical DMG.\nHold to extend the skill duration, unleashing increasingly powerful spinning slashes and increasing the charge level of the skill up to 2 times.\nIf the skill is used after the first 3 hits of a Basic Attack, Dash Attack, or Dodge Counter, you can quickly activate Special Attack: Tire Spin of an increased charge level.\nDuring the skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%." + }, + { + "Name": "Special Attack: One Trillion Tons", + "Desc": "While Special Attack: Tire Spin is active, release to trigger a downward smash attack based on the charge level of Special Attack: Tire Spin, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "EX Special Attack: Engine Spin", + "Desc": "With enough Energy, continue holding after Special Attack: Tire Spin reaches maximum charge level to activate:\nRapidly spins, unleashing powerful spinning slashes around her and dealing massive Physical DMG.\nThis skill consumes Energy continuously for up to 3s.\nDuring the skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%." + }, + { + "Name": "EX Special Attack: Really Heavy", + "Desc": "During EX Special Attack: Engine Spin, release to activate:\nPiper unleashes a downward smash attack, dealing massive Physical DMG.\nIf the duration of EX Special Attack: Engine Spin reaches its limit or Energy drops to 20, EX Special Attack: Really Heavy will automatically activate.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Tire Spin", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281005, Prop:1001}", + "Param": { + "1281005": { + "Main": 27170, + "Growth": 2470, + "Format": "%", + "DamagePercentage": 27170, + "DamagePercentageGrowth": 2470, + "StunRatio": 27170, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 373725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27166, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281005, Prop:1002}", + "Param": { + "1281005": { + "Main": 27170, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 27170, + "DamagePercentageGrowth": 2470, + "StunRatio": 27170, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 373725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 27166, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Special Attack: One Trillion Tons", + "Param": [ + { + "Name": "Level-1 Charged Attack DMG Multiplier", + "Desc": "{Skill:1281006, Prop:1001}", + "Param": { + "1281006": { + "Main": 9340, + "Growth": 850, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Level-2 Charged Attack DMG Multiplier", + "Desc": "{Skill:1281007, Prop:1001}", + "Param": { + "1281007": { + "Main": 10340, + "Growth": 940, + "Format": "%", + "DamagePercentage": 10340, + "DamagePercentageGrowth": 940, + "StunRatio": 10340, + "StunRatioGrowth": 470, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 284350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Level-3 Charged Attack DMG Multiplier", + "Desc": "{Skill:1281008, Prop:1001}", + "Param": { + "1281008": { + "Main": 23500, + "Growth": 2140, + "Format": "%", + "DamagePercentage": 23500, + "DamagePercentageGrowth": 2140, + "StunRatio": 23500, + "StunRatioGrowth": 1070, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 646250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Level-1 Charged Daze Multiplier", + "Desc": "{Skill:1281006, Prop:1002}", + "Param": { + "1281006": { + "Main": 9340, + "Growth": 430, + "Format": "%", + "DamagePercentage": 9340, + "DamagePercentageGrowth": 850, + "StunRatio": 9340, + "StunRatioGrowth": 430, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9333, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Level-2 Charged Daze Multiplier", + "Desc": "{Skill:1281007, Prop:1002}", + "Param": { + "1281007": { + "Main": 10340, + "Growth": 470, + "Format": "%", + "DamagePercentage": 10340, + "DamagePercentageGrowth": 940, + "StunRatio": 10340, + "StunRatioGrowth": 470, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 284350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Level-3 Charged Attack Daze Multiplier", + "Desc": "{Skill:1281008, Prop:1002}", + "Param": { + "1281008": { + "Main": 23500, + "Growth": 1070, + "Format": "%", + "DamagePercentage": 23500, + "DamagePercentageGrowth": 2140, + "StunRatio": 23500, + "StunRatioGrowth": 1070, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 646250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Engine Spin", + "Param": [ + { + "Name": "DMG Multiplier Every Spin", + "Desc": "{{Skill:1281010, Prop:1001}/2}", + "Param": { + "1281010": { + "Main": 18710, + "Growth": 1710, + "Format": "%", + "DamagePercentage": 18710, + "DamagePercentageGrowth": 1710, + "StunRatio": 10960, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 370975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16125, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier Every Spin", + "Desc": "{{Skill:1281010, Prop:1002}/2}", + "Param": { + "1281010": { + "Main": 10960, + "Growth": 500, + "Format": "%", + "DamagePercentage": 18710, + "DamagePercentageGrowth": 1710, + "StunRatio": 10960, + "StunRatioGrowth": 500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 370975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 16125, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "20 Energy/s" } + ] + }, + { + "Name": "EX Special Attack: Really Heavy", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281009, Prop:1001}", + "Param": { + "1281009": { + "Main": 61290, + "Growth": 5580, + "Format": "%", + "DamagePercentage": 61290, + "DamagePercentageGrowth": 5580, + "StunRatio": 39680, + "StunRatioGrowth": 1810, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1261975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53255, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281009, Prop:1002}", + "Param": { + "1281009": { + "Main": 39680, + "Growth": 1810, + "Format": "%", + "DamagePercentage": 61290, + "DamagePercentageGrowth": 5580, + "StunRatio": 39680, + "StunRatioGrowth": 1810, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1261975, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 53255, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "20" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Buckle Up", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUnleashes a powerful downward smash at enemies ahead in a large area, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Hold~ On~ Tight~", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nRapidly spins, unleashing powerful spinning slashes at enemies in a large area ahead, followed by a downward smash, dealing massive Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Chain Attack: Buckle Up", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281013, Prop:1001}", + "Param": { + "1281013": { + "Main": 65230, + "Growth": 5930, + "Format": "%", + "DamagePercentage": 65230, + "DamagePercentageGrowth": 5930, + "StunRatio": 25330, + "StunRatioGrowth": 1160, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2525325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 45279, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281013, Prop:1002}", + "Param": { + "1281013": { + "Main": 25330, + "Growth": 1160, + "Format": "%", + "DamagePercentage": 65230, + "DamagePercentageGrowth": 5930, + "StunRatio": 25330, + "StunRatioGrowth": 1160, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2525325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 45279, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Hold~ On~ Tight~", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281014, Prop:1001}", + "Param": { + "1281014": { + "Main": 166040, + "Growth": 15100, + "Format": "%", + "DamagePercentage": 166040, + "DamagePercentageGrowth": 15100, + "StunRatio": 32830, + "StunRatioGrowth": 1500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 112754, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281014, Prop:1002}", + "Param": { + "1281014": { + "Main": 32830, + "Growth": 1500, + "Format": "%", + "DamagePercentage": 166040, + "DamagePercentageGrowth": 15100, + "StunRatio": 32830, + "StunRatioGrowth": 1500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 112754, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Brake Tap", + "Desc": "When the active character is launched, press to activate:\nLaunches a downward smash attack at enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Emergency Brake", + "Desc": "When the character on field is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nThis skill excels at parrying enemy attacks and reduces the consumption of Assist Points when the character is under intense attacks.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Overtaking Maneuver", + "Desc": "Press after a Defensive Assist to activate:\nCharge and slash enemies in front, dealing Physical DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Brake Tap", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281015, Prop:1001}", + "Param": { + "1281015": { + "Main": 13000, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 13000, + "DamagePercentageGrowth": 1190, + "StunRatio": 13000, + "StunRatioGrowth": 600, + "SpRecovery": 46790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 357500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12996, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281015, Prop:1002}", + "Param": { + "1281015": { + "Main": 13000, + "Growth": 600, + "Format": "%", + "DamagePercentage": 13000, + "DamagePercentageGrowth": 1190, + "StunRatio": 13000, + "StunRatioGrowth": 600, + "SpRecovery": 46790, + "SpRecoveryGrowth": 0, + "FeverRecovery": 357500, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 12996, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Emergency Brake", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1281016, Prop:1002}", + "Param": { + "1281016": { + "Main": 24670, + "Growth": 1130, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 24670, + "StunRatioGrowth": 1130, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1281017, Prop:1002}", + "Param": { + "1281017": { + "Main": 31170, + "Growth": 1420, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 31170, + "StunRatioGrowth": 1420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1281018, Prop:1002}", + "Param": { + "1281018": { + "Main": 15170, + "Growth": 690, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 15170, + "StunRatioGrowth": 690, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Overtaking Maneuver", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1281019, Prop:1001}", + "Param": { + "1281019": { + "Main": 40050, + "Growth": 3650, + "Format": "%", + "DamagePercentage": 40050, + "DamagePercentageGrowth": 3650, + "StunRatio": 35200, + "StunRatioGrowth": 1600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1234475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37622, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1281019, Prop:1002}", + "Param": { + "1281019": { + "Main": 35200, + "Growth": 1600, + "Format": "%", + "DamagePercentage": 40050, + "DamagePercentageGrowth": 3650, + "StunRatio": 35200, + "StunRatioGrowth": 1600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1234475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 37622, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1281001": { + "Name": "Basic Attack: Load Up and Roll Out", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1281002": { + "Name": "Special Attack: Tire Spin", + "Desc": " (Hold Down)", + "ElementType": 200, + "HitType": 101 + }, + "1281003": { + "Name": "Special Attack: Tire Spin (Quick Launch)", + "Desc": " (Basic Attack Combo) (Hold)", + "ElementType": 200, + "HitType": 101 + }, + "1281004": { + "Name": "Special Attack: One Trillion Tons", + "Desc": " (Hold Down) ; (Release)", + "ElementType": 200, + "HitType": 101 + }, + "1281005": { + "Name": "EX Special Attack: Engine Spin", + "Desc": "(Hold)", + "ElementType": 200, + "HitType": 101 + }, + "1281006": { + "Name": "EX Special Attack: Engine Spin (Quick Launch)", + "Desc": " (Basic Attack Combo) (Hold)", + "ElementType": 200, + "HitType": 101 + }, + "1281007": { + "Name": "EX Special Attack: Really Heavy", + "Desc": " (Hold) ; (Release)", + "ElementType": 200, + "HitType": 101 + }, + "1281008": { + "Name": "Dash Attack: Pedal to the Metal", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1281009": { + "Name": "Dodge Counter: Power Drift", + "Desc": " (Perfect) ; ", + "ElementType": 200, + "HitType": 101 + }, + "1281010": { + "Name": "Chain Attack: Buckle Up", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1281011": { + "Name": "Ultimate: Hold~ On~ Tight~", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1281012": { + "Name": "Quick Assist: Brake Tap", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 200, + "HitType": 101 + }, + "1281013": { + "Name": "Defensive Assist: Emergency Brake", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 200, + "HitType": 101 + }, + "1281014": { + "Name": "Assist Follow-Up: Overtaking Maneuver", + "Desc": " (After Defensive Assist)", + "ElementType": 200, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1281501, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 2%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "2": { + "Level": 2, + "Id": 1281502, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 2.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "3": { + "Level": 3, + "Id": 1281503, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 2.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "4": { + "Level": 4, + "Id": 1281504, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "5": { + "Level": 5, + "Id": 1281505, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 3.3%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "6": { + "Level": 6, + "Id": 1281506, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 3.6%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + }, + "7": { + "Level": 7, + "Id": 1281507, + "Name": [ + "Core Passive: Power Charge", + "Additional Ability: Synced Acceleration" + ], + "Desc": [ + "When Piper's EX Special Attack: Engine Spin or Ultimate hits an enemy, she gains 1 stack of Power, up to a maximum of 20 stacks, lasting for 12s. Repeated triggers reset the duration. For every stack of Power, Piper's Physical Anomaly Buildup Rate increases by 4%.", + "When another character in your squad shares the same Attribute or Faction:\nWhen Piper has 20 or more stacks of Power, all squad members' DMG is increased by 18%." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110502": 2 }, + "3": { "10": 28000, "110502": 4 }, + "4": { "10": 60000, "110003": 2, "110502": 9 }, + "5": { "10": 100000, "110003": 3, "110502": 15 }, + "6": { "10": 200000, "110003": 4, "110502": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Leisure Moment", + "Desc": "When Piper's Special Attack: Tire Spin, EX Special Attack: Engine Spin, or Ultimate hits an enemy with a spinning slash, there is a 50% chance to gain an additional stack of Power. The maximum stack limit of Power is increased to 30.", + "Desc2": "One ordinary morning at Sons of Calydon, Piper lets out a lazy yawn.\n\"Good morning—\"\n\"Can we have another relaxing day today? It's important to take it easy, or else lil ol' me might end up working meself to death—\"" + }, + "2": { + "Level": 2, + "Name": "Motivation", + "Desc": "During Special Attack: Tire Spin and EX Special Attack: Engine Spin, Piper's movement speed increases. When using Special Attack: One Trillion Tons, EX Special Attack: Really Heavy, or Ultimate to launch a downward smash that hits an enemy, the Physical DMG dealt by the move is increased by 10%. For each stack of Power, this buff is further increased by 1%.", + "Desc2": "A bit of effort now means more rest later.\nThough, it'd be even better if I didn't have to put in any effort at all — Piper stretches, pats the soft bed in her truck, and lies down." + }, + "3": { + "Level": 3, + "Name": "Truck Expert", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Piper is always all about trucks.\nEven when she's fast asleep, the rumble of an engine snaps her awake in an instant:\n\"100 horsepower, 5-ton capacity... must be the new light truck from Three Gates Industries!\"" + }, + "4": { + "Level": 4, + "Name": "Refined Techniques", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, Piper recovers 20 Energy. This effect can trigger once every 30s.", + "Desc2": "Riding with Piper is a heart-pounding experience.\nBy the time she drawls out, \"Hold~ on~ tight~,\" the truck is already barreling down the road.\nShe always gets you to your destination fast—though your nerves might take a hit." + }, + "5": { + "Level": 5, + "Name": "Personal Hobbies", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Piper seems to have some hobbies that are not what you'd expect from her.\n\"This horse looks like a real runner... Hmm, but not many people are betting on it. Guess the one with the higher win rate is the safer bet...\"\n\"Burp— Nitro-Fuel... I can drink more... Gimme another one!\"" + }, + "6": { + "Level": 6, + "Name": "Mild Excitement", + "Desc": "Increases the duration limit of EX Special Attack: Engine Spin by 2s and extends the duration of Power by 4s.", + "Desc2": "As you may already know, Piper's biggest dream is to live a life of perpetual relaxation.\nBut right now, her usually half-closed eyes are surprisingly bright and alert.\n\"If it's for you... I suppose lil ol' me can try a little harder~\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1311.json b/libs/zzz/dm/HakushinData/character/1311.json new file mode 100644 index 0000000000..a5ecb0595d --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1311.json @@ -0,0 +1,1578 @@ +{ + "Id": 1311, + "Icon": "IconRole36", + "Name": "Astra Yao", + "CodeName": "Astra", + "Rarity": 4, + "WeaponType": { "4": "Support" }, + "ElementType": { "205": "Ether" }, + "SpecialElementType": {}, + "HitType": { "102": "Strike" }, + "Camp": { "8": "Stars of Lyra" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "JAN 31", + "FullName": "Astra Yao", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle36.png", + "ImpressionF": "Astra just sent me another message on Knock Knock! It's a swimsuit photoshoot for \"Jealous\"! Wow, she's got a great body~", + "ImpressionM": "What?! Why don't I... Ahem, I think my phone is broken. Belle, can I borrow yours for a moment?", + "Name": "", + "OutlookDesc": "There's no record of Astra Yao's aptitude for Ether in her New Eridu Citizen Verification Profile.\nNote: She has an outstanding aptitude for Ether.", + "ProfileDesc": "Astra Yao is widely regarded as Ridu's most iconic singer. With her extraordinary voice, stage presence, and songwriting talent, she has led the musical trends of an entire era. \"If music is the resonance of the soul, then Astra Yao is the spark that ignites it all,\" said one famous music critic.\n\nAs brilliant as she is, Astra remains remarkably sincere and pure. On stage, her voice resonates deeply with the audience, which has allowed her to amass a large and loyal fanbase known as her \"Astranauts.\" Of course, Astra's brilliance wouldn't be possible without the careful protection of her manager, Evelyn. Offstage, she appears to be just a cute, hapless girl who depends on Evelyn in her daily life, and on Wise and Belle in the Hollows.\n\n\"If I tickled Eous, would it make you laugh?\" Astra asked curiously while lifting the Proxy, who was linked via the HDD system.\n\nShe seems to have a particular fondness for Eous.\nContemplation: Human emotions are indeed an interesting subject. It's still hard to determine whether Astra likes Eous because of the owner, or whether she likes the owner because of Eous.", + "Race": "Stars of Lyra", + "RoleIcon": "IconRole/UnPacker/IconRole36", + "Stature": "176", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Goldfinch's Escape\" (available after completing Main Story Chapter 5)", + "Complete Special Episode \"Astra-Nomical Moment\"" + ], + "TrustLv": { + "1": "Astra Yao is widely regarded as Ridu's most iconic singer. With her extraordinary voice, stage presence, and songwriting talent, she has led the musical trends of an entire era. \"If music is the resonance of the soul, then Astra Yao is the spark that ignites it all,\" said one famous music critic.\n\nAs brilliant as she is, Astra remains remarkably sincere and pure. On stage, her voice resonates deeply with the audience, which has allowed her to amass a large and loyal fanbase known as her \"Astranauts.\" Of course, Astra's brilliance wouldn't be possible without the careful protection of her manager, Evelyn. Offstage, she appears to be just a cute, hapless girl who depends on Evelyn in her daily life, and on Wise and Belle in the Hollows.\n\n\"If I tickled Eous, would it make you laugh?\" Astra asked curiously while lifting the Proxy, who was linked via the HDD system.\n\nShe seems to have a particular fondness for Eous.\nContemplation: Human emotions are indeed an interesting subject. It's still hard to determine whether Astra likes Eous because of the owner, or whether she likes the owner because of Eous.", + "2": "", + "3": "Astra is particularly fond of Random Play. However, her whereabouts are closely monitored. For now, it seems she can still use an excuse like, \"The store offers rare versions of old movies, and I've got such good taste in movies, so of course I'd love it!\" But being the biggest celebrity in Ridu, such frequent visits to a video rental store are not exactly conducive to keeping our identity under wraps.\n\nBut, who cares about that! If our identity gets exposed, so be it — Astra can't not come.\nContemplation: Creating various situations to bring Astra and Master together is a great way to win the Master's favor.", + "4": "" + } + }, + "Skin": { + "3113110": { + "Name": "Astra Yao: Scarlet Rock", + "Desc": "The bold red is only to ignite the freedom deep within. On stage, nothing can overshadow her brilliance.", + "Image": "IconRole36" + }, + "3113111": { + "Name": "Astra Yao: Chandelier", + "Desc": "The black-and-white dress glimmers in both light and shadows. Every smile of hers seems to sink into the flowing light of the night, becoming a timeless classic.", + "Image": "IconRole36_01" + } + }, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 103, + "AttackGrowth": 59961, + "AvatarPieceId": 5311, + "BreakStun": 83, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 93, + "ElementMystery": 92, + "Endurance": 0, + "HpGrowth": 939358, + "HpMax": 692, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Astra", + "Punch", + "Ether", + "Female", + "Camp8", + "Size3", + "AidTypeEvade", + "Astra" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100214": 4 } + }, + "2": { + "HpMax": 475, + "Attack": 37, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100224": 12 } + }, + "3": { + "HpMax": 950, + "Attack": 74, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100224": 20 } + }, + "4": { + "HpMax": 1425, + "Attack": 110, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100234": 10 } + }, + "5": { + "HpMax": 1900, + "Attack": 147, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100234": 20 } + }, + "6": { + "HpMax": 2375, + "Attack": 184, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 12 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 24 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "30501": { + "Prop": 30501, + "Name": "Base Energy Regen", + "Format": "{0:0.##}", + "Value": 36 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: \"Capriccio\"", + "Desc": "Press to activate:\nPerform up to three attacks forward, dealing Ether DMG.\nDuring the 3rd-hit, hold to charge, drawing enemies in and expanding the attack range for a stronger attack.\nAfter using other skills, hold to initiate the 3rd-hit directly." + }, + { + "Name": "Basic Attack: Interlude", + "Desc": "While in the Idyllic Cadenza state, press to activate:\nRelease Tremolo forward to attack, dealing Ether DMG.\nA Quick Assist will be triggered when this skill hits an enemy." + }, + { + "Name": "Basic Attack: Chorus", + "Desc": "While in the Idyllic Cadenza state, press during a Perfect Dodge to activate:\nLaunch multiple Tremolo attacks at enemies in front, dealing massive Ether DMG.\nA Quick Assist will be triggered when this skill hits an enemy.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Basic Attack: Finale", + "Desc": "While in the Idyllic Cadenza state, hold to activate:\nRelease Tremolo forward to attack, dealing Ether DMG and exit the Idyllic Cadenza state.\nUpon activation of the skill, it grants the buff from Core Passive: \"Graceful Andante\".\nWith enough Energy, consumes Energy to follow up with 1 Tremolo and 3 Tone Clusters. This Tremolo attack released is considered an EX Special Attack." + }, + { + "Name": "Basic Attack: \"Capriccio\"", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1311001, Prop:1001}", + "Param": { + "1311001": { + "Main": 4380, + "Growth": 400, + "Format": "%", + "DamagePercentage": 4380, + "DamagePercentageGrowth": 400, + "StunRatio": 4130, + "StunRatioGrowth": 190, + "SpRecovery": 6750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3745, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1311002, Prop:1001}", + "Param": { + "1311002": { + "Main": 5910, + "Growth": 540, + "Format": "%", + "DamagePercentage": 5910, + "DamagePercentageGrowth": 540, + "StunRatio": 5640, + "StunRatioGrowth": 260, + "SpRecovery": 9230, + "SpRecoveryGrowth": 0, + "FeverRecovery": 141075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5125, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Min DMG Multiplier", + "Desc": "{Skill:1311003, Prop:1001}", + "Param": { + "1311003": { + "Main": 12090, + "Growth": 1100, + "Format": "%", + "DamagePercentage": 12090, + "DamagePercentageGrowth": 1100, + "StunRatio": 11480, + "StunRatioGrowth": 530, + "SpRecovery": 18780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 287100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10431, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Max DMG Multiplier", + "Desc": "{Skill:1311004, Prop:1001}", + "Param": { + "1311004": { + "Main": 27070, + "Growth": 2470, + "Format": "%", + "DamagePercentage": 27070, + "DamagePercentageGrowth": 2470, + "StunRatio": 21940, + "StunRatioGrowth": 1000, + "SpRecovery": 35900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 548350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19939, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1311001, Prop:1002}", + "Param": { + "1311001": { + "Main": 4130, + "Growth": 190, + "Format": "%", + "DamagePercentage": 4380, + "DamagePercentageGrowth": 400, + "StunRatio": 4130, + "StunRatioGrowth": 190, + "SpRecovery": 6750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3745, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1311002, Prop:1002}", + "Param": { + "1311002": { + "Main": 5640, + "Growth": 260, + "Format": "%", + "DamagePercentage": 5910, + "DamagePercentageGrowth": 540, + "StunRatio": 5640, + "StunRatioGrowth": 260, + "SpRecovery": 9230, + "SpRecoveryGrowth": 0, + "FeverRecovery": 141075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5125, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Min Daze Multiplier", + "Desc": "{Skill:1311003, Prop:1002}", + "Param": { + "1311003": { + "Main": 11480, + "Growth": 530, + "Format": "%", + "DamagePercentage": 12090, + "DamagePercentageGrowth": 1100, + "StunRatio": 11480, + "StunRatioGrowth": 530, + "SpRecovery": 18780, + "SpRecoveryGrowth": 0, + "FeverRecovery": 287100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10431, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Max Daze Multiplier", + "Desc": "{Skill:1311004, Prop:1002}", + "Param": { + "1311004": { + "Main": 21940, + "Growth": 1000, + "Format": "%", + "DamagePercentage": 27070, + "DamagePercentageGrowth": 2470, + "StunRatio": 21940, + "StunRatioGrowth": 1000, + "SpRecovery": 35900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 548350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19939, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Interlude", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001}", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001}", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001} * 2", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001}", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001} * 2", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002}", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002}", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002} * 2", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002}", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002} * 2", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Chorus", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001} * 4", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002} * 4", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Finale", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311005, Prop:1001}", + "Param": { + "1311005": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311005, Prop:1002}", + "Param": { + "1311005": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: \"Mini Waltz\"", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: \"Lunar Eclipse Melody\"", + "Desc": "Press during a dodge to activate:\nAttack ahead, dealing Ether DMG.\nWhen triggered, dragging the{LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} allows movement in the corresponding direction." + }, + { + "Name": "Dodge Counter: \"Umbrella Waltz\"", + "Desc": "Press during a Perfect Dodge to activate:\nAttack enemies in front, dealing Ether DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: \"Lunar Eclipse Melody\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311010, Prop:1001}", + "Param": { + "1311010": { + "Main": 8070, + "Growth": 740, + "Format": "%", + "DamagePercentage": 8070, + "DamagePercentageGrowth": 740, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3664, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311010, Prop:1002}", + "Param": { + "1311010": { + "Main": 4040, + "Growth": 190, + "Format": "%", + "DamagePercentage": 8070, + "DamagePercentageGrowth": 740, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 13200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 100925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3664, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: \"Umbrella Waltz\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311011, Prop:1001}", + "Param": { + "1311011": { + "Main": 11000, + "Growth": 1000, + "Format": "%", + "DamagePercentage": 11000, + "DamagePercentageGrowth": 1000, + "StunRatio": 9680, + "StunRatioGrowth": 440, + "SpRecovery": 12670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 96800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3518, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311011, Prop:1002}", + "Param": { + "1311011": { + "Main": 9680, + "Growth": 440, + "Format": "%", + "DamagePercentage": 11000, + "DamagePercentageGrowth": 1000, + "StunRatio": 9680, + "StunRatioGrowth": 440, + "SpRecovery": 12670, + "SpRecoveryGrowth": 0, + "FeverRecovery": 96800, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3518, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: \"Windchimes & Oaths\"", + "Desc": "Press to activate:\nQuickly move away, then release Tremolo, dealing Ether DMG, and enter the Idyllic Cadenza state.\nDuring activation, dragging the {LAYOUT_CONSOLECONTROLLER#stick}{LAYOUT_FALLBACK#joystick} enables movement in the direction held.\nHold to charge during activation, drawing enemies in, and follow up with 1 to 4 Tremolos depending on the charge duration.\nA Quick Assist will be triggered when this skill hits an enemy.\nCharacter is invulnerable when quickly moving away." + }, + { + "Name": "Idyllic Cadenza", + "Desc": "After entering the Idyllic Cadenza state, Astra Yao increases all squad members' DMG by {CAL:0.08+AvatarSkillLevel(1)*0.01,100,2}% and CRIT DMG by {CAL:0.07+AvatarSkillLevel(1)*0.015,100,2}%.\nWhile in the Idyllic Cadenza state, Astra Yao cannot move, but pressing will activate Basic Attack: Interlude, and pressing will activate a dodge. After triggering a Perfect Dodge, press to activate Basic Attack: Chorus.\nWhile in this state, Astra Yao's Anti-Interrupt Level is increased, and the DMG she takes is reduced by 40%. After switching to another character, Astra Yao will remain on the field and become Invulnerable. When switching back to her, she will automatically follow up with Special Attack: \"Windchimes & Oaths\".\nDuring this state, hold to activate Basic Attack: Finale, exiting the Idyllic Cadenza state, or hold to exit the Idyllic Cadenza state directly." + }, + { + "Name": "Chord", + "Desc": "For every 25 Energy, Astra Yao will have 1 Chord.\nWhile in the Idyllic Cadenza state, when Astra Yao has Chords, a Quick Assist can be triggered in the following situations:\n· When the active character's attack hits an enemy, once per 3s.\n· When the active character's heavy attack hits an enemy, once per 1s.\nWhen other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, Astra Yao will consume 25 Energy and release 1 Tremolo to attack. This Tremolo attack released is considered an EX Special Attack.\nAfter triggering a Quick Assist, quickly press to switch characters and trigger a Precise Assist, causing Astra Yao to follow up with 3 Tone Clusters to attack. When other squad members switch in through a Chain Attack, Defensive Assist, or Evasive Assist, it will automatically trigger a Precise Assist." + }, + { + "Name": "Special Attack: \"Windchimes & Oaths\"", + "Param": [ + { + "Name": "Squad DMG Increase", + "Desc": "{CAL:0.08+AvatarSkillLevel(1)*0.01,100,2}%" + }, + { + "Name": "Squad CRIT DMG Increase", + "Desc": "{CAL:0.07+AvatarSkillLevel(1)*0.015,100,2}%" + }, + { + "Name": "Minimum DMG Multiplier", + "Desc": "{Skill:1311006, Prop:1001}", + "Param": { + "1311006": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Maximum DMG Multiplier", + "Desc": "{Skill:1311006, Prop:1001} * 4", + "Param": { + "1311006": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Minimum Daze Multiplier", + "Desc": "{Skill:1311006, Prop:1002}", + "Param": { + "1311006": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Maximum Daze Multiplier", + "Desc": "{Skill:1311006, Prop:1002} * 4", + "Param": { + "1311006": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Chord", + "Param": [ + { + "Name": "Follow-Up Tremolo DMG Multiplier", + "Desc": "{Skill:1311008, Prop:1001}", + "Param": { + "1311008": { + "Main": 4600, + "Growth": 420, + "Format": "%", + "DamagePercentage": 4600, + "DamagePercentageGrowth": 420, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2977, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Follow-Up Tone Cluster DMG Multiplier", + "Desc": "{Skill:1311009, Prop:1001} * 3", + "Param": { + "1311009": { + "Main": 2400, + "Growth": 220, + "Format": "%", + "DamagePercentage": 2400, + "DamagePercentageGrowth": 220, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1032, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "25" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: \"Tipsy Concerto\"", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nUse song to channel energy into a blast, dealing massive Ether DMG.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy.\nAfter the skill, Astra Yao enters the Idyllic Cadenza state." + }, + { + "Name": "Ultimate: \"Fantasian Sonata\"", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nUse song to channel energy into a blast, dealing massive Ether DMG, and restoring {CAL:-50+AvatarSkillLevel(3)*250,1,2} HP to all squad members.\nCharacter is invulnerable while using this skill.\nA Quick Assist is triggered when this skill hits an enemy.\nAfter the skill, Astra Yao enters the Idyllic Cadenza state.\nAfter the skill, the next two Quick Assists will be replaced by Chain Attacks.\nBefore all replacement chances are used up, a Quick Assist is triggered whenever any quad member hits an enemy with a Chain Attack or Ultimate." + }, + { + "Name": "Chain Attack: \"Tipsy Concerto\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311012, Prop:1001}", + "Param": { + "1311012": { + "Main": 67180, + "Growth": 6110, + "Format": "%", + "DamagePercentage": 67180, + "DamagePercentageGrowth": 6110, + "StunRatio": 23290, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2410925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41116, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311012, Prop:1002}", + "Param": { + "1311012": { + "Main": 23290, + "Growth": 1060, + "Format": "%", + "DamagePercentage": 67180, + "DamagePercentageGrowth": 6110, + "StunRatio": 23290, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2410925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 41116, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: \"Fantasian Sonata\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311013, Prop:1001}", + "Param": { + "1311013": { + "Main": 195980, + "Growth": 17820, + "Format": "%", + "DamagePercentage": 195980, + "DamagePercentageGrowth": 17820, + "StunRatio": 23830, + "StunRatioGrowth": 1090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21663, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311013, Prop:1002}", + "Param": { + "1311013": { + "Main": 23830, + "Growth": 1090, + "Format": "%", + "DamagePercentage": 195980, + "DamagePercentageGrowth": 17820, + "StunRatio": 23830, + "StunRatioGrowth": 1090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 21663, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "HP Recovery", + "Desc": "{CAL:-50+AvatarSkillLevel(3)*250,1,2}" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: \"One Luminous Sky\"", + "Desc": "When the active character is launched, press to activate:\nAttack enemies in front, dealing Ether DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Evasive Assist: \"Two Hearts\"", + "Desc": "When the on-field character is about to be attacked, press to activate:\nDodges the enemy's attack and activates Vital View.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: \"Three Lifetimes of Fate\"", + "Desc": "Press after an Evasive Assist to activate:\nRelease an energy beam forward, dealing Ether DMG.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: \"One Luminous Sky\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311014, Prop:1001}", + "Param": { + "1311014": { + "Main": 5500, + "Growth": 500, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311014, Prop:1002}", + "Param": { + "1311014": { + "Main": 4840, + "Growth": 220, + "Format": "%", + "DamagePercentage": 5500, + "DamagePercentageGrowth": 500, + "StunRatio": 4840, + "StunRatioGrowth": 220, + "SpRecovery": 6340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 48400, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1759, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: \"Three Lifetimes of Fate\"", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1311015, Prop:1001}", + "Param": { + "1311015": { + "Main": 30460, + "Growth": 2770, + "Format": "%", + "DamagePercentage": 30460, + "DamagePercentageGrowth": 2770, + "StunRatio": 26100, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 870375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25701, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1311015, Prop:1002}", + "Param": { + "1311015": { + "Main": 26100, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 30460, + "DamagePercentageGrowth": 2770, + "StunRatio": 26100, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 870375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 25701, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100115": 2 }, + "2": { "10": 3000, "100115": 3 }, + "3": { "10": 6000, "100125": 2 }, + "4": { "10": 9000, "100125": 3 }, + "5": { "10": 12000, "100125": 4 }, + "6": { "10": 18000, "100125": 6 }, + "7": { "10": 45000, "100135": 5 }, + "8": { "10": 67500, "100135": 8 }, + "9": { "10": 90000, "100135": 10 }, + "10": { "10": 112500, "100135": 12 }, + "11": { "10": 135000, "100135": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1311001": { + "Name": "Basic Attack: \"Capriccio\"", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1311002": { + "Name": "Basic Attack: Interlude", + "Desc": " (During Idyllic Cadenza)", + "ElementType": 205, + "HitType": 102 + }, + "1311003": { + "Name": "Basic Attack: Chorus", + "Desc": " (During Idyllic Cadenza) (Perfect) ; ", + "ElementType": 205, + "HitType": 102 + }, + "1311004": { + "Name": "Basic Attack: Finale", + "Desc": " (During Idyllic Cadenza) (Hold)", + "ElementType": 205, + "HitType": 102 + }, + "1311005": { + "Name": "Special Attack: \"Windchimes & Oaths\"", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1311006": { + "Name": "Special Attack: \"Windchimes & Oaths\"", + "Desc": " (Hold)", + "ElementType": 205, + "HitType": 102 + }, + "1311007": { + "Name": "Dash Attack: \"Lunar Eclipse Melody\"", + "Desc": " ; ", + "ElementType": 205, + "HitType": 102 + }, + "1311008": { + "Name": "Dodge Counter: \"Umbrella Waltz\"", + "Desc": " (Perfect) ; ", + "ElementType": 205, + "HitType": 102 + }, + "1311009": { + "Name": "Chain Attack: \"Tipsy Concerto\"", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1311010": { + "Name": "Ultimate: \"Fantasian Sonata\"", + "Desc": "", + "ElementType": 205, + "HitType": 102 + }, + "1311011": { + "Name": "Quick Assist: \"One Luminous Sky\"", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 205, + "HitType": 102 + }, + "1311012": { + "Name": "Evasive Assist: \"Two Hearts\"", + "Desc": "(When Triggering Evasive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1311013": { + "Name": "Assist Follow-Up: \"Three Lifetimes of Fate\"", + "Desc": " (After Evasive Assist)", + "ElementType": 205, + "HitType": 102 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1311501, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 22% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "2": { + "Level": 2, + "Id": 1311502, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 24% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "3": { + "Level": 3, + "Id": 1311503, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 26% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "4": { + "Level": 4, + "Id": 1311504, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 28% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "5": { + "Level": 5, + "Id": 1311505, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 30% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "6": { + "Level": 6, + "Id": 1311506, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 32% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + }, + "7": { + "Level": 7, + "Id": 1311507, + "Name": [ + "Core Passive: \"Graceful Andante\"", + "Additional Ability: \"Moonlit Frenzy\"" + ], + "Desc": [ + "During the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, and when Astra Yao expends Energy to release Tremolo to attack, both Astra Yao and the incoming character's ATK are increased. The increase is equal to 35% of Astra Yao's initial ATK, up to a maximum of 1,200. The effect lasts for 20s and can be extended up to 30s with repeated triggers.", + "When another character in your squad is an Attack or Anomaly character:\nWhen Energy is consumed to trigger a Precise Assist or Basic Attack: Finale, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110508": 2 }, + "3": { "10": 28000, "110508": 4 }, + "4": { "10": 60000, "110003": 2, "110508": 9 }, + "5": { "10": 100000, "110003": 3, "110508": 15 }, + "6": { "10": 200000, "110003": 4, "110508": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "12-Tone Equal Temperament", + "Desc": "When Astra Yao's attack hits an enemy, the target's All-Attribute RES is reduced by 6%, stacking up to 3 times and lasting 30s. Repeated triggers reset the duration. Upon entering the battlefield, Astra Yao immediately gains 1,000 Decibels. When activating her Ultimate, all squad members gain 1 stack of Song of Protection for 60s. When attacked by an enemy, consume Song of Protection, granting Invulnerability for 1s.", + "Desc2": "\"What is the 12-tone equal temperament?\"\n\"12-tone equal temperament is a musical tuning system, just like how children have to line up, sounds need to be in order too.\"\n\"But sounds probably don't like lining up, just like children!\"\n—Astra Yao's music teacher, recalling when she was six." + }, + "2": { + "Level": 2, + "Name": "Art of Greed", + "Desc": "The ATK buff from Core Passive: \"Graceful Andante\" is further increased by 19%, with an increased maximum of 400. While in the Idyllic Cadenza state, when other squad members switch in through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, Astra Yao will additionally follow up with 1 Tremolo and 3 Tone Clusters to attack. This effect can trigger once every 3s.", + "Desc2": "\"The shiniest thing in the world is, of course, love!\"\nJust like a bird gathering shiny things for its nest, an artist's inner greed is probably to gather all the love in the world. By gathering all the love, one can create the most beautiful melody." + }, + "3": { + "Level": 3, + "Name": "Interwoven Staff Notation", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "A blank musical staff is a set of parallel lines that never intersect, like souls that have never met, quietly waiting for their melodies to intertwine into a song.\n\"Let's fill it with notes! And lots and lots of tied notes. It'll make a fantastic song!\"\nAnd that's how a new song was created, stretching across 136 bars, all connected with ties..." + }, + "4": { + "Level": 4, + "Name": "\"Hair Upon Your Nape\"", + "Desc": "After activating a Chain Attack or Ultimate, within 15s, Astra Yao can trigger a Quick Assist even if she does not have Chords. When the attack hits an enemy, the interval for triggering a Quick Assist is reduced to 1s. While in the Idyllic Cadenza state, when other squad members enter the field via a Quick Assist, they will receive different buffs based on their specialty, and this effect can be triggered once every 3s for the entire squad: Attack: The next Quick Assist heavy attack on an enemy will deal extra DMG equal to 300% of Astra Yao's ATK; Anomaly: The next Quick Assist will have 50% increased Anomaly Buildup; Stun: The next Quick Assist will inflict 50% increased Daze.", + "Desc2": "One hand hovers over the piano\nNot sure which note will bring me peace\nA sad minor key\nOr gentle melody of longing?\nI seek your shadow through the score\nI close my eyes, and see you more\nSuch as the hair upon your nape" + }, + "5": { + "Level": 5, + "Name": "Proxy and Silk String", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "\"Eve! I've just realized something huge — both you and {M#Wise}{F#Belle} are tall and slim!\"\n\"...And your point being...?\"\n\"You're both my favorite people!\"\nAstra beamed with joy, as if she had uncovered an earth-shattering secret." + }, + "6": { + "Level": 6, + "Name": "We Are the World", + "Desc": "While in the Idyllic Cadenza state, the DMG multiplier for Tremolo and Tone Clusters released or followed up with will increase to 200% of the original, and CRIT Rate is increased by 80%. When triggering a Precise Assist, Astra Yao will automatically follow up with the charged 3rd-hit of Basic Attack: \"Capriccio\", with a 80% increased CRIT Rate. This effect can trigger once every 10s.", + "Desc2": "The turmoil in the world originates from the solitude of the human heart. If everyone's heart was reciprocated, perhaps all the suffering, sadness, and silence in the world would vanish?\nIf we could weave this connection with song, would all the cracks heal, and all the pain turn into a beautiful melody, filling the silence? At that point, the world would no longer be a lonely island.\n\"This song is dedicated to the world!\"" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1321.json b/libs/zzz/dm/HakushinData/character/1321.json new file mode 100644 index 0000000000..04da83261b --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1321.json @@ -0,0 +1,1588 @@ +{ + "Id": 1321, + "Icon": "IconRole37", + "Name": "Evelyn", + "CodeName": "Evelyn", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "201": "Fire" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "8": "Stars of Lyra" }, + "Gender": 2, + "PartnerInfo": { + "Birthday": "OCT 7", + "FullName": "Evelyn Chevalier", + "Gender": "Female", + "IconPath": "UI/Sprite/A1DynamicLoad/IconRoleCircle/UnPacker/IconRoleCircle37.png", + "ImpressionF": "Evelyn is so cool! Can't she debut as a celebrity with Astra? I'd love to see them do a photo shoot together!", + "ImpressionM": "I really envy you. You can say that so easily, but if I said it, I'd probably get hit...", + "Name": "", + "OutlookDesc": "Hollow Investigative Association Licensing Archive:\nEvelyn Chevalier, possessing a good Ether aptitude, is allowed to perform basic tasks like investigating and extracting resources in known Hollows within the city (including Companion Hollows).", + "ProfileDesc": "Evelyn is the manager and personal bodyguard of Ridu's most iconic singer, Astra Yao. Known for her calm, decisive decision-making and professional, efficient style, she's an irreplaceable pillar behind Astra. \"In terms of commercial value, if Astra Yao represents the 1, then Evelyn is all the 0s that follow,\" a reporter from an entertainment magazine stated.\n\nEvelyn is skilled at planning comprehensive schedules and product endorsements, while also ensuring Astra Yao's safety during any unexpected situations. \"Want to get close to Astra Yao? You'll have to get past Evelyn Chevalier first...\" Though she's always busy with work, Evelyn never seems overwhelmed, and she has an almost obsessive attention to detail, ensuring that every performance and every product endorsement goes through her strict scrutiny. But strangely, such an exceptional manager is not trusted by her parent company, Odeum HAE.\n\nIntel: Evelyn's role seems to go beyond just being a manager and personal bodyguard; there seems to be an \"organization\" behind her.\n\nIt seems a lot of people in Astra Yao's central Astranauts group ship them together.", + "Race": "Stars of Lyra", + "RoleIcon": "IconRole/UnPacker/IconRole37", + "Stature": "173", + "UnlockCondition": [ + "Obtain Agent", + "Complete Main Story \"Leisurely Lull: Goldfinch's Escape\" (available after completing Main Story Chapter 5)", + "Complete Special Episode \"Astra-Nomical Moment\"" + ], + "TrustLv": { + "1": "Evelyn is the manager and personal bodyguard of Ridu's most iconic singer, Astra Yao. Known for her calm, decisive decision-making and professional, efficient style, she's an irreplaceable pillar behind Astra. \"In terms of commercial value, if Astra Yao represents the 1, then Evelyn is all the 0s that follow,\" a reporter from an entertainment magazine stated.\n\nEvelyn is skilled at planning comprehensive schedules and product endorsements, while also ensuring Astra Yao's safety during any unexpected situations. \"Want to get close to Astra Yao? You'll have to get past Evelyn Chevalier first...\" Though she's always busy with work, Evelyn never seems overwhelmed, and she has an almost obsessive attention to detail, ensuring that every performance and every product endorsement goes through her strict scrutiny. But strangely, such an exceptional manager is not trusted by her parent company, Odeum HAE.\n\nIntel: Evelyn's role seems to go beyond just being a manager and personal bodyguard; there seems to be an \"organization\" behind her.\n\nIt seems a lot of people in Astra Yao's central Astranauts group ship them together.", + "2": "", + "3": "Information about the \"organization\" Evelyn is affiliated with is scarce. Currently, it is only known that she was brought into the \"organization\" at a young age, where she underwent harsh training and developed skills to make quick decisions and carry out tasks in any environment. While these experiences have left numerous hidden scars on her, they also gave her remarkable abilities and composure.\n\nConsideration: We need to look into what kind of \"organization\" it actually is.", + "4": "" + } + }, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 134, + "AttackGrowth": 81654, + "AvatarPieceId": 5321, + "BreakStun": 93, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 92, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 849779, + "HpMax": 626, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Evelyn", + "Cut", + "Fire", + "Female", + "Camp8", + "Size3", + "AidTypeParry", + "Evelyn" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 430, + "Attack": 48, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 859, + "Attack": 95, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1289, + "Attack": 143, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1719, + "Attack": 191, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2149, + "Attack": 239, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Basic Attack: Razor Wire", + "Desc": "Press to activate:\nLaunch up to five attacks ahead, dealing Physical DMG and Fire DMG.\nWhen the 5th hit lands against an enemy, Evelyn will use her Lunalux Garrote to bind the primary target and enter Binding Seal." + }, + { + "Name": "Passive: Bind", + "Desc": "When Evelyn uses her skills to deal DMG to enemies, she will accumulate Burning Embers.\nWhen Evelyn consumes Burning Embers to activate Garrote or consumes Decibels to perform an Ultimate, she gains 1 Burning Tether Point.\nOnce Evelyn has 3 Burning Tether Points, her next use of Garrote will consume all Burning Tether Points to instead use a lower Interrupt Level version of Chain Attack: Lunalux - Snare." + }, + { + "Name": "Basic Attack: Garrote - First Form", + "Desc": "When Burning Embers is at 50% or higher, hold or to activate:\nConsume 50% Burning Embers to use Lunalux Garrote to perform a slashing attack, dealing Fire DMG.\nDuring skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%.\nAfter using this skill, gain 1 Burning Tether Point." + }, + { + "Name": "Basic Attack: Garrote - Second Form", + "Desc": "When Burning Embers is 50% or higher, after using Basic Attack: Garrote - First Form, continue to hold or to activate:\nConsume 50% Burning Embers to use Lunalux Garrote to perform a follow-up attack, dealing Fire DMG.\nDuring skill activation, Anti-Interrupt level increases, and DMG taken is reduced by 40%.\nAfter using this skill, gain 1 Burning Tether Point." + }, + { + "Name": "Basic Attack: Razor Wire", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1321001, Prop:1001}", + "Param": { + "1321001": { + "Main": 5120, + "Growth": 470, + "Format": "%", + "DamagePercentage": 5120, + "DamagePercentageGrowth": 470, + "StunRatio": 2560, + "StunRatioGrowth": 120, + "SpRecovery": 8380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1321002, Prop:1001}", + "Param": { + "1321002": { + "Main": 6210, + "Growth": 570, + "Format": "%", + "DamagePercentage": 6210, + "DamagePercentageGrowth": 570, + "StunRatio": 5380, + "StunRatioGrowth": 250, + "SpRecovery": 17610, + "SpRecoveryGrowth": 0, + "FeverRecovery": 134475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1321003, Prop:1001}", + "Param": { + "1321003": { + "Main": 7820, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7820, + "DamagePercentageGrowth": 720, + "StunRatio": 6210, + "StunRatioGrowth": 290, + "SpRecovery": 20310, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1321004, Prop:1001}", + "Param": { + "1321004": { + "Main": 18670, + "Growth": 1700, + "Format": "%", + "DamagePercentage": 18670, + "DamagePercentageGrowth": 1700, + "StunRatio": 15300, + "StunRatioGrowth": 700, + "SpRecovery": 50060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 382525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit DMG Multiplier", + "Desc": "{Skill:1321005, Prop:1001}", + "Param": { + "1321005": { + "Main": 22340, + "Growth": 2040, + "Format": "%", + "DamagePercentage": 22340, + "DamagePercentageGrowth": 2040, + "StunRatio": 16830, + "StunRatioGrowth": 770, + "SpRecovery": 55050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 420750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15291, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1321001, Prop:1002}", + "Param": { + "1321001": { + "Main": 2560, + "Growth": 120, + "Format": "%", + "DamagePercentage": 5120, + "DamagePercentageGrowth": 470, + "StunRatio": 2560, + "StunRatioGrowth": 120, + "SpRecovery": 8380, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64075, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1321002, Prop:1002}", + "Param": { + "1321002": { + "Main": 5380, + "Growth": 250, + "Format": "%", + "DamagePercentage": 6210, + "DamagePercentageGrowth": 570, + "StunRatio": 5380, + "StunRatioGrowth": 250, + "SpRecovery": 17610, + "SpRecoveryGrowth": 0, + "FeverRecovery": 134475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1321003, Prop:1002}", + "Param": { + "1321003": { + "Main": 6210, + "Growth": 290, + "Format": "%", + "DamagePercentage": 7820, + "DamagePercentageGrowth": 720, + "StunRatio": 6210, + "StunRatioGrowth": 290, + "SpRecovery": 20310, + "SpRecoveryGrowth": 0, + "FeverRecovery": 155375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1321004, Prop:1002}", + "Param": { + "1321004": { + "Main": 15300, + "Growth": 700, + "Format": "%", + "DamagePercentage": 18670, + "DamagePercentageGrowth": 1700, + "StunRatio": 15300, + "StunRatioGrowth": 700, + "SpRecovery": 50060, + "SpRecoveryGrowth": 0, + "FeverRecovery": 382525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13903, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "5th-Hit Daze Multiplier", + "Desc": "{Skill:1321005, Prop:1002}", + "Param": { + "1321005": { + "Main": 16830, + "Growth": 770, + "Format": "%", + "DamagePercentage": 22340, + "DamagePercentageGrowth": 2040, + "StunRatio": 16830, + "StunRatioGrowth": 770, + "SpRecovery": 55050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 420750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 15291, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Garrote - First Form", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321006, Prop:1001}", + "Param": { + "1321006": { + "Main": 22640, + "Growth": 2060, + "Format": "%", + "DamagePercentage": 22640, + "DamagePercentageGrowth": 2060, + "StunRatio": 12110, + "StunRatioGrowth": 560, + "SpRecovery": 39620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 302775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321006, Prop:1002}", + "Param": { + "1321006": { + "Main": 12110, + "Growth": 560, + "Format": "%", + "DamagePercentage": 22640, + "DamagePercentageGrowth": 2060, + "StunRatio": 12110, + "StunRatioGrowth": 560, + "SpRecovery": 39620, + "SpRecoveryGrowth": 0, + "FeverRecovery": 302775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Basic Attack: Garrote - Second Form", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321007, Prop:1001}", + "Param": { + "1321007": { + "Main": 24520, + "Growth": 2230, + "Format": "%", + "DamagePercentage": 24520, + "DamagePercentageGrowth": 2230, + "StunRatio": 12480, + "StunRatioGrowth": 570, + "SpRecovery": 40820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11336, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321007, Prop:1002}", + "Param": { + "1321007": { + "Main": 12480, + "Growth": 570, + "Format": "%", + "DamagePercentage": 24520, + "DamagePercentageGrowth": 2230, + "StunRatio": 12480, + "StunRatioGrowth": 570, + "SpRecovery": 40820, + "SpRecoveryGrowth": 0, + "FeverRecovery": 311850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11336, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Dodge: Arc Step", + "Desc": "Press to activate:\nA quick dash dodge.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Piercing Ambush", + "Desc": "Press during a dodge to activate:\nDeliver a kick to the enemy in front, causing Physical DMG." + }, + { + "Name": "Dodge Counter: Strangling Reversal", + "Desc": "Press during a Perfect Dodge to activate:\nUse Lunalux Garrote to slash surrounding enemies, dealing Fire DMG;\nWhen the attack hits an enemy, Evelyn will use Lunalux Garrote to bind the primary target and enter Binding Seal.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Dash Attack: Piercing Ambush", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321013, Prop:1001}", + "Param": { + "1321013": { + "Main": 6050, + "Growth": 550, + "Format": "%", + "DamagePercentage": 6050, + "DamagePercentageGrowth": 550, + "StunRatio": 3030, + "StunRatioGrowth": 140, + "SpRecovery": 9900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321013, Prop:1002}", + "Param": { + "1321013": { + "Main": 3030, + "Growth": 140, + "Format": "%", + "DamagePercentage": 6050, + "DamagePercentageGrowth": 550, + "StunRatio": 3030, + "StunRatioGrowth": 140, + "SpRecovery": 9900, + "SpRecoveryGrowth": 0, + "FeverRecovery": 75625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Dodge Counter: Strangling Reversal", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321014, Prop:1001}", + "Param": { + "1321014": { + "Main": 21020, + "Growth": 1920, + "Format": "%", + "DamagePercentage": 21020, + "DamagePercentageGrowth": 1920, + "StunRatio": 18710, + "StunRatioGrowth": 860, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321014, Prop:1002}", + "Param": { + "1321014": { + "Main": 18710, + "Growth": 860, + "Format": "%", + "DamagePercentage": 21020, + "DamagePercentageGrowth": 1920, + "StunRatio": 18710, + "StunRatioGrowth": 860, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Special Attack: Locked Position", + "Desc": "Before entering Binding Seal, press or to activate:\nUse Lunalux Garrote to pull the enemy and charge forward with a kick, dealing Fire DMG.\nWhen the attack hits the enemy, Evelyn will use Lunalux Garrote to bind the primary target and enter Binding Seal.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "Special Attack: Binding Sunder - First Form", + "Desc": "After entering Binding Seal, press or hold to activate:\nCentered on the target affected by Binding Seal, tether surrounding enemies and detonate an explosion, dealing Fire DMG. Binding Seal will end after detonation.\nDodge enemy attacks upon activating the skill, and if a Perfect Dodge is triggered, gain an additional 25% Burning Embers.\nAfter tethering surrounding enemies, press to cancel detonation and immediately follow up with the Basic Attack's 3rd hit.\nAnti-Interrupt level is increased while using this skill." + }, + { + "Name": "EX Special Attack: Binding Sunder - Final Form", + "Desc": "After entering Binding Seal and with enough Energy, press or hold to activate:\nCentered on the target affected by Binding Seal, tether surrounding enemies and detonate an explosion, dealing massive Fire DMG. Binding Seal will end after detonation.\nDodge enemy attacks upon activating the skill, and if a Perfect Dodge is triggered, gain an additional 25% Burning Embers.\nAfter pulling in surrounding enemies, press to cancel detonation and immediately follow up with the Basic Attack's 3rd hit.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Special Attack: Locked Position", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1321008, Prop:1001}", + "Param": { + "1321008": { + "Main": 5230, + "Growth": 480, + "Format": "%", + "DamagePercentage": 5230, + "DamagePercentageGrowth": 480, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4748, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1321008, Prop:1002}", + "Param": { + "1321008": { + "Main": 5230, + "Growth": 240, + "Format": "%", + "DamagePercentage": 5230, + "DamagePercentageGrowth": 480, + "StunRatio": 5230, + "StunRatioGrowth": 240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 261250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4748, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Special Attack: Binding Sunder - First Form", + "Param": [ + { + "Name": "Bind DMG Multiplier", + "Desc": "{Skill:1321009, Prop:1001}", + "Param": { + "1321009": { + "Main": 4040, + "Growth": 370, + "Format": "%", + "DamagePercentage": 4040, + "DamagePercentageGrowth": 370, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 201575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3664, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1321010, Prop:1001}", + "Param": { + "1321010": { + "Main": 3400, + "Growth": 310, + "Format": "%", + "DamagePercentage": 3400, + "DamagePercentageGrowth": 310, + "StunRatio": 3400, + "StunRatioGrowth": 160, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3084, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bind Daze Multiplier", + "Desc": "{Skill:1321009, Prop:1002}", + "Param": { + "1321009": { + "Main": 4040, + "Growth": 190, + "Format": "%", + "DamagePercentage": 4040, + "DamagePercentageGrowth": 370, + "StunRatio": 4040, + "StunRatioGrowth": 190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 201575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3664, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1321010, Prop:1002}", + "Param": { + "1321010": { + "Main": 3400, + "Growth": 160, + "Format": "%", + "DamagePercentage": 3400, + "DamagePercentageGrowth": 310, + "StunRatio": 3400, + "StunRatioGrowth": 160, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 169675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3084, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "EX Special Attack: Binding Sunder - Final Form", + "Param": [ + { + "Name": "Bind DMG Multiplier", + "Desc": "{Skill:1321011, Prop:1001}", + "Param": { + "1321011": { + "Main": 54120, + "Growth": 4920, + "Format": "%", + "DamagePercentage": 54120, + "DamagePercentageGrowth": 4920, + "StunRatio": 43710, + "StunRatioGrowth": 1990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1613425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44462, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion DMG Multiplier", + "Desc": "{Skill:1321012, Prop:1001}", + "Param": { + "1321012": { + "Main": 5960, + "Growth": 550, + "Format": "%", + "DamagePercentage": 5960, + "DamagePercentageGrowth": 550, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5620, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Bind Daze Multiplier", + "Desc": "{Skill:1321011, Prop:1002}", + "Param": { + "1321011": { + "Main": 43710, + "Growth": 1990, + "Format": "%", + "DamagePercentage": 54120, + "DamagePercentageGrowth": 4920, + "StunRatio": 43710, + "StunRatioGrowth": 1990, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1613425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 44462, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Explosion Daze Multiplier", + "Desc": "{Skill:1321012, Prop:1002}", + "Param": { + "1321012": { + "Main": 5960, + "Growth": 280, + "Format": "%", + "DamagePercentage": 5960, + "DamagePercentageGrowth": 550, + "StunRatio": 5960, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 171875, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 5620, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "60" } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "Chain Attack: Lunalux - Snare", + "Desc": "When a Chain Attack is triggered, select the character to activate:\nEvelyn slashes in front with multiple Lunalux Garrotes and detonates an explosion, dealing massive Fire DMG to enemies in the area.\nWhen the attack hits an enemy, Evelyn uses Lunalux Garrote to bind the primary target and enters Binding Seal.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Ultimate: Lunalux Garrote - Timbre", + "Desc": "When Decibel Rating is at Maximum, press to activate:\nEvelyn slashes in front with multiple Lunalux Garrotes and detonates an explosion, dealing massive Fire DMG to enemies in the area.\nUpon activating this skill, Evelyn removes her jacket and enters the Dance of Awakened Fire state, which lasts for the entire battle. While in the Dance of Awakened Fire state, when Evelyn consumes Burning Tether Points to activate Chain Attack: Lunalux - Snare, she will retain 1 point of Burning Tether Point. When the attack hits an enemy, Evelyn uses Lunalux Garrote to bind the primary target, entering Binding Seal.\nCharacter is invulnerable while using this skill.\nAfter using this skill, gain 1 Burning Tether Point." + }, + { + "Name": "Ultimate: Lunalux Garrote - Shadow", + "Desc": "While under the Dance of Awakened Fire state, and when Decibel Rating is at Maximum, press to activate:\nEvelyn slashes in front with multiple Lunalux Garrotes and detonates an explosion, dealing massive Fire DMG to enemies in the area.\nWhen the attack hits an enemy, Evelyn uses Lunalux Garrote to bind the primary target and enters Binding Seal.\nCharacter is invulnerable while using this skill.\nAfter using this skill, gain 1 Burning Tether Point." + }, + { + "Name": "Chain Attack: Lunalux - Snare", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321015, Prop:1001}", + "Param": { + "1321015": { + "Main": 82930, + "Growth": 7540, + "Format": "%", + "DamagePercentage": 82930, + "DamagePercentageGrowth": 7540, + "StunRatio": 23660, + "StunRatioGrowth": 1080, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1694275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29017, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321015, Prop:1002}", + "Param": { + "1321015": { + "Main": 23660, + "Growth": 1080, + "Format": "%", + "DamagePercentage": 82930, + "DamagePercentageGrowth": 7540, + "StunRatio": 23660, + "StunRatioGrowth": 1080, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1694275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 29017, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Lunalux Garrote - Timbre", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321016, Prop:1001}", + "Param": { + "1321016": { + "Main": 198850, + "Growth": 18080, + "Format": "%", + "DamagePercentage": 198850, + "DamagePercentageGrowth": 18080, + "StunRatio": 26040, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321016, Prop:1002}", + "Param": { + "1321016": { + "Main": 26040, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 198850, + "DamagePercentageGrowth": 18080, + "StunRatio": 26040, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Ultimate: Lunalux Garrote - Shadow", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321016, Prop:1001}", + "Param": { + "1321016": { + "Main": 198850, + "Growth": 18080, + "Format": "%", + "DamagePercentage": 198850, + "DamagePercentageGrowth": 18080, + "StunRatio": 26040, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23670, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321016, Prop:1002}", + "Param": { + "1321016": { + "Main": 26040, + "Growth": 1190, + "Format": "%", + "DamagePercentage": 198850, + "DamagePercentageGrowth": 18080, + "StunRatio": 26040, + "StunRatioGrowth": 1190, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23670, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Quick Assist: Fierce Blade", + "Desc": "When the active character is launched, press to activate:\nUse Lunalux Garrote to slash surrounding enemies, dealing Fire DMG.\nWhen the attack hits an enemy, Evelyn will use Lunalux Garrote to bind the primary target and enter Binding Seal.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Defensive Assist: Silent Protection", + "Desc": "When the on-field character is about to be attacked, press to activate:\nParries the enemy's attack, dealing massive Daze.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Assist Follow-Up: Course Disruption", + "Desc": "Press after a Defensive Assist to activate:\nEvelyn slashes with Lunalux Garrote, then triggers an explosion ahead, dealing Fire DMG.\nWhen the attack hits an enemy, Evelyn will use Lunalux Garrote to bind the primary target and enter Binding Seal.\nCharacter is invulnerable while using this skill." + }, + { + "Name": "Quick Assist: Fierce Blade", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321017, Prop:1001}", + "Param": { + "1321017": { + "Main": 7710, + "Growth": 710, + "Format": "%", + "DamagePercentage": 7710, + "DamagePercentageGrowth": 710, + "StunRatio": 7710, + "StunRatioGrowth": 360, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321017, Prop:1002}", + "Param": { + "1321017": { + "Main": 7710, + "Growth": 360, + "Format": "%", + "DamagePercentage": 7710, + "DamagePercentageGrowth": 710, + "StunRatio": 7710, + "StunRatioGrowth": 360, + "SpRecovery": 25220, + "SpRecoveryGrowth": 0, + "FeverRecovery": 192775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Defensive Assist: Silent Protection", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1321018, Prop:1002}", + "Param": { + "1321018": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1321019, Prop:1002}", + "Param": { + "1321019": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1321020, Prop:1002}", + "Param": { + "1321020": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Assist Follow-Up: Course Disruption", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1321021, Prop:1001}", + "Param": { + "1321021": { + "Main": 29160, + "Growth": 2660, + "Format": "%", + "DamagePercentage": 29160, + "DamagePercentageGrowth": 2660, + "StunRatio": 24900, + "StunRatioGrowth": 1140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 835725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24567, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1321021, Prop:1002}", + "Param": { + "1321021": { + "Main": 24900, + "Growth": 1140, + "Format": "%", + "DamagePercentage": 29160, + "DamagePercentageGrowth": 2660, + "StunRatio": 24900, + "StunRatioGrowth": 1140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 835725, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24567, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100111": 2 }, + "2": { "10": 3000, "100111": 3 }, + "3": { "10": 6000, "100121": 2 }, + "4": { "10": 9000, "100121": 3 }, + "5": { "10": 12000, "100121": 4 }, + "6": { "10": 18000, "100121": 6 }, + "7": { "10": 45000, "100131": 5 }, + "8": { "10": 67500, "100131": 8 }, + "9": { "10": 90000, "100131": 10 }, + "10": { "10": 112500, "100131": 12 }, + "11": { "10": 135000, "100131": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1321001": { + "Name": "Basic Attack: Razor Wire (1st, 2nd, and 3rd hit)", + "Desc": "", + "ElementType": 200, + "HitType": 101 + }, + "1321002": { + "Name": "Basic Attack: Razor Wire (4th and 5th hit)", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1321003": { + "Name": "Basic Attack: Razor Wire (Binding Sunder canceling explosion)", + "Desc": " (Binding Sunder) ; (Before Binding Sunder's explosion) ; ; ", + "ElementType": 201, + "HitType": 101 + }, + "1321004": { + "Name": "Basic Attack: Garrote", + "Desc": " (Hold)", + "ElementType": 201, + "HitType": 101 + }, + "1321005": { + "Name": "Basic Attack: Garrote", + "Desc": " (Before Binding Sunder's explosion) (Hold)", + "ElementType": 201, + "HitType": 101 + }, + "1321006": { + "Name": "Special Attack: Locked Position", + "Desc": " (Before Binding Seal)", + "ElementType": 201, + "HitType": 101 + }, + "1321007": { + "Name": "Special Attack: Binding Sunder - First Form", + "Desc": " (After Binding Seal)", + "ElementType": 201, + "HitType": 101 + }, + "1321008": { + "Name": "EX Special Attack: Binding Sunder - Final Form", + "Desc": " (After Binding Seal)", + "ElementType": 201, + "HitType": 101 + }, + "1321009": { + "Name": "Dash Attack: Piercing Ambush", + "Desc": " ; ", + "ElementType": 200, + "HitType": 101 + }, + "1321010": { + "Name": "Dodge Counter: Strangling Reversal", + "Desc": " (Perfect) ; ", + "ElementType": 201, + "HitType": 101 + }, + "1321011": { + "Name": "Chain Attack: Lunalux - Snare", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1321012": { + "Name": "Ultimate: Lunalux Garrote - Timbre", + "Desc": "", + "ElementType": 201, + "HitType": 101 + }, + "1321013": { + "Name": "Ultimate: Lunalux Garrote - Shadow", + "Desc": " (During Dance of Awakened Fire)", + "ElementType": 201, + "HitType": 101 + }, + "1321014": { + "Name": "Quick Assist: Fierce Blade", + "Desc": " (When Triggering Quick Assist)", + "ElementType": 201, + "HitType": 101 + }, + "1321015": { + "Name": "Defensive Assist: Silent Protection", + "Desc": " (When Triggering Defensive Assist)", + "ElementType": 0, + "HitType": 0 + }, + "1321016": { + "Name": "Assist Follow-Up: Course Disruption", + "Desc": " (After Defensive Assist)", + "ElementType": 201, + "HitType": 101 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1321501, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 12.5%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "2": { + "Level": 2, + "Id": 1321502, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 14.6%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "3": { + "Level": 3, + "Id": 1321503, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 16.7%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "4": { + "Level": 4, + "Id": 1321504, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 18.8%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "5": { + "Level": 5, + "Id": 1321505, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 20.8%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "6": { + "Level": 6, + "Id": 1321506, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 23%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + }, + "7": { + "Level": 7, + "Id": 1321507, + "Name": ["Core Passive: Entangle", "Additional Ability: Ambush Point"], + "Desc": [ + "Upon entering Binding Seal, Evelyn's CRIT Rate increases by 25%. After leaving Binding Seal, she retains the buff for 10s. If Evelyn switches to another character while in Binding Seal, she will automatically follow up with Special Attack: Binding Sunder - First Form.", + "When another character in your squad is a Stun or Support character:\nEvelyn's Chain Attack and Ultimate DMG increases by 30%. When Evelyn's CRIT Rate is at or over 80%, the DMG multiplier for her Chain Attack and Ultimate increases to 125% of the original value." + ] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110504": 2 }, + "3": { "10": 28000, "110504": 4 }, + "4": { "10": 60000, "110004": 2, "110504": 9 }, + "5": { "10": 100000, "110004": 3, "110504": 15 }, + "6": { "10": 200000, "110004": 4, "110504": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Dreamweave", + "Desc": "Upon entering the battlefield, Evelyn immediately gains 1,500 Decibels. Enemies affected by Binding Seal will be Bound. When Evelyn attacks Bound enemies, she ignores 12% of their DEF. When Evelyn uses Special Attack: Binding Sunder - First Form or EX Special Attack: Binding Sunder - Final Form, the Bound effect spreads to all enemies hit by the skill. This spread Bound effect lasts for 10s.", + "Desc2": "The distant, blurred light seemed to be a dream she had crafted, an unreachable future. It wasn't about atonement, but a yearning for freedom.\n\"You want it too, don't you? A real life.\" An anonymous former coworker once asked Evelyn." + }, + "2": { + "Level": 2, + "Name": "Dance of Fire", + "Desc": "Evelyn's ATK increases by 15%. When Evelyn uses Basic Attack: Garrote - First Form or Basic Attack: Garrote - Second Form, the Burning Embers consumed will be returned. This effect can trigger once every 25s. When Evelyn consumes Burning Tether Point to trigger Chain Attack: Lunalux - Snare, the skill's Interrupt Level increases.", + "Desc2": "\"To me, that light was unfamiliar, something I should have steered clear of, but it broke through every barrier, as though it was trying to remind me that beyond the darkness, there was something worth chasing.\"\nWhen Evelyn recalls the first time she met Astra Yao, there's a rare softness in her tone." + }, + "3": { + "Level": 3, + "Name": "Metamorphosis", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "At that moment, she frees herself from her restraints and becomes her truest self. The tightened ropes snap, and the chains turn into a broken cocoon. Evelyn stands at the boundary of rebirth, and in her cold, sharp gaze, there is the flicker of a faint, soft glow." + }, + "4": { + "Level": 4, + "Name": "Fate's Melody", + "Desc": "Upon activating a Chain Attack or Ultimate, Evelyn immediately gains a shield equal to 10% of her Max HP. While this shield exists, Evelyn's CRIT DMG increases by 40%.", + "Desc2": "\"You know, Eve? Every time I meet someone important to me, my heart goes 'thump-thump!'\"\nEvelyn sighs, signaling that it was getting late. Astra quickly fastens the back of her gown and rushed out the door.\n\"Thump thump,\" Evelyn mutters to herself, left alone in the dressing room." + }, + "5": { + "Level": 5, + "Name": "Crimson Threads Like the Dawn", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Her threads, dyed crimson like the clouds at dawn.\nAfter each attack, she spins elegantly, blazing flames scattering like the morning light. No words are needed — Evelyn's protection has turned into a radiant flame." + }, + "6": { + "Level": 6, + "Name": "Bond of Light and Shadow", + "Desc": "Upon launching a Chain Attack or Ultimate, Evelyn gains Shadowstring Edge for 20s. During Shadowstring Edge, when Evelyn hits her primary target with a Basic Attack, Dash Attack, Special Attack, or EX Special Attack, she additionally executes a Lunalux Garrote follow-up attack, dealing Fire DMG equal to 375% of her ATK to enemies in the area. This DMG is considered Chain Attack DMG and can trigger up to 16 times. Gaining another Shadowstring Edge will refresh the trigger count.", + "Desc2": "Where there is light, there will always be shadow.\nIt silently hides, tracing the light's path, guarding each bright burst. The shadow never tries to steal the light's brilliance, but at every turn, it quietly fills those corners the light cannot reach. The two have never been separated, nor can they be — light is whole because of shadow, and shadow exists because of light. It's an eternal pursuit, an unspeakable connection." + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1351.json b/libs/zzz/dm/HakushinData/character/1351.json new file mode 100644 index 0000000000..d050ab10ef --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1351.json @@ -0,0 +1,1133 @@ +{ + "Id": 1351, + "Icon": "IconRole38", + "Name": "Pulchra", + "CodeName": "Pulchra Feliny", + "Rarity": 3, + "WeaponType": { "2": "Stun" }, + "ElementType": { "200": "Physical" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "4": "Sons of Calydon" }, + "Gender": 2, + "PartnerInfo": {}, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 96, + "AttackGrowth": 54887, + "AvatarPieceId": 5351, + "BreakStun": 118, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66203, + "ElementAbnormalPower": 92, + "ElementMystery": 90, + "Endurance": 0, + "HpGrowth": 830642, + "HpMax": 612, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Pulchra", + "Cut", + "Physics", + "Female", + "Camp4", + "Size3", + "AidTypeEvade", + "Pulchra" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 420, + "Attack": 34, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 840, + "Attack": 68, + "Defence": 67, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1260, + "Attack": 103, + "Defence": 100, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1680, + "Attack": 137, + "Defence": 134, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2100, + "Attack": 171, + "Defence": 167, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "Pulchra_Skill_Normal_Title", + "Desc": "Pulchra_Skill_Normal_Desc" + }, + { + "Name": "Pulchra_Skill_Normal_Charge_Title", + "Desc": "Pulchra_Skill_Normal_Charge_Desc" + }, + { + "Name": "Pulchra_Skill_Normal_Title", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1351001, Prop:1001}", + "Param": { + "1351001": { + "Main": 3570, + "Growth": 330, + "Format": "%", + "DamagePercentage": 3570, + "DamagePercentageGrowth": 330, + "StunRatio": 2850, + "StunRatioGrowth": 130, + "SpRecovery": 10260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2848, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1351002, Prop:1001}", + "Param": { + "1351002": { + "Main": 11350, + "Growth": 1040, + "Format": "%", + "DamagePercentage": 11350, + "DamagePercentageGrowth": 1040, + "StunRatio": 8820, + "StunRatioGrowth": 410, + "SpRecovery": 31750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 242550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8819, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1351003, Prop:1001}", + "Param": { + "1351003": { + "Main": 23730, + "Growth": 2160, + "Format": "%", + "DamagePercentage": 23730, + "DamagePercentageGrowth": 2160, + "StunRatio": 18060, + "StunRatioGrowth": 830, + "SpRecovery": 65000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 496650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18052, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1351001, Prop:1002}", + "Param": { + "1351001": { + "Main": 2850, + "Growth": 130, + "Format": "%", + "DamagePercentage": 3570, + "DamagePercentageGrowth": 330, + "StunRatio": 2850, + "StunRatioGrowth": 130, + "SpRecovery": 10260, + "SpRecoveryGrowth": 0, + "FeverRecovery": 78375, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2848, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1351002, Prop:1002}", + "Param": { + "1351002": { + "Main": 8820, + "Growth": 410, + "Format": "%", + "DamagePercentage": 11350, + "DamagePercentageGrowth": 1040, + "StunRatio": 8820, + "StunRatioGrowth": 410, + "SpRecovery": 31750, + "SpRecoveryGrowth": 0, + "FeverRecovery": 242550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 8819, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1351003, Prop:1002}", + "Param": { + "1351003": { + "Main": 18060, + "Growth": 830, + "Format": "%", + "DamagePercentage": 23730, + "DamagePercentageGrowth": 2160, + "StunRatio": 18060, + "StunRatioGrowth": 830, + "SpRecovery": 65000, + "SpRecoveryGrowth": 0, + "FeverRecovery": 496650, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 18052, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_Normal_Charge_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351004, Prop:1001}", + "Param": { + "1351004": { + "Main": 13500, + "Growth": 1230, + "Format": "%", + "DamagePercentage": 13500, + "DamagePercentageGrowth": 1230, + "StunRatio": 10800, + "StunRatioGrowth": 500, + "SpRecovery": 38880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 297000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10797, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351004, Prop:1002}", + "Param": { + "1351004": { + "Main": 10800, + "Growth": 500, + "Format": "%", + "DamagePercentage": 13500, + "DamagePercentageGrowth": 1230, + "StunRatio": 10800, + "StunRatioGrowth": 500, + "SpRecovery": 38880, + "SpRecoveryGrowth": 0, + "FeverRecovery": 297000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 10797, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "Pulchra_Skill_Evade_Title", + "Desc": "Pulchra_Skill_Evade_Desc" + }, + { + "Name": "Pulchra_Skill_Rush_Title", + "Desc": "Pulchra_Skill_Rush_Desc" + }, + { + "Name": "Pulchra_Skill_Counter_Title", + "Desc": "Pulchra_Skill_Counter_Desc" + }, + { + "Name": "Pulchra_Skill_Rush_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351009, Prop:1001}", + "Param": { + "1351009": { + "Main": 4830, + "Growth": 440, + "Format": "%", + "DamagePercentage": 4830, + "DamagePercentageGrowth": 440, + "StunRatio": 2420, + "StunRatioGrowth": 110, + "SpRecovery": 8700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2414, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351009, Prop:1002}", + "Param": { + "1351009": { + "Main": 2420, + "Growth": 110, + "Format": "%", + "DamagePercentage": 4830, + "DamagePercentageGrowth": 440, + "StunRatio": 2420, + "StunRatioGrowth": 110, + "SpRecovery": 8700, + "SpRecoveryGrowth": 0, + "FeverRecovery": 66550, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2414, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_Counter_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351010, Prop:1001}", + "Param": { + "1351010": { + "Main": 20180, + "Growth": 1840, + "Format": "%", + "DamagePercentage": 20180, + "DamagePercentageGrowth": 1840, + "StunRatio": 17830, + "StunRatioGrowth": 820, + "SpRecovery": 28190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7829, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351010, Prop:1002}", + "Param": { + "1351010": { + "Main": 17830, + "Growth": 820, + "Format": "%", + "DamagePercentage": 20180, + "DamagePercentageGrowth": 1840, + "StunRatio": 17830, + "StunRatioGrowth": 820, + "SpRecovery": 28190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7829, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "Pulchra_Skill_Special_Title", + "Desc": "Pulchra_Skill_Special_Desc" + }, + { + "Name": "Pulchra_Skill_Special_ChainAttack_Title", + "Desc": "Pulchra_Skill_Special_ChainAttack_Desc" + }, + { + "Name": "Pulchra_Skill_ExSpecial_Title", + "Desc": "Pulchra_Skill_ExSpecial_Desc" + }, + { + "Name": "Pulchra_Skill_Special_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351005, Prop:1001}", + "Param": { + "1351005": { + "Main": 2510, + "Growth": 230, + "Format": "%", + "DamagePercentage": 2510, + "DamagePercentageGrowth": 230, + "StunRatio": 5010, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351005, Prop:1002}", + "Param": { + "1351005": { + "Main": 5010, + "Growth": 230, + "Format": "%", + "DamagePercentage": 2510, + "DamagePercentageGrowth": 230, + "StunRatio": 5010, + "StunRatioGrowth": 230, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 137775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_Special_ChainAttack_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351006, Prop:1001}", + "Param": { + "1351006": { + "Main": 16810, + "Growth": 1530, + "Format": "%", + "DamagePercentage": 16810, + "DamagePercentageGrowth": 1530, + "StunRatio": 9170, + "StunRatioGrowth": 420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 328625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9861, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Pulchra_Property_Special_ChainAttack_Desc_Dmg_01", + "Desc": "{Skill:1351007, Prop:1001}", + "Param": { + "1351007": { + "Main": 54060, + "Growth": 4920, + "Format": "%", + "DamagePercentage": 54060, + "DamagePercentageGrowth": 4920, + "StunRatio": 22620, + "StunRatioGrowth": 1030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 764775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23913, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351006, Prop:1002}", + "Param": { + "1351006": { + "Main": 9170, + "Growth": 420, + "Format": "%", + "DamagePercentage": 16810, + "DamagePercentageGrowth": 1530, + "StunRatio": 9170, + "StunRatioGrowth": 420, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 328625, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9861, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Pulchra_Property_Special_ChainAttack_Desc_Stun_01", + "Desc": "{Skill:1351007, Prop:1002}", + "Param": { + "1351007": { + "Main": 22620, + "Growth": 1030, + "Format": "%", + "DamagePercentage": 54060, + "DamagePercentageGrowth": 4920, + "StunRatio": 22620, + "StunRatioGrowth": 1030, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 764775, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 23913, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_ExSpecial_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351008, Prop:1001}", + "Param": { + "1351008": { + "Main": 47320, + "Growth": 4310, + "Format": "%", + "DamagePercentage": 47320, + "DamagePercentageGrowth": 4310, + "StunRatio": 18740, + "StunRatioGrowth": 860, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 712250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20526, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351008, Prop:1002}", + "Param": { + "1351008": { + "Main": 18740, + "Growth": 860, + "Format": "%", + "DamagePercentage": 47320, + "DamagePercentageGrowth": 4310, + "StunRatio": 18740, + "StunRatioGrowth": 860, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 712250, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20526, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Energy Cost", + "Desc": "Pulchra_Property_ExSpecial_SpCostValue_01" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { "Name": "Pulchra_Skill_QTE_Title", "Desc": "Pulchra_Skill_QTE_Desc" }, + { + "Name": "Pulchra_Skill_ExQTE_Title", + "Desc": "Pulchra_Skill_ExQTE_Desc" + }, + { + "Name": "Pulchra_Skill_QTE_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351011, Prop:1001}", + "Param": { + "1351011": { + "Main": 53410, + "Growth": 4860, + "Format": "%", + "DamagePercentage": 53410, + "DamagePercentageGrowth": 4860, + "StunRatio": 13510, + "StunRatioGrowth": 620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2200275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33453, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351011, Prop:1002}", + "Param": { + "1351011": { + "Main": 13510, + "Growth": 620, + "Format": "%", + "DamagePercentage": 53410, + "DamagePercentageGrowth": 4860, + "StunRatio": 13510, + "StunRatioGrowth": 620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2200275, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 33453, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_ExQTE_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351012, Prop:1001}", + "Param": { + "1351012": { + "Main": 151050, + "Growth": 13740, + "Format": "%", + "DamagePercentage": 151050, + "DamagePercentageGrowth": 13740, + "StunRatio": 98970, + "StunRatioGrowth": 4500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20836, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351012, Prop:1002}", + "Param": { + "1351012": { + "Main": 98970, + "Growth": 4500, + "Format": "%", + "DamagePercentage": 151050, + "DamagePercentageGrowth": 13740, + "StunRatio": 98970, + "StunRatioGrowth": 4500, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 20836, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "Pulchra_Skill_BeHitAid_Title", + "Desc": "Pulchra_Skill_BeHitAid_Desc" + }, + { + "Name": "Pulchra_Skill_EvadeAid_Title", + "Desc": "Pulchra_Skill_EvadeAid_Desc" + }, + { + "Name": "Pulchra_Skill_AssaultAid_Title", + "Desc": "Pulchra_Skill_AssaultAid_Desc" + }, + { + "Name": "Pulchra_Skill_BeHitAid_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351013, Prop:1001}", + "Param": { + "1351013": { + "Main": 7830, + "Growth": 720, + "Format": "%", + "DamagePercentage": 7830, + "DamagePercentageGrowth": 720, + "StunRatio": 7830, + "StunRatioGrowth": 360, + "SpRecovery": 28190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7829, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351013, Prop:1002}", + "Param": { + "1351013": { + "Main": 7830, + "Growth": 360, + "Format": "%", + "DamagePercentage": 7830, + "DamagePercentageGrowth": 720, + "StunRatio": 7830, + "StunRatioGrowth": 360, + "SpRecovery": 28190, + "SpRecoveryGrowth": 0, + "FeverRecovery": 215325, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7829, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "Pulchra_Skill_AssaultAid_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1351014, Prop:1001}", + "Param": { + "1351014": { + "Main": 30710, + "Growth": 2800, + "Format": "%", + "DamagePercentage": 30710, + "DamagePercentageGrowth": 2800, + "StunRatio": 55780, + "StunRatioGrowth": 2540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 959475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28617, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1351014, Prop:1002}", + "Param": { + "1351014": { + "Main": 55780, + "Growth": 2540, + "Format": "%", + "DamagePercentage": 30710, + "DamagePercentageGrowth": 2800, + "StunRatio": 55780, + "StunRatioGrowth": 2540, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 959475, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 28617, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100110": 2 }, + "2": { "10": 3000, "100110": 3 }, + "3": { "10": 6000, "100120": 2 }, + "4": { "10": 9000, "100120": 3 }, + "5": { "10": 12000, "100120": 4 }, + "6": { "10": 18000, "100120": 6 }, + "7": { "10": 45000, "100130": 5 }, + "8": { "10": 67500, "100130": 8 }, + "9": { "10": 90000, "100130": 10 }, + "10": { "10": 112500, "100130": 12 }, + "11": { "10": 135000, "100130": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": {}, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1351501, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_01_Desc", "Pulchra_MathSkill_Desc"] + }, + "2": { + "Level": 2, + "Id": 1351502, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_02_Desc", "Pulchra_MathSkill_Desc"] + }, + "3": { + "Level": 3, + "Id": 1351503, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_03_Desc", "Pulchra_MathSkill_Desc"] + }, + "4": { + "Level": 4, + "Id": 1351504, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_04_Desc", "Pulchra_MathSkill_Desc"] + }, + "5": { + "Level": 5, + "Id": 1351505, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_05_Desc", "Pulchra_MathSkill_Desc"] + }, + "6": { + "Level": 6, + "Id": 1351506, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_06_Desc", "Pulchra_MathSkill_Desc"] + }, + "7": { + "Level": 7, + "Id": 1351507, + "Name": ["Pulchra_UniqueSkill_Title", "Pulchra_MathSkill_Title"], + "Desc": ["Pulchra_UniqueSkill_07_Desc", "Pulchra_MathSkill_Desc"] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110507": 2 }, + "3": { "10": 28000, "110507": 4 }, + "4": { "10": 60000, "110004": 2, "110507": 9 }, + "5": { "10": 100000, "110004": 3, "110507": 15 }, + "6": { "10": 200000, "110004": 4, "110507": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "Pulchra_Talent_01_Title", + "Desc": "Pulchra_Talent_01_Desc_01", + "Desc2": "Pulchra_Talent_01_Desc_02" + }, + "2": { + "Level": 2, + "Name": "Pulchra_Talent_02_Title", + "Desc": "Pulchra_Talent_02_Desc_01", + "Desc2": "Pulchra_Talent_02_Desc_02" + }, + "3": { + "Level": 3, + "Name": "Pulchra_Talent_03_Title", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Pulchra_Talent_03_Desc_02" + }, + "4": { + "Level": 4, + "Name": "Pulchra_Talent_04_Title", + "Desc": "Pulchra_Talent_04_Desc_01", + "Desc2": "Pulchra_Talent_04_Desc_02" + }, + "5": { + "Level": 5, + "Name": "Pulchra_Talent_05_Title", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "Pulchra_Talent_05_Desc_02" + }, + "6": { + "Level": 6, + "Name": "Pulchra_Talent_06_Title", + "Desc": "Pulchra_Talent_06_Desc_01", + "Desc2": "Pulchra_Talent_06_Desc_02" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1361.json b/libs/zzz/dm/HakushinData/character/1361.json new file mode 100644 index 0000000000..9f302e7639 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1361.json @@ -0,0 +1,1312 @@ +{ + "Id": 1361, + "Icon": "IconRole39", + "Name": "Trigger", + "CodeName": "Trigger", + "Rarity": 4, + "WeaponType": { "2": "Stun" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "103": "Pierce" }, + "Camp": { "5": "Obol Squad" }, + "Gender": 2, + "PartnerInfo": {}, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 108, + "AttackGrowth": 63517, + "AvatarPieceId": 5361, + "BreakStun": 113, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 48, + "DefenceGrowth": 65524, + "ElementAbnormalPower": 96, + "ElementMystery": 95, + "Endurance": 0, + "HpGrowth": 864437, + "HpMax": 637, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "Trigger", + "Pierce", + "Electric", + "Female", + "Camp5", + "Size3", + "AidTypeParry", + "Trigger" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100212": 4 } + }, + "2": { + "HpMax": 437, + "Attack": 39, + "Defence": 33, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100222": 12 } + }, + "3": { + "HpMax": 874, + "Attack": 77, + "Defence": 66, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100222": 20 } + }, + "4": { + "HpMax": 1311, + "Attack": 116, + "Defence": 99, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100232": 10 } + }, + "5": { + "HpMax": 1749, + "Attack": 154, + "Defence": 133, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100232": 20 } + }, + "6": { + "HpMax": 2186, + "Attack": 193, + "Defence": 166, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 6 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 12 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "12201": { + "Prop": 12201, + "Name": "Impact", + "Format": "{0:0.#}", + "Value": 18 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { + "Name": "...", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1361001, Prop:1001}", + "Param": { + "1361001": { + "Main": 3450, + "Growth": 320, + "Format": "%", + "DamagePercentage": 3450, + "DamagePercentageGrowth": 320, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1361002, Prop:1001}", + "Param": { + "1361002": { + "Main": 5690, + "Growth": 520, + "Format": "%", + "DamagePercentage": 5690, + "DamagePercentageGrowth": 520, + "StunRatio": 3560, + "StunRatioGrowth": 170, + "SpRecovery": 11630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1361003, Prop:1001}", + "Param": { + "1361003": { + "Main": 11090, + "Growth": 1010, + "Format": "%", + "DamagePercentage": 11090, + "DamagePercentageGrowth": 1010, + "StunRatio": 7070, + "StunRatioGrowth": 330, + "SpRecovery": 33570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1361004, Prop:1001}", + "Param": { + "1361004": { + "Main": 24300, + "Growth": 2210, + "Format": "%", + "DamagePercentage": 24300, + "DamagePercentageGrowth": 2210, + "StunRatio": 15560, + "StunRatioGrowth": 710, + "SpRecovery": 80210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 612700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17441, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1361001, Prop:1002}", + "Param": { + "1361001": { + "Main": 2160, + "Growth": 100, + "Format": "%", + "DamagePercentage": 3450, + "DamagePercentageGrowth": 320, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1361002, Prop:1002}", + "Param": { + "1361002": { + "Main": 3560, + "Growth": 170, + "Format": "%", + "DamagePercentage": 5690, + "DamagePercentageGrowth": 520, + "StunRatio": 3560, + "StunRatioGrowth": 170, + "SpRecovery": 11630, + "SpRecoveryGrowth": 0, + "FeverRecovery": 89100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1361003, Prop:1002}", + "Param": { + "1361003": { + "Main": 7070, + "Growth": 330, + "Format": "%", + "DamagePercentage": 11090, + "DamagePercentageGrowth": 1010, + "StunRatio": 7070, + "StunRatioGrowth": 330, + "SpRecovery": 33570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1361004, Prop:1002}", + "Param": { + "1361004": { + "Main": 15560, + "Growth": 710, + "Format": "%", + "DamagePercentage": 24300, + "DamagePercentageGrowth": 2210, + "StunRatio": 15560, + "StunRatioGrowth": 710, + "SpRecovery": 80210, + "SpRecoveryGrowth": 0, + "FeverRecovery": 612700, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17441, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "...", + "Desc": "{Skill:1361005, Prop:1001}", + "Param": { + "1361005": { + "Main": 5750, + "Growth": 530, + "Format": "%", + "DamagePercentage": 5750, + "DamagePercentageGrowth": 530, + "StunRatio": 3600, + "StunRatioGrowth": 170, + "SpRecovery": 11760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 359425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13061, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "...", + "Desc": "{Skill:1361006, Prop:1001}", + "Param": { + "1361006": { + "Main": 23390, + "Growth": 2130, + "Format": "%", + "DamagePercentage": 23390, + "DamagePercentageGrowth": 2130, + "StunRatio": 14880, + "StunRatioGrowth": 680, + "SpRecovery": 69570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 531575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19322, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "...", + "Desc": "{Skill:1361007, Prop:1001}", + "Param": { + "1361007": { + "Main": 18040, + "Growth": 1640, + "Format": "%", + "DamagePercentage": 18040, + "DamagePercentageGrowth": 1640, + "StunRatio": 11480, + "StunRatioGrowth": 530, + "SpRecovery": 53680, + "SpRecoveryGrowth": 0, + "FeverRecovery": 410025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14908, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "...", + "Desc": "{Skill:1361005, Prop:1002}", + "Param": { + "1361005": { + "Main": 3600, + "Growth": 170, + "Format": "%", + "DamagePercentage": 5750, + "DamagePercentageGrowth": 530, + "StunRatio": 3600, + "StunRatioGrowth": 170, + "SpRecovery": 11760, + "SpRecoveryGrowth": 0, + "FeverRecovery": 359425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 13061, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "...", + "Desc": "{Skill:1361006, Prop:1002}", + "Param": { + "1361006": { + "Main": 14880, + "Growth": 680, + "Format": "%", + "DamagePercentage": 23390, + "DamagePercentageGrowth": 2130, + "StunRatio": 14880, + "StunRatioGrowth": 680, + "SpRecovery": 69570, + "SpRecoveryGrowth": 0, + "FeverRecovery": 531575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 19322, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "...", + "Desc": "{Skill:1361007, Prop:1002}", + "Param": { + "1361007": { + "Main": 11480, + "Growth": 530, + "Format": "%", + "DamagePercentage": 18040, + "DamagePercentageGrowth": 1640, + "StunRatio": 11480, + "StunRatioGrowth": 530, + "SpRecovery": 53680, + "SpRecoveryGrowth": 0, + "FeverRecovery": 410025, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 14908, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1361008, Prop:1001}", + "Param": { + "1361008": { + "Main": 7160, + "Growth": 660, + "Format": "%", + "DamagePercentage": 7160, + "DamagePercentageGrowth": 660, + "StunRatio": 6017, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1361008, Prop:1002}", + "Param": { + "1361008": { + "Main": 6017, + "Growth": 280, + "Format": "%", + "DamagePercentage": 7160, + "DamagePercentageGrowth": 660, + "StunRatio": 6017, + "StunRatioGrowth": 280, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361011, Prop:1001}", + "Param": { + "1361011": { + "Main": 5140, + "Growth": 470, + "Format": "%", + "DamagePercentage": 5140, + "DamagePercentageGrowth": 470, + "StunRatio": 2570, + "StunRatioGrowth": 120, + "SpRecovery": 8410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361011, Prop:1002}", + "Param": { + "1361011": { + "Main": 2570, + "Growth": 120, + "Format": "%", + "DamagePercentage": 5140, + "DamagePercentageGrowth": 470, + "StunRatio": 2570, + "StunRatioGrowth": 120, + "SpRecovery": 8410, + "SpRecoveryGrowth": 0, + "FeverRecovery": 64350, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361012, Prop:1001}", + "Param": { + "1361012": { + "Main": 26970, + "Growth": 2460, + "Format": "%", + "DamagePercentage": 26970, + "DamagePercentageGrowth": 2460, + "StunRatio": 23290, + "StunRatioGrowth": 1060, + "SpRecovery": 40200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 307175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11166, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361012, Prop:1002}", + "Param": { + "1361012": { + "Main": 23290, + "Growth": 1060, + "Format": "%", + "DamagePercentage": 26970, + "DamagePercentageGrowth": 2460, + "StunRatio": 23290, + "StunRatioGrowth": 1060, + "SpRecovery": 40200, + "SpRecoveryGrowth": 0, + "FeverRecovery": 307175, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11166, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361009, Prop:1001}", + "Param": { + "1361009": { + "Main": 7150, + "Growth": 650, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 7150, + "StunRatioGrowth": 330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 178750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6500, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361009, Prop:1002}", + "Param": { + "1361009": { + "Main": 7150, + "Growth": 330, + "Format": "%", + "DamagePercentage": 7150, + "DamagePercentageGrowth": 650, + "StunRatio": 7150, + "StunRatioGrowth": 330, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 178750, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6500, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361010, Prop:1001}", + "Param": { + "1361010": { + "Main": 72600, + "Growth": 6600, + "Format": "%", + "DamagePercentage": 72600, + "DamagePercentageGrowth": 6600, + "StunRatio": 60870, + "StunRatioGrowth": 2770, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2108425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 60666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361010, Prop:1002}", + "Param": { + "1361010": { + "Main": 60870, + "Growth": 2770, + "Format": "%", + "DamagePercentage": 72600, + "DamagePercentageGrowth": 6600, + "StunRatio": 60870, + "StunRatioGrowth": 2770, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2108425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 60666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { "Name": "Energy Cost", "Desc": "..." } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361013, Prop:1001}", + "Param": { + "1361013": { + "Main": 57470, + "Growth": 5230, + "Format": "%", + "DamagePercentage": 57470, + "DamagePercentageGrowth": 5230, + "StunRatio": 13580, + "StunRatioGrowth": 620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2168100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32286, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361013, Prop:1002}", + "Param": { + "1361013": { + "Main": 13580, + "Growth": 620, + "Format": "%", + "DamagePercentage": 57470, + "DamagePercentageGrowth": 5230, + "StunRatio": 13580, + "StunRatioGrowth": 620, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2168100, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32286, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361014, Prop:1001}", + "Param": { + "1361014": { + "Main": 210770, + "Growth": 19170, + "Format": "%", + "DamagePercentage": 210770, + "DamagePercentageGrowth": 19170, + "StunRatio": 122990, + "StunRatioGrowth": 5600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32003, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361014, Prop:1002}", + "Param": { + "1361014": { + "Main": 122990, + "Growth": 5600, + "Format": "%", + "DamagePercentage": 210770, + "DamagePercentageGrowth": 19170, + "StunRatio": 122990, + "StunRatioGrowth": 5600, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 32003, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { "Name": "...", "Desc": "..." }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361015, Prop:1001}", + "Param": { + "1361015": { + "Main": 8440, + "Growth": 770, + "Format": "%", + "DamagePercentage": 8440, + "DamagePercentageGrowth": 770, + "StunRatio": 8440, + "StunRatioGrowth": 390, + "SpRecovery": 27600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361015, Prop:1002}", + "Param": { + "1361015": { + "Main": 8440, + "Growth": 390, + "Format": "%", + "DamagePercentage": 8440, + "DamagePercentageGrowth": 770, + "StunRatio": 8440, + "StunRatioGrowth": 390, + "SpRecovery": 27600, + "SpRecoveryGrowth": 0, + "FeverRecovery": 210925, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 7666, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1361016, Prop:1002}", + "Param": { + "1361016": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1361017, Prop:1002}", + "Param": { + "1361017": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1361018, Prop:1002}", + "Param": { + "1361018": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + }, + { + "Name": "...", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1361019, Prop:1001}", + "Param": { + "1361019": { + "Main": 43290, + "Growth": 3940, + "Format": "%", + "DamagePercentage": 43290, + "DamagePercentageGrowth": 3940, + "StunRatio": 32740, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 554675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36951, + "SpConsume": 0, + "AttackData": [] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1361019, Prop:1002}", + "Param": { + "1361019": { + "Main": 32740, + "Growth": 1490, + "Format": "%", + "DamagePercentage": 43290, + "DamagePercentageGrowth": 3940, + "StunRatio": 32740, + "StunRatioGrowth": 1490, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 554675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36951, + "SpConsume": 0, + "AttackData": [] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": { + "1361001": { + "Name": "Trigger_SkillList_1_Title", + "Desc": "Trigger_SkillList_1_Content", + "ElementType": 200, + "HitType": 103 + }, + "1361002": { + "Name": "Trigger_SkillList_2_Title", + "Desc": "Trigger_SkillList_2_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361003": { + "Name": "Trigger_SkillList_3_Title", + "Desc": "Trigger_SkillList_3_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361004": { + "Name": "Trigger_SkillList_4_Title", + "Desc": "Trigger_SkillList_4_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361005": { + "Name": "Trigger_SkillList_5_Title", + "Desc": "Trigger_SkillList_5_Content", + "ElementType": 203, + "HitType": 101 + }, + "1361006": { + "Name": "Trigger_SkillList_6_Title", + "Desc": "Trigger_SkillList_6_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361007": { + "Name": "Trigger_SkillList_7_Title", + "Desc": "Trigger_SkillList_7_Content", + "ElementType": 200, + "HitType": 103 + }, + "1361008": { + "Name": "Trigger_SkillList_8_Title", + "Desc": "Trigger_SkillList_8_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361009": { + "Name": "Trigger_SkillList_9_Title", + "Desc": "Trigger_SkillList_9_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361010": { + "Name": "Trigger_SkillList_10_Title", + "Desc": "Trigger_SkillList_10_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361011": { + "Name": "Trigger_SkillList_11_Title", + "Desc": "Trigger_SkillList_11_Content", + "ElementType": 203, + "HitType": 103 + }, + "1361012": { + "Name": "Trigger_SkillList_12_Title", + "Desc": "Trigger_SkillList_12_Content", + "ElementType": 0, + "HitType": 0 + }, + "1361013": { + "Name": "Trigger_SkillList_13_Title", + "Desc": "Trigger_SkillList_13_Content", + "ElementType": 203, + "HitType": 103 + } + }, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1361501, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "2": { + "Level": 2, + "Id": 1361502, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "3": { + "Level": 3, + "Id": 1361503, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "4": { + "Level": 4, + "Id": 1361504, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "5": { + "Level": 5, + "Id": 1361505, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "6": { + "Level": 6, + "Id": 1361506, + "Name": ["...", "..."], + "Desc": ["...", "..."] + }, + "7": { + "Level": 7, + "Id": 1361507, + "Name": ["...", "..."], + "Desc": ["...", "..."] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110509": 2 }, + "3": { "10": 28000, "110509": 4 }, + "4": { "10": 60000, "110001": 2, "110509": 9 }, + "5": { "10": 100000, "110001": 3, "110509": 15 }, + "6": { "10": 200000, "110001": 4, "110509": 30 } + } + }, + "Talent": { + "1": { "Level": 1, "Name": "...", "Desc": "...", "Desc2": "..." }, + "2": { "Level": 2, "Name": "...", "Desc": "...", "Desc2": "..." }, + "3": { + "Level": 3, + "Name": "...", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "..." + }, + "4": { "Level": 4, "Name": "...", "Desc": "...", "Desc2": "..." }, + "5": { + "Level": 5, + "Name": "...", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "..." + }, + "6": { "Level": 6, "Name": "...", "Desc": "...", "Desc2": "..." } + } +} diff --git a/libs/zzz/dm/HakushinData/character/1381.json b/libs/zzz/dm/HakushinData/character/1381.json new file mode 100644 index 0000000000..b79c9c1d0d --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/1381.json @@ -0,0 +1,1198 @@ +{ + "Id": 1381, + "Icon": "IconRole40", + "Name": "Silver Soldier - Anby", + "CodeName": "SilverAnby", + "Rarity": 4, + "WeaponType": { "1": "Attack" }, + "ElementType": { "203": "Electric" }, + "SpecialElementType": {}, + "HitType": { "101": "Slash" }, + "Camp": { "5": "Obol Squad" }, + "Gender": 2, + "PartnerInfo": {}, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 134, + "AttackGrowth": 81654, + "AvatarPieceId": 5381, + "BreakStun": 93, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 49, + "DefenceGrowth": 66882, + "ElementAbnormalPower": 94, + "ElementMystery": 93, + "Endurance": 0, + "HpGrowth": 837238, + "HpMax": 617, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 120, + "StarInitial": 1, + "Stun": 0, + "Tags": [ + "SilverAnby", + "Cut", + "Electric", + "Female", + "Camp5", + "Size2", + "AidTypeParry", + "SilverAnby" + ] + }, + "Level": { + "1": { + "HpMax": 0, + "Attack": 0, + "Defence": 0, + "LevelMax": 10, + "LevelMin": 0, + "Materials": { "10": 24000, "100211": 4 } + }, + "2": { + "HpMax": 423, + "Attack": 48, + "Defence": 34, + "LevelMax": 20, + "LevelMin": 10, + "Materials": { "10": 56000, "100221": 12 } + }, + "3": { + "HpMax": 847, + "Attack": 95, + "Defence": 68, + "LevelMax": 30, + "LevelMin": 20, + "Materials": { "10": 120000, "100221": 20 } + }, + "4": { + "HpMax": 1270, + "Attack": 143, + "Defence": 101, + "LevelMax": 40, + "LevelMin": 30, + "Materials": { "10": 200000, "100231": 10 } + }, + "5": { + "HpMax": 1694, + "Attack": 191, + "Defence": 135, + "LevelMax": 50, + "LevelMin": 40, + "Materials": { "10": 400000, "100231": 20 } + }, + "6": { + "HpMax": 2117, + "Attack": 239, + "Defence": 169, + "LevelMax": 60, + "LevelMin": 50, + "Materials": {} + } + }, + "ExtraLevel": { + "1": { + "MaxLevel": 15, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 0 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "2": { + "MaxLevel": 25, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 480 + } + } + }, + "3": { + "MaxLevel": 35, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 25 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "4": { + "MaxLevel": 45, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + } + } + }, + "5": { + "MaxLevel": 55, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + }, + "6": { + "MaxLevel": 60, + "Extra": { + "12101": { + "Prop": 12101, + "Name": "Base ATK", + "Format": "{0:0.#}", + "Value": 75 + }, + "20101": { + "Prop": 20101, + "Name": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 1440 + } + } + } + }, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { + "Description": [ + { + "Name": "SilverAnby_Skill_Normal_Title", + "Desc": "SilverAnby_Skill_Normal_Desc" + }, + { + "Name": "SilverAnby_Skill_Normal_Mark01_Title", + "Desc": "SilverAnby_Skill_Normal_Mark01_Desc" + }, + { + "Name": "SilverAnby_Skill_Normal_Title", + "Param": [ + { + "Name": "1st-Hit DMG Multiplier", + "Desc": "{Skill:1381001, Prop:1001}", + "Param": { + "1381001": { + "Main": 4310, + "Growth": 400, + "Format": "%", + "DamagePercentage": 4310, + "DamagePercentageGrowth": 400, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1958, + "SpConsume": 0, + "AttackData": [55608] + } + } + }, + { + "Name": "2nd-Hit DMG Multiplier", + "Desc": "{Skill:1381002, Prop:1001}", + "Param": { + "1381002": { + "Main": 8750, + "Growth": 800, + "Format": "%", + "DamagePercentage": 8750, + "DamagePercentageGrowth": 800, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 22070, + "SpRecoveryGrowth": 0, + "FeverRecovery": 168575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6129, + "SpConsume": 0, + "AttackData": [97524] + } + } + }, + { + "Name": "3rd-Hit DMG Multiplier", + "Desc": "{Skill:1381003, Prop:1001}", + "Param": { + "1381003": { + "Main": 17780, + "Growth": 1620, + "Format": "%", + "DamagePercentage": 17780, + "DamagePercentageGrowth": 1620, + "StunRatio": 12940, + "StunRatioGrowth": 590, + "SpRecovery": 42340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 323675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11760, + "SpConsume": 0, + "AttackData": [178457] + } + } + }, + { + "Name": "4th-Hit DMG Multiplier", + "Desc": "{Skill:1381004, Prop:1001}", + "Param": { + "1381004": { + "Main": 22420, + "Growth": 2040, + "Format": "%", + "DamagePercentage": 22420, + "DamagePercentageGrowth": 2040, + "StunRatio": 19130, + "StunRatioGrowth": 870, + "SpRecovery": 62580, + "SpRecoveryGrowth": 0, + "FeverRecovery": 478225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17382, + "SpConsume": 0, + "AttackData": [197088] + } + } + }, + { + "Name": "1st-Hit Daze Multiplier", + "Desc": "{Skill:1381001, Prop:1002}", + "Param": { + "1381001": { + "Main": 2160, + "Growth": 100, + "Format": "%", + "DamagePercentage": 4310, + "DamagePercentageGrowth": 400, + "StunRatio": 2160, + "StunRatioGrowth": 100, + "SpRecovery": 7050, + "SpRecoveryGrowth": 0, + "FeverRecovery": 53900, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 1958, + "SpConsume": 0, + "AttackData": [55608] + } + } + }, + { + "Name": "2nd-Hit Daze Multiplier", + "Desc": "{Skill:1381002, Prop:1002}", + "Param": { + "1381002": { + "Main": 6750, + "Growth": 310, + "Format": "%", + "DamagePercentage": 8750, + "DamagePercentageGrowth": 800, + "StunRatio": 6750, + "StunRatioGrowth": 310, + "SpRecovery": 22070, + "SpRecoveryGrowth": 0, + "FeverRecovery": 168575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 6129, + "SpConsume": 0, + "AttackData": [97524] + } + } + }, + { + "Name": "3rd-Hit Daze Multiplier", + "Desc": "{Skill:1381003, Prop:1002}", + "Param": { + "1381003": { + "Main": 12940, + "Growth": 590, + "Format": "%", + "DamagePercentage": 17780, + "DamagePercentageGrowth": 1620, + "StunRatio": 12940, + "StunRatioGrowth": 590, + "SpRecovery": 42340, + "SpRecoveryGrowth": 0, + "FeverRecovery": 323675, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 11760, + "SpConsume": 0, + "AttackData": [178457] + } + } + }, + { + "Name": "4th-Hit Daze Multiplier", + "Desc": "{Skill:1381004, Prop:1002}", + "Param": { + "1381004": { + "Main": 19130, + "Growth": 870, + "Format": "%", + "DamagePercentage": 22420, + "DamagePercentageGrowth": 2040, + "StunRatio": 19130, + "StunRatioGrowth": 870, + "SpRecovery": 62580, + "SpRecoveryGrowth": 0, + "FeverRecovery": 478225, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 17382, + "SpConsume": 0, + "AttackData": [197088] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_Normal_Mark01_Title", + "Param": [ + { + "Name": "SilverAnby_Property_Normal_Mark01_Desc_Dmg_01", + "Desc": "{Skill:1381005, Prop:1001}", + "Param": { + "1381005": { + "Main": 33000, + "Growth": 3000, + "Format": "%", + "DamagePercentage": 33000, + "DamagePercentageGrowth": 3000, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "SilverAnby_Property_Normal_Mark01_Desc_Stun_01", + "Desc": "{Skill:1381005, Prop:1001}", + "Param": { + "1381005": { + "Main": 33000, + "Growth": 3000, + "Format": "%", + "DamagePercentage": 33000, + "DamagePercentageGrowth": 3000, + "StunRatio": 0, + "StunRatioGrowth": 0, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Dodge": { + "Description": [ + { + "Name": "SilverAnby_Skill_Evade_Title", + "Desc": "SilverAnby_Skill_Evade_Desc" + }, + { + "Name": "SilverAnby_Skill_Rush_Title", + "Desc": "SilverAnby_Skill_Rush_Desc" + }, + { + "Name": "SilverAnby_Skill_Counter_Title", + "Desc": "SilverAnby_Skill_Counter_Desc" + }, + { + "Name": "SilverAnby_Skill_Rush_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381009, Prop:1001}", + "Param": { + "1381009": { + "Main": 24750, + "Growth": 2250, + "Format": "%", + "DamagePercentage": 24750, + "DamagePercentageGrowth": 2250, + "StunRatio": 4130, + "StunRatioGrowth": 190, + "SpRecovery": 13500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3748, + "SpConsume": 0, + "AttackData": [53227] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381009, Prop:1002}", + "Param": { + "1381009": { + "Main": 4130, + "Growth": 190, + "Format": "%", + "DamagePercentage": 24750, + "DamagePercentageGrowth": 2250, + "StunRatio": 4130, + "StunRatioGrowth": 190, + "SpRecovery": 13500, + "SpRecoveryGrowth": 0, + "FeverRecovery": 103125, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 3748, + "SpConsume": 0, + "AttackData": [53227] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_Counter_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381010, Prop:1001}", + "Param": { + "1381010": { + "Main": 23870, + "Growth": 2170, + "Format": "%", + "DamagePercentage": 23870, + "DamagePercentageGrowth": 2170, + "StunRatio": 20900, + "StunRatioGrowth": 950, + "SpRecovery": 32400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 495000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9000, + "SpConsume": 0, + "AttackData": [532500] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381010, Prop:1002}", + "Param": { + "1381010": { + "Main": 20900, + "Growth": 950, + "Format": "%", + "DamagePercentage": 23870, + "DamagePercentageGrowth": 2170, + "StunRatio": 20900, + "StunRatioGrowth": 950, + "SpRecovery": 32400, + "SpRecoveryGrowth": 0, + "FeverRecovery": 495000, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9000, + "SpConsume": 0, + "AttackData": [532500] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Special": { + "Description": [ + { + "Name": "SilverAnby_Skill_Special_Title", + "Desc": "SilverAnby_Skill_Special_Desc" + }, + { + "Name": "SilverAnby_Skill_ExSpecial_Title", + "Desc": "SilverAnby_Skill_ExSpecial_Desc" + }, + { + "Name": "SilverAnby_Skill_Special_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381006, Prop:1001}", + "Param": { + "1381006": { + "Main": 10820, + "Growth": 990, + "Format": "%", + "DamagePercentage": 10820, + "DamagePercentageGrowth": 990, + "StunRatio": 5410, + "StunRatioGrowth": 250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 135300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4916, + "SpConsume": 0, + "AttackData": [69817] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381006, Prop:1002}", + "Param": { + "1381006": { + "Main": 5410, + "Growth": 250, + "Format": "%", + "DamagePercentage": 10820, + "DamagePercentageGrowth": 990, + "StunRatio": 5410, + "StunRatioGrowth": 250, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 135300, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 4916, + "SpConsume": 0, + "AttackData": [69817] + } + } + }, + { + "Name": "SilverAnby_Property_Special_ChargeAttack_Desc_Dmg_03", + "Desc": "{Skill:1381007, Prop:1001}", + "Param": { + "1381007": { + "Main": 3820, + "Growth": 350, + "Format": "%", + "DamagePercentage": 3820, + "DamagePercentageGrowth": 350, + "StunRatio": 2940, + "StunRatioGrowth": 140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2669, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "SilverAnby_Property_Special_ChargeAttack_Desc_Stun_03", + "Desc": "{Skill:1381007, Prop:1002}", + "Param": { + "1381007": { + "Main": 2940, + "Growth": 140, + "Format": "%", + "DamagePercentage": 3820, + "DamagePercentageGrowth": 350, + "StunRatio": 2940, + "StunRatioGrowth": 140, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 73425, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 2669, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_ExSpecial_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381008, Prop:1001}", + "Param": { + "1381008": { + "Main": 47270, + "Growth": 4300, + "Format": "%", + "DamagePercentage": 47270, + "DamagePercentageGrowth": 4300, + "StunRatio": 45860, + "StunRatioGrowth": 2090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1675575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 46496, + "SpConsume": 0, + "AttackData": [990000] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381008, Prop:1002}", + "Param": { + "1381008": { + "Main": 45860, + "Growth": 2090, + "Format": "%", + "DamagePercentage": 47270, + "DamagePercentageGrowth": 4300, + "StunRatio": 45860, + "StunRatioGrowth": 2090, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1675575, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 46496, + "SpConsume": 0, + "AttackData": [990000] + } + } + }, + { + "Name": "Energy Cost", + "Desc": "SilverAnby_Property_ExSpecial_SpCostValue_01" + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Chain": { + "Description": [ + { + "Name": "SilverAnby_Skill_QTE_Title", + "Desc": "SilverAnby_Skill_QTE_Desc" + }, + { + "Name": "SilverAnby_Skill_ExQTE_Title", + "Desc": "SilverAnby_Skill_ExQTE_Desc" + }, + { + "Name": "SilverAnby_Skill_QTE_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381011, Prop:1001}", + "Param": { + "1381011": { + "Main": 67000, + "Growth": 6100, + "Format": "%", + "DamagePercentage": 67000, + "DamagePercentageGrowth": 6100, + "StunRatio": 23110, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2406525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40950, + "SpConsume": 0, + "AttackData": [298201] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381011, Prop:1002}", + "Param": { + "1381011": { + "Main": 23110, + "Growth": 1060, + "Format": "%", + "DamagePercentage": 67000, + "DamagePercentageGrowth": 6100, + "StunRatio": 23110, + "StunRatioGrowth": 1060, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 2406525, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 40950, + "SpConsume": 0, + "AttackData": [298201] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_ExQTE_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381012, Prop:1001}", + "Param": { + "1381012": { + "Main": 199560, + "Growth": 18150, + "Format": "%", + "DamagePercentage": 199560, + "DamagePercentageGrowth": 18150, + "StunRatio": 26590, + "StunRatioGrowth": 1210, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24166, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381012, Prop:1002}", + "Param": { + "1381012": { + "Main": 26590, + "Growth": 1210, + "Format": "%", + "DamagePercentage": 199560, + "DamagePercentageGrowth": 18150, + "StunRatio": 26590, + "StunRatioGrowth": 1210, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 24166, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + }, + "Assist": { + "Description": [ + { + "Name": "SilverAnby_Skill_BeHitAid_Title", + "Desc": "SilverAnby_Skill_BeHitAid_Desc" + }, + { + "Name": "SilverAnby_Skill_ParryAid_Title", + "Desc": "SilverAnby_Skill_ParryAid_Desc" + }, + { + "Name": "SilverAnby_Skill_AssaultAid_Title", + "Desc": "SilverAnby_Skill_AssaultAid_Desc" + }, + { + "Name": "SilverAnby_Skill_BeHitAid_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381013, Prop:1001}", + "Param": { + "1381013": { + "Main": 10270, + "Growth": 940, + "Format": "%", + "DamagePercentage": 10270, + "DamagePercentageGrowth": 940, + "StunRatio": 10270, + "StunRatioGrowth": 470, + "SpRecovery": 16800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9333, + "SpConsume": 0, + "AttackData": [132534] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381013, Prop:1002}", + "Param": { + "1381013": { + "Main": 10270, + "Growth": 470, + "Format": "%", + "DamagePercentage": 10270, + "DamagePercentageGrowth": 940, + "StunRatio": 10270, + "StunRatioGrowth": 470, + "SpRecovery": 16800, + "SpRecoveryGrowth": 0, + "FeverRecovery": 256850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 9333, + "SpConsume": 0, + "AttackData": [132534] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_ParryAid_Title", + "Param": [ + { + "Name": "Light Defensive Daze Multiplier", + "Desc": "{Skill:1381014, Prop:1002}", + "Param": { + "1381014": { + "Main": 27130, + "Growth": 1240, + "Format": "%", + "DamagePercentage": 0, + "DamagePercentageGrowth": 0, + "StunRatio": 27130, + "StunRatioGrowth": 1240, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Heavy Defensive Daze Multiplier", + "Desc": "{Skill:1381015, Prop:1002}", + "Param": { + "1381015": { + "Main": 34280, + "Growth": 1560, + "Format": "%", + "DamagePercentage": 11000, + "DamagePercentageGrowth": 1000, + "StunRatio": 34280, + "StunRatioGrowth": 1560, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + }, + { + "Name": "Chain Defensive Daze Multiplier", + "Desc": "{Skill:1381016, Prop:1002}", + "Param": { + "1381016": { + "Main": 16680, + "Growth": 760, + "Format": "%", + "DamagePercentage": 12830, + "DamagePercentageGrowth": 1170, + "StunRatio": 16680, + "StunRatioGrowth": 760, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 0, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 0, + "SpConsume": 0, + "AttackData": [0] + } + } + } + ] + }, + { + "Name": "SilverAnby_Skill_AssaultAid_Title", + "Param": [ + { + "Name": "DMG Multiplier", + "Desc": "{Skill:1381017, Prop:1001}", + "Param": { + "1381017": { + "Main": 43280, + "Growth": 3940, + "Format": "%", + "DamagePercentage": 43280, + "DamagePercentageGrowth": 3940, + "StunRatio": 38010, + "StunRatioGrowth": 1730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1213850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36947, + "SpConsume": 0, + "AttackData": [286367] + } + } + }, + { + "Name": "Daze Multiplier", + "Desc": "{Skill:1381017, Prop:1002}", + "Param": { + "1381017": { + "Main": 38010, + "Growth": 1730, + "Format": "%", + "DamagePercentage": 43280, + "DamagePercentageGrowth": 3940, + "StunRatio": 38010, + "StunRatioGrowth": 1730, + "SpRecovery": 0, + "SpRecoveryGrowth": 0, + "FeverRecovery": 1213850, + "FeverRecoveryGrowth": 0, + "AttributeInfliction": 36947, + "SpConsume": 0, + "AttackData": [286367] + } + } + } + ] + } + ], + "Material": { + "1": { "10": 2000, "100113": 2 }, + "2": { "10": 3000, "100113": 3 }, + "3": { "10": 6000, "100123": 2 }, + "4": { "10": 9000, "100123": 3 }, + "5": { "10": 12000, "100123": 4 }, + "6": { "10": 18000, "100123": 6 }, + "7": { "10": 45000, "100133": 5 }, + "8": { "10": 67500, "100133": 8 }, + "9": { "10": 90000, "100133": 10 }, + "10": { "10": 112500, "100133": 12 }, + "11": { "10": 135000, "100133": 15, "100941": 1 }, + "12": {} + } + } + }, + "SkillList": {}, + "Passive": { + "Level": { + "1": { + "Level": 1, + "Id": 1381501, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_01_Desc", "SilverAnby_MathSkill_Desc"] + }, + "2": { + "Level": 2, + "Id": 1381502, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_02_Desc", "SilverAnby_MathSkill_Desc"] + }, + "3": { + "Level": 3, + "Id": 1381503, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_03_Desc", "SilverAnby_MathSkill_Desc"] + }, + "4": { + "Level": 4, + "Id": 1381504, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_04_Desc", "SilverAnby_MathSkill_Desc"] + }, + "5": { + "Level": 5, + "Id": 1381505, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_05_Desc", "SilverAnby_MathSkill_Desc"] + }, + "6": { + "Level": 6, + "Id": 1381506, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_06_Desc", "SilverAnby_MathSkill_Desc"] + }, + "7": { + "Level": 7, + "Id": 1381507, + "Name": ["SilverAnby_UniqueSkill_Title", "SilverAnby_MathSkill_Title"], + "Desc": ["SilverAnby_UniqueSkill_07_Desc", "SilverAnby_MathSkill_Desc"] + } + }, + "Materials": { + "1": { "10": 5000 }, + "2": { "10": 12000, "110509": 2 }, + "3": { "10": 28000, "110509": 4 }, + "4": { "10": 60000, "110002": 2, "110509": 9 }, + "5": { "10": 100000, "110002": 3, "110509": 15 }, + "6": { "10": 200000, "110002": 4, "110509": 30 } + } + }, + "Talent": { + "1": { + "Level": 1, + "Name": "SilverAnby_Talent_01_Title", + "Desc": "SilverAnby_Talent_01_Desc_01", + "Desc2": "SilverAnby_Talent_01_Desc_02" + }, + "2": { + "Level": 2, + "Name": "SilverAnby_Talent_02_Title", + "Desc": "SilverAnby_Talent_02_Desc_01", + "Desc2": "SilverAnby_Talent_02_Desc_02" + }, + "3": { + "Level": 3, + "Name": "SilverAnby_Talent_03_Title", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "SilverAnby_Talent_03_Desc_02" + }, + "4": { + "Level": 4, + "Name": "SilverAnby_Talent_04_Title", + "Desc": "SilverAnby_Talent_04_Desc_01", + "Desc2": "SilverAnby_Talent_04_Desc_02" + }, + "5": { + "Level": 5, + "Name": "SilverAnby_Talent_05_Title", + "Desc": "Basic Attack, Dodge, Assist, Special Attack, and Chain Attack Lv. +2", + "Desc2": "SilverAnby_Talent_05_Desc_02" + }, + "6": { + "Level": 6, + "Name": "SilverAnby_Talent_06_Title", + "Desc": "SilverAnby_Talent_06_Desc_01", + "Desc2": "SilverAnby_Talent_06_Desc_02" + } + } +} diff --git a/libs/zzz/dm/HakushinData/character/2011.json b/libs/zzz/dm/HakushinData/character/2011.json new file mode 100644 index 0000000000..ecb14d4707 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/2011.json @@ -0,0 +1,73 @@ +{ + "Id": 2011, + "Icon": "", + "Name": "Wise", + "CodeName": "Wise", + "Rarity": 2, + "WeaponType": { "1": "Attack" }, + "ElementType": {}, + "SpecialElementType": {}, + "HitType": { "0": "None" }, + "Camp": { "0": "" }, + "Gender": 1, + "PartnerInfo": {}, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 100, + "AttackGrowth": 57858, + "AvatarPieceId": 6011, + "BreakStun": 110, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 50, + "DefenceGrowth": 67901, + "ElementAbnormalPower": 100, + "ElementMystery": 100, + "Endurance": 0, + "HpGrowth": 814355, + "HpMax": 600, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 180, + "StarInitial": 1, + "Stun": 0, + "Tags": [] + }, + "Level": {}, + "ExtraLevel": {}, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { "Description": [], "Material": {} }, + "Dodge": { "Description": [], "Material": {} }, + "Special": { "Description": [], "Material": {} }, + "Chain": { "Description": [], "Material": {} }, + "Assist": { "Description": [], "Material": {} } + }, + "SkillList": {}, + "Passive": { "Level": {} }, + "Talent": {} +} diff --git a/libs/zzz/dm/HakushinData/character/2021.json b/libs/zzz/dm/HakushinData/character/2021.json new file mode 100644 index 0000000000..0b7f6f81e5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/character/2021.json @@ -0,0 +1,73 @@ +{ + "Id": 2021, + "Icon": "", + "Name": "Belle", + "CodeName": "Belle", + "Rarity": 2, + "WeaponType": { "1": "Attack" }, + "ElementType": {}, + "SpecialElementType": {}, + "HitType": { "0": "None" }, + "Camp": { "0": "" }, + "Gender": 2, + "PartnerInfo": {}, + "Skin": {}, + "Stats": { + "Armor": 0, + "ArmorGrowth": 0, + "Attack": 100, + "AttackGrowth": 57858, + "AvatarPieceId": 6021, + "BreakStun": 110, + "BuffResistBurnPossibilityDelta": 0, + "BuffResistBurnPossibilityRatio": 0, + "BuffResistElectricPossibilityDelta": 0, + "BuffResistElectricPossibilityRatio": 0, + "BuffResistFrozenPossibilityDelta": 0, + "BuffResistFrozenPossibilityRatio": 0, + "Crit": 500, + "CritDamage": 5000, + "CritDmgRes": 0, + "CritRes": 0, + "Defence": 50, + "DefenceGrowth": 67901, + "ElementAbnormalPower": 100, + "ElementMystery": 100, + "Endurance": 0, + "HpGrowth": 814355, + "HpMax": 600, + "Luck": 10, + "PenDelta": 0, + "PenRate": 0, + "Rbl": 1, + "RblCorrectionFactor": 10000, + "RblProbability": 0, + "Shield": 0, + "ShieldGrowth": 0, + "SpBarPoint": 120, + "SpRecover": 180, + "StarInitial": 1, + "Stun": 0, + "Tags": [] + }, + "Level": {}, + "ExtraLevel": {}, + "LevelEXP": [ + 50, 150, 250, 400, 600, 800, 1000, 1250, 1500, 1800, 1935, 2065, 2200, 2335, + 2465, 2600, 2735, 2865, 3000, 4680, 4975, 5265, 5560, 5855, 6145, 6440, + 6735, 7025, 7320, 10800, 11400, 12000, 12600, 13200, 13800, 14400, 15000, + 15600, 16200, 17100, 18300, 19500, 20700, 21900, 23100, 24300, 25500, 26700, + 27900, 34200, 36600, 39000, 41400, 43800, 46200, 48600, 51000, 53400, 55800, + 0 + ], + "Skill": { + "Basic": { "Description": [], "Material": {} }, + "Dodge": { "Description": [], "Material": {} }, + "Special": { "Description": [], "Material": {} }, + "Chain": { "Description": [], "Material": {} }, + "Assist": { "Description": [], "Material": {} } + }, + "SkillList": {}, + "Passive": { "Level": {} }, + "Talent": {} +} diff --git a/libs/zzz/dm/HakushinData/equipment.json b/libs/zzz/dm/HakushinData/equipment.json new file mode 100644 index 0000000000..573c21b3b3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment.json @@ -0,0 +1,412 @@ +{ + "31000": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitWoodpeckerElectro.png", + "EN": { + "name": "Woodpecker Electro", + "desc2": "CRIT Rate +8%", + "desc4": "Landing a critical hit on an enemy with a Basic Attack, Dodge Counter, or EX Special Attack increases the equipper's ATK by 9% for 6s. The buff duration for different skills are calculated separately." + }, + "KO": { + "name": "딱따구리 일렉트로", + "desc2": "치명타 확률+8%", + "desc4": "[일반 공격], [회피 반격] 혹은 [강화 특수 스킬]이 적에게 명중하고 치명타 발동 시 착용자에게 각각 1스택의 버프 효과를 제공하며 버프 효과 스택당 착용자의 공격력이 9% 증가한다. 지속 시간: 6초, 각 스킬의 지속 시간은 따로 계산된다." + }, + "CHS": { + "name": "啄木鸟电音", + "desc2": "暴击率+8%。", + "desc4": "[普通攻击]、[闪避反击]或[强化特殊技]命中敌人并触发暴击时,分别为装备者提供1层增益效果,每层增益效果使装备者的攻击力提升9%,持续6秒,不同招式分别结算持续时间。" + }, + "JA": { + "name": "ウッドペッカー・エレクトロ", + "desc2": "会心率+8%。", + "desc4": "『通常攻撃』、『回避反撃』または『強化特殊スキル』が敵に命中し、なおかつ会心が出た時、それぞれ装備者にバフ効果を1重与える。バフ効果1重につき、装備者の攻撃力+9%、継続時間6秒。バフ効果の継続時間はスキルごとに計算される。" + } + }, + "31100": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPufferElectro.png", + "EN": { + "name": "Puffer Electro", + "desc2": "PEN Ratio +8%", + "desc4": "Ultimate DMG increases by 20%. Launching an Ultimate increases the equipper's ATK by 15% for 12s." + }, + "KO": { + "name": "복어 일렉트로", + "desc2": "관통률+8%", + "desc4": "[궁극기]로 주는 피해가 20% 증가한다. [궁극기] 시전 시 착용자의 공격력이 15% 증가한다. 지속 시간: 12초" + }, + "CHS": { + "name": "河豚电音", + "desc2": "穿透率+8%。", + "desc4": "[终结技]造成的伤害提升20%;发动[终结技]时,装备者的攻击力提升15%,持续12秒。" + }, + "JA": { + "name": "パファー・エレクトロ", + "desc2": "貫通率+8%。", + "desc4": "『終結スキル』の与ダメージ+20%。『終結スキル』発動時、装備者の攻撃力+15%、継続時間12秒。" + } + }, + "31200": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitShockstarDisco.png", + "EN": { + "name": "Shockstar Disco", + "desc2": "Impact +6%", + "desc4": "Basic Attacks, Dash Attacks, and Dodge Counters inflict 20% more Daze to the main target." + }, + "KO": { + "name": "쇼크스타 디스코", + "desc2": "충격력+6%", + "desc4": "[일반 공격], [대시 공격], [회피 반격]이 주요 공격 타깃에게 주는 그로기 수치가 20% 증가한다." + }, + "CHS": { + "name": "震星迪斯科", + "desc2": "冲击力+6%。", + "desc4": "[普通攻击]、[冲刺攻击]、[闪避反击]对主要攻击目标造成的失衡值提升20%。" + }, + "JA": { + "name": "ショックスター・ディスコ", + "desc2": "衝撃力+6%。", + "desc4": "『通常攻撃』、『ダッシュ攻撃』、『回避反撃』がメインターゲットに与えるブレイク値+20%。" + } + }, + "31300": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFreedomBlues.png", + "EN": { + "name": "Freedom Blues", + "desc2": "Anomaly Proficiency +30", + "desc4": "When an EX Special Attack hits an enemy, reduce the target's Anomaly Buildup RES to the equipper's Attribute by 20% for 8s. This effect does not stack with others of the same attribute." + }, + "KO": { + "name": "자유의 블루스", + "desc2": "이상 마스터리+30pt", + "desc4": "[강화 특수 스킬]이 적에게 명중 시 착용자의 속성 타입에 따라 타깃의 상응하는 속성 이상 축적 저항이 20% 감소한다. 지속 시간: 8초, 동일한 속성 타입의 효과는 중첩되지 않는다." + }, + "CHS": { + "name": "自由蓝调", + "desc2": "异常精通+30点。", + "desc4": "[强化特殊技]命中敌人时,根据装备者的属性类型,使目标对应属性异常积蓄抗性降低20%,持续8秒,相同属性类型的效果不可叠加。" + }, + "JA": { + "name": "フリーダム・ブルース", + "desc2": "異常マスタリー+30Pt。", + "desc4": "『強化特殊スキル』が敵に命中すると、装備者の属性に応じてターゲットの対応する状態異常蓄積耐性-20%、継続時間8秒。同属性での重ね掛けは不可。" + } + }, + "31400": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitHormonePunk.png", + "EN": { + "name": "Hormone Punk", + "desc2": "ATK +10%", + "desc4": "Upon entering combat or switching in, its user's ATK increases by 25% for 10s. This effect can trigger once every 20s." + }, + "KO": { + "name": "호르몬 펑크", + "desc2": "공격력+10%", + "desc4": "교전 상태 진입 혹은 교체 출전 시 착용자의 공격력이 25% 증가한다. 지속 시간: 10초, 20초 동안 최대 1회 발동한다." + }, + "CHS": { + "name": "激素朋克", + "desc2": "攻击力+10%。", + "desc4": "进入接战状态或换入前场时,装备者的攻击力提升25%,持续10秒,20秒内最多触发一次。" + }, + "JA": { + "name": "ホルモン・パンク", + "desc2": "攻撃力+10%。", + "desc4": "接敵状態突入時、または出場した時、装備者の攻撃力+25%、継続時間10秒。20秒に1回のみ発動可能。" + } + }, + "31500": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSoulRock.png", + "EN": { + "name": "Soul Rock", + "desc2": "DEF +16%", + "desc4": "Upon receiving an enemy attack and losing HP, the equipper takes 40% less DMG for 2.5s. This effect can trigger once every 15s." + }, + "KO": { + "name": "소울 록", + "desc2": "방어력+16%", + "desc4": "적의 공격을 받아 HP가 줄어들 시 착용자가 받는 피해가 40% 감소한다. 지속 시간: 2.5초, 15초 동안 최대 1회 발동한다." + }, + "CHS": { + "name": "灵魂摇滚", + "desc2": "防御力+16%。", + "desc4": "受到敌方攻击并损失生命值时,装备者受到的伤害降低40%,持续2.5秒,15秒内最多触发一次。" + }, + "JA": { + "name": "ソウル・ロック", + "desc2": "防御力+16%。", + "desc4": "敵の攻撃を受け、かつHPが減少した時、装備者の被ダメージ-40%、継続時間2.5秒。15秒に1回のみ発動可能。" + } + }, + "31600": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSwingJazz.png", + "EN": { + "name": "Swing Jazz", + "desc2": "Energy Regen +20%", + "desc4": "Launching a Chain Attack or Ultimate increases all squad members' DMG by 15% for 12s. Passive effects of the same name do not stack." + }, + "KO": { + "name": "스윙 재즈", + "desc2": "에너지 자동 회복+20%", + "desc4": "[콤보 스킬] 혹은 [궁극기] 시전 시 모든 파티원이 주는 피해가 15% 증가한다. 지속 시간: 12초, 이름이 같은 패시브 효과끼리 중첩되지 않는다." + }, + "CHS": { + "name": "摇摆爵士", + "desc2": "能量自动回复+20%。", + "desc4": "发动[连携技]或[终结技]时,全队造成的伤害提升15%,持续12秒,同名被动效果之间不可叠加。" + }, + "JA": { + "name": "スイング・ジャズ", + "desc2": "エネルギー自動回復+20%。", + "desc4": "『連携スキル』または『終結スキル』発動時、チーム全体の与ダメージ+15%、継続時間12秒。同じパッシブ効果は重ね掛け不可。" + } + }, + "31800": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosJazz.png", + "EN": { + "name": "Chaos Jazz", + "desc2": "Anomaly Proficiency +30", + "desc4": "Fire DMG and Electric DMG increases by 15%. While off-field, EX Special Attack and Assist Attack DMG increases by 20%. When switching on-field, this buff continues for 5s, and this continuation effect can trigger once every 7.5s." + }, + "KO": { + "name": "카오스 재즈", + "desc2": "이상 마스터리+30pt", + "desc4": "불 속성 피해 및 전기 속성 피해가 15% 증가한다. 대기 캐릭터일 시 [강화 특수 스킬] 및 [지원 공격]으로 주는 피해가 20% 증가하며, 전장에 교체 투입된 후 해당 버프 효과는 여전히 5초 동안 지속된다. 해당 지속 효과는 7.5초 동안 최대 1회 발동된다." + }, + "CHS": { + "name": "混沌爵士", + "desc2": "异常精通+30点。", + "desc4": "火属性伤害和电属性伤害提升15%;位于后场时,[强化特殊技]和[支援攻击]造成的伤害提升20%,换入前场后,该增益效果仍然保留,持续5秒,保留效果7.5秒内最多触发一次。" + }, + "JA": { + "name": "ケイオス・ジャズ", + "desc2": "異常マスタリー+30Pt。", + "desc4": "炎属性ダメージおよび電気属性ダメージ+15%。控えにいる時、『強化特殊スキル』と『支援攻撃』の与ダメージ+20%。出場した後も効果は5秒継続する。この効果継続は7.5秒に1回のみ発動可能。" + } + }, + "31900": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitProtoPunk.png", + "EN": { + "name": "Proto Punk", + "desc2": "Increases Shield effect by 15%.", + "desc4": "When any squad member triggers a Defensive Assist or Evasive Assist, all squad members deal 15% increased DMG, lasting 10s. Passive effects of the same name do not stack." + }, + "KO": { + "name": "원시 펑크", + "desc2": "부여하는 실드량+15%", + "desc4": "파티 내 임의의 캐릭터가 [패링 지원] 혹은 [회피 지원] 시전 시 모든 파티원이 주는 피해가 15% 증가한다. 지속 시간: 10초, 이름이 같은 패시브 효과끼리 중첩되지 않는다." + }, + "CHS": { + "name": "原始朋克", + "desc2": "施加的护盾值提升15%。", + "desc4": "队伍中任意角色发动[招架支援]或[回避支援]时,全队造成的伤害提升15%,持续10秒,同名被动效果之间不可叠加。" + }, + "JA": { + "name": "プロト・パンク", + "desc2": "シールド生成量+15%。", + "desc4": "任意のメンバーが『パリィ支援』または『回避支援』を発動した時、チーム全体の与ダメージ+15%、継続時間10秒。同じパッシブ効果は重ね掛け不可。" + } + }, + "32200": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitInfernoMetal.png", + "EN": { + "name": "Inferno Metal", + "desc2": "Fire DMG +10%", + "desc4": "Upon hitting a Burning enemy, the equipper's CRIT Rate is increased by 28% for 8s." + }, + "KO": { + "name": "불지옥 메탈", + "desc2": "불 속성 피해+10%", + "desc4": "공격이 [연소] 상���의 적에게 명중 시 착용자의 치명타 확률이 28% 증가한다. 지속 시간: 8초" + }, + "CHS": { + "name": "炎狱重金属", + "desc2": "火属性伤害+10%。", + "desc4": "攻击命中处于[灼烧]状态下的敌人时,装备者的暴击率提升28%,持续8秒。" + }, + "JA": { + "name": "炎獄のヘヴィメタル", + "desc2": "炎属性ダメージ+10%。", + "desc4": "[熱傷]状態の敵に攻撃が命中した時、装備者の会心率+28%、継続時間8秒。" + } + }, + "32300": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosMetal.png", + "EN": { + "name": "Chaotic Metal", + "desc2": "Ether DMG +10%", + "desc4": "The equipper's CRIT DMG increases by 20%. When any character in the squad triggers Corruption's additional DMG, this effect further increases by 5.5% for 8s, stacking up to 6 times. Repeated triggers reset the duration." + }, + "KO": { + "name": "카오스 메탈", + "desc2": "에테르 피해+10%", + "desc4": "착용자의 치명타 피해가 20% 증가한다. 파티 내 임의의 캐릭터가 [침식] 효과의 추가 피해 발동 시 해당 버프 효과가 추가로 5.5% 증가한다. 최대 중첩: 6스택, 지속 시간: 8초, 중복 발동 시 지속 시간이 갱신된다." + }, + "CHS": { + "name": "混沌重金属", + "desc2": "以太伤害+10%。", + "desc4": "装备者的暴击伤害提升20%,队伍中任意角色触发[侵蚀]效果的额外伤害时,该增益效果额外提升5.5%,最多叠加6层,持续8秒,重复触发时刷新持续时间。" + }, + "JA": { + "name": "混沌のヘヴィメタル", + "desc2": "エーテル属性ダメージ+10%。", + "desc4": "装備者の会心ダメージ+20%。任意のメンバーによって[侵蝕]効果の追加ダメージが発生した時、この効果がさらに+5.5%、最大6重まで重ね掛け可能、継続時間8秒。重複して発動すると継続時間が更新される。" + } + }, + "32400": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitThunderMetal.png", + "EN": { + "name": "Thunder Metal", + "desc2": "Electric DMG +10%", + "desc4": "As long as an enemy in combat is Shocked, the equipper's ATK is increased by 28%." + }, + "KO": { + "name": "썬더 메탈", + "desc2": "전기 속성 피해+10%", + "desc4": "전장에 [감전] 상태의 적이 존재할 시 착용자의 공격력이 28% 증가한다." + }, + "CHS": { + "name": "雷暴重金属", + "desc2": "电属性伤害+10%。", + "desc4": "��场上存在处于[感电]状态下的敌人时,装备者的攻击力提升28%。" + }, + "JA": { + "name": "霹靂のヘヴィメタル", + "desc2": "電気属性ダメージ+10%。", + "desc4": "フィールド上に[感電]状態の敵がいる時、装備者の攻撃力+28%。" + } + }, + "32500": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPolarMetal.png", + "EN": { + "name": "Polar Metal", + "desc2": "Ice DMG +10%", + "desc4": "Increase the DMG of Basic Attack and Dash Attack by 20%. When any squad member inflicts Freeze or Shatter, this effect increases by an additional 20% for 12s." + }, + "KO": { + "name": "극지 메탈", + "desc2": "얼음 속성 피해+10%", + "desc4": "[일반 공격] 및 [대시 공격]으로 주는 피해가 20% 증가하며, 파티 내 임의의 캐릭터가 적에게 [빙결] 부여 혹은 [쇄빙] 효과 발동 시, 해당 버프 효과가 추가로 20% 증가한다. 지속 시간: 12초" + }, + "CHS": { + "name": "极地重金属", + "desc2": "冰属性伤害+10%。", + "desc4": "[普通攻击]和[冲刺攻击]造成的伤害提升20%,队伍中任意角色对敌人施加[冻结]或触发[碎冰]效果时,该增益效果额外提升20%,持续12秒。" + }, + "JA": { + "name": "極地のヘヴィメタル", + "desc2": "氷属性ダメージ+10%。", + "desc4": "『通常攻撃』と『ダッシュ攻撃』の与ダメージ+20%。任意のメンバーが敵に[凍結]効果を付与した時、または[砕氷]効果を発動した時、この効果がさらに+20%、継続時間12秒。" + } + }, + "32600": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFangedMetal.png", + "EN": { + "name": "Fanged Metal", + "desc2": "Physical DMG +10%", + "desc4": "Whenever a squad member inflicts Assault on an enemy, the equipper deals 35% additional DMG to the target for 12s." + }, + "KO": { + "name": "송곳니 메탈", + "desc2": "물리 피해+10%", + "desc4": "파티 내 임의의 캐릭터가 적에게 [강타] 효과 부여 시 착용자가 타깃에게 주는 피해가 35% 증가한다. 지속 시간: 12초" + }, + "CHS": { + "name": "獠牙重金属", + "desc2": "物理伤害+10%。", + "desc4": "队伍中任意角色对敌人施加[强击]效果时,装备者对目标造成的伤害提升35%,持续12秒。" + }, + "JA": { + "name": "獣牙のヘヴィメタル", + "desc2": "物理属性ダメージ+10%。", + "desc4": "任意のメンバーが敵に[強撃]効果を付与した時、装備者がターゲットに与えるダメージ+35%、継続時間12秒。" + } + }, + "32700": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png", + "EN": { + "name": "Branch & Blade Song", + "desc2": "CRIT DMG +16%", + "desc4": "When Anomaly Mastery exceeds or equals 115 points, the equipper's CRIT DMG increases by 30%. When any squad member applies Freeze or triggers the Shatter effect on an enemy, the equipper's CRIT Rate increases by 12%, lasting 15s." + }, + "KO": { + "name": "나뭇가지 검의 노래", + "desc2": "치명타 피해+16%", + "desc4": "이상 장악력이 115pt 이상일 시 착용자의 치명타 피해가 30% 증가한다. 파티 내 임의의 캐릭터가 적에게 [빙결] 부여 혹은 [쇄빙] 효과 발동 시 착용자의 치명타 확률이 12% 증가한다. 지속 시간: 15초" + }, + "CHS": { + "name": "折枝剑歌", + "desc2": "暴击伤害+16%。", + "desc4": "异常掌控大于等于115点时,装备者的暴击伤害提升30%;队伍中任意角色对敌人施加[冻结]或触发[碎冰]效果时,装备者的暴击率提升12%,持续15秒。" + }, + "JA": { + "name": "折枝の刀歌", + "desc2": "会心ダメージ+16%。", + "desc4": "異常掌握が115Pt以上の時、装備者の会心ダメージ+30%。任意のメンバーが敵に[凍結]効果を付与した時、または[砕氷]効果を発動した時、装備者の会心率+12%、継続��間15秒。" + } + }, + "32800": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png", + "EN": { + "name": "Astral Voice", + "desc2": "ATK +10%", + "desc4": "Whenever any squad member enters the field using a Quick Assist, all squad members gain 1 stack of Astral, up to a maximum of 3 stacks, and lasting 15s. Repeated triggers reset the duration. Each stack of Astral increases the DMG dealt by the character entering the field using a Quick Assist by 8%. Only one instance of this effect can exist in the same squad." + }, + "KO": { + "name": "고요 속의 별", + "desc2": "공격력+10%", + "desc4": "파티 내 임의의 캐릭터가 [빠른 지원]을 통해 전장에 진입할 경우, 모든 파티원이 [별]을 1스택 획득한다. 최대 중첩: 3스택, 지속 시간: 15초, 중복 발동 시 지속 시간이 갱신되며, [별]을 1스택 보유할 때마다 [빠른 지원]으로 전장에 진입하는 캐릭터가 주는 피해가 8% 증가한다. 해당 효과는 전체 파티에서 하나만 유효하다." + }, + "CHS": { + "name": "静听嘉音", + "desc2": "攻击力+10%。", + "desc4": "队伍中任意角色通过[快速支援]入场时,全队获得1层[嘉音],最多叠加3层,持续15秒,重复触发时刷新持续时间,每拥有1层[嘉音],通过[快速支援]入场的角色造成���伤害提升8%,该效果全队唯一。" + }, + "JA": { + "name": "静寂のアストラ", + "desc2": "攻撃力+10%。", + "desc4": "任意のメンバーが『クイック支援』で出場した時、チーム全体が「天籟」を1重獲得する。最大3重まで重ね掛け可能、継続時間15秒、重複して発動すると継続時間が更新される。「天籟」1重につき、『クイック支援』で出場したメンバーの与ダメージ+8%、該当効果はチーム内でひとつしか有効にならない。" + } + }, + "32900": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png", + "EN": { + "name": "EquipmentSuit_32900_name", + "desc2": "EquipmentSuit_32900_2_des", + "desc4": "EquipmentSuit_32900_4_des" + }, + "KO": { + "name": "EquipmentSuit_32900_name", + "desc2": "EquipmentSuit_32900_2_des", + "desc4": "EquipmentSuit_32900_4_des" + }, + "CHS": { + "name": "如影相随", + "desc2": "[追加攻击] 和 [冲刺攻击] 的伤害提升15%", + "desc4": "[追加攻击] 或 [冲刺攻击] 命中敌人时,装备者获得1层增益效果;每层增益效果使装备者的攻击力提升3%,暴击率提升4%;持续20秒,最多叠加4层,3秒内最多触发一次。" + }, + "JA": { + "name": "EquipmentSuit_32900_name", + "desc2": "EquipmentSuit_32900_2_des", + "desc4": "EquipmentSuit_32900_4_des" + } + }, + "33000": { + "icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png", + "EN": { + "name": "EquipmentSuit_33000_name", + "desc2": "EquipmentSuit_33000_2_des", + "desc4": "EquipmentSuit_33000_4_des" + }, + "KO": { + "name": "EquipmentSuit_33000_name", + "desc2": "EquipmentSuit_33000_2_des", + "desc4": "EquipmentSuit_33000_4_des" + }, + "CHS": { "name": "法厄同之歌", "desc2": "......", "desc4": "......" }, + "JA": { + "name": "EquipmentSuit_33000_name", + "desc2": "EquipmentSuit_33000_2_des", + "desc4": "EquipmentSuit_33000_4_des" + } + } +} diff --git a/libs/zzz/dm/HakushinData/equipment/31000.json b/libs/zzz/dm/HakushinData/equipment/31000.json new file mode 100644 index 0000000000..85198bb7ab --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31000.json @@ -0,0 +1,9 @@ +{ + "Id": 31000, + "Name": "Woodpecker Electro", + "Desc2": "CRIT Rate +8%", + "Desc4": "Landing a critical hit on an enemy with a Basic Attack, Dodge Counter, or EX Special Attack increases the equipper's ATK by 9% for 6s. The buff duration for different skills are calculated separately.", + "Story": "A Drive Disc so hot it's gone viral. Even ordinary citizens who don't enter the Hollows will do anything to get their hands on it. The tunes burned on it are absolutely captivating.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitWoodpeckerElectro.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitWoodpeckerElectro.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31100.json b/libs/zzz/dm/HakushinData/equipment/31100.json new file mode 100644 index 0000000000..050c57383b --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31100.json @@ -0,0 +1,9 @@ +{ + "Id": 31100, + "Name": "Puffer Electro", + "Desc2": "PEN Ratio +8%", + "Desc4": "Ultimate DMG increases by 20%. Launching an Ultimate increases the equipper's ATK by 15% for 12s.", + "Story": "This reliable Drive Disc series is favored by Hollow explorers due to its consistent performance. Don't underestimate its effectiveness, pufferfish are poisonous, after all.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPufferElectro.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPufferElectro.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31200.json b/libs/zzz/dm/HakushinData/equipment/31200.json new file mode 100644 index 0000000000..a1bf33325f --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31200.json @@ -0,0 +1,9 @@ +{ + "Id": 31200, + "Name": "Shockstar Disco", + "Desc2": "Impact +6%", + "Desc4": "Basic Attacks, Dash Attacks, and Dodge Counters inflict 20% more Daze to the main target.", + "Story": "A Drive Disc designed with algorithmic optimization for W-Engine compatibility, improving auxiliary performance.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitShockstarDisco.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitShockstarDisco.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31300.json b/libs/zzz/dm/HakushinData/equipment/31300.json new file mode 100644 index 0000000000..952319b0d5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31300.json @@ -0,0 +1,9 @@ +{ + "Id": 31300, + "Name": "Freedom Blues", + "Desc2": "Anomaly Proficiency +30", + "Desc4": "When an EX Special Attack hits an enemy, reduce the target's Anomaly Buildup RES to the equipper's Attribute by 20% for 8s. This effect does not stack with others of the same attribute.", + "Story": "Highly regarded by both investigators and Hollow Raiders alike, this Drive Disc series has surprisingly consistent acclaim.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFreedomBlues.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFreedomBlues.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31400.json b/libs/zzz/dm/HakushinData/equipment/31400.json new file mode 100644 index 0000000000..8e0ac07682 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31400.json @@ -0,0 +1,9 @@ +{ + "Id": 31400, + "Name": "Hormone Punk", + "Desc2": "ATK +10%", + "Desc4": "Upon entering combat or switching in, its user's ATK increases by 25% for 10s. This effect can trigger once every 20s.", + "Story": "This Drive Disc series is highly recommended by the Hollow Investigative Association. According to incomplete statistics, investigators using this Drive Disc display a higher desire for combat.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitHormonePunk.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitHormonePunk.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31500.json b/libs/zzz/dm/HakushinData/equipment/31500.json new file mode 100644 index 0000000000..d6e3b430d0 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31500.json @@ -0,0 +1,9 @@ +{ + "Id": 31500, + "Name": "Soul Rock", + "Desc2": "DEF +16%", + "Desc4": "Upon receiving an enemy attack and losing HP, the equipper takes 40% less DMG for 2.5s. This effect can trigger once every 15s.", + "Story": "A mysterious and colorful Drive Disc. The creator and Master Copy are both unknown. Although many different versions burned versions are circulating among Hollow Raiders, where the original comes from remains a mystery.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSoulRock.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSoulRock.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31600.json b/libs/zzz/dm/HakushinData/equipment/31600.json new file mode 100644 index 0000000000..cb65fa052d --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31600.json @@ -0,0 +1,9 @@ +{ + "Id": 31600, + "Name": "Swing Jazz", + "Desc2": "Energy Regen +20%", + "Desc4": "Launching a Chain Attack or Ultimate increases all squad members' DMG by 15% for 12s. Passive effects of the same name do not stack.", + "Story": "A Drive Disc highly favored by versatile investigators, with a focus on high compatibility and enhanced cooperative support.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSwingJazz.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitSwingJazz.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31800.json b/libs/zzz/dm/HakushinData/equipment/31800.json new file mode 100644 index 0000000000..c9a09a0e7b --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31800.json @@ -0,0 +1,9 @@ +{ + "Id": 31800, + "Name": "Chaos Jazz", + "Desc2": "Anomaly Proficiency +30", + "Desc4": "Fire DMG and Electric DMG increases by 15%. While off-field, EX Special Attack and Assist Attack DMG increases by 20%. When switching on-field, this buff continues for 5s, and this continuation effect can trigger once every 7.5s.", + "Story": "A Drive Disc with a steep learning curve that really tests users' understanding of Ether devices.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosJazz.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosJazz.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/31900.json b/libs/zzz/dm/HakushinData/equipment/31900.json new file mode 100644 index 0000000000..d092a13a55 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/31900.json @@ -0,0 +1,9 @@ +{ + "Id": 31900, + "Name": "Proto Punk", + "Desc2": "Increases Shield effect by 15%.", + "Desc4": "When any squad member triggers a Defensive Assist or Evasive Assist, all squad members deal 15% increased DMG, lasting 10s. Passive effects of the same name do not stack.", + "Story": "Carefully selected as a recommended Drive Disc series by the Hollow Investigative Association. It offers a significant Ether increase, but also requires more effort to control.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitProtoPunk.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitProtoPunk.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32200.json b/libs/zzz/dm/HakushinData/equipment/32200.json new file mode 100644 index 0000000000..d08e9d652f --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32200.json @@ -0,0 +1,9 @@ +{ + "Id": 32200, + "Name": "Inferno Metal", + "Desc2": "Fire DMG +10%", + "Desc4": "Upon hitting a Burning enemy, the equipper's CRIT Rate is increased by 28% for 8s.", + "Story": "A Drive Disc burned with specialized Ether technology offering personalized attribute amplification to the user.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitInfernoMetal.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitInfernoMetal.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32300.json b/libs/zzz/dm/HakushinData/equipment/32300.json new file mode 100644 index 0000000000..20e130a5e5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32300.json @@ -0,0 +1,9 @@ +{ + "Id": 32300, + "Name": "Chaotic Metal", + "Desc2": "Ether DMG +10%", + "Desc4": "The equipper's CRIT DMG increases by 20%. When any character in the squad triggers Corruption's additional DMG, this effect further increases by 5.5% for 8s, stacking up to 6 times. Repeated triggers reset the duration.", + "Story": "A Drive Disc burned with specialized Ether technology offering personalized attribute amplification to the user.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosMetal.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitChaosMetal.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32400.json b/libs/zzz/dm/HakushinData/equipment/32400.json new file mode 100644 index 0000000000..afe1276735 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32400.json @@ -0,0 +1,9 @@ +{ + "Id": 32400, + "Name": "Thunder Metal", + "Desc2": "Electric DMG +10%", + "Desc4": "As long as an enemy in combat is Shocked, the equipper's ATK is increased by 28%.", + "Story": "A Drive Disc burned with specialized Ether technology offering personalized attribute amplification to the user.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitThunderMetal.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitThunderMetal.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32500.json b/libs/zzz/dm/HakushinData/equipment/32500.json new file mode 100644 index 0000000000..8b64f4fd32 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32500.json @@ -0,0 +1,9 @@ +{ + "Id": 32500, + "Name": "Polar Metal", + "Desc2": "Ice DMG +10%", + "Desc4": "Increase the DMG of Basic Attack and Dash Attack by 20%. When any squad member inflicts Freeze or Shatter, this effect increases by an additional 20% for 12s.", + "Story": "A Drive Disc burned with specialized Ether technology offering personalized attribute amplification to the user.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPolarMetal.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitPolarMetal.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32600.json b/libs/zzz/dm/HakushinData/equipment/32600.json new file mode 100644 index 0000000000..01e2957aec --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32600.json @@ -0,0 +1,9 @@ +{ + "Id": 32600, + "Name": "Fanged Metal", + "Desc2": "Physical DMG +10%", + "Desc4": "Whenever a squad member inflicts Assault on an enemy, the equipper deals 35% additional DMG to the target for 12s.", + "Story": "A Drive Disc burned with specialized Ether technology offering personalized attribute amplification to the user.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFangedMetal.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitFangedMetal.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32700.json b/libs/zzz/dm/HakushinData/equipment/32700.json new file mode 100644 index 0000000000..0c6853ea56 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32700.json @@ -0,0 +1,9 @@ +{ + "Id": 32700, + "Name": "Branch & Blade Song", + "Desc2": "CRIT DMG +16%", + "Desc4": "When Anomaly Mastery exceeds or equals 115 points, the equipper's CRIT DMG increases by 30%. When any squad member applies Freeze or triggers the Shatter effect on an enemy, the equipper's CRIT Rate increases by 12%, lasting 15s.", + "Story": "Inspired by the legendary \"Tale of Blade & Branch,\" this song depicts a young man with amazing swordsmanship as he travels the world, doing good deeds and fighting evil. Some say it's a biography of a prodigious swordsman of the Hoshimi family.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32800.json b/libs/zzz/dm/HakushinData/equipment/32800.json new file mode 100644 index 0000000000..a4d1304708 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32800.json @@ -0,0 +1,9 @@ +{ + "Id": 32800, + "Name": "Astral Voice", + "Desc2": "ATK +10%", + "Desc4": "Whenever any squad member enters the field using a Quick Assist, all squad members gain 1 stack of Astral, up to a maximum of 3 stacks, and lasting 15s. Repeated triggers reset the duration. Each stack of Astral increases the DMG dealt by the character entering the field using a Quick Assist by 8%. Only one instance of this effect can exist in the same squad.", + "Story": "Drive Discs made by a Hollow Raider and Astra Yao fan that record a signature motif in Astra's works. Meanwhile, on the back, the Hollow Raider's own story is printed there.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/32900.json b/libs/zzz/dm/HakushinData/equipment/32900.json new file mode 100644 index 0000000000..c427a7d975 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/32900.json @@ -0,0 +1,9 @@ +{ + "Id": 32900, + "Name": "EquipmentSuit_32900_name", + "Desc2": "EquipmentSuit_32900_2_des", + "Desc4": "EquipmentSuit_32900_4_des", + "Story": "Inspired by the legendary \"Tale of Blade & Branch,\" this song depicts a young man with amazing swordsmanship as he travels the world, doing good deeds and fighting evil. Some say it's a biography of a prodigious swordsman of the Hoshimi family.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitBranch&BladeSong.png" +} diff --git a/libs/zzz/dm/HakushinData/equipment/33000.json b/libs/zzz/dm/HakushinData/equipment/33000.json new file mode 100644 index 0000000000..6805ae00c9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/equipment/33000.json @@ -0,0 +1,9 @@ +{ + "Id": 33000, + "Name": "EquipmentSuit_33000_name", + "Desc2": "EquipmentSuit_33000_2_des", + "Desc4": "EquipmentSuit_33000_4_des", + "Story": "Drive Discs made by a Hollow Raider and Astra Yao fan that record a signature motif in Astra's works. Meanwhile, on the back, the Hollow Raider's own story is printed there.", + "Icon": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png", + "Icon2": "UI/Sprite/A1DynamicLoad/IconSuit/UnPacker/SuitAstralVoice.png" +} diff --git a/libs/zzz/dm/HakushinData/monster.json b/libs/zzz/dm/HakushinData/monster.json new file mode 100644 index 0000000000..cc0e55be8b --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster.json @@ -0,0 +1,2378 @@ +{ + "10000": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Tyrfing", + "desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "KO": "티르빙", + "CHS": "提尔锋", + "JA": "ティルヴィング" + }, + "10001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Alpeca", + "desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "KO": "알페카", + "CHS": "阿佩卡", + "JA": "アルペカ" + }, + "10002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Satyrus.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Faun", + "desc": "A living humanoid Ether that was first spotted in the Hollow in the New Eridu metro. It once raised debate among the Hollow Investigative Association, as some believed it to be living Ether converted from the Corrupted, while others claimed it to be pure living Ether affected by the Hollow environment. The Association considers it of low threat due to its limited intelligence, but one should never underestimate them, as they usually appear in groups.\n\"Have you ever been late or fined because of a red light? Feels terrible, right?\"\n\"Well, here's your chance to blow off some steam!\"", + "KO": "파우누스", + "CHS": "萨提尔", + "JA": "サテュロス" + }, + "10003": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golemgrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Hoplitai", + "desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "KO": "호플리타이", + "CHS": "霍普利泰", + "JA": "ホプリタイ" + }, + "10004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Blastcrawler", + "desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... On your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "KO": "블라스트크롤러", + "CHS": "雷蛛", + "JA": "ブラストスパイダー" + }, + "10005": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_StrikeJaeger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Strike Jaeger", + "desc": "A light infantry unit of the New Eridu Defense Force.\nArmed with combat knives and small Ether explosives as their primary weapons, they emphasize mobility and stealth. Often deployed as scouts or members of reconnaissance teams, they rely on exceptional maneuverability for tasks such as surprise attacks, scouting, pursuit, and assassination.\nIn Hollow-related operations, they serve as excellent vanguards, using their close combat skills to easily overpower ordinary invaders or lower-level living Ether beings.\n\"Masters of the dagger? More like crafty grenadiers. Pretending to be all fancy with their daggers, when most of their opponents are clearly taken out by grenades!\"", + "KO": "강습 엽병", + "CHS": "掠袭猎兵", + "JA": "突撃猟兵" + }, + "10006": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_LightJaeger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Light Jaeger", + "desc": "As the New Eridu Defense Force's signature combat unit, qualified Light Jaegers and Scout Jaegers can freely switch between various combat modes.\nWhether using a knife in close combat or the Falcon-MK3 Ether energy gun at long range, they can tailor their tactics to the target's weaknesses.\nAnd when their opponent is in disarray they launch an offensive without hesitation.\n\"I saw that guy with a knife and was preparing for a fair fight... I didn't expect him to suddenly pull out a gun.\"", + "KO": "경무장 엽병", + "CHS": "轻装猎兵", + "JA": "軽装猟兵" + }, + "10007": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster-MeleeJaeger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Rookie Jaeger", + "desc": "Rookie Jaegers and Private Jaegers play a crucial role as vanguards in the Defense Force's Hollow special operations.\nEquipped with the Coyote-PE7 Ether cutter, which boasts a high-frequency vibration cutting blade effective at deterring smaller enemies.\nEngaging Ethereals in close-quarters combat demands exceptional courage, or perhaps madness.\n\"Strictly speaking, that can't be considered a standardized anti-Hollow operation... Those lunatics just seem to enjoy brawling with Ethereals for fun.\"", + "KO": "신입 엽병", + "CHS": "新晋猎兵", + "JA": "新米猟兵" + }, + "10008": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavyJaeger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Guard Jaeger", + "desc": "As a vital offensive and defensive unit in the Defense Force's tactical squads, Guard Jaegers and Patrol Jaegers not only carry \"Coyote-PE7\" heavy Ether cutters but also inert Ether blast shields, providing cover for tactical squads in complex battlefield environments.\nAs a high-defense unit, the extraordinary weight of the shield affects their combat mobility.\nWithout strict training, an ordinary person would find it challenging to lift such a shield.\n\"Come back and submit your application once you've hit the gym!\"", + "KO": "수비대 엽병", + "CHS": "戍卫猎兵", + "JA": "守備猟兵" + }, + "10009": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GrenadierJaeger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Grenadier Jaegers", + "desc": "Grenadier Jaegers and Demolition Jaegers are equipped with a modified version of the Mamba-TG3 Bazooka, featuring special ammunition containing active Ether incendiary agents. This weapon enables them to swiftly destroy enemy mech units and eliminate large Ethereals within the Hollows.\nTo counteract the recoil and ensure accurate aim, they are required to undergo special weapon-grip training. Interestingly, Defense Force statistics indicate recruits excelling in this program often possess prior experience in photography.\n\"Wanna know how to use this thing? It's like using a shoulder-mounted camera.\"\n\"Just lock onto your target, pull the trigger, and say...\"\n\"Hey, idiot!... Say cheese!\"", + "KO": "투척 엽병", + "CHS": "掷弹猎兵", + "JA": "擲弾猟兵" + }, + "10010": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "Unknown Unit", + "desc": "Unknown unit. Further investigation is needed.", + "KO": "미지의 유닛", + "CHS": "未知单位", + "JA": "未知のユニット" + }, + "10011": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "Unknown Unit", + "desc": "Unknown unit. Further investigation is needed.", + "KO": "미지의 유닛", + "CHS": "未知单位", + "JA": "未知のユニット" + }, + "10012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "Unknown Unit", + "desc": "Unknown unit. Further investigation is needed.", + "KO": "미지의 유닛", + "CHS": "未知单位", + "JA": "未知のユニット" + }, + "10013": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Patroller.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "OfficialName_", + "desc": "Highly maneuverable small autonomous mechs deployed by Public Security, equipped with inert Ether circular saws that also serve as assistant steering wheels for navigating complex terrains at high speeds.\nHowever, due to their rudimentary self-control programs, these lawnmowers occasionally cause unintended damage while executing their slicing attacks.\n\"Hey! Who the heck messed up my brand new car!?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "10014": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Mandrake.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Mandrake", + "desc": "Mandrake derive their name from a toxic herb. The scholar who initially assigned the name believed there was a resemblance between the two solely based on their appearance.\nWhile blooming, Mandrake emit heat rays targeting nearby objects, while sturdy leaves anchor it firmly to the ground, preventing uprooting. When threatened, Mandrake may use their sharp leaves for self-defense.\nSimilar to the legend of their namesake, Mandrake cries can be highly deadly.\n\"Stay away! It's gonna bloom any second now!\"", + "KO": "맨드레이크", + "CHS": "曼德拉", + "JA": "マンドレイク" + }, + "10015": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugRaider.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Raider", + "desc": "Among the ranks of Ether thieves, Raiders and Looters serve as the core members, possessing both technical expertise and combat skills.\nTheir Electric Resonance Detection Devices emit powerful currents that are used to detect Ether ore and also function as formidable weapons during armed raids.\nOccasionally mistaken for illegal fishermen, they pay little attention to such misconceptions.\nAfter all, with their extremely lethal electro-shockers, they don't really care whether their targets are fish or humans...\n\"If you encounter individuals armed with electrified harpoons, whether near a river, lake, or Hollow, please report it immediately to Public Security!\"", + "KO": "약탈꾼", + "CHS": "掠夺者", + "JA": "略奪者" + }, + "10016": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPyromaniac.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Pyromaniac", + "desc": "For Pyromaniacs and Arsonists, robbing passersby is merely a side hustle. Deep down, they consider themselves as adept bartenders who actively seek excitement.\nWith precision and skill, they expertly blend various types of Ether into their beverages, effortlessly concocting bottles of highly flammable and explosive \"exclusive brew.\"\nUnlike other brutal Hollow Raiders, they often offer their victims a choice.\nIf the victim agrees to pay the toll, they extend the courtesy of a free drink.\nHowever, if the victim declines, the flammable \"exclusive brew\" will be forcefully shattered upon their head.\n\"How about we trick those guys into drinking their own weapon stash?\"", + "KO": "방화범", + "CHS": "纵火犯", + "JA": "放火魔" + }, + "10018": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPoacher.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Poacher", + "desc": "Most of the thugs who spend their time in the Hollows exhibit serious mental problems or peculiar quirks. Fortunately, the Poachers and the Rustlers within the gang have managed to maintain their sanity while embracing the filthy methods of traditional villains.\nCowardly and cunning, they excel in the art of concealing themselves within the shadows and launching surprise attacks on their targets. They would never choose to attack head-on if they could ambush.\nTheir composite hand crossbows, though limited in power, produce minimal noise when fired. Seasoned Poachers often seize the perfect moment and immobilize their unsuspecting prey with a single well-aimed shot.\n\"I used to be a Public Security officer, then I took an arrow in the knee while on a Hollow operation...\"", + "KO": "밀렵꾼", + "CHS": "偷猎者", + "JA": "密猟者" + }, + "10019": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugAssaulter.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Assaulter", + "desc": "As the vanguards in Hollow Raider gangs, Assaulters and Ambushers often brandish their weapons and charge ahead independently.\nThis isn't because of their recklessness or disregard for teamwork, but rather a precautionary measure to prevent accidental harm. The modified transformer coils in their hands release high-voltage currents upon contact, capable of paralyzing or even knocking out an opponent with just a touch.\nAnd in the logistically difficult Hollows, an incapacitated teammate could pose a terrible challenge for an entire squad.\n\"What's this? Lemme check it out! Oh, it's some electric baton replicaaaa... Aaaaaaaaaaarrghhh...\"", + "KO": "폭행범", + "CHS": "袭击者", + "JA": "襲撃者" + }, + "10020": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_FierySerpent.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "10021": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_UVARaven.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Raven UAV", + "desc": "Unknown", + "KO": "레이븐 드론", + "CHS": "渡鸦无人机", + "JA": "レイヴンドローン" + }, + "10023": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GoldenBomb.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "Golden Bangboo", + "desc": "Every Hollow Raider believes there are infinite opportunities in the Hollows that can make you rich overnight. At the heart of every tale of extraordinary wealth is always mention of a special entity known as the Golden Bangboo.\nAccording to research conducted by the HIA, numerous Bangboo Wanderers inhabit the Hollows. They diligently gather scattered Gear Coins and Dennies, entrusting them to the Golden Bangboo for safekeeping.\nWhile their motives remain a mystery, one thing is certain: These wandering Bangboo, with their peculiar \"Ehn-ne\" sound diligently fill the pockets of the Golden Bangboo with bags overflowing with Gear Coins and Dennies.\nAs a result, the Golden Bangboo always finds themselves coveted by greedy groups of Hollow Raiders...\n\"N—Nicole!? Look there, a Golden Bangboo!\"\n\"What are you waiting for? Smash it to bits! It'll make us rich!\"", + "KO": "황금 「Bangboo」", + "CHS": "黄金邦布", + "JA": "ゴールドボンプ" + }, + "10025": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Ahriman.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ahriman", + "desc": "Due to its unique and grotesque shape, Ahriman is often mistaken for an art sculpture in the Ballet Twins.\nAs a result, many novice investigators are left with lifelong trauma when they first encounter an Ahriman...\nYou just passed by a certain \"sculpture\" when it suddenly moves...\nAnd that fearful moment frozen in place is the perfect moment for Ahriman to launch a surprise attack.\n\"Corin, don't be fooled by how it looks... It's no fancy art.\"\n\"Now, let's clean it up.\"", + "KO": "악령", + "CHS": "恶灵", + "JA": "アフリマン" + }, + "10026": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Specter.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Specter", + "desc": "Influenced by the distinctive decor of the interior of the Ballet Twins, Specters have the grotesque and twisted limb configuration of an artistic sculpture.\nSome investigators believe its unique shape is intended to enhance the protection of its Ether Core.\nOthers argue it's merely a trick designed to distract its enemies. While its enemies are mesmerized by its peculiar posture, a Specter will seize the opportunity to launch long-range attacks using concentrated Ether.\n\"I looked at its bizarre structure and thought to myself: Was it trying to play a game of bowling with its own head?\"\n\"But before I could make sense of anything, its bowling ball had already smashed into my face...\"", + "KO": "망령", + "CHS": "游魂", + "JA": "スペクター" + }, + "10027": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "OfficialName_", + "desc": "A poor soul mutated by the corruption due to potent Ether matter in the Hollows. As the original entity had a certain level of Ether aptitude, the transformation is not fully complete, retaining some humanoid features of the original form. Judging by the remnants of clothing and combat experience, it's quite likely it was originally a thug/criminal dwelling within the Hollow.\nWhile gangsters and thugs in the Hollows typically wear anti-corruption gear, some unlucky individuals undergo monstrous transformations due to severe Ether corruption. These transformed Ethereal beings retain their combat skills from their past lives, making them a more formidable threat compared to pure Ethereals.\n\"They lived as criminals, and even in death they continue being a nuisance.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "10028": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GreedyRanger.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "OfficialName_", + "desc": "This humanoid intelligent being is a result of potent Ether matter corruption in the Hollow, exhibiting both humanoid traits and remnants of its former clothing and combat style. It is likely that it was once a gang member or raider living in the Hollow.\nThe creature's physical characteristics indicate its past as a long-range weapon specialist. Despite losing its free will and life due to Etherealization, it retains its instincts and habits for long-range combat. Its corrupted form enables it to launch projectiles, attacking enemies from a distance. The Ether corruption has enhanced its shooting abilities and projectile firepower. (For example, these creatures may fire sharp Ether Crystals or mixed explosives.)\n\"I told him not to touch that crystal, but he wouldn't listen! That reckless idiot never listens! By the time we were about to leave the Hollow, he... he changed...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "10029": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_BeholderEngine.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Beholder Engine", + "desc": "While a Beholder Engine is primarily considered a close-range threat, it frequently presents unforeseen dangers to investigators during Hollow expeditions.\nEven seasoned investigators can experience an overwhelming sense of panic when confronted by the piercing gaze of its eyes in the darkness.\nWithin the Hollows, fear has a tendency to intensify Ether corruption, thereby inviting calamity.\n\"The only way to overcome fear... is to stare into it and fight it back.\"", + "KO": "비홀더 엔진", + "CHS": "眼魔引擎", + "JA": "エンジンビホルダー" + }, + "10030": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Fossor.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Fossor", + "desc": "Recent studies by the Whitestar Institute reveal that some Ethereals' limbs carry notable features from their environment.\nFossor is a prime example of this — its strange forelimbs bear a striking resemblance to the drilling equipment found in the Old Oil Field region.\nAlthough some suggest this is a camouflage tactic to deceive enemies, others have pointed out that Fossor's combat style is aggressive and direct, making it appear ill-suited for ambushes.\nSome imaginative Hollow Raiders speculate it may have developed this form just to dig for minerals...\n\"When I caught sight of it from a distance, it seemed to be happily digging up the asphalt.\"\n\"When it spotted me, it didn't hesitate to charge straight at me, desperately trying to drive me away...\"\n\"But I was just passing by! I had absolutely no intention of taking any of its junk!\"", + "KO": "포소르", + "CHS": "弗瑟尔", + "JA": "フォッソル" + }, + "10031": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Sordidus.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Sordidus", + "desc": "The Hollows of the Outer Ring are home to a variety of bizarre Ethereals, and Sordidus is a prime example.\nThey possess a unique body structure, with highly flexible limbs that seem to be the result of an unknown reaction between crude oil and active Ether.\nOnce they lock onto a target, they use their limbs like expert acrobats, launching aggressive and brutal attacks.\n\"Damn it... That thing actually whipped me!\"\n\"Does it see itself as a tamer, treating us like wild beasts?\"", + "KO": "소르디두스", + "CHS": "索迪代斯", + "JA": "ソルデドゥス" + }, + "20000": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Farbauti", + "desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "KO": "파르바우티", + "CHS": "法布提", + "JA": "ファールバウティ" + }, + "20001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Hati", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "하티", + "CHS": "哈提", + "JA": "ハティ" + }, + "20002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Goblin", + "desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "KO": "고블린", + "CHS": "地精", + "JA": "ゴブリン" + }, + "20003": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Armored Hati", + "desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "KO": "무장 하티", + "CHS": "装甲哈提", + "JA": "アーマーハティ" + }, + "20004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinMetro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Metro Goblin", + "desc": "The debate regarding Metro Goblin is a persistent one. Some scholars argue their peculiar appearance serves as camouflage to confuse their enemies, while others attribute the debris on their bodies to corruption and fusion with old metro equipment.\nNevertheless, the presence of Metro Goblins evokes fear among inexperienced investigators exploring the Hollow's old metro zone.\nAt any given moment, an ordinary-looking \"road sign\" may start trembling, and then a formidable Ethereal emerges from the ground, charging menacingly.\n\"Huh? I saw this sign a few minutes ago. Have we been going in circles?\"\n\"No... That 'road sign' has been following us!\"", + "KO": "철도 고블린", + "CHS": "铁道地精", + "JA": "メトロゴブリン" + }, + "20005": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Arlaune", + "desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "KO": "아라운", + "CHS": "阿劳恩", + "JA": "アルラウネ" + }, + "20006": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LAAndroid.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 204, + "EN": "Autonomous Support Unit - Sweeper", + "desc": "An automatic combat mech utilized by Public Security. It possesses various combat modes tailored to various Ethereals types. Its weapons include circular chainsaws and fusion heat rays.\nSweepers can swiftly identify target Ethereals and adapt to the most effective combat strategy.\nHowever, their reliability diminishes to some extent when faced with Hollow Raiders who possess greater versatility than Ethereals.\n\"Stirring, chopping, heating... I wonder who came up with this? Maybe some undercover agent from a kitchenware company trying to boost sales?\"", + "KO": "자율 보조 유닛·「스위퍼」", + "CHS": "自律辅助单位·「清扫者」", + "JA": "自律補助ユニット・「スイーパー」" + }, + "20007": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyStriker.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Heavy Striker", + "desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "KO": "「중무장 스트라이커」", + "CHS": "「重装侵袭者」", + "JA": "「重装ストライカー」" + }, + "20008": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LightfootRover.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Lightfoot Rover", + "desc": "The Lightfoot Rover, a mainstream fire-support mech in the Defense Force, is equipped with tactical algorithms that analyze the opponent's behavior and calculate trajectories for precise targeting.\nWhen it identifies a high-threat target, it deploys a swarm of drones from its arsenal, unleashing immense firepower.\nFor Hollow Raiders, the sudden appearance of a Lightfoot Rover can spell trouble... endless trouble...\n\"What the! It... it even has kids!?\"", + "KO": "「민첩한 방랑자」", + "CHS": "「捷足巡游者」", + "JA": "「駿足ローバー」" + }, + "20009": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyFirepower.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Heavy Gunner", + "desc": "A heavy infantry unit belonging to the New Eridu Defense Force.\nEquipped with \"Gray Rhino\" heavy combat armor paired with a complete arsenal enhanced using Ether technology, they can sustain high-intensity firepower for an extended period when ample ammunition is available. They serve as the assault core of a combat team and are often deployed as the front line in assault and clearance operations.\nAfter the fall of the old capital, many soldiers left the army and joined civilian factions. Since then, these elite gunners have emerged under various banners, including private armies of plutocrats, new security companies, and even roving gangs of bandits...\n\"I'm convinced those heavy gunners are secretly adorable little girls who somehow manage to hide all that ammo in the extra pockets of their combat suits. I mean, how else can you explain their endless stockpile of shells?\"", + "KO": "중무장 사수", + "CHS": "重装炮手", + "JA": "重装砲兵" + }, + "20010": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_TarasqueMixer.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Tarasque Mixer", + "desc": "Based on their research, the Hollow Investigative Association speculates the Tarasque Mixer contains various levels of liquefied Ether.\nWhen it stirs and mixes its stored Ether, a complex reaction takes place, resulting in the release of destructive and violent energy. The power unleashed is comparable to that of the heavy artillery employed by the Defense Force.\nExperienced investigators understand the importance of maintaining a low profile to avoid direct bombardment from its heavy artillery.\n\"When it leaned down towards me, I thought it was some kind of strange welcoming gift. But when its cannon chamber lit up, I realized... it was a farewell gift.\"", + "KO": "타라스크 화물차", + "CHS": "泰拉斯奎祸车", + "JA": "タラスクミキサー" + }, + "20012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_FrenziedManiac.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "OfficialName_", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThese corrupted subjects, potentially due to their enhanced physiology or affinity for Ether matter, have developed formidable close combat abilities, making them even more menacing than the typical monsters found in the Hollow.\n\"Their weapons look very fancy... and kinda like they came as freebies.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "20013": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_WickedWraith.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "OfficialName_", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThe makeshift firearms favored by these bandits have somehow been preserved and enhanced by the Ether matter. They no longer fire iron bullets but rather more dangerous crystalline mixtures.\n\"Don't wait around! They have endless bullets and don't need to reload at all!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "20014": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RuthlessFiend.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "OfficialName_", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether. Humanoid features are more dangerous with enhanced mutant limbs.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nBandits are notorious for their dangerous behavior, and within their ranks, Hollow bandits stand out as the most ruthless. The elite fighters among these Hollow bandits are especially terrifying, displaying an elevated level of violence. When these brutes, toughened both physically and mentally through violence, undergo Ether corruption, they transform into monsters with a more feral and savage nature.\n\"They used to yell 'money or your life,' but now they're just hell-bent on taking your life...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "20015": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyAbuser.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Bulky Intimidator", + "desc": "In contrast to fully equipped Hollow investigators, Bulky Intimidators and Wanted Intimidators possess minimalistic gear.\nNevertheless, these notorious thugs can easily instill fear in their victims with their makeshift equipment.\nA spiked metal bat and a modified double-barreled shotgun are all they need to establish themselves as the most feared brutes in the Hollow.\nAccording to investigators who have encountered them in the Hollows, these brutes enter an extreme state of euphoria during battle. Their \"demeanor\" could hardly be called combat suitable, and more closely resembles bullying.\n\"Fighting them brought back the fear I felt when facing the school bullies alone...\"", + "KO": "덩치 협박자", + "CHS": "魁梧施虐者", + "JA": "殴打暴虐者" + }, + "20017": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcer.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Bulky Enforcer", + "desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "KO": "덩치 행동대원", + "CHS": "魁梧打手", + "JA": "殴り屋" + }, + "20020": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RagingGuy.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Enraged Sweeper", + "desc": "A significant number of combat mechs belonging to Public Security are destroyed within Hollow each year. Some of these mechs are subsequently repaired by Hollow thugs and illegally modified into Enraged Sweepers. \nDespite lacking access to standard parts or professional repair services, the thugs manage to restore these mechs using makeshift components, striving to maintain their original combat capabilities.\nIn their pursuit of individuality, the thugs often apply custom paint jobs and even install high-powered loudspeakers on their Enraged Sweepers.\nWhile this does not enhance their combat effectiveness, it does make them seem cooler than the originals.\n\"Here we go! There's an easy prey with pink hair over there!\"\n\"Yo! Switch to the background music we always use for robberies!\"", + "KO": "「성난 남자」", + "CHS": "「怒汉」", + "JA": "「怒れる男」" + }, + "20022": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_NinevehBee.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Hornet", + "desc": "Hornets always seem to be buzzing around Nineveh. Some scholars believe that the two have formed a symbiotic relationship and that, in some respects, they have reached a kind of group coordination.\nAs Nineveh's energy increases, revealing its distinctive swaying blossom stance, the Hornets enter a frenzied state and try their best to attack any moving target nearby.\n\"Hey! Something just flew out of that 'flower'!\"\n\"Looks like... a swarm of wasps?\"", + "KO": "벌", + "CHS": "骸蜂", + "JA": "ホーネット" + }, + "20023": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Mors.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Mors", + "desc": "Mors was once the most feared bounty hunter in the Outer Ring. He possessed an almost obsessive desire to hunt, often tracking his targets relentlessly day in and day out. Once he had a target in his sights, he would obsessively pursue the kill until his prey was dead.\n\n\"Lone Wolf Mors\" never fails — this is the belief held by all major factions in the Outer Ring.\n\nHowever, during one \"hunt,\" Mors pursued his target day and night for three days... Yet, even after exhausting his strength, he still failed to kill the target.\nSurprisingly, the man named Pompey didn't take it personally and instead offered an invitation to the defeated Mors — asking him to join his own organization.\n\nFrom that point on, the infamous \"hunter\" Mors was nowhere to be found. However, within The Vanquishers, a new figure emerged — a silent, solitary captain.\nEven now, Mors remains elusive, often disappearing for long periods. He only resurfaces when faced with a foe who genuinely intrigues him, not out of duty as a captain, but simply to indulge in the thrill of combat and the sheer joy of the hunt.\n\"You want to challenge Captain Mors to a duel? Heh, do you really think you're up for it?\"\n\"Go sign up over there first, then come back next month to try your luck in the draw.\"", + "KO": "모르스", + "CHS": "莫尔斯", + "JA": "モルス" + }, + "20024": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Pulchra.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Pulchra", + "desc": "No one knows where Pulchra came from, but she was once one of the top mercenaries of the Outer Ring, a \"chameleon\" who was adept at adapting depending on the situation.\nNot long after the previous Tour de Inferno ended with Pompey's consecutive victory, a few factions conspired in the shadows to launch a surprise attack on The Vanquishers. This scheme was easily dealt with by The Vanquishers, as if all their plans were within The Vanquishers' grasp.\nThe losers were chased out of the Old Oil Field, yet Pulchra, who had allied with them, was completely untouched. Naturally, many believed that this victory relied on a betrayal.\nThough many made offers, hoping she'd join them, Pulchra never officially joined any gang.\nPerhaps, to her, all these conspiracies and conflicts within the Outer Ring were just a game she could quit at any time. Even if her employer was loathsome, she wouldn't care, so long as they had the money and the job was interesting.\nEspecially if the job involved luring an enemy into an exquisitely prepared trap, allowing her to watch them slowly descend into the abyss of death...\nLuring, deceiving into complete destruction... The more beautiful, the more deadly, that has always been her code of survival.\n\"What, you wanna work under big sis Pulchra?\"\n\"Heh, another poor sucker...\"", + "KO": "펄크라", + "CHS": "波可娜", + "JA": "プルクラ" + }, + "20025": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Bellum.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Bellum", + "desc": "As an arena champion with an impressive win streak, Bellum once called himself the number-one fighter in the Outer Ring... Until his win streak was ended.\nWhat was even more infuriating... was that arrogant guy didn't even remember his name.\nAngry, Bellum honed his fighting skills, swearing that he would make his name known throughout the Outer Ring once more and make the arrogant jerk who beat him pay.\nTo achieve his goal, Bellum joined The Vanquishers and helped Pompey defeat enemy after dangerous enemy. He could skillfully modify and operate a flamethrower, leading the charge to incinerate enemies in his path. He could also command his squad with seamless precision, organizing them into an unstoppable battle force. Every battle he led ended in victory.\nNow, Bellum no longer needs to make a name for himself.\nThough he's no longer that champion with an impressive win streak, in the Outer Ring, everyone knows the terror of gang wars, and as a member of The Vanquishers' core fighting force, Bellum was war itself.\n\"You don't wanna do menial jobs? Heh, you can complain about that you defeat boss Bellum!\"\n\"Now go clean the toilet!\"", + "KO": "벨룸", + "CHS": "巴罗姆", + "JA": "ベルラム" + }, + "30000": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DurahanGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Dullahan", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "듀라한", + "CHS": "杜拉罕", + "JA": "デュラハン" + }, + "30001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Thanatos", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "타나토스", + "CHS": "塔纳托斯", + "JA": "タナトス" + }, + "30002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Guardian.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Guardian", + "desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "KO": "「가디언」", + "CHS": "「卫士」", + "JA": "「ガーディアン」" + }, + "30004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_BoringMachine.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Greta", + "desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "KO": "그레텔", + "CHS": "格莱特", + "JA": "グレーテル" + }, + "30005": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MaterialHandler.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Hans", + "desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "KO": "한스", + "CHS": "汉斯", + "JA": "ハンス" + }, + "30006": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_PileDriver.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Friday", + "desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "KO": "프라이데이", + "CHS": "星期五", + "JA": "フライデー" + }, + "30007": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_CottusGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Dead End Butcher", + "desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "KO": "죽음의 도살자", + "CHS": "死路屠夫", + "JA": "デッドエンドブッチャー" + }, + "30008": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MetalGorilla.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Typhon Challenger", + "desc": "As a heavy mech, the Typhon Challenger is devoid of any added long-range firepower; instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Challenger employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Challenger.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "KO": "「티폰·챌린저」", + "CHS": "「提丰·挑战者型」", + "JA": "「テューポーン・チャレンジャー」" + }, + "30009": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_ComplexCorrupted.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 203, + "EN": "Unknown Corruption Complex", + "desc": "Belobog's founder, Khors Belobog, once said that construction machines are the combination of strength and beauty, with attention to every detail following the principles of classic mechanical design.\nHowever, the emergence of the Unknown Corruption Complex has challenged all established classic designs.\nDriven by an intensely concentrated Ether Core, various formidable engineering components have been brutally assembled, resulting in an exaggerated structure that pushes the limits of physical boundaries.\nIt incorporates cutting, hammering, drilling, and crushing techniques... transforming them into rough and unpredictable combat maneuvers.\nFurthermore, in its critical state, its Ether Core provides an inexhaustible source of volatile energy. This enables it to envelop its carapace with high-voltage currents and unleash devastating blasts capable of ripping through the ground and pulverizing nearby enemies.\nAccording to HIA speculation, the Unknown Corruption Complex is able to devour and assimilate a wide range of heavy machinery, including military mechs, laser weapons, and even the short-range missiles of the Defense Force...\nEvery intricate mechanical object it encounters is consumed, dissected, and ultimately assimilated into its structure.\nIts design objective is to achieve unrivaled destructive power and maximize efficiency in its relentless slaughter.\n\"Its design far too strange... Oh, alright, I'll just take one more look!\"", + "KO": "미지의 복합 침식체", + "CHS": "未知复合侵蚀体", + "JA": "未確認複合侵蝕体" + }, + "30010": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_LampasBlackVeil.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Black Veil Marionette", + "desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nRumors suggest that on the day of the performance, the sisters encountered three ominous signs of impending doom. However, driven by their obsession with the stage, applause, and glory, they chose to continue the performance despite the warnings.\nToday, only a few images of the elder sister remain, preserved in photographs on yellowed magazines.\nOnly a few elite Hollow Raiders know that when the shattered spotlight illuminates Ballet Twins once more, the enigmatic Black Veil Marionette emerges. This figure is believed to be connected to Augilia, the dancer from that fateful performance, attempting to finish the grand finale she was never able to complete.\nAs for those who have the \"fortune\" to witness her grand finale, they will be haunted by nightmares that last a lifetime.\n\"If you run into Marionette in the Ballet Twins, don't even think about running away.\"\n\"Just sit back and watch her grand finale!\" \"At least it's a graceful and decent way to die...\"", + "KO": "마리오네트·검은 베일", + "CHS": "冥宁芙·黑纱", + "JA": "マリオネット・ブラックベール" + }, + "30011": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_LampasGrayVeil.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Gray Veil Marionette", + "desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nIt is rumored that on the day of the performance, the sisters encountered three ominous signs of impending doom. However, some also believe that they had offended certain forces, ultimately falling victim to the masterminds under the disguise of the \"Hollow Disaster,\" and that the so-called \"ominous signs\" might have been well-intentioned warnings.\nToday, the truth remains buried forever in darkness, as most people can only catch glimpses of the younger sister Augetta's lively dance through scattered video materials.\nOnly a few elite Hollow Raiders know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figure of Gray Veil Marionette emerges. This figure is believed to be connected to Augetta, the dancer from that fateful performance, attempting to finish the grand finale she was never able to complete.\nHer elegant dance steps no longer bring love and beauty to the audience but endless death and despair.\n\"I can't tell if the Marionette I saw was the elder or the younger sister...\"\n\"Argh! It's not that I don't appreciate art. I just can't tell them apart!\"", + "KO": "마리오네트·회색 베일", + "CHS": "冥宁芙·灰纱", + "JA": "マリオネット・グレイベール" + }, + "30012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Marionette_Twins.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Twin Marionettes", + "desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nToday, most people can only catch glimpses of their soulful dance through scattered video and image materials.\nOnly a few know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figures of the Twin Marionettes emerge. These figures are believed to be connected to the Twin Dancers from that fateful performance, attempting to finish the grand finale they were never able to complete.\n\"When that eerie tune came to an end, the two Marionettes emerged from the darkness and curtseyed...\"\n\"Huh? So... they're trying to say the show has begun?\"\n\"No, I think what they're trying to say is... It's too late to run. It's over.\"", + "KO": "마리오네트·쌍둥이", + "CHS": "冥宁芙·双子", + "JA": "マリオネット・ツインズ" + }, + "30016": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MazingerGoldenBomb.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "30017": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Cyrtoidea.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ionized - Cyrtoidea", + "desc": "According to Hollow Raiders, Cyrtoidea's hunting tactics bear resemblance to those of a shark.\nIt stealthily prowls in the shadows, lurking beneath the surface, and swiftly strikes its prey with deadly precision much like a shark.\nAnalysis of the data suggests that Cyrtoidea likely relies on ground vibrations to track the movements of its prey. Skilled Hollow Raiders evade detection by constantly altering the rhythm of their footsteps.\n\"Back in my investigator days, my area was crawling with Cyrtoideas.\"\n\"Their attacks had me hopping and jumping all over the place to dodge them...\"\n\"Looking back, it's funny how I unintentionally became a tap dancer...\"", + "KO": "플라스마·세토리아", + "CHS": "离子体·瑟托迪亚", + "JA": "電離体・セトリア" + }, + "30018": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Nassellaria.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ionized - Nassellaria", + "desc": "Each type of Ether mutant in the Hollow exhibits unique fighting styles.\nSome are merciless, others cunning, and a few even display a sense of... honor.\nAmong them, Nassellaria is particularly distinctive.\nIt often remains motionless out in the open, gathering potent Ether around itself before unleashing its destructive power to eliminate all enemies within its vicinity for other Ethereals.\nWhile Nassellaria is channeling its energy, those accompanying Ethereals engage in frenzied attacks, buying time for the Nassellaria to unleash its devastating attack.\n\"Quick! Stop that guy! Don't let it unleash its ultimate attack!\"\n\"If we get hit by that attack, we'll end up like those sorry villains in those cliche hero animations!\"", + "KO": "플라스마·나실리아", + "CHS": "离子体·纳塞勒亚", + "JA": "電離体・ナセリア" + }, + "30019": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DubiousHero.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 202, + "EN": "Rampant Brute", + "desc": "The Hollow Thugs inside Hollows consist of people of different types who come together for one common goal: raiding the Ether resources in the Hollow for massive profit.\nThis ragtag bunch have no rules.\nHowever, when the Rampant Brute, a symbol of absolute violence, appears, rules soon follow.\nThey wear modified construction power systems and use materials lying around as makeshift weapons. These devices and weapons look heavy enough to crush a bodybuilder, but for them, it's the perfect size to wear as a workout outfit.\nSwing, shatter, crush... all these basic combat techniques of theirs are fatal strikes that can obliterate their enemies, a showcase of their unparalleled destructive power.\nAccording to Public Security's research, Hollow Thug gangs led by Rampant Brutes often develop strange street workout cultures and are more tight-knit...\n\"What? You're saying the trainers at the gym are really strong?\"\n\"Hahaha, you need to have your eyes checked!\"\n\"You should join us. Train with the boss for three weeks, and I guarantee you'll have perfect biceps!\"", + "KO": "횡포자", + "CHS": "蛮横力士", + "JA": "剛力横暴者" + }, + "30020": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_JaneBoss.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Doppelganger - Jane", + "desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "KO": "도플갱어·제인", + "CHS": "多佩冈亚·简", + "JA": "ドッペルゲンガー・ジェーン" + }, + "30021": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TyrantPompey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 203, + "EN": "Corrupted Overlord - Pompey", + "desc": "People in the Outer Ring once called him the \"Overlord Pompey\" with true respect.\nBut now, his soul has been corrupted by potent Ether, his body polluted by sulfur and crude oil; the heart that once beat solely to protect the Outer Ring has turned into a supercritical Ether core filled with infinite power.\nThe former \"Lord of the Outer Ring\" has been reborn in flames, taking on a different form.\nFreedom, majesty... Violence, insanity.\nIt charges through the dust and flames, seizing anything that moves and then mercilessly tearing and shattering it.\nThose familiar with it before have guessed from its fractured whispers that what drives it is not a desire for petty revenge, but rather a desire to crush all outliers who dare to challenge the laws of the Outer Ring.\nMaybe it's the last vestige of the former Overlord Pompey's lingering will.\n\"Our leader has turned into that thing, but... he still feels like the same person.\"", + "KO": "「오버로드 침식체·폼페이」", + "CHS": "「霸主侵蚀体·庞培」", + "JA": "「覇者侵蝕体・ポンペイ」" + }, + "30022": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_JaneDoe.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Jane Doe", + "desc": "A dangerous individual who roams among the various gangs in New Eridu. She is agile and versatile in appearance. Even a well-equipped and heavily armed tactical squad often struggles to cope with her unique and fierce combat techniques, usually ending up silently defeated and fleeing.", + "KO": "제인 도", + "CHS": "简·杜", + "JA": "ジェーン・ドゥ" + }, + "30023": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Thracian.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Thracian", + "desc": "This fearsome Ethereal, named after the warrior tribes of ancient mythology, is said to be the embodiment of the most valiant heroes and the most insane villains corrupted by the Ether.\n— But that's not the case. While the chiseled muscles you developed in the Hollow and the adrenaline released in excess before death may indeed help you become a significant nuisance to your former companions, they probably won't hold it against an old friend who's already beyond saving, right?\nBut it's irrelevant. When your handsome face transforms into a dark, eerie energy orb, who cares about social reputation?\n\"No wonder he's the boss. Even as an Ethereal, he's still formidable!\"\n\"I knew something was off when he was always in the gym!\"", + "KO": "트라키안", + "CHS": "色雷斯人", + "JA": "トラキアン" + }, + "30024": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_SacrificeBringer.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 290, + "EN": "Sacrifice - Bringer", + "desc": "From a drifter and survivor in the wilderness to the Deputy Commander of Janus Quarter, Bringer's life seemed an inspirational story.\nBut behind this inspirational story, unknown evils and conspiracies loom over Janus Quarter like dark clouds.\nTo achieve the ultimate goal of some grand cause, Bringer orchestrated the situation behind the scenes, scheming and plotting, and was willing to sacrifice everything for it.\nIn the final step to complete his plans, he even injected himself with the Sacrifice Serum, demonstrating his unwavering belief in his actions.\nAt that moment, all his desires and crazy beliefs manifested in a twisted and concrete form in the Hollow.\nThe surging active Ether energy, a supreme brute force that destroys everything... All bizarre beliefs and mingled desires reside within that newly born grotesque body...\nSacrifice - Bringer — his final identity and perfect form.\n\"Oh mighty Creator, refine me!\"", + "KO": "새크리파이스·브랑그", + "CHS": "牲鬼·布林格", + "JA": "サクリファイス・ブリンガー" + }, + "30025": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Hitchspiker.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Hitchspiker", + "desc": "Ether is a greedy, insatiable parasite, a vicious creature that devours once-vibrant lives.\nThe Hitchspiker is an even more malicious incarnation of Ether — dwelling within the bodies of its cruel counterparts, it enables Tyrfing and Alpeca to satisfy the voracious appetites of the Hollows in an even more ferocious manner.\n\"Get away from my face!\"", + "KO": "가시 원충", + "CHS": "刺椎原虫", + "JA": "ヒッチスパイカー" + }, + "30026": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TerrorBird.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Terror Raptor", + "desc": "A veteran of countless battles, the Terror Raptor is New Eridu's most trusted weapon of war. Designed for a perfect balance of brutal melee and devastating ranged firepower, it delivers destruction with every charge, stomp, and strike. Armed with multi-missile launchers and rapid-fire guns, it dominates both close and distant combat. From leaping assaults to explosive barrages and swift aerial retreats, the Raptor adapts to any battlefield with ease. Its relentless attacks leave enemies no room to fight back, embodying both unstoppable power and overwhelming fear.\n\"Terror Raptor was the symbol of that era.\"", + "KO": "테러 랩터", + "CHS": "骇鸟", + "JA": "テラー・ラプトル" + }, + "30027": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Harvester.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 202, + "EN": "Lumberjack", + "desc": "There are quite a few self-proclaimed \"master inventors\" among Hollow Raiders. Their most proficient skill is taking proper second-hand industrial materials and transforming the abandoned combat machines left by Public Security in the Hollow into not-so-proper personal creations.\nHigh-speed chainsaws, toothed circular saws, hydraulic industrial arms... After simple assembly and rough welding, these common materials are stacked together to form a rare and dangerous piece of machinery.\nTo make it run smoothly, the creator has \"thoughtfully\" removed the safety restrictions of the machine and, based on its rugged appearance, named it the Lumberjack.\nNo one knows how long the Lumberjack can run stably.\nPerhaps, at any moment, it could suddenly go berserk, swinging its high-speed rotating chainsaw and spikes with unmatched horsepower, launching an unstoppable logging fest that no one dares to stop.\nBut... this near-mad combat mode might just be the best modification outcome the creator had in mind.\n\"Why call it a 'Lumberjack'? There's no wood to chop in the Hollow, right?\"\n\"Yeah, that's why it's so angry. When it starts up, it's reckless...\"", + "KO": "벌목기", + "CHS": "伐木机", + "JA": "伐採機" + }, + "30028": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_SecurityOperative.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "Security Operative", + "desc": "These Security Operatives may look like ordinary security personnel, but don't be fooled — they're packing a whole arsenal of secret skills. Their job isn't just to stand at the door and look intimidating. They're the ones who step in when the boss has had one too many drinks, or who handle petty troublemakers with a cool \"I've seen it all before\" expression. Their mission isn't to fight crime — it's to keep the boss from falling over, fix the elevator at the entrance, and, above all, stay under the radar. In their world, the most powerful weapon is \"looking like a total badass,\" and the best outcome is \"having nothing to do.\" After all, a great Security Operative is someone you don't even notice — until the problem's solved and people realize, \"Oh, they were here the whole time.\"\n\"If you can stand steady enough, no one's tougher than you.\"", + "KO": "특수경비", + "CHS": "特勤护卫", + "JA": "特務護衛" + }, + "30029": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Slime.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ionized - Doppelganger", + "desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "KO": "플라스마·도플갱어", + "CHS": "离子体·多佩冈亚", + "JA": "電離体・ドッペルゲンガー" + }, + "30030": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Slime.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "Ionized - Doppelganger", + "desc": "CardDesc_30030", + "KO": "플라스마·도플갱어", + "CHS": "离子体·多佩冈亚", + "JA": "電離体・ドッペルゲンガー" + }, + "35001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Nineveh.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Nineveh", + "desc": "The unique and magnificent appearance of the symbiotic Ethereal swarm known as Nineveh make it \"difficult\" for people to be wary of it.\nAccording to the few research records available, as Nineveh extends its body, a concentrated and potent Ether flows towards its core through its \"rhizome,\" providing a constant supply of energy. Some scholars speculate that this behavior is akin to the photosynthesis process in plants.\nIn the course of its swaying motions, excess highly active Ether energy continuously pours out. When this accumulation of highly active Ether is nearly overflowing, it transforms, unveiling its true \"blossoming\" form.\nAnd with its bloom comes death.\n\"The good news is it doesn't mean any harm, it just absorbs nutrients for photosynthesis. The bad news is... we're the nutrients.\"", + "KO": "니네베", + "CHS": "尼尼微", + "JA": "ニネヴェ" + }, + "35002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Geppetto.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Tyrfing - Energized", + "desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "KO": "티르빙·에너지형", + "CHS": "提尔锋·蓄能型", + "JA": "ティルヴィング・蓄エネ型" + }, + "100002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Claymore.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100003": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_TyrfingInfested.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Tyrfing (Infested)", + "desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "KO": "티르빙(감염 상태)", + "CHS": "提尔锋(寄生态)", + "JA": "ティルヴィング(寄主形態)" + }, + "100011": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Alpeca - Energized", + "desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "KO": "알페카·에너지형", + "CHS": "阿佩卡·蓄能型", + "JA": "アルペカ・蓄エネ型" + }, + "100012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Cyclops.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100013": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100014": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AlpecaInfested.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Alpeca (Infested)", + "desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "KO": "알페카(감염 상태)", + "CHS": "阿佩卡(寄生态)", + "JA": "アルペカ(寄主形態)" + }, + "100021": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SatyrusPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Faun - Energized", + "desc": "A living humanoid Ether that was first spotted in the Hollow in the New Eridu metro. It once raised debate among the Hollow Investigative Association, as some believed it to be living Ether converted from the Corrupted, while others claimed it to be pure living Ether affected by the Hollow environment. The Association considers it of low threat due to its limited intelligence, but one should never underestimate them, as they usually appear in groups.\n\"Have you ever been late or fined because of a red light? Feels terrible, right?\"\n\"Well, here's your chance to blow off some steam!\"", + "KO": "파우누스·에너지형", + "CHS": "萨提尔·蓄能型", + "JA": "サテュロス・蓄エネ型" + }, + "100031": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Hoplitai - Energized", + "desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "KO": "호플리타이·에너지형", + "CHS": "霍普利泰·蓄能型", + "JA": "ホプリタイ・蓄エネ型" + }, + "100032": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golem.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100033": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100041": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Blastcrawler - Energized", + "desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "KO": "블라스트크롤러·에너지형", + "CHS": "雷蛛·蓄能型", + "JA": "ブラストスパイダー・蓄エネ型" + }, + "100042": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Spider.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100043": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100044": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Shatterbug.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Shatterbug", + "desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... On your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "KO": "파갑충", + "CHS": "绽壳虫", + "JA": "爆裂虫" + }, + "100051": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_StrikeJaegerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Harrier Jaeger", + "desc": "A light infantry unit of the New Eridu Defense Force.\nArmed with combat knives and small Ether explosives as their primary weapons, they emphasize mobility and stealth. Often deployed as scouts or members of reconnaissance teams, they rely on exceptional maneuverability for tasks such as surprise attacks, scouting, pursuit, and assassination.\nIn Hollow-related operations, they serve as excellent vanguards, using their close combat skills to easily overpower ordinary invaders or lower-level living Ether beings.\n\"Masters of the dagger? More like crafty grenadiers. Pretending to be all fancy with their daggers, when most of their opponents are clearly taken out by grenades!\"", + "KO": "교란 엽병", + "CHS": "袭扰猎兵", + "JA": "牽制猟兵" + }, + "100061": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_LightJaegerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Scout Jaeger", + "desc": "As the New Eridu Defense Force's signature combat unit, qualified Light Jaegers and Scout Jaegers can freely switch between various combat modes.\nWhether using a knife in close combat or the Falcon-MK3 Ether energy gun at long range, they can tailor their tactics to the target's weaknesses.\nAnd when their opponent is in disarray they launch an offensive without hesitation.\n\"I saw that guy with a knife and was preparing for a fair fight... I didn't expect him to suddenly pull out a gun.\"", + "KO": "선봉 엽병", + "CHS": "先锋猎兵", + "JA": "先鋒猟兵" + }, + "100071": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_MeleeJaegerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Private Jaeger", + "desc": "Rookie Jaegers and Private Jaegers play a crucial role as vanguards in the Defense Force's Hollow special operations.\nEquipped with the Coyote-PE7 Ether cutter, which boasts a high-frequency vibration cutting blade effective at deterring smaller enemies.\nEngaging Ethereals in close-quarters combat demands exceptional courage, or perhaps madness.\n\"Strictly speaking, that can't be considered a standardized anti-Hollow operation... Those lunatics just seem to enjoy brawling with Ethereals for fun.\"", + "KO": "훈련 엽병", + "CHS": "整训猎兵", + "JA": "練達猟兵" + }, + "100081": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavyJaeger_Pro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Patrol Jaeger", + "desc": "As a vital offensive and defensive unit in the Defense Force's tactical squads, Guard Jaegers and Patrol Jaegers not only carry \"Coyote-PE7\" heavy Ether cutters but also inert Ether blast shields, providing cover for tactical squads in complex battlefield environments.\nAs a high-defense unit, the extraordinary weight of the shield affects their combat mobility.\nWithout strict training, an ordinary person would find it challenging to lift such a shield.\n\"Come back and submit your application once you've hit the gym!\"", + "KO": "순찰 엽병", + "CHS": "巡防猎兵", + "JA": "巡回猟兵" + }, + "100091": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GrenadierJaegerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 205, + "EN": "Demolition Jaeger", + "desc": "Grenadier Jaegers and Demolition Jaegers are equipped with a modified version of the Mamba-TG3 Bazooka, featuring special ammunition containing active Ether incendiary agents. This weapon enables them to swiftly destroy enemy mech units and eliminate large Ethereals within the Hollows.\nTo counteract the recoil and ensure accurate aim, they are required to undergo special weapon-grip training. Interestingly, Defense Force statistics indicate recruits excelling in this program often possess prior experience in photography.\n\"Wanna know how to use this thing? It's like using a shoulder-mounted camera.\"\n\"Just lock onto your target, pull the trigger, and say...\"\n\"Hey, idiot!... Say cheese!\"", + "KO": "포격 엽병", + "CHS": "轰击猎兵", + "JA": "爆撃猟兵" + }, + "100101": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavySoldierPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100111": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_MeleeSoldierPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100121": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_RangeSoldierPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 204, + "EN": "OfficialName_", + "desc": "Unknown", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100131": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_PatrollerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "OfficialName_", + "desc": "Highly maneuverable small autonomous mechs deployed by Public Security, equipped with inert Ether circular saws that also serve as assistant steering wheels for navigating complex terrains at high speeds.\nHowever, due to their rudimentary self-control programs, these lawnmowers occasionally cause unintended damage while executing their slicing attacks.\n\"Hey! Who the heck messed up my brand new car!?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100141": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_MandrakePro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Mandrake - Energized", + "desc": "Mandrake derive their name from a toxic herb. The scholar who initially assigned the name believed there was a resemblance between the two solely based on their appearance.\nWhile blooming, Mandrake emit heat rays targeting nearby objects, while sturdy leaves anchor it firmly to the ground, preventing uprooting. When threatened, Mandrake may use their sharp leaves for self-defense.\nSimilar to the legend of their namesake, Mandrake cries can be highly deadly.\n\"Stay away! It's gonna bloom any second now!\"", + "KO": "맨드레이크·에너지형", + "CHS": "曼德拉·蓄能型", + "JA": "マンドレイク・蓄エネ型" + }, + "100151": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugRaiderPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Looter", + "desc": "Among the ranks of Ether thieves, Raiders and Looters serve as the core members, possessing both technical expertise and combat skills.\nTheir Electric Resonance Detection Devices emit powerful currents that are used to detect Ether ore and also function as formidable weapons during armed raids.\nOccasionally mistaken for illegal fishermen, they pay little attention to such misconceptions.\nAfter all, with their extremely lethal electro-shockers, they don't really care whether their targets are fish or humans...\n\"If you encounter individuals armed with electrified harpoons, whether near a river, lake, or Hollow, please report it immediately to Public Security!\"", + "KO": "노략꾼", + "CHS": "劫掠者", + "JA": "強奪者" + }, + "100161": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPyromaniacPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Arsonist", + "desc": "For Pyromaniacs and Arsonists, robbing passersby is merely a side hustle. Deep down, they consider themselves as adept bartenders who actively seek excitement.\nWith precision and skill, they expertly blend various types of Ether into their beverages, effortlessly concocting bottles of highly flammable and explosive \"exclusive brew.\"\nUnlike other brutal Hollow Raiders, they often offer their victims a choice.\nIf the victim agrees to pay the toll, they extend the courtesy of a free drink.\nHowever, if the victim declines, the flammable \"exclusive brew\" will be forcefully shattered upon their head.\n\"How about we trick those guys into drinking their own weapon stash?\"", + "KO": "방화광", + "CHS": "焚毁狂", + "JA": "焼却狂" + }, + "100181": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPoacherPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Rustler", + "desc": "Most of the thugs who spend their time in the Hollows exhibit serious mental problems or peculiar quirks. Fortunately, the Poachers and the Rustlers within the gang have managed to maintain their sanity while embracing the filthy methods of traditional villains.\nCowardly and cunning, they excel in the art of concealing themselves within the shadows and launching surprise attacks on their targets. They would never choose to attack head-on if they could ambush.\nTheir composite hand crossbows, though limited in power, produce minimal noise when fired. Seasoned Poachers often seize the perfect moment and immobilize their unsuspecting prey with a single well-aimed shot.\n\"I used to be a Public Security officer, then I took an arrow in the knee while on a Hollow operation...\"", + "KO": "도적", + "CHS": "盗猎客", + "JA": "盗猟犯" + }, + "100191": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugAssaulterPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 202, + "EN": "Ambusher", + "desc": "As the vanguards in Hollow Raider gangs, Assaulters and Ambushers often brandish their weapons and charge ahead independently.\nThis isn't because of their recklessness or disregard for teamwork, but rather a precautionary measure to prevent accidental harm. The modified transformer coils in their hands release high-voltage currents upon contact, capable of paralyzing or even knocking out an opponent with just a touch.\nAnd in the logistically difficult Hollows, an incapacitated teammate could pose a terrible challenge for an entire squad.\n\"What's this? Lemme check it out! Oh, it's some electric baton replicaaaa... Aaaaaaaaaaarrghhh...\"", + "KO": "습격자", + "CHS": "偷袭者", + "JA": "奇襲者" + }, + "100211": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_UVARavenPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Raven UAV - Activated", + "desc": "Unknown", + "KO": "레이븐 드론·활성형", + "CHS": "渡鸦无人机·活化型", + "JA": "レイヴンドローン・活性型" + }, + "100231": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_PlatinumBangboo.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "Platinum Bangboo", + "desc": "Platinum Bangboo are mysterious entities that are even rarer than Golden Bangboo.\nWith a gorgeous appearance and being extremely rare, they enjoy a high status among all Bangboo Wanderers.\nNoble, honorable, and supreme...\nIn comparison to the flashy golden hue of Golden Bangboo, Platinum Bangboo stand out as the epitome of elegance among all Bangboo Wanderers.\nRegardless of the time and place, whenever they are encountered, all Bangboo Wanderers show reverence by bowing down and chanting, \"En-nah-ehn!\"\nFor the Hollow Raiders, however, nobility holds no significance.\nThe moment they lay eyes on one, it's as if they stumbled upon a moving gold vault.\n\"I'm gonna give this fancy-looking thing a good punch, and it better rain Dennies like crazy!\"", + "KO": "플래티넘 「Bangboo」", + "CHS": "白金邦布", + "JA": "プラチナボンプ" + }, + "100251": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AhrimanPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ahriman - Energized", + "desc": "Due to its unique and grotesque shape, Ahriman is often mistaken for an art sculpture in the Ballet Twins.\nAs a result, many novice investigators are left with lifelong trauma when they first encounter an Ahriman...\nYou just passed by a certain \"sculpture\" when it suddenly moves...\nAnd that fearful moment frozen in place is the perfect moment for Ahriman to launch a surprise attack.\n\"Corin, don't be fooled by how it looks... It's no fancy art.\"\n\"Now, let's clean it up.\"", + "KO": "악령·에너지형", + "CHS": "恶灵·蓄能型", + "JA": "アフリマン・蓄エネ型" + }, + "100261": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpecterPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Specter - Energized", + "desc": "Influenced by the distinctive decor of the interior of the Ballet Twins, Specters have the grotesque and twisted limb configuration of an artistic sculpture.\nSome investigators believe its unique shape is intended to enhance the protection of its Ether Core.\nOthers argue it's merely a trick designed to distract its enemies. While its enemies are mesmerized by its peculiar posture, a Specter will seize the opportunity to launch long-range attacks using concentrated Ether.\n\"I looked at its bizarre structure and thought to myself: Was it trying to play a game of bowling with its own head?\"\n\"But before I could make sense of anything, its bowling ball had already smashed into my face...\"", + "KO": "망령·에너지형", + "CHS": "游魂·蓄能型", + "JA": "スペクター・蓄エネ型" + }, + "100271": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStrikerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Vicious Striker", + "desc": "A poor soul mutated by the corruption due to potent Ether matter in the Hollows. As the original entity had a certain level of Ether aptitude, the transformation is not fully complete, retaining some humanoid features of the original form. Judging by the remnants of clothing and combat experience, it's quite likely it was originally a thug/criminal dwelling within the Hollow.\nWhile gangsters and thugs in the Hollows typically wear anti-corruption gear, some unlucky individuals undergo monstrous transformations due to severe Ether corruption. These transformed Ethereal beings retain their combat skills from their past lives, making them a more formidable threat compared to pure Ethereals.\n\"They lived as criminals, and even in death they continue being a nuisance.\"", + "KO": "악독한 싸움꾼", + "CHS": "恶毒打手", + "JA": "悪辣討手" + }, + "100281": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GreedyRangerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Greedy Ranger", + "desc": "This humanoid intelligent being is a result of potent Ether matter corruption in the Hollow, exhibiting both humanoid traits and remnants of its former clothing and combat style. It is likely that it was once a gang member or raider living in the Hollow.\nThe creature's physical characteristics indicate its past as a long-range weapon specialist. Despite losing its free will and life due to Etherealization, it retains its instincts and habits for long-range combat. Its corrupted form enables it to launch projectiles, attacking enemies from a distance. The Ether corruption has enhanced its shooting abilities and projectile firepower. (For example, these creatures may fire sharp Ether Crystals or mixed explosives.)\n\"I told him not to touch that crystal, but he wouldn't listen! That reckless idiot never listens! By the time we were about to leave the Hollow, he... he changed...\"", + "KO": "탐욕스러운 총잡이", + "CHS": "贪婪射手", + "JA": "強欲射手" + }, + "100291": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_BeholderEnginePro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "OfficialName_", + "desc": "While a Beholder Engine is primarily considered a close-range threat, it frequently presents unforeseen dangers to investigators during Hollow expeditions.\nEven seasoned investigators can experience an overwhelming sense of panic when confronted by the piercing gaze of its eyes in the darkness.\nWithin the Hollows, fear has a tendency to intensify Ether corruption, thereby inviting calamity.\n\"The only way to overcome fear... is to stare into it and fight it back.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "100301": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_FossorPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Fossor - Energized", + "desc": "Recent studies by the Whitestar Institute reveal that some Ethereals' limbs carry notable features from their environment.\nFossor is a prime example of this — its strange forelimbs bear a striking resemblance to the drilling equipment found in the Old Oil Field region.\nAlthough some suggest this is a camouflage tactic to deceive enemies, others have pointed out that Fossor's combat style is aggressive and direct, making it appear ill-suited for ambushes.\nSome imaginative Hollow Raiders speculate it may have developed this form just to dig for minerals...\n\"When I caught sight of it from a distance, it seemed to be happily digging up the asphalt.\"\n\"When it spotted me, it didn't hesitate to charge straight at me, desperately trying to drive me away...\"\n\"But I was just passing by! I had absolutely no intention of taking any of its junk!\"", + "KO": "포소르·에너지형", + "CHS": "弗瑟尔·蓄能型", + "JA": "フォッソル・蓄エネ型" + }, + "100311": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SordidusPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Sordidus - Energized", + "desc": "The Hollows of the Outer Ring are home to a variety of bizarre Ethereals, and Sordidus is a prime example.\nThey possess a unique body structure, with highly flexible limbs that seem to be the result of an unknown reaction between crude oil and active Ether.\nOnce they lock onto a target, they use their limbs like expert acrobats, launching aggressive and brutal attacks.\n\"Damn it... That thing actually whipped me!\"\n\"Does it see itself as a tamer, treating us like wild beasts?\"", + "KO": "소르디두스·에너지형", + "CHS": "索迪代斯·蓄能型", + "JA": "ソルデドゥス・蓄エネ型" + }, + "200001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Farbauti - Energized", + "desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "KO": "파르바우티·에너지형", + "CHS": "法布提·蓄能型", + "JA": "ファールバウティ・蓄エネ型" + }, + "200002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Giant.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200003": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantEnergy.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Ionized - Farbauti", + "desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "KO": "플라스마·파르바우티", + "CHS": "离子体·法布提", + "JA": "電離体・ファールバウティ" + }, + "200011": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Hati - Energized", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "하티·에너지형", + "CHS": "哈提·蓄能型", + "JA": "ハティ・蓄エネ型" + }, + "200012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Hati.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200013": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200014": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HatiBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Notorious - Hati", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "노토리우스·하티", + "CHS": "恶名·哈提", + "JA": "要警戒・ハティ" + }, + "200015": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HatiEnergized.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Hati Pack Leader — Energized", + "desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in the Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "KO": "하티 리더·에너지형", + "CHS": "哈提头犬·蓄能型", + "JA": "ハティアルファ・蓄エネ型" + }, + "200021": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Goblin - Energized", + "desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "KO": "고블린·에너지형", + "CHS": "地精·蓄能型", + "JA": "ゴブリン・蓄エネ型" + }, + "200022": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Goblin.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200023": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200031": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Armored Hati - Energized", + "desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "KO": "무장 하티·에너지형", + "CHS": "装甲哈提·蓄能型", + "JA": "アーマーハティ・蓄エネ型" + }, + "200032": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmored.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200033": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200034": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HatiArmoredBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Notorious - Armored Hati", + "desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "KO": "노토리우스·무장 하티", + "CHS": "恶名·装甲哈提", + "JA": "要警戒・アーマーハティ" + }, + "200041": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinMetroPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Metro Goblin - Energized", + "desc": "The debate regarding Metro Goblin is a persistent one. Some scholars argue their peculiar appearance serves as camouflage to confuse their enemies, while others attribute the debris on their bodies to corruption and fusion with old metro equipment.\nNevertheless, the presence of Metro Goblins evokes fear among inexperienced investigators exploring the Hollow's old metro zone.\nAt any given moment, an ordinary-looking \"road sign\" may start trembling, and then a formidable Ethereal emerges from the ground, charging menacingly.\n\"Huh? I saw this sign a few minutes ago. Have we been going in circles?\"\n\"No... That 'road sign' has been following us!\"", + "KO": "철도 고블린·에너지형", + "CHS": "铁道地精·蓄能型", + "JA": "メトロゴブリン・蓄エネ型" + }, + "200051": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Arlaune - Energized", + "desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "KO": "아라운·에너지형", + "CHS": "阿劳恩·蓄能型", + "JA": "アルラウネ・蓄エネ型" + }, + "200052": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Arlaune.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200053": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlaunePro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200061": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LAAndroidPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 204, + "EN": "OfficialName_", + "desc": "An automatic combat mech utilized by Public Security. It possesses various combat modes tailored to various Ethereals types. Its weapons include circular chainsaws and fusion heat rays.\nSweepers can swiftly identify target Ethereals and adapt to the most effective combat strategy.\nHowever, their reliability diminishes to some extent when faced with Hollow Raiders who possess greater versatility than Ethereals.\n\"Stirring, chopping, heating... I wonder who came up with this? Maybe some undercover agent from a kitchenware company trying to boost sales?\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200071": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyStrikerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Heavy Striker MK II", + "desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "KO": "「중무장 스트라이커 Ⅱ형」", + "CHS": "「重装侵袭者Ⅱ型」", + "JA": "「重装ストライカーⅡ型」" + }, + "200072": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HeavyStrikerBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Shielded Defender", + "desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "KO": "「실드 가드」", + "CHS": "「护戍盾卫」", + "JA": "「シールドディフェンダー」" + }, + "200073": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HeavyStrikerBossPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Shielded Defender Omega", + "desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "KO": "「실드 가드 Ω형」", + "CHS": "「护戍盾卫Ω型」", + "JA": "「シールドディフェンダー・Ω」" + }, + "200081": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LightfootRoverPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Lightfoot Rover MK II", + "desc": "The Lightfoot Rover, a mainstream fire-support mech in the Defense Force, is equipped with tactical algorithms that analyze the opponent's behavior and calculate trajectories for precise targeting.\nWhen it identifies a high-threat target, it deploys a swarm of drones from its arsenal, unleashing immense firepower.\nFor Hollow Raiders, the sudden appearance of a Lightfoot Rover can spell trouble... endless trouble...\n\"What the! It... it even has kids!?\"", + "KO": "「민첩한 방랑자 Ⅱ형」", + "CHS": "「捷足巡游者Ⅱ型」", + "JA": "「駿足ローバーⅡ型」" + }, + "200091": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyFirepowerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Assault Gunner", + "desc": "A heavy infantry unit belonging to the New Eridu Defense Force.\nEquipped with \"Gray Rhino\" heavy combat armor paired with a complete arsenal enhanced using Ether technology, they can sustain high-intensity firepower for an extended period when ample ammunition is available. They serve as the assault core of a combat team and are often deployed as the front line in assault and clearance operations.\nAfter the fall of the old capital, many soldiers left the army and joined civilian factions. Since then, these elite gunners have emerged under various banners, including private armies of plutocrats, new security companies, and even roving gangs of bandits...\n\"I'm convinced those heavy gunners are secretly adorable little girls who somehow manage to hide all that ammo in the extra pockets of their combat suits. I mean, how else can you explain their endless stockpile of shells?\"", + "KO": "돌격 사수", + "CHS": "突击炮手", + "JA": "突撃砲兵" + }, + "200101": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_TarasqueMixerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Based on their research, the Hollow Investigative Association speculates the Tarasque Mixer contains various levels of liquefied Ether.\nWhen it stirs and mixes its stored Ether, a complex reaction takes place, resulting in the release of destructive and violent energy. The power unleashed is comparable to that of the heavy artillery employed by the Defense Force.\nExperienced investigators understand the importance of maintaining a low profile to avoid direct bombardment from its heavy artillery.\n\"When it leaned down towards me, I thought it was some kind of strange welcoming gift. But when its cannon chamber lit up, I realized... it was a farewell gift.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "200121": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_FrenziedManiacPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "Frenzied Maniac", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThese corrupted subjects, potentially due to their enhanced physiology or affinity for Ether matter, have developed formidable close combat abilities, making them even more menacing than the typical monsters found in the Hollow.\n\"Their weapons look very fancy... and kinda like they came as freebies.\"", + "KO": "광분한 폭도", + "CHS": "狂乱暴徒", + "JA": "狂乱暴徒" + }, + "200131": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_WickedWraithPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "Wicked Wraith", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThe makeshift firearms favored by these bandits have somehow been preserved and enhanced by the Ether matter. They no longer fire iron bullets but rather more dangerous crystalline mixtures.\n\"Don't wait around! They have endless bullets and don't need to reload at all!\"", + "KO": "분노한 조폭", + "CHS": "盛怒恶霸", + "JA": "憤怒悪鬼" + }, + "200141": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RuthlessFiendPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 203, + "EN": "Ruthless Fiend", + "desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether. Humanoid features are more dangerous with enhanced mutant limbs.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nBandits are notorious for their dangerous behavior, and within their ranks, Hollow bandits stand out as the most ruthless. The elite fighters among these Hollow bandits are especially terrifying, displaying an elevated level of violence. When these brutes, toughened both physically and mentally through violence, undergo Ether corruption, they transform into monsters with a more feral and savage nature.\n\"They used to yell 'money or your life,' but now they're just hell-bent on taking your life...\"", + "KO": "흉악한 미치광이", + "CHS": "凶心疯汉", + "JA": "凶悪狂人" + }, + "200151": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyAbuserPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Wanted Intimidator", + "desc": "In contrast to fully equipped Hollow investigators, Bulky Intimidators and Wanted Intimidators possess minimalistic gear.\nNevertheless, these notorious thugs can easily instill fear in their victims with their makeshift equipment.\nA spiked metal bat and a modified double-barreled shotgun are all they need to establish themselves as the most feared brutes in the Hollow.\nAccording to investigators who have encountered them in the Hollows, these brutes enter an extreme state of euphoria during battle. Their \"demeanor\" could hardly be called combat suitable, and more closely resembles bullying.\n\"Fighting them brought back the fear I felt when facing the school bullies alone...\"", + "KO": "지명수배 협박자", + "CHS": "通缉虐待狂", + "JA": "札付き虐待狂" + }, + "200171": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 202, + "EN": "Wanted Enforcer", + "desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "KO": "지명수배 행동대원", + "CHS": "通缉打手", + "JA": "札付き殴り屋" + }, + "200172": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcerBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 202, + "EN": "Troublemaker - Wanted Enforcer", + "desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "KO": "주모자·지명수배 행동대원", + "CHS": "祸首·通缉打手", + "JA": "元凶・札付き殴り屋" + }, + "200231": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Mors.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Doppelganger - Mors", + "desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "KO": "도플갱어·모르스", + "CHS": "多佩冈亚·莫尔斯", + "JA": "ドッペルゲンガー・モルス" + }, + "200241": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Pulchra.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Doppelganger - Pulchra", + "desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "KO": "도플갱어·펄크라", + "CHS": "多佩冈亚·波可娜", + "JA": "ドッペルゲンガー・プルクラ" + }, + "200251": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Bellum.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Doppelganger - Bellum", + "desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "KO": "도플갱어·벨룸", + "CHS": "多佩冈亚·巴罗姆", + "JA": "ドッペルゲンガー・ベルラム" + }, + "300001": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Dullahan - Energized", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "듀라한·에너지형", + "CHS": "杜拉罕·蓄能型", + "JA": "デュラハン・蓄エネ型" + }, + "300002": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Durahan.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Newborn Dullahan", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "갓 태어난 듀라한", + "CHS": "初生杜拉罕", + "JA": "初生のデュラハン" + }, + "300003": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "OfficialName_", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "300004": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanEnergy.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Ionized - Dullahan", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "플라스마·듀라한", + "CHS": "离子体·杜拉罕", + "JA": "電離体・デュラハン" + }, + "300005": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Notorious - Dullahan", + "desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "KO": "노토리우스·듀라한", + "CHS": "恶名·杜拉罕", + "JA": "要警戒・デュラハン" + }, + "300011": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIGreyPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Thanatos - Energized", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "타나토스·에너지형", + "CHS": "塔纳托斯·蓄能型", + "JA": "タナトス・蓄エネ型" + }, + "300012": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIII.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "OfficialName_", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "300013": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "OfficialName_", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "OfficialName_", + "CHS": "OfficialName_", + "JA": "OfficialName_" + }, + "300014": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIEnergy.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Ionized - Thanatos", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "플라스마·타나토스", + "CHS": "离子体·塔纳托斯", + "JA": "電離体・タナトス" + }, + "300015": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 201, + "EN": "Notorious - Thanatos", + "desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "KO": "노토리우스·타나토스", + "CHS": "恶名·塔纳托斯", + "JA": "要警戒・タナトス" + }, + "300021": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GuardianPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 205, + "EN": "Guardian MK II", + "desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "KO": "「가디언 Ⅱ형」", + "CHS": "「卫士Ⅱ型」", + "JA": "「ガーディアンⅡ型」" + }, + "300022": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GuardianBoss.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Guardian MK III", + "desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "KO": "「가디언 Ⅲ형」", + "CHS": "「卫士Ⅲ型」", + "JA": "「ガーディアンⅢ型」" + }, + "300041": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_BoringMachineRed.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Greta - Energized", + "desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "KO": "그레텔·에너지형", + "CHS": "格莱特·蓄能型", + "JA": "グレーテル・蓄エネ型" + }, + "300042": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_GretelOverclocked.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Greta - Overclocked", + "desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "KO": "그레텔·오버클럭형", + "CHS": "格莱特·超频型", + "JA": "グレーテル・高周波数型" + }, + "300051": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MaterialHandlerRed.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Hans - Energized", + "desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "KO": "한스·에너지형", + "CHS": "汉斯·蓄能型", + "JA": "ハンス・蓄エネ型" + }, + "300052": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HansOverclocked.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Hans - Overclocked", + "desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "KO": "한스·오버클럭형", + "CHS": "汉斯·超频型", + "JA": "ハンス・高周波数型" + }, + "300061": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_PileDriverRed.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Friday - Energized", + "desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "KO": "프라이데이·에너지형", + "CHS": "星期五·蓄能型", + "JA": "フライデー・蓄エネ型" + }, + "300062": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_FridayOverclocked.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 290, + "EN": "Friday - Overclocked", + "desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "KO": "프라이데이·오버클럭형", + "CHS": "星期五·超频型", + "JA": "フライデー・高周波数型" + }, + "300071": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Cottus.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Newborn Dead End Butcher", + "desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "KO": "갓 태어난 죽음의 도살자", + "CHS": "初生死路屠夫", + "JA": "初生のデッドエンドブッチャー" + }, + "300072": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_NotoriousDeadEndButcher.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Notorious - Dead End Butcher", + "desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "KO": "노토리우스·죽음의 도살자", + "CHS": "恶名·死路屠夫", + "JA": "要警戒・デッドエンドブッチャー" + }, + "300081": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MetalGorillaPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Typhon Slugger", + "desc": "As a heavy mech, the Typhon Slugger is devoid of any added long-range firepower; instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Slugger employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Slugger.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "KO": "「티폰·슬러거」", + "CHS": "「提丰·重击者型」", + "JA": "「テューポーン・スラッガー」" + }, + "300082": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TyphonDestroyer.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 3, + "group": 205, + "EN": "Autonomous Assault Unit - Typhon Destroyer", + "desc": "As a heavy mech, the Typhon Destroyer is devoid of any added long-range firepower. Instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Destroyer employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Destroyer.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "KO": "자율 강습 유닛·「티폰·디스트로이어」", + "CHS": "自律强袭单位��「提丰·破坏者型」", + "JA": "自律強襲ユニット・「テューポーン・デストロイヤー」" + }, + "300121": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_NotoriousMarionette.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 201, + "EN": "Notorious - Marionette", + "desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nToday, most people can only catch glimpses of their soulful dance through scattered video and image materials.\nOnly a few know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figures of the Twin Marionettes emerge. These figures are believed to be connected to the Twin Dancers from that fateful performance, attempting to finish the grand finale they were never able to complete.\n\"When that eerie tune came to an end, the two Marionettes emerged from the darkness and curtseyed...\"\n\"Huh? So... they're trying to say the show has begun?\"\n\"No, I think what they're trying to say is... It's too late to run. It's over.\"", + "KO": "노토리우스·마리오네트", + "CHS": "恶名·冥宁芙", + "JA": "要警戒・マリオネット" + }, + "300211": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_NotoriousPompey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 4, + "group": 203, + "EN": "Notorious - Pompey", + "desc": "People in the Outer Ring once called him the \"Overlord Pompey\" with true respect.\nBut now, his soul has been corrupted by potent Ether, his body polluted by sulfur and crude oil; the heart that once beat solely to protect the Outer Ring has turned into a supercritical Ether core filled with infinite power.\nThe former \"Lord of the Outer Ring\" has been reborn in flames, taking on a different form.\nFreedom, majesty... Violence, insanity.\nIt charges through the dust and flames, seizing anything that moves and then mercilessly tearing and shattering it.\nThose familiar with it before have guessed from its fractured whispers that what drives it is not a desire for petty revenge, but rather a desire to crush all outliers who dare to challenge the laws of the Outer Ring.\nMaybe it's the last vestige of the former Overlord Pompey's lingering will.\n\"Our leader has turned into that thing, but... he still feels like the same person.\"", + "KO": "노토리우스·폼페이", + "CHS": "恶名·庞培", + "JA": "���警戒・ポンペイ" + }, + "930146": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Tyrfing", + "desc": "An enemy unit with very low ATK and HP, posing minimal threat. Typically the first enemy a new Bangboo encounters in their Bangboo Exam.", + "KO": "티르빙", + "CHS": "提尔锋", + "JA": "ティルヴィング" + }, + "930147": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Arlaune", + "desc": "A highly dangerous enemy that launches Ranged Attacks. Upon being blocked, it releases a poisonous mist, damaging all nearby Bangboo. Deploy Kind Bangboo to counter.", + "KO": "아라운", + "CHS": "阿劳恩", + "JA": "アルラウネ" + }, + "930148": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Ahriman.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ahriman", + "desc": "When at full HP, its Movement Speed is very high and it cannot be blocked. After taking DMG, its movement speed decreases and it can be blocked. Deploy a Shooter Bangboo to deal DMG to Ahriman as early as possible to reduce its threat.", + "KO": "악령", + "CHS": "恶灵", + "JA": "アフリマン" + }, + "930149": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Alpeca", + "desc": "Alpeca can launch Ranged Attacks, and will attack Bangboo on Tactical Positions. Please pay attention to the candidates' Stamina!", + "KO": "알페카", + "CHS": "阿佩卡", + "JA": "アルペカ" + }, + "930150": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DurahanGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Dullahan", + "desc": "A highly dangerous melee unit with extremely high HP. Deploy Paperboo, which have extremely high HP, to deal with it.", + "KO": "듀라한", + "CHS": "杜拉罕", + "JA": "デュラハン" + }, + "930151": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GoldenBomb.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 290, + "EN": "Golden Bangboo", + "desc": "The Golden Bangboo has very high Movement Speed and HP but does not attack your Bangboo. Defeat one, and something good might happen.", + "KO": "황금 「Bangboo」", + "CHS": "黄金邦布", + "JA": "ゴールドボンプ" + }, + "930152": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golemgrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Hoplitai", + "desc": "Hoplitai enters the field with very high Movement Speed. They will collide with the first Bangboo they encounter, dealing significant DMG. Their Movement Speed will significantly decrease afterwards.", + "KO": "호플리타이", + "CHS": "霍普利泰", + "JA": "ホプリタイ" + }, + "930153": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Satyrus.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Faun", + "desc": "Faun moves slowly but has a high ATK. Please pay attention to the candidates' Stamina!", + "KO": "파우누스", + "CHS": "萨提尔", + "JA": "サテュロス" + }, + "930154": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGrey.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Blastcrawler", + "desc": "Blastcrawler moves quickly and will explode near Bangboo, dealing damage to all Bangboo. Deploy Paperboo, which have extremely high HP, to deal with it.", + "KO": "블라스트크롤러", + "CHS": "雷蛛", + "JA": "ブラストスパイダー" + }, + "930155": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Vicious Striker", + "desc": "Vicious Striker has high HP. Focus your fire on them.", + "KO": "악독한 싸움꾼", + "CHS": "恶毒打手", + "JA": "悪辣討手" + }, + "930156": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Vicious Striker", + "desc": "Vicious Striker has high HP. Focus your fire on them.", + "KO": "악독한 싸움꾼", + "CHS": "恶毒打手", + "JA": "悪辣討手" + }, + "930157": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Tyrfing", + "desc": "An enemy unit with very low ATK and HP, posing minimal threat. Typically the first enemy a new Bangboo encounters in their Bangboo Exam.", + "KO": "티르빙", + "CHS": "提尔锋", + "JA": "ティルヴィング" + }, + "930158": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Arlaune", + "desc": "A highly dangerous enemy that launches Ranged Attacks. Upon being blocked, it releases a poisonous mist, damaging all nearby Bangboo. Deploy Kind Bangboo to counter.", + "KO": "아라운", + "CHS": "阿劳恩", + "JA": "アルラウネ" + }, + "930159": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AhrimanPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Ahriman", + "desc": "When at full HP, its Movement Speed is very high and it cannot be blocked. After taking DMG, its movement speed decreases and it can now be blocked. Deploy a Shooter Bangboo to deal DMG to Ahriman as early as possible to reduce its threat.", + "KO": "악령", + "CHS": "恶灵", + "JA": "アフリマン" + }, + "930160": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Alpeca", + "desc": "Alpeca can launch Ranged Attacks and will attack Bangboo on Tactical Positions. Please pay attention to the candidates' Stamina!", + "KO": "알페카", + "CHS": "阿佩卡", + "JA": "アルペカ" + }, + "930161": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 2, + "group": 201, + "EN": "Dullahan", + "desc": "A highly dangerous melee unit with extremely high HP. Deploy Paperboo, which have extremely high HP, to deal with it.", + "KO": "듀라한", + "CHS": "杜拉罕", + "JA": "デュラハン" + }, + "930162": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Hoplitai", + "desc": "Hoplitai enters the field with very high Movement Speed. They will collide with the first Bangboo they encounter, dealing significant DMG. Their Movement Speed will significantly decrease afterwards.", + "KO": "호플리타이", + "CHS": "霍普利泰", + "JA": "ホプリタイ" + }, + "930163": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SatyrusPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["All"], + "rarity": 1, + "group": 201, + "EN": "Faun", + "desc": "Faun moves slowly but has high ATK. Please pay attention to the candidates' Stamina!", + "KO": "파우누스", + "CHS": "萨提尔", + "JA": "サテュロス" + }, + "930164": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGreyPro.png", + "tag": ["Ether", "NotPro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 201, + "EN": "Blastcrawler", + "desc": "Blastcrawler moves quickly and will explode near Bangboo, dealing damage to all Bangboo. Deploy Paperboo, which have extremely high HP, to deal with it.", + "KO": "블라스트크롤러", + "CHS": "雷蛛", + "JA": "ブラストスパイダー" + }, + "930165": { + "icon": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStrikerPro.png", + "tag": ["Ether", "Pro"], + "tag2": ["Metro", "SkyScraper"], + "rarity": 1, + "group": 203, + "EN": "Vicious Striker", + "desc": "Vicious Striker has high HP. Focus your fire on them.", + "KO": "악독한 싸움꾼", + "CHS": "恶毒打手", + "JA": "悪辣討手" + } +} diff --git a/libs/zzz/dm/HakushinData/monster/10000.json b/libs/zzz/dm/HakushinData/monster/10000.json new file mode 100644 index 0000000000..c39e1bac53 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10000.json @@ -0,0 +1,97 @@ +{ + "Id": 10000, + "MonsterId": 11096, + "MonsterInfo": { + "CodeName": "Monster_ClaymoreGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Tyrfing", + "Desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Midnight talk show \"Back 2 Life,\" Episode 165, featuring retired riot patrol officer due to injury, Nobby Kereyan", + "CardSkillDesc": "During combat, Tyrfing will perform melee attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100001.json b/libs/zzz/dm/HakushinData/monster/100001.json new file mode 100644 index 0000000000..f7d39a505a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100001.json @@ -0,0 +1,97 @@ +{ + "Id": 100001, + "MonsterId": 11098, + "MonsterInfo": { + "CodeName": "Monster_ClaymoreRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Tyrfing - Energized", + "Desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Midnight talk show \"Back 2 Life,\" Episode 165, featuring retired riot patrol officer due to injury, Nobby Kereyan", + "CardSkillDesc": "During combat, Tyrfing will perform melee attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100002.json b/libs/zzz/dm/HakushinData/monster/100002.json new file mode 100644 index 0000000000..3e669ee9dd --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100002.json @@ -0,0 +1,16 @@ +{ + "Id": 100002, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Claymore.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Midnight talk show \"Back 2 Life,\" Episode 165, featuring retired riot patrol officer due to injury, Nobby Kereyan", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100003.json b/libs/zzz/dm/HakushinData/monster/100003.json new file mode 100644 index 0000000000..a83fe0f7b6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100003.json @@ -0,0 +1,16 @@ +{ + "Id": 100003, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Midnight talk show \"Back 2 Life,\" Episode 165, featuring retired riot patrol officer due to injury, Nobby Kereyan", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100004.json b/libs/zzz/dm/HakushinData/monster/100004.json new file mode 100644 index 0000000000..721fd0620b --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100004.json @@ -0,0 +1,97 @@ +{ + "Id": 100004, + "MonsterId": 11831, + "MonsterInfo": { + "CodeName": "Monster_TyrfingInfested", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1550, + "Attack": 79, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 660, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_TyrfingInfested.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Tyrfing (Infested)", + "Desc": "The Hollow Investigative Association has been studying Tyrfing's behavioral patterns, and research results show that its seemingly unbalanced stance of swaying and skewing is, in fact, a highly efficient stance for launching successive slashing attacks.\nDue to its frequent appearances and aggressive behavior, Tyrfing has been identified as one of the most deadly Ethereals in the Hollow, particularly for certain Hollow personnel.\nWhen faced with a shielded enemy, it relentlessly launches attacks until either its enemy or itself is destroyed.\n\"Perhaps... they don't actually hate us, but just think of us as punching bags for practice?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Midnight talk show \"Back 2 Life,\" Episode 165, featuring retired riot patrol officer due to injury, Nobby Kereyan", + "CardSkillDesc": "In combat, Tyrfing (Infested) will use different skills." +} diff --git a/libs/zzz/dm/HakushinData/monster/10001.json b/libs/zzz/dm/HakushinData/monster/10001.json new file mode 100644 index 0000000000..18cdf88b20 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10001.json @@ -0,0 +1,97 @@ +{ + "Id": 10001, + "MonsterId": 11103, + "MonsterInfo": { + "CodeName": "Monster_CyclopsGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Alpeca", + "Desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Deep within a Hollow, rookie investigator Raffaele Bert attempting to retreat", + "CardSkillDesc": "During combat, Alpeca will perform scattered ranged attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100011.json b/libs/zzz/dm/HakushinData/monster/100011.json new file mode 100644 index 0000000000..9719ff63c7 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100011.json @@ -0,0 +1,97 @@ +{ + "Id": 100011, + "MonsterId": 11105, + "MonsterInfo": { + "CodeName": "Monster_CyclopsRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Alpeca - Energized", + "Desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Deep within a Hollow, rookie investigator Raffaele Bert attempting to retreat", + "CardSkillDesc": "During combat, Alpeca will perform scattered ranged attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100012.json b/libs/zzz/dm/HakushinData/monster/100012.json new file mode 100644 index 0000000000..fe3be52615 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100012.json @@ -0,0 +1,16 @@ +{ + "Id": 100012, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Cyclops.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Deep within a Hollow, rookie investigator Raffaele Bert attempting to retreat", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100013.json b/libs/zzz/dm/HakushinData/monster/100013.json new file mode 100644 index 0000000000..2dfa6bc331 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100013.json @@ -0,0 +1,16 @@ +{ + "Id": 100013, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Deep within a Hollow, rookie investigator Raffaele Bert attempting to retreat", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100014.json b/libs/zzz/dm/HakushinData/monster/100014.json new file mode 100644 index 0000000000..d2e5fb93e9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100014.json @@ -0,0 +1,97 @@ +{ + "Id": 100014, + "MonsterId": 11821, + "MonsterInfo": { + "CodeName": "Monster_AlpecaInfested", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1550, + "Attack": 79, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 660, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AlpecaInfested.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Alpeca (Infested)", + "Desc": "The Hollow Investigative Association has limited research on Alpeca. After briefly studying its behavioral pattern of spewing liquid Ether, the Association classified Alpeca as a low-threat Ethereal and ended its investigation.\nScholars once showed great interest in observing how Alpeca spews liquefied Ether and even commissioned surveys for closer observation.\nExperienced investigators have been avoiding such tasks for unknown reasons, however.\n\"Run! They're spitting again... Oh, no! My new clothes!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Deep within a Hollow, rookie investigator Raffaele Bert attempting to retreat", + "CardSkillDesc": "In combat, Alpeca (Infested) will use different skills." +} diff --git a/libs/zzz/dm/HakushinData/monster/10002.json b/libs/zzz/dm/HakushinData/monster/10002.json new file mode 100644 index 0000000000..fa763005fe --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10002.json @@ -0,0 +1,97 @@ +{ + "Id": 10002, + "MonsterId": 11141, + "MonsterInfo": { + "CodeName": "Monster_Satyrus", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Satyrus.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Faun", + "Desc": "A living humanoid Ether that was first spotted in the Hollow in the New Eridu metro. It once raised debate among the Hollow Investigative Association, as some believed it to be living Ether converted from the Corrupted, while others claimed it to be pure living Ether affected by the Hollow environment. The Association considers it of low threat due to its limited intelligence, but one should never underestimate them, as they usually appear in groups.\n\"Have you ever been late or fined because of a red light? Feels terrible, right?\"\n\"Well, here's your chance to blow off some steam!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—\"Planet of Disaster\" forum, comment from user \"Waitin4BangbooPricetoDrop\"", + "CardSkillDesc": "During combat, Faun tends to perform charged heavy attacks that are hard to interrupt." +} diff --git a/libs/zzz/dm/HakushinData/monster/100021.json b/libs/zzz/dm/HakushinData/monster/100021.json new file mode 100644 index 0000000000..6f48bdfa73 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100021.json @@ -0,0 +1,97 @@ +{ + "Id": 100021, + "MonsterId": 11143, + "MonsterInfo": { + "CodeName": "Monster_SatyrusRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SatyrusPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Faun - Energized", + "Desc": "A living humanoid Ether that was first spotted in the Hollow in the New Eridu metro. It once raised debate among the Hollow Investigative Association, as some believed it to be living Ether converted from the Corrupted, while others claimed it to be pure living Ether affected by the Hollow environment. The Association considers it of low threat due to its limited intelligence, but one should never underestimate them, as they usually appear in groups.\n\"Have you ever been late or fined because of a red light? Feels terrible, right?\"\n\"Well, here's your chance to blow off some steam!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—\"Planet of Disaster\" forum, comment from user \"Waitin4BangbooPricetoDrop\"", + "CardSkillDesc": "During combat, Faun tends to perform charged heavy attacks that are hard to interrupt." +} diff --git a/libs/zzz/dm/HakushinData/monster/10003.json b/libs/zzz/dm/HakushinData/monster/10003.json new file mode 100644 index 0000000000..93c75afbb8 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10003.json @@ -0,0 +1,97 @@ +{ + "Id": 10003, + "MonsterId": 11203, + "MonsterInfo": { + "CodeName": "Monster_GolemGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golemgrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Hoplitai", + "Desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Zoo, special episode about Hoplitai", + "CardSkillDesc": "During combat, Hoplitai uses a shielded arms charge at opponents and block attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100031.json b/libs/zzz/dm/HakushinData/monster/100031.json new file mode 100644 index 0000000000..43dfc57628 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100031.json @@ -0,0 +1,97 @@ +{ + "Id": 100031, + "MonsterId": 11205, + "MonsterInfo": { + "CodeName": "Monster_GolemRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "Hoplitai - Energized", + "Desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Zoo, special episode about Hoplitai", + "CardSkillDesc": "During combat, Hoplitai uses a shielded arms charge at opponents and block attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100032.json b/libs/zzz/dm/HakushinData/monster/100032.json new file mode 100644 index 0000000000..137dafa81e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100032.json @@ -0,0 +1,16 @@ +{ + "Id": 100032, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golem.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Zoo, special episode about Hoplitai", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100033.json b/libs/zzz/dm/HakushinData/monster/100033.json new file mode 100644 index 0000000000..ef77dfefe9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100033.json @@ -0,0 +1,16 @@ +{ + "Id": 100033, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["All"], + "Name": "OfficialName_", + "Desc": "While categorized by the Hollow Investigative Association as a \"low threat\" Ethereal, Hoplitai prove to be a formidable opponent for novice Hollow Raiders and investigators.\nIts forelimbs are covered in a thick inert Ether matter, serving as both a tough shield and an intimidating weapon.\nThe only drawback is its top-heavy appearance, making it not look very clever.\n\"Alright, guys... Check out this sorry excuse... This is Hoplitai.\"\n\"When Ethereals gather together to play rock-paper-scissors, this idiot always plays paper!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Zoo, special episode about Hoplitai", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10004.json b/libs/zzz/dm/HakushinData/monster/10004.json new file mode 100644 index 0000000000..48c037e73e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10004.json @@ -0,0 +1,97 @@ +{ + "Id": 10004, + "MonsterId": 11083, + "MonsterInfo": { + "CodeName": "Monster_SpiderGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 462, + "Attack": 44, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 180, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Blastcrawler", + "Desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... On your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby checking her wallet in front of the shopping street crane machine.", + "CardSkillDesc": "During combat, Blastcrawler self-destructs." +} diff --git a/libs/zzz/dm/HakushinData/monster/100041.json b/libs/zzz/dm/HakushinData/monster/100041.json new file mode 100644 index 0000000000..8c19841981 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100041.json @@ -0,0 +1,97 @@ +{ + "Id": 100041, + "MonsterId": 11085, + "MonsterInfo": { + "CodeName": "Monster_SpiderRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 462, + "Attack": 44, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 180, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Blastcrawler - Energized", + "Desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby checking her wallet in front of the shopping street crane machine.", + "CardSkillDesc": "During combat, Blastcrawler self-destructs." +} diff --git a/libs/zzz/dm/HakushinData/monster/100042.json b/libs/zzz/dm/HakushinData/monster/100042.json new file mode 100644 index 0000000000..7b57d98d54 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100042.json @@ -0,0 +1,16 @@ +{ + "Id": 100042, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Spider.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby checking her wallet in front of the shopping street crane machine.", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100043.json b/libs/zzz/dm/HakushinData/monster/100043.json new file mode 100644 index 0000000000..e7071c0659 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100043.json @@ -0,0 +1,16 @@ +{ + "Id": 100043, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... on your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby checking her wallet in front of the shopping street crane machine.", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100044.json b/libs/zzz/dm/HakushinData/monster/100044.json new file mode 100644 index 0000000000..66d350245f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100044.json @@ -0,0 +1,97 @@ +{ + "Id": 100044, + "MonsterId": 11814, + "MonsterInfo": { + "CodeName": "Monster_Shatterbug", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Orange"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 562, + "Attack": 42, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 300, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Shatterbug.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Shatterbug", + "Desc": "According to research reports conducted by the Hollow Investigative Association, Blastcrawlers, with their low mobility and causing only small explosions, are classified as a \"low-threat,\" \"non-concern\" lower-tier Ethereal.\nHowever, astute businessmen have recognized the opportunities presented by their rounded bodies and short legs.\nA film titled \"Roll Over, Little Blastcrawler\" gained significant popularity, leading to the sale of merchandise like Blastcrawler dolls and pillows at remarkably high prices.\n\"I didn't expect their dolls to be more deadly than the real deal... On your wallet at least. Looks like I'll be surviving on instant noodles next month, Billy...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby checking her wallet in front of the shopping street crane machine.", + "CardSkillDesc": "During combat, the Shatterbugs will perform self-destruct attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/10005.json b/libs/zzz/dm/HakushinData/monster/10005.json new file mode 100644 index 0000000000..6215c3ab93 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10005.json @@ -0,0 +1,97 @@ +{ + "Id": 10005, + "MonsterId": 11163, + "MonsterInfo": { + "CodeName": "Monster_StrikeJaegerCam", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 987, + "Attack": 38, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 0, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_StrikeJaeger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Strike Jaeger", + "Desc": "A light infantry unit of the New Eridu Defense Force.\nArmed with combat knives and small Ether explosives as their primary weapons, they emphasize mobility and stealth. Often deployed as scouts or members of reconnaissance teams, they rely on exceptional maneuverability for tasks such as surprise attacks, scouting, pursuit, and assassination.\nIn Hollow-related operations, they serve as excellent vanguards, using their close combat skills to easily overpower ordinary invaders or lower-level living Ether beings.\n\"Masters of the dagger? More like crafty grenadiers. Pretending to be all fancy with their daggers, when most of their opponents are clearly taken out by grenades!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anonymous post on Inter-Knot forum", + "CardSkillDesc": "During combat, Strike Jaeger slides to get close to targets or tosses out knives with delayed explosions." +} diff --git a/libs/zzz/dm/HakushinData/monster/100051.json b/libs/zzz/dm/HakushinData/monster/100051.json new file mode 100644 index 0000000000..8ac2c011d1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100051.json @@ -0,0 +1,97 @@ +{ + "Id": 100051, + "MonsterId": 11161, + "MonsterInfo": { + "CodeName": "Monster_StrikeJaeger", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1240, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_StrikeJaegerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Harrier Jaeger", + "Desc": "A light infantry unit of the New Eridu Defense Force.\nArmed with combat knives and small Ether explosives as their primary weapons, they emphasize mobility and stealth. Often deployed as scouts or members of reconnaissance teams, they rely on exceptional maneuverability for tasks such as surprise attacks, scouting, pursuit, and assassination.\nIn Hollow-related operations, they serve as excellent vanguards, using their close combat skills to easily overpower ordinary invaders or lower-level living Ether beings.\n\"Masters of the dagger? More like crafty grenadiers. Pretending to be all fancy with their daggers, when most of their opponents are clearly taken out by grenades!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anonymous post on Inter-Knot forum", + "CardSkillDesc": "During combat, Harrier Jaeger slides to get close to targets or tosses out knives with delayed explosions." +} diff --git a/libs/zzz/dm/HakushinData/monster/10006.json b/libs/zzz/dm/HakushinData/monster/10006.json new file mode 100644 index 0000000000..f6ea396d36 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10006.json @@ -0,0 +1,97 @@ +{ + "Id": 10006, + "MonsterId": 11253, + "MonsterInfo": { + "CodeName": "Monster_LightJaegerCam", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Light", "Jaeger", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_LightJaeger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Light Jaeger", + "Desc": "As the New Eridu Defense Force's signature combat unit, qualified Light Jaegers and Scout Jaegers can freely switch between various combat modes.\nWhether using a knife in close combat or the Falcon-MK3 Ether energy gun at long range, they can tailor their tactics to the target's weaknesses.\nAnd when their opponent is in disarray they launch an offensive without hesitation.\n\"I saw that guy with a knife and was preparing for a fair fight... I didn't expect him to suddenly pull out a gun.\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Inter-Knot forum, comment from a rookie Hollow Raider", + "CardSkillDesc": "During combat, Light Jaeger will provide continual fire support." +} diff --git a/libs/zzz/dm/HakushinData/monster/100061.json b/libs/zzz/dm/HakushinData/monster/100061.json new file mode 100644 index 0000000000..b483b9d58b --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100061.json @@ -0,0 +1,97 @@ +{ + "Id": 100061, + "MonsterId": 11251, + "MonsterInfo": { + "CodeName": "Monster_LightJaeger", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Light", "Jaeger", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_LightJaegerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Scout Jaeger", + "Desc": "As the New Eridu Defense Force's signature combat unit, qualified Light Jaegers and Scout Jaegers can freely switch between various combat modes.\nWhether using a knife in close combat or the Falcon-MK3 Ether energy gun at long range, they can tailor their tactics to the target's weaknesses.\nAnd when their opponent is in disarray they launch an offensive without hesitation.\n\"I saw that guy with a knife and was preparing for a fair fight... I didn't expect him to suddenly pull out a gun.\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Inter-Knot forum, comment from a rookie Hollow Raider", + "CardSkillDesc": "During combat, Scout Jaeger will provide continual fire support." +} diff --git a/libs/zzz/dm/HakushinData/monster/10007.json b/libs/zzz/dm/HakushinData/monster/10007.json new file mode 100644 index 0000000000..b3123fa496 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10007.json @@ -0,0 +1,97 @@ +{ + "Id": 10007, + "MonsterId": 11273, + "MonsterInfo": { + "CodeName": "Monster_MeleeJaegerCam", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Melee", "Jaeger", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster-MeleeJaeger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Rookie Jaeger", + "Desc": "Rookie Jaegers and Private Jaegers play a crucial role as vanguards in the Defense Force's Hollow special operations.\nEquipped with the Coyote-PE7 Ether cutter, which boasts a high-frequency vibration cutting blade effective at deterring smaller enemies.\nEngaging Ethereals in close-quarters combat demands exceptional courage, or perhaps madness.\n\"Strictly speaking, that can't be considered a standardized anti-Hollow operation... Those lunatics just seem to enjoy brawling with Ethereals for fun.\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Defense Force Patrol Department, Frontline Operation Report", + "CardSkillDesc": "During combat, Rookie Jaeger performs melee attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100071.json b/libs/zzz/dm/HakushinData/monster/100071.json new file mode 100644 index 0000000000..bada38a2eb --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100071.json @@ -0,0 +1,97 @@ +{ + "Id": 100071, + "MonsterId": 11271, + "MonsterInfo": { + "CodeName": "Monster_MeleeJaeger", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Melee", "Jaeger", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_MeleeJaegerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Private Jaeger", + "Desc": "Rookie Jaegers and Private Jaegers play a crucial role as vanguards in the Defense Force's Hollow special operations.\nEquipped with the Coyote-PE7 Ether cutter, which boasts a high-frequency vibration cutting blade effective at deterring smaller enemies.\nEngaging Ethereals in close-quarters combat demands exceptional courage, or perhaps madness.\n\"Strictly speaking, that can't be considered a standardized anti-Hollow operation... Those lunatics just seem to enjoy brawling with Ethereals for fun.\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Defense Force Patrol Department, Frontline Operation Report", + "CardSkillDesc": "During combat, Private Jaeger performs melee attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/10008.json b/libs/zzz/dm/HakushinData/monster/10008.json new file mode 100644 index 0000000000..ffcb56e934 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10008.json @@ -0,0 +1,97 @@ +{ + "Id": 10008, + "MonsterId": 11283, + "MonsterInfo": { + "CodeName": "Monster_HeavyJaegerCam", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Heavy", "Jaeger", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavyJaeger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Guard Jaeger", + "Desc": "As a vital offensive and defensive unit in the Defense Force's tactical squads, Guard Jaegers and Patrol Jaegers not only carry \"Coyote-PE7\" heavy Ether cutters but also inert Ether blast shields, providing cover for tactical squads in complex battlefield environments.\nAs a high-defense unit, the extraordinary weight of the shield affects their combat mobility.\nWithout strict training, an ordinary person would find it challenging to lift such a shield.\n\"Come back and submit your application once you've hit the gym!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A refusal letter received by a certain applicant at the Defense Force Recruitment Center", + "CardSkillDesc": "During combat, Guard Jaeger uses its shield to both significantly reduce DMG and Daze taken, and also counterattack." +} diff --git a/libs/zzz/dm/HakushinData/monster/100081.json b/libs/zzz/dm/HakushinData/monster/100081.json new file mode 100644 index 0000000000..c02a4a5196 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100081.json @@ -0,0 +1,97 @@ +{ + "Id": 100081, + "MonsterId": 11281, + "MonsterInfo": { + "CodeName": "Monster_HeavyJaeger", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Heavy", "Jaeger", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavyJaeger_Pro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Patrol Jaeger", + "Desc": "As a vital offensive and defensive unit in the Defense Force's tactical squads, Guard Jaegers and Patrol Jaegers not only carry \"Coyote-PE7\" heavy Ether cutters but also inert Ether blast shields, providing cover for tactical squads in complex battlefield environments.\nAs a high-defense unit, the extraordinary weight of the shield affects their combat mobility.\nWithout strict training, an ordinary person would find it challenging to lift such a shield.\n\"Come back and submit your application once you've hit the gym!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A refusal letter received by a certain applicant at the Defense Force Recruitment Center", + "CardSkillDesc": "During combat, Patrol Jaeger uses its shield to both significantly reduce DMG and Daze taken, and also counterattack." +} diff --git a/libs/zzz/dm/HakushinData/monster/10009.json b/libs/zzz/dm/HakushinData/monster/10009.json new file mode 100644 index 0000000000..b8d518e9ba --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10009.json @@ -0,0 +1,97 @@ +{ + "Id": 10009, + "MonsterId": 11763, + "MonsterInfo": { + "CodeName": "Monster_GrenadierJaegerCam", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_TyrantPompeyPro.png", + "Tag": ["Bios", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1235, + "Attack": 59, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 630, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GrenadierJaeger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Grenadier Jaegers", + "Desc": "Grenadier Jaegers and Demolition Jaegers are equipped with a modified version of the Mamba-TG3 Bazooka, featuring special ammunition containing active Ether incendiary agents. This weapon enables them to swiftly destroy enemy mech units and eliminate large Ethereals within the Hollows.\nTo counteract the recoil and ensure accurate aim, they are required to undergo special weapon-grip training. Interestingly, Defense Force statistics indicate recruits excelling in this program often possess prior experience in photography.\n\"Wanna know how to use this thing? It's like using a shoulder-mounted camera.\"\n\"Just lock onto your target, pull the trigger, and say...\"\n\"Hey, idiot!... Say cheese!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—New recruits training camp instructor explaining how to use the rockets", + "CardSkillDesc": "During combat, Grenadier Jaeger provides heavy ranged fire support." +} diff --git a/libs/zzz/dm/HakushinData/monster/100091.json b/libs/zzz/dm/HakushinData/monster/100091.json new file mode 100644 index 0000000000..3a12cae5bd --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100091.json @@ -0,0 +1,97 @@ +{ + "Id": 100091, + "MonsterId": 11761, + "MonsterInfo": { + "CodeName": "Monster_GrenadierJaeger", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_TyrantPompeyPro.png", + "Tag": ["Bios", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1235, + "Attack": 59, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 630, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GrenadierJaegerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Demolition Jaeger", + "Desc": "Grenadier Jaegers and Demolition Jaegers are equipped with a modified version of the Mamba-TG3 Bazooka, featuring special ammunition containing active Ether incendiary agents. This weapon enables them to swiftly destroy enemy mech units and eliminate large Ethereals within the Hollows.\nTo counteract the recoil and ensure accurate aim, they are required to undergo special weapon-grip training. Interestingly, Defense Force statistics indicate recruits excelling in this program often possess prior experience in photography.\n\"Wanna know how to use this thing? It's like using a shoulder-mounted camera.\"\n\"Just lock onto your target, pull the trigger, and say...\"\n\"Hey, idiot!... Say cheese!\"", + "Rarity": 1, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—New recruits training camp instructor explaining how to use the rockets", + "CardSkillDesc": "During combat, Demolition Jaeger provides heavy ranged fire support." +} diff --git a/libs/zzz/dm/HakushinData/monster/10010.json b/libs/zzz/dm/HakushinData/monster/10010.json new file mode 100644 index 0000000000..d7cdeb86bc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10010.json @@ -0,0 +1,97 @@ +{ + "Id": 10010, + "MonsterId": 11031, + "MonsterInfo": { + "CodeName": "Monster_HeavySoldier", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Heavy", "Soldier"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Unknown Unit", + "Desc": "Unknown unit. Further investigation is needed.", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "???" +} diff --git a/libs/zzz/dm/HakushinData/monster/100101.json b/libs/zzz/dm/HakushinData/monster/100101.json new file mode 100644 index 0000000000..720c13498f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100101.json @@ -0,0 +1,16 @@ +{ + "Id": 100101, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HeavySoldierPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10011.json b/libs/zzz/dm/HakushinData/monster/10011.json new file mode 100644 index 0000000000..b3f1cc250e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10011.json @@ -0,0 +1,97 @@ +{ + "Id": 10011, + "MonsterId": 11011, + "MonsterInfo": { + "CodeName": "Monster_MeleeSoldier", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Melee", "Soldier"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Unknown Unit", + "Desc": "Unknown unit. Further investigation is needed.", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "???" +} diff --git a/libs/zzz/dm/HakushinData/monster/100111.json b/libs/zzz/dm/HakushinData/monster/100111.json new file mode 100644 index 0000000000..e0cf70555d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100111.json @@ -0,0 +1,16 @@ +{ + "Id": 100111, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_MeleeSoldierPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10012.json b/libs/zzz/dm/HakushinData/monster/10012.json new file mode 100644 index 0000000000..9f450f6d45 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10012.json @@ -0,0 +1,97 @@ +{ + "Id": 10012, + "MonsterId": 11021, + "MonsterInfo": { + "CodeName": "Monster_RangeSoldier", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Range", "Soldier"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 767, + "Attack": 44, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/CardResources/Unknown.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Unknown Unit", + "Desc": "Unknown unit. Further investigation is needed.", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "???" +} diff --git a/libs/zzz/dm/HakushinData/monster/100121.json b/libs/zzz/dm/HakushinData/monster/100121.json new file mode 100644 index 0000000000..aecf5719cc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100121.json @@ -0,0 +1,16 @@ +{ + "Id": 100121, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_RangeSoldierPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10013.json b/libs/zzz/dm/HakushinData/monster/10013.json new file mode 100644 index 0000000000..6f235e1bec --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10013.json @@ -0,0 +1,16 @@ +{ + "Id": 10013, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Patroller.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Highly maneuverable small autonomous mechs deployed by Public Security, equipped with inert Ether circular saws that also serve as assistant steering wheels for navigating complex terrains at high speeds.\nHowever, due to their rudimentary self-control programs, these lawnmowers occasionally cause unintended damage while executing their slicing attacks.\n\"Hey! Who the heck messed up my brand new car!?\"", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Public Security Front Desk, logistics company member filing a complaint after a failed street arrest", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100131.json b/libs/zzz/dm/HakushinData/monster/100131.json new file mode 100644 index 0000000000..89051f2605 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100131.json @@ -0,0 +1,16 @@ +{ + "Id": 100131, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_PatrollerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Highly maneuverable small autonomous mechs deployed by Public Security, equipped with inert Ether circular saws that also serve as assistant steering wheels for navigating complex terrains at high speeds.\nHowever, due to their rudimentary self-control programs, these lawnmowers occasionally cause unintended damage while executing their slicing attacks.\n\"Hey! Who the heck messed up my brand new car!?\"", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Public Security Front Desk, logistics company member filing a complaint after a failed street arrest", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10014.json b/libs/zzz/dm/HakushinData/monster/10014.json new file mode 100644 index 0000000000..f3b2ab7f9d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10014.json @@ -0,0 +1,97 @@ +{ + "Id": 10014, + "MonsterId": 11291, + "MonsterInfo": { + "CodeName": "Monster_Mandrake", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Mandrake_DEF", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 884, + "Attack": 63, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 630, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Mandrake.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Mandrake", + "Desc": "Mandrake derive their name from a toxic herb. The scholar who initially assigned the name believed there was a resemblance between the two solely based on their appearance.\nWhile blooming, Mandrake emit heat rays targeting nearby objects, while sturdy leaves anchor it firmly to the ground, preventing uprooting. When threatened, Mandrake may use their sharp leaves for self-defense.\nSimilar to the legend of their namesake, Mandrake cries can be highly deadly.\n\"Stay away! It's gonna bloom any second now!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Mandrake blooming in the movie Deep Fear", + "CardSkillDesc": "During combat, different Mandrakes provide periodic ATK/Shield buffs to adjacent units." +} diff --git a/libs/zzz/dm/HakushinData/monster/100141.json b/libs/zzz/dm/HakushinData/monster/100141.json new file mode 100644 index 0000000000..525bec0d8a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100141.json @@ -0,0 +1,97 @@ +{ + "Id": 100141, + "MonsterId": 11295, + "MonsterInfo": { + "CodeName": "Monster_MandrakeRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Mandrake_DEF", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1081, + "Attack": 63, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 945, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_MandrakePro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Mandrake - Energized", + "Desc": "Mandrake derive their name from a toxic herb. The scholar who initially assigned the name believed there was a resemblance between the two solely based on their appearance.\nWhile blooming, Mandrake emit heat rays targeting nearby objects, while sturdy leaves anchor it firmly to the ground, preventing uprooting. When threatened, Mandrake may use their sharp leaves for self-defense.\nSimilar to the legend of their namesake, Mandrake cries can be highly deadly.\n\"Stay away! It's gonna bloom any second now!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Mandrake blooming in the movie Deep Fear", + "CardSkillDesc": "During combat, different Mandrakes provide periodic ATK/Shield buffs to adjacent units." +} diff --git a/libs/zzz/dm/HakushinData/monster/10015.json b/libs/zzz/dm/HakushinData/monster/10015.json new file mode 100644 index 0000000000..8da7f84167 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10015.json @@ -0,0 +1,97 @@ +{ + "Id": 10015, + "MonsterId": 11343, + "MonsterInfo": { + "CodeName": "Monster_ThugRaiderVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1240, + "Attack": 63, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugRaider.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Raider", + "Desc": "Among the ranks of Ether thieves, Raiders and Looters serve as the core members, possessing both technical expertise and combat skills.\nTheir Electric Resonance Detection Devices emit powerful currents that are used to detect Ether ore and also function as formidable weapons during armed raids.\nOccasionally mistaken for illegal fishermen, they pay little attention to such misconceptions.\nAfter all, with their extremely lethal electro-shockers, they don't really care whether their targets are fish or humans...\n\"If you encounter individuals armed with electrified harpoons, whether near a river, lake, or Hollow, please report it immediately to Public Security!\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—New Eridu Public Security slogan played repeatedly through promotional cars", + "CardSkillDesc": "During combat, Hollow Thug - Raider will charge from a long distance, potentially colliding with obstacles along the way — creating the perfect opportunity to counterattack." +} diff --git a/libs/zzz/dm/HakushinData/monster/100151.json b/libs/zzz/dm/HakushinData/monster/100151.json new file mode 100644 index 0000000000..febf482125 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100151.json @@ -0,0 +1,97 @@ +{ + "Id": 100151, + "MonsterId": 11341, + "MonsterInfo": { + "CodeName": "Monster_ThugRaider", + "Icon": "", + "Tag": ["Bios", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1240, + "Attack": 63, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugRaiderPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Looter", + "Desc": "Among the ranks of Ether thieves, Raiders and Looters serve as the core members, possessing both technical expertise and combat skills.\nTheir Electric Resonance Detection Devices emit powerful currents that are used to detect Ether ore and also function as formidable weapons during armed raids.\nOccasionally mistaken for illegal fishermen, they pay little attention to such misconceptions.\nAfter all, with their extremely lethal electro-shockers, they don't really care whether their targets are fish or humans...\n\"If you encounter individuals armed with electrified harpoons, whether near a river, lake, or Hollow, please report it immediately to Public Security!\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—New Eridu Public Security slogan played repeatedly through promotional cars", + "CardSkillDesc": "During combat, Hollow Thug - Looter will charge from a long distance, potentially colliding with obstacles along the way — creating the perfect opportunity to counterattack." +} diff --git a/libs/zzz/dm/HakushinData/monster/10016.json b/libs/zzz/dm/HakushinData/monster/10016.json new file mode 100644 index 0000000000..316667b40d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10016.json @@ -0,0 +1,97 @@ +{ + "Id": 10016, + "MonsterId": 11333, + "MonsterInfo": { + "CodeName": "Monster_ThugPyromaniacVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPyromaniac.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Pyromaniac", + "Desc": "For Pyromaniacs and Arsonists, robbing passersby is merely a side hustle. Deep down, they consider themselves as adept bartenders who actively seek excitement.\nWith precision and skill, they expertly blend various types of Ether into their beverages, effortlessly concocting bottles of highly flammable and explosive \"exclusive brew.\"\nUnlike other brutal Hollow Raiders, they often offer their victims a choice.\nIf the victim agrees to pay the toll, they extend the courtesy of a free drink.\nHowever, if the victim declines, the flammable \"exclusive brew\" will be forcefully shattered upon their head.\n\"How about we trick those guys into drinking their own weapon stash?\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Inside the Hollow, robbed investigator quietly discussing strategies for retreating", + "CardSkillDesc": "During combat, Hollow Thug - Pyromaniac will sometimes bombard using a hail of molotov cocktails." +} diff --git a/libs/zzz/dm/HakushinData/monster/100161.json b/libs/zzz/dm/HakushinData/monster/100161.json new file mode 100644 index 0000000000..03377f810c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100161.json @@ -0,0 +1,97 @@ +{ + "Id": 100161, + "MonsterId": 11331, + "MonsterInfo": { + "CodeName": "Monster_ThugPyromaniac", + "Icon": "", + "Tag": ["Bios", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPyromaniacPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Arsonist", + "Desc": "For Pyromaniacs and Arsonists, robbing passersby is merely a side hustle. Deep down, they consider themselves as adept bartenders who actively seek excitement.\nWith precision and skill, they expertly blend various types of Ether into their beverages, effortlessly concocting bottles of highly flammable and explosive \"exclusive brew.\"\nUnlike other brutal Hollow Raiders, they often offer their victims a choice.\nIf the victim agrees to pay the toll, they extend the courtesy of a free drink.\nHowever, if the victim declines, the flammable \"exclusive brew\" will be forcefully shattered upon their head.\n\"How about we trick those guys into drinking their own weapon stash?\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Inside the Hollow, robbed investigator quietly discussing strategies for retreating", + "CardSkillDesc": "During combat, Hollow Thug - Arsonist will sometimes bombard using a hail of molotov cocktails." +} diff --git a/libs/zzz/dm/HakushinData/monster/10018.json b/libs/zzz/dm/HakushinData/monster/10018.json new file mode 100644 index 0000000000..735b2051b4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10018.json @@ -0,0 +1,97 @@ +{ + "Id": 10018, + "MonsterId": 11323, + "MonsterInfo": { + "CodeName": "Monster_ThugPoacherVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPoacher.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Poacher", + "Desc": "Most of the thugs who spend their time in the Hollows exhibit serious mental problems or peculiar quirks. Fortunately, the Poachers and the Rustlers within the gang have managed to maintain their sanity while embracing the filthy methods of traditional villains.\nCowardly and cunning, they excel in the art of concealing themselves within the shadows and launching surprise attacks on their targets. They would never choose to attack head-on if they could ambush.\nTheir composite hand crossbows, though limited in power, produce minimal noise when fired. Seasoned Poachers often seize the perfect moment and immobilize their unsuspecting prey with a single well-aimed shot.\n\"I used to be a Public Security officer, then I took an arrow in the knee while on a Hollow operation...\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A senior member of the Nightingale Security Company talking to a rookie", + "CardSkillDesc": "During combat, Hollow Thug - Poacher tends to harass targets at a distance using 3-shot bursts." +} diff --git a/libs/zzz/dm/HakushinData/monster/100181.json b/libs/zzz/dm/HakushinData/monster/100181.json new file mode 100644 index 0000000000..f02c6eb328 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100181.json @@ -0,0 +1,97 @@ +{ + "Id": 100181, + "MonsterId": 11321, + "MonsterInfo": { + "CodeName": "Monster_ThugPoacher", + "Icon": "", + "Tag": ["Bios", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugPoacherPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Rustler", + "Desc": "Most of the thugs who spend their time in the Hollows exhibit serious mental problems or peculiar quirks. Fortunately, the Poachers and the Rustlers within the gang have managed to maintain their sanity while embracing the filthy methods of traditional villains.\nCowardly and cunning, they excel in the art of concealing themselves within the shadows and launching surprise attacks on their targets. They would never choose to attack head-on if they could ambush.\nTheir composite hand crossbows, though limited in power, produce minimal noise when fired. Seasoned Poachers often seize the perfect moment and immobilize their unsuspecting prey with a single well-aimed shot.\n\"I used to be a Public Security officer, then I took an arrow in the knee while on a Hollow operation...\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A senior member of the Nightingale Security Company talking to a rookie", + "CardSkillDesc": "During combat, Hollow Thug - Rustler tends to harass targets at a distance using 3-shot bursts." +} diff --git a/libs/zzz/dm/HakushinData/monster/10019.json b/libs/zzz/dm/HakushinData/monster/10019.json new file mode 100644 index 0000000000..8295b77c08 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10019.json @@ -0,0 +1,97 @@ +{ + "Id": 10019, + "MonsterId": 11313, + "MonsterInfo": { + "CodeName": "Monster_ThugAssaulterVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 63, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugAssaulter.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Assaulter", + "Desc": "As the vanguards in Hollow Raider gangs, Assaulters and Ambushers often brandish their weapons and charge ahead independently.\nThis isn't because of their recklessness or disregard for teamwork, but rather a precautionary measure to prevent accidental harm. The modified transformer coils in their hands release high-voltage currents upon contact, capable of paralyzing or even knocking out an opponent with just a touch.\nAnd in the logistically difficult Hollows, an incapacitated teammate could pose a terrible challenge for an entire squad.\n\"What's this? Lemme check it out! Oh, it's some electric baton replicaaaa... Aaaaaaaaaaarrghhh...\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Final words of a curious novice investigator before falling to the ground in a Hollow", + "CardSkillDesc": "During combat, Hollow Thug - Assaulter launches continual spinning assaults, but this crazy suicidal attack often reveals a weakness after." +} diff --git a/libs/zzz/dm/HakushinData/monster/100191.json b/libs/zzz/dm/HakushinData/monster/100191.json new file mode 100644 index 0000000000..f3fc10e0ce --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100191.json @@ -0,0 +1,97 @@ +{ + "Id": 100191, + "MonsterId": 11311, + "MonsterInfo": { + "CodeName": "Monster_ThugAssaulter", + "Icon": "", + "Tag": ["Bios", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1123, + "Attack": 63, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ThugAssaulterPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ambusher", + "Desc": "As the vanguards in Hollow Raider gangs, Assaulters and Ambushers often brandish their weapons and charge ahead independently.\nThis isn't because of their recklessness or disregard for teamwork, but rather a precautionary measure to prevent accidental harm. The modified transformer coils in their hands release high-voltage currents upon contact, capable of paralyzing or even knocking out an opponent with just a touch.\nAnd in the logistically difficult Hollows, an incapacitated teammate could pose a terrible challenge for an entire squad.\n\"What's this? Lemme check it out! Oh, it's some electric baton replicaaaa... Aaaaaaaaaaarrghhh...\"", + "Rarity": 1, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Final words of a curious novice investigator before falling to the ground in a Hollow", + "CardSkillDesc": "During combat, Hollow Thug - Ambusher launches continual spinning assaults, but this crazy suicidal attack often reveals a weakness after." +} diff --git a/libs/zzz/dm/HakushinData/monster/10020.json b/libs/zzz/dm/HakushinData/monster/10020.json new file mode 100644 index 0000000000..52dd306b7c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10020.json @@ -0,0 +1,16 @@ +{ + "Id": 10020, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_FierySerpent.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10021.json b/libs/zzz/dm/HakushinData/monster/10021.json new file mode 100644 index 0000000000..006c5c9331 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10021.json @@ -0,0 +1,16 @@ +{ + "Id": 10021, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_UVARaven.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Raven UAV", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100211.json b/libs/zzz/dm/HakushinData/monster/100211.json new file mode 100644 index 0000000000..4edd29e46d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100211.json @@ -0,0 +1,16 @@ +{ + "Id": 100211, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_UVARavenPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Raven UAV - Activated", + "Desc": "Unknown", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10023.json b/libs/zzz/dm/HakushinData/monster/10023.json new file mode 100644 index 0000000000..e515467067 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10023.json @@ -0,0 +1,97 @@ +{ + "Id": 10023, + "MonsterId": 11241, + "MonsterInfo": { + "CodeName": "Monster_GoldenBomb", + "Icon": "", + "Tag": ["Mech", "Small", "GoldenBomb", "Bomb"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 2704, + "Attack": 34, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 1334, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GoldenBomb.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Golden Bangboo", + "Desc": "Every Hollow Raider believes there are infinite opportunities in the Hollows that can make you rich overnight. At the heart of every tale of extraordinary wealth is always mention of a special entity known as the Golden Bangboo.\nAccording to research conducted by the HIA, numerous Bangboo Wanderers inhabit the Hollows. They diligently gather scattered Gear Coins and Dennies, entrusting them to the Golden Bangboo for safekeeping.\nWhile their motives remain a mystery, one thing is certain: These wandering Bangboo, with their peculiar \"Ehn-ne\" sound diligently fill the pockets of the Golden Bangboo with bags overflowing with Gear Coins and Dennies.\nAs a result, the Golden Bangboo always finds themselves coveted by greedy groups of Hollow Raiders...\n\"N—Nicole!? Look there, a Golden Bangboo!\"\n\"What are you waiting for? Smash it to bits! It'll make us rich!\"", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The Cunning Hares desperately chasing after a Golden Bangboo deep within a Hollow", + "CardSkillDesc": "During combat, Golden Bangboo will sometimes counterattack, too." +} diff --git a/libs/zzz/dm/HakushinData/monster/100231.json b/libs/zzz/dm/HakushinData/monster/100231.json new file mode 100644 index 0000000000..a427452461 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100231.json @@ -0,0 +1,97 @@ +{ + "Id": 100231, + "MonsterId": 11245, + "MonsterInfo": { + "CodeName": "Monster_PlatinumBangboo", + "Icon": "", + "Tag": ["Mech", "Small", "PlatinumBangboo", "Bomb"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 2704, + "Attack": 34, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 1334, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_PlatinumBangboo.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Platinum Bangboo", + "Desc": "Platinum Bangboo are mysterious entities that are even rarer than Golden Bangboo.\nWith a gorgeous appearance and being extremely rare, they enjoy a high status among all Bangboo Wanderers.\nNoble, honorable, and supreme...\nIn comparison to the flashy golden hue of Golden Bangboo, Platinum Bangboo stand out as the epitome of elegance among all Bangboo Wanderers.\nRegardless of the time and place, whenever they are encountered, all Bangboo Wanderers show reverence by bowing down and chanting, \"En-nah-ehn!\"\nFor the Hollow Raiders, however, nobility holds no significance.\nThe moment they lay eyes on one, it's as if they stumbled upon a moving gold vault.\n\"I'm gonna give this fancy-looking thing a good punch, and it better rain Dennies like crazy!\"", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A group of Hollow Raiders chasing after a Platinum Bangboo in the depths of a Hollow", + "CardSkillDesc": "During combat, Platinum Bangboo will sometimes counterattack, too." +} diff --git a/libs/zzz/dm/HakushinData/monster/10025.json b/libs/zzz/dm/HakushinData/monster/10025.json new file mode 100644 index 0000000000..5a46a4f8dc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10025.json @@ -0,0 +1,97 @@ +{ + "Id": 10025, + "MonsterId": 11461, + "MonsterInfo": { + "CodeName": "Monster_Ahriman", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1240, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Ahriman.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ahriman", + "Desc": "Due to its unique and grotesque shape, Ahriman is often mistaken for an art sculpture in the Ballet Twins.\nAs a result, many novice investigators are left with lifelong trauma when they first encounter an Ahriman...\nYou just passed by a certain \"sculpture\" when it suddenly moves...\nAnd that fearful moment frozen in place is the perfect moment for Ahriman to launch a surprise attack.\n\"Corin, don't be fooled by how it looks... It's no fancy art.\"\n\"Now, let's clean it up.\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Lycaon instructing Corin to clean up", + "CardSkillDesc": "During combat, Ahriman unleashes teleporting assaults and sometimes even teams up with another Ahriman to launch coordinated attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100251.json b/libs/zzz/dm/HakushinData/monster/100251.json new file mode 100644 index 0000000000..f93204edea --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100251.json @@ -0,0 +1,97 @@ +{ + "Id": 100251, + "MonsterId": 11463, + "MonsterInfo": { + "CodeName": "Monster_AhrimanRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1240, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AhrimanPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ahriman - Energized", + "Desc": "Due to its unique and grotesque shape, Ahriman is often mistaken for an art sculpture in the Ballet Twins.\nAs a result, many novice investigators are left with lifelong trauma when they first encounter an Ahriman...\nYou just passed by a certain \"sculpture\" when it suddenly moves...\nAnd that fearful moment frozen in place is the perfect moment for Ahriman to launch a surprise attack.\n\"Corin, don't be fooled by how it looks... It's no fancy art.\"\n\"Now, let's clean it up.\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Lycaon instructing Corin to clean up", + "CardSkillDesc": "During combat, Ahriman unleashes teleporting assaults and sometimes even teams up with another Ahriman to launch coordinated attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/10026.json b/libs/zzz/dm/HakushinData/monster/10026.json new file mode 100644 index 0000000000..b836fecf24 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10026.json @@ -0,0 +1,97 @@ +{ + "Id": 10026, + "MonsterId": 11471, + "MonsterInfo": { + "CodeName": "Monster_Specter", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Specter.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Specter", + "Desc": "Influenced by the distinctive decor of the interior of the Ballet Twins, Specters have the grotesque and twisted limb configuration of an artistic sculpture.\nSome investigators believe its unique shape is intended to enhance the protection of its Ether Core.\nOthers argue it's merely a trick designed to distract its enemies. While its enemies are mesmerized by its peculiar posture, a Specter will seize the opportunity to launch long-range attacks using concentrated Ether.\n\"I looked at its bizarre structure and thought to myself: Was it trying to play a game of bowling with its own head?\"\n\"But before I could make sense of anything, its bowling ball had already smashed into my face...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by an anonymous user on Inter-Knot", + "CardSkillDesc": "During combat, Specter unleashes a burst of ranged attacks in quick succession." +} diff --git a/libs/zzz/dm/HakushinData/monster/100261.json b/libs/zzz/dm/HakushinData/monster/100261.json new file mode 100644 index 0000000000..982f24d595 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100261.json @@ -0,0 +1,97 @@ +{ + "Id": 100261, + "MonsterId": 11473, + "MonsterInfo": { + "CodeName": "Monster_SpecterRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpecterPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Specter - Energized", + "Desc": "Influenced by the distinctive decor of the interior of the Ballet Twins, Specters have the grotesque and twisted limb configuration of an artistic sculpture.\nSome investigators believe its unique shape is intended to enhance the protection of its Ether Core.\nOthers argue it's merely a trick designed to distract its enemies. While its enemies are mesmerized by its peculiar posture, a Specter will seize the opportunity to launch long-range attacks using concentrated Ether.\n\"I looked at its bizarre structure and thought to myself: Was it trying to play a game of bowling with its own head?\"\n\"But before I could make sense of anything, its bowling ball had already smashed into my face...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by an anonymous user on Inter-Knot", + "CardSkillDesc": "During combat, Specter unleashes a burst of ranged attacks in quick succession." +} diff --git a/libs/zzz/dm/HakushinData/monster/10027.json b/libs/zzz/dm/HakushinData/monster/10027.json new file mode 100644 index 0000000000..32a64e6034 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10027.json @@ -0,0 +1,16 @@ +{ + "Id": 10027, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "A poor soul mutated by the corruption due to potent Ether matter in the Hollows. As the original entity had a certain level of Ether aptitude, the transformation is not fully complete, retaining some humanoid features of the original form. Judging by the remnants of clothing and combat experience, it's quite likely it was originally a thug/criminal dwelling within the Hollow.\nWhile gangsters and thugs in the Hollows typically wear anti-corruption gear, some unlucky individuals undergo monstrous transformations due to severe Ether corruption. These transformed Ethereal beings retain their combat skills from their past lives, making them a more formidable threat compared to pure Ethereals.\n\"They lived as criminals, and even in death they continue being a nuisance.\"", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A New Eridu Public Security discussion post on the Planet of Disaster forum", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100271.json b/libs/zzz/dm/HakushinData/monster/100271.json new file mode 100644 index 0000000000..e8dc4f8214 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100271.json @@ -0,0 +1,97 @@ +{ + "Id": 100271, + "MonsterId": 11481, + "MonsterInfo": { + "CodeName": "Monster_ViciousStriker", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStrikerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Vicious Striker", + "Desc": "A poor soul mutated by the corruption due to potent Ether matter in the Hollows. As the original entity had a certain level of Ether aptitude, the transformation is not fully complete, retaining some humanoid features of the original form. Judging by the remnants of clothing and combat experience, it's quite likely it was originally a thug/criminal dwelling within the Hollow.\nWhile gangsters and thugs in the Hollows typically wear anti-corruption gear, some unlucky individuals undergo monstrous transformations due to severe Ether corruption. These transformed Ethereal beings retain their combat skills from their past lives, making them a more formidable threat compared to pure Ethereals.\n\"They lived as criminals, and even in death they continue being a nuisance.\"", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A New Eridu Public Security discussion post on the Planet of Disaster forum", + "CardSkillDesc": "During combat, Corrupted Bandit - Vicious Striker performs a flurry of slashes that is difficult to interrupt." +} diff --git a/libs/zzz/dm/HakushinData/monster/10028.json b/libs/zzz/dm/HakushinData/monster/10028.json new file mode 100644 index 0000000000..0351fc9b41 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10028.json @@ -0,0 +1,16 @@ +{ + "Id": 10028, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GreedyRanger.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "This humanoid intelligent being is a result of potent Ether matter corruption in the Hollow, exhibiting both humanoid traits and remnants of its former clothing and combat style. It is likely that it was once a gang member or raider living in the Hollow.\nThe creature's physical characteristics indicate its past as a long-range weapon specialist. Despite losing its free will and life due to Etherealization, it retains its instincts and habits for long-range combat. Its corrupted form enables it to launch projectiles, attacking enemies from a distance. The Ether corruption has enhanced its shooting abilities and projectile firepower. (For example, these creatures may fire sharp Ether Crystals or mixed explosives.)\n\"I told him not to touch that crystal, but he wouldn't listen! That reckless idiot never listens! By the time we were about to leave the Hollow, he... he changed...\"", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Faunus Quarter Public Security Office Branch, Record of an Interrogation", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/100281.json b/libs/zzz/dm/HakushinData/monster/100281.json new file mode 100644 index 0000000000..89a03a44bf --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100281.json @@ -0,0 +1,97 @@ +{ + "Id": 100281, + "MonsterId": 11491, + "MonsterInfo": { + "CodeName": "Monster_GreedyGunner", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GreedyRangerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Greedy Ranger", + "Desc": "This humanoid intelligent being is a result of potent Ether matter corruption in the Hollow, exhibiting both humanoid traits and remnants of its former clothing and combat style. It is likely that it was once a gang member or raider living in the Hollow.\nThe creature's physical characteristics indicate its past as a long-range weapon specialist. Despite losing its free will and life due to Etherealization, it retains its instincts and habits for long-range combat. Its corrupted form enables it to launch projectiles, attacking enemies from a distance. The Ether corruption has enhanced its shooting abilities and projectile firepower. (For example, these creatures may fire sharp Ether Crystals or mixed explosives.)\n\"I told him not to touch that crystal, but he wouldn't listen! That reckless idiot never listens! By the time we were about to leave the Hollow, he... he changed...\"", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Faunus Quarter Public Security Office Branch, Record of an Interrogation", + "CardSkillDesc": "During combat, Corrupted Bandit: Greedy Ranger launches ranged attacks that are difficult to detect." +} diff --git a/libs/zzz/dm/HakushinData/monster/10029.json b/libs/zzz/dm/HakushinData/monster/10029.json new file mode 100644 index 0000000000..6a18506c2f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10029.json @@ -0,0 +1,97 @@ +{ + "Id": 10029, + "MonsterId": 11371, + "MonsterInfo": { + "CodeName": "Monster_BeholderEngine", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_BeholderEngine.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Beholder Engine", + "Desc": "While a Beholder Engine is primarily considered a close-range threat, it frequently presents unforeseen dangers to investigators during Hollow expeditions.\nEven seasoned investigators can experience an overwhelming sense of panic when confronted by the piercing gaze of its eyes in the darkness.\nWithin the Hollows, fear has a tendency to intensify Ether corruption, thereby inviting calamity.\n\"The only way to overcome fear... is to stare into it and fight it back.\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Compilation of Knowledge from a Senior Investigator on the Planet of Disaster forum", + "CardSkillDesc": "During combat, Beholder Engine moves around by rolling its unique body." +} diff --git a/libs/zzz/dm/HakushinData/monster/100291.json b/libs/zzz/dm/HakushinData/monster/100291.json new file mode 100644 index 0000000000..aa9ed68b83 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100291.json @@ -0,0 +1,16 @@ +{ + "Id": 100291, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_BeholderEnginePro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "While a Beholder Engine is primarily considered a close-range threat, it frequently presents unforeseen dangers to investigators during Hollow expeditions.\nEven seasoned investigators can experience an overwhelming sense of panic when confronted by the piercing gaze of its eyes in the darkness.\nWithin the Hollows, fear has a tendency to intensify Ether corruption, thereby inviting calamity.\n\"The only way to overcome fear... is to stare into it and fight it back.\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Compilation of Knowledge from a Senior Investigator on the Planet of Disaster forum", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/10030.json b/libs/zzz/dm/HakushinData/monster/10030.json new file mode 100644 index 0000000000..25deb38c04 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10030.json @@ -0,0 +1,97 @@ +{ + "Id": 10030, + "MonsterId": 11681, + "MonsterInfo": { + "CodeName": "Monster_Fossor", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1238, + "Attack": 76, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 662, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Fossor.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Fossor", + "Desc": "Recent studies by the Whitestar Institute reveal that some Ethereals' limbs carry notable features from their environment.\nFossor is a prime example of this — its strange forelimbs bear a striking resemblance to the drilling equipment found in the Old Oil Field region.\nAlthough some suggest this is a camouflage tactic to deceive enemies, others have pointed out that Fossor's combat style is aggressive and direct, making it appear ill-suited for ambushes.\nSome imaginative Hollow Raiders speculate it may have developed this form just to dig for minerals...\n\"When I caught sight of it from a distance, it seemed to be happily digging up the asphalt.\"\n\"When it spotted me, it didn't hesitate to charge straight at me, desperately trying to drive me away...\"\n\"But I was just passing by! I had absolutely no intention of taking any of its junk!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A rookie Hollow Raider outside a Hollow, recounting his recent experience to his companions", + "CardSkillDesc": "During combat, Fossor performs consecutive double-handed slashes." +} diff --git a/libs/zzz/dm/HakushinData/monster/100301.json b/libs/zzz/dm/HakushinData/monster/100301.json new file mode 100644 index 0000000000..ed626a5093 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100301.json @@ -0,0 +1,97 @@ +{ + "Id": 100301, + "MonsterId": 11683, + "MonsterInfo": { + "CodeName": "Monster_FossorRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1238, + "Attack": 76, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 662, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_FossorPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Fossor - Energized", + "Desc": "Recent studies by the Whitestar Institute reveal that some Ethereals' limbs carry notable features from their environment.\nFossor is a prime example of this — its strange forelimbs bear a striking resemblance to the drilling equipment found in the Old Oil Field region.\nAlthough some suggest this is a camouflage tactic to deceive enemies, others have pointed out that Fossor's combat style is aggressive and direct, making it appear ill-suited for ambushes.\nSome imaginative Hollow Raiders speculate it may have developed this form just to dig for minerals...\n\"When I caught sight of it from a distance, it seemed to be happily digging up the asphalt.\"\n\"When it spotted me, it didn't hesitate to charge straight at me, desperately trying to drive me away...\"\n\"But I was just passing by! I had absolutely no intention of taking any of its junk!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A rookie Hollow Raider outside a Hollow, recounting his recent experience to his companions", + "CardSkillDesc": "During combat, Fossor performs consecutive double-handed slashes." +} diff --git a/libs/zzz/dm/HakushinData/monster/10031.json b/libs/zzz/dm/HakushinData/monster/10031.json new file mode 100644 index 0000000000..1845fa30ee --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/10031.json @@ -0,0 +1,97 @@ +{ + "Id": 10031, + "MonsterId": 11691, + "MonsterInfo": { + "CodeName": "Monster_Sordidus", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1238, + "Attack": 76, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 662, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Sordidus.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Sordidus", + "Desc": "The Hollows of the Outer Ring are home to a variety of bizarre Ethereals, and Sordidus is a prime example.\nThey possess a unique body structure, with highly flexible limbs that seem to be the result of an unknown reaction between crude oil and active Ether.\nOnce they lock onto a target, they use their limbs like expert acrobats, launching aggressive and brutal attacks.\n\"Damn it... That thing actually whipped me!\"\n\"Does it see itself as a tamer, treating us like wild beasts?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inside the Hollow, a group of rookie Hollow Raiders battling a Sordidus", + "CardSkillDesc": "During combat, Sordidus will whip with its tentacles for close-range attacks or insert its tentacles into the ground for long-range surprise attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/100311.json b/libs/zzz/dm/HakushinData/monster/100311.json new file mode 100644 index 0000000000..3f72dcce0a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/100311.json @@ -0,0 +1,97 @@ +{ + "Id": 100311, + "MonsterId": 11693, + "MonsterInfo": { + "CodeName": "Monster_SordidusRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1238, + "Attack": 69, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 662, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SordidusPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Sordidus - Energized", + "Desc": "The Hollows of the Outer Ring are home to a variety of bizarre Ethereals, and Sordidus is a prime example.\nThey possess a unique body structure, with highly flexible limbs that seem to be the result of an unknown reaction between crude oil and active Ether.\nOnce they lock onto a target, they use their limbs like expert acrobats, launching aggressive and brutal attacks.\n\"Damn it... That thing actually whipped me!\"\n\"Does it see itself as a tamer, treating us like wild beasts?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inside the Hollow, a group of rookie Hollow Raiders battling a Sordidus", + "CardSkillDesc": "During combat, Sordidus will whip with its tentacles for close-range attacks or insert its tentacles into the ground for long-range surprise attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/20000.json b/libs/zzz/dm/HakushinData/monster/20000.json new file mode 100644 index 0000000000..3aa41d771c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20000.json @@ -0,0 +1,104 @@ +{ + "Id": 20000, + "MonsterId": 11114, + "MonsterInfo": { + "CodeName": "Monster_GiantGrey", + "Icon": "", + "Tag": [ + "Ether", + "Demote", + "Large", + "Grey", + "UniqueDeathEff", + "DeathEffMiddle" + ], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 8417, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Farbauti", + "Desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by \"Spike Finger\" on the Black-Sweeper's Rock Forum", + "CardSkillDesc": "During combat, Farbauti uses its powerful arms to launch continual hammer attacks but those same arms can take damage and become Staggered with enough hits." +} diff --git a/libs/zzz/dm/HakushinData/monster/200001.json b/libs/zzz/dm/HakushinData/monster/200001.json new file mode 100644 index 0000000000..3c1ffd2d58 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200001.json @@ -0,0 +1,104 @@ +{ + "Id": 200001, + "MonsterId": 11116, + "MonsterInfo": { + "CodeName": "Monster_GiantRed", + "Icon": "", + "Tag": [ + "Ether", + "Demote", + "Large", + "Red", + "UniqueDeathEff", + "DeathEffMiddle" + ], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 8417, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Farbauti - Energized", + "Desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by \"Spike Finger\" on the Black-Sweeper's Rock Forum", + "CardSkillDesc": "During combat, Farbauti uses its powerful arms to launch continual hammer attacks but those same arms can take damage and become Staggered with enough hits." +} diff --git a/libs/zzz/dm/HakushinData/monster/200002.json b/libs/zzz/dm/HakushinData/monster/200002.json new file mode 100644 index 0000000000..0a95bc9739 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200002.json @@ -0,0 +1,16 @@ +{ + "Id": 200002, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Giant.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by \"Spike Finger\" on the Black-Sweeper's Rock Forum", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200003.json b/libs/zzz/dm/HakushinData/monster/200003.json new file mode 100644 index 0000000000..b43413f629 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200003.json @@ -0,0 +1,16 @@ +{ + "Id": 200003, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by \"Spike Finger\" on the Black-Sweeper's Rock Forum", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200004.json b/libs/zzz/dm/HakushinData/monster/200004.json new file mode 100644 index 0000000000..4ed2ddb478 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200004.json @@ -0,0 +1,104 @@ +{ + "Id": 200004, + "MonsterId": 11731, + "MonsterInfo": { + "CodeName": "Monster_GiantEnergy", + "Icon": "", + "Tag": [ + "Ether", + "Demote", + "Large", + "Energy", + "UniqueDeathEff", + "DeathEffMiddle" + ], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 8417, + "Attack": 92, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GiantEnergy.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Farbauti", + "Desc": "Farbauti, possessing immense strength and often in a frenzied state, is one of the most formidable threats Hollow Raiders may face. Its hammer-like arms can effortlessly deflect damage and unleash storms of blows that crush everything in its path.\nSome Hollow Raiders have observed Farbauti frequently pounding the ground in a rhythmic, high-frequency manner, leading to speculation about its peculiar interest in drumming music.\nDespite the Hollow Investigative Association publicly debunking this rumor, many Hollow Raiders carry portable stereos in an attempt to distract Farbauti with music.\nNo successful escapes using this method have been reported however.\n\"The reason for their failure is simple: Even Farbauti think your taste in music sucks!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Posted by \"Spike Finger\" on the Black-Sweeper's Rock Forum", + "CardSkillDesc": "During combat, Ionized: Farbauti uses its powerful arms to launch continual hammer attacks but those same arms can take damage and become Staggered with enough hits. It can also charge up Energy for a while before launching a powerful leaping attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/20001.json b/libs/zzz/dm/HakushinData/monster/20001.json new file mode 100644 index 0000000000..b4d8c2d889 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20001.json @@ -0,0 +1,97 @@ +{ + "Id": 20001, + "MonsterId": 11123, + "MonsterInfo": { + "CodeName": "Monster_HatiGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey", "UnArmored"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 5890, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2168, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hati", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A chat between Billy and Nicole", + "CardSkillDesc": "During combat, Hati uses nimble leaps and quick claw attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/200011.json b/libs/zzz/dm/HakushinData/monster/200011.json new file mode 100644 index 0000000000..4543ea4731 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200011.json @@ -0,0 +1,97 @@ +{ + "Id": 200011, + "MonsterId": 11125, + "MonsterInfo": { + "CodeName": "Monster_HatiRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Red", "UnArmored"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 5890, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2168, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hati - Energized", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A chat between Billy and Nicole", + "CardSkillDesc": "During combat, Hati uses nimble leaps and quick claw attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/200012.json b/libs/zzz/dm/HakushinData/monster/200012.json new file mode 100644 index 0000000000..0b35d381ce --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200012.json @@ -0,0 +1,16 @@ +{ + "Id": 200012, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Hati.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A chat between Billy and Nicole", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200013.json b/libs/zzz/dm/HakushinData/monster/200013.json new file mode 100644 index 0000000000..f5ab53b357 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200013.json @@ -0,0 +1,16 @@ +{ + "Id": 200013, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A chat between Billy and Nicole", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200014.json b/libs/zzz/dm/HakushinData/monster/200014.json new file mode 100644 index 0000000000..d50b415fcf --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200014.json @@ -0,0 +1,97 @@ +{ + "Id": 200014, + "MonsterId": 11195, + "MonsterInfo": { + "CodeName": "Monster_HatiArmoredBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HatiArmoredBoss.png", + "Tag": ["Ether", "Middle", "Armored", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 15411, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3880, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HatiBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Hati", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A chat between Billy and Nicole", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200015.json b/libs/zzz/dm/HakushinData/monster/200015.json new file mode 100644 index 0000000000..417619d4cb --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200015.json @@ -0,0 +1,97 @@ +{ + "Id": 200015, + "MonsterId": 11127, + "MonsterInfo": { + "CodeName": "Monster_HatiRedBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HatiGreyPro.png", + "Tag": ["Ether", "Boss", "Middle", "Red", "UnArmored"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 20548, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HatiEnergized.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hati Pack Leader — Energized", + "Desc": "The HIA Phase-I Investigation Team has officially documented the existence of this sentient living Ether resembling a four-legged beast, which poses significant danger. \nAccording to rumors, the first sighting took place in the Nest Hollow, where individuals exploring the nearby wastes reported hearing ear-splitting roars reminiscent of wild animal growls.\n\"If I throw a stick or a ball, do you think that monster will catch it?\"\n\"You can give it a try, but I won't cover your medical bill.\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A chat between Billy and Nicole", + "CardSkillDesc": "During combat, Hati Pack Leader exhibits a strong desire to attack, with agile and rapid moves." +} diff --git a/libs/zzz/dm/HakushinData/monster/20002.json b/libs/zzz/dm/HakushinData/monster/20002.json new file mode 100644 index 0000000000..9cccd1ba98 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20002.json @@ -0,0 +1,97 @@ +{ + "Id": 20002, + "MonsterId": 11225, + "MonsterInfo": { + "CodeName": "Monster_GoblinGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Goblin", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Goblin", + "Desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A Goblin intruder breaks into a gang hideout", + "CardSkillDesc": "During combat, Goblin's roar boosts its DMG dealt while significantly reducing DMG taken. However, these effects are interrupted if Stunned." +} diff --git a/libs/zzz/dm/HakushinData/monster/200021.json b/libs/zzz/dm/HakushinData/monster/200021.json new file mode 100644 index 0000000000..1536ba960a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200021.json @@ -0,0 +1,97 @@ +{ + "Id": 200021, + "MonsterId": 11721, + "MonsterInfo": { + "CodeName": "Monster_GoblinRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Goblin", "Middle", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 6759, + "Attack": 92, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Goblin - Energized", + "Desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A Goblin intruder breaks into a gang hideout", + "CardSkillDesc": "During combat, Goblin's roar boosts its DMG dealt while significantly reducing DMG taken. However, these effects are interrupted if Stunned." +} diff --git a/libs/zzz/dm/HakushinData/monster/200022.json b/libs/zzz/dm/HakushinData/monster/200022.json new file mode 100644 index 0000000000..1a6827df35 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200022.json @@ -0,0 +1,16 @@ +{ + "Id": 200022, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Goblin.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A Goblin intruder breaks into a gang hideout", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200023.json b/libs/zzz/dm/HakushinData/monster/200023.json new file mode 100644 index 0000000000..15e6d98dab --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200023.json @@ -0,0 +1,16 @@ +{ + "Id": 200023, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "During initial encounters with these unique Ethereals, Hollow investigators mistakenly thought they possessed some level of intelligence, even showing signs of learning to wield bludgeoning weapons like humans. As a result, they were dubbed \"Goblins.\"\nHowever, subsequent research revealed that their \"hammers\" were actually twisted and deformed limbs, and that they lacked the ability to imitate human behavior.\nNevertheless, Goblins remain formidable adversaries due to their robust physique and sheer brute strength, with even a simple swing of their limbs proving deadly.\nIf anything trespasses on their territory, they will immediately enter a state of fury, sparing no effort in mercilessly smashing the intruder.\n\"Huh? There's a Goblin running over here, banging on a heap of scrap metal.\"\n\"Don't you think his attacks have a rhythm to them, like he's playing a drum...?\"\n\"Hey! Don't be stupid, you two! That's not scrap metal! It's our supply truck!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A Goblin intruder breaks into a gang hideout", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/20003.json b/libs/zzz/dm/HakushinData/monster/20003.json new file mode 100644 index 0000000000..8837f34c13 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20003.json @@ -0,0 +1,97 @@ +{ + "Id": 20003, + "MonsterId": 11192, + "MonsterInfo": { + "CodeName": "Monster_HatiArmoredGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey", "Armored"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 6491, + "Attack": 116, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2648, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Armored Hati", + "Desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Several panicked rookie Hollow Raiders escaping from a Hati in a Hollow", + "CardSkillDesc": "During combat, Armored Hati's armor significantly reduces DMG and Daze taken, but Defensive Assist greatly reduces its armor." +} diff --git a/libs/zzz/dm/HakushinData/monster/200031.json b/libs/zzz/dm/HakushinData/monster/200031.json new file mode 100644 index 0000000000..74e67a22d9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200031.json @@ -0,0 +1,97 @@ +{ + "Id": 200031, + "MonsterId": 11196, + "MonsterInfo": { + "CodeName": "Monster_HatiArmoredRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Red", "Armored"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 6311, + "Attack": 102, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Armored Hati - Energized", + "Desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Several panicked rookie Hollow Raiders escaping from a Hati in a Hollow", + "CardSkillDesc": "During combat, Armored Hati's armor significantly reduces DMG and Daze taken, but Defensive Assist greatly reduces its armor." +} diff --git a/libs/zzz/dm/HakushinData/monster/200032.json b/libs/zzz/dm/HakushinData/monster/200032.json new file mode 100644 index 0000000000..1c2736e91d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200032.json @@ -0,0 +1,16 @@ +{ + "Id": 200032, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmored.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Several panicked rookie Hollow Raiders escaping from a Hati in a Hollow", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200033.json b/libs/zzz/dm/HakushinData/monster/200033.json new file mode 100644 index 0000000000..c61ba1cd95 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200033.json @@ -0,0 +1,16 @@ +{ + "Id": 200033, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HatiArmoredPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Several panicked rookie Hollow Raiders escaping from a Hati in a Hollow", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200034.json b/libs/zzz/dm/HakushinData/monster/200034.json new file mode 100644 index 0000000000..548944a59f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200034.json @@ -0,0 +1,97 @@ +{ + "Id": 200034, + "MonsterId": 11195, + "MonsterInfo": { + "CodeName": "Monster_HatiArmoredBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HatiArmoredBoss.png", + "Tag": ["Ether", "Middle", "Armored", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 15411, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3880, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_HatiArmoredBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Armored Hati", + "Desc": "The Armored Hati is widely regarded as a formidable adversary by many experienced Hollow investigators.\nAlthough its armored shell limits its agility, it compensates with exceptional resistance to attacks.\nAdditionally, the corrupted material on its body forms sharp and hardened protrusions that can cause additional damage when an Armored Hati charges at high speeds.\nThis creature's agile movements, resilience to blows, and seamless armor compel even the most seasoned explorers to seek alternative routes to avoid direct confrontation.\nSome novice Hollow Raiders have attempted to lure Armored Hati away with pet food.\nHowever, these endeavors have proven futile.\n\"Run! It doesn't like this flavor of dog food!\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Several panicked rookie Hollow Raiders escaping from a Hati in a Hollow", + "CardSkillDesc": "During combat, Notorious: Armored Hati's armor significantly reduces DMG and Daze taken, but Defensive Assist greatly reduces its armor. Its roar also unleashes even more powerful Ether bullets than usual." +} diff --git a/libs/zzz/dm/HakushinData/monster/20004.json b/libs/zzz/dm/HakushinData/monster/20004.json new file mode 100644 index 0000000000..9385d65772 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20004.json @@ -0,0 +1,97 @@ +{ + "Id": 20004, + "MonsterId": 11222, + "MonsterInfo": { + "CodeName": "Monster_GoblinMetro", + "Icon": "", + "Tag": ["Ether", "Demote", "GoblinMetro", "Middle", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinMetro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Metro Goblin", + "Desc": "The debate regarding Metro Goblin is a persistent one. Some scholars argue their peculiar appearance serves as camouflage to confuse their enemies, while others attribute the debris on their bodies to corruption and fusion with old metro equipment.\nNevertheless, the presence of Metro Goblins evokes fear among inexperienced investigators exploring the Hollow's old metro zone.\nAt any given moment, an ordinary-looking \"road sign\" may start trembling, and then a formidable Ethereal emerges from the ground, charging menacingly.\n\"Huh? I saw this sign a few minutes ago. Have we been going in circles?\"\n\"No... That 'road sign' has been following us!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The horror movie Eternal Lost, the main character looking for a way out of the Hollow", + "CardSkillDesc": "During combat, Goblin's roar boosts its DMG dealt while significantly reducing DMG taken. However, these effects are interrupted if Stunned." +} diff --git a/libs/zzz/dm/HakushinData/monster/200041.json b/libs/zzz/dm/HakushinData/monster/200041.json new file mode 100644 index 0000000000..12461ab4eb --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200041.json @@ -0,0 +1,97 @@ +{ + "Id": 200041, + "MonsterId": 11723, + "MonsterInfo": { + "CodeName": "Monster_GoblinMetroRed", + "Icon": "", + "Tag": ["Ether", "Demote", "GoblinMetro", "Middle", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 6759, + "Attack": 92, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GoblinMetroPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Metro Goblin - Energized", + "Desc": "The debate regarding Metro Goblin is a persistent one. Some scholars argue their peculiar appearance serves as camouflage to confuse their enemies, while others attribute the debris on their bodies to corruption and fusion with old metro equipment.\nNevertheless, the presence of Metro Goblins evokes fear among inexperienced investigators exploring the Hollow's old metro zone.\nAt any given moment, an ordinary-looking \"road sign\" may start trembling, and then a formidable Ethereal emerges from the ground, charging menacingly.\n\"Huh? I saw this sign a few minutes ago. Have we been going in circles?\"\n\"No... That 'road sign' has been following us!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The horror movie Eternal Lost, the main character looking for a way out of the Hollow", + "CardSkillDesc": "During combat, Goblin's roar boosts its DMG dealt while significantly reducing DMG taken. However, these effects are interrupted if Stunned." +} diff --git a/libs/zzz/dm/HakushinData/monster/20005.json b/libs/zzz/dm/HakushinData/monster/20005.json new file mode 100644 index 0000000000..7bb9bc935a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20005.json @@ -0,0 +1,97 @@ +{ + "Id": 20005, + "MonsterId": 11213, + "MonsterInfo": { + "CodeName": "Monster_ArlauneGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 4905, + "Attack": 53, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Arlaune", + "Desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A group of rookie investigators ambushed by an Arlaune in a Hollow", + "CardSkillDesc": "During combat, Arlaune is extremely cunning at launching ranged attacks from a distance. However, Staggering it when its petals are wide open will build up a lot of Daze in just one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/200051.json b/libs/zzz/dm/HakushinData/monster/200051.json new file mode 100644 index 0000000000..e04ca84fe5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200051.json @@ -0,0 +1,97 @@ +{ + "Id": 200051, + "MonsterId": 11215, + "MonsterInfo": { + "CodeName": "Monster_ArlauneRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 4905, + "Attack": 53, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Arlaune - Energized", + "Desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A group of rookie investigators ambushed by an Arlaune in a Hollow", + "CardSkillDesc": "During combat, Arlaune is extremely cunning at launching ranged attacks from a distance. However, Staggering it when its petals are wide open will build up a lot of Daze in just one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/200052.json b/libs/zzz/dm/HakushinData/monster/200052.json new file mode 100644 index 0000000000..6834258762 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200052.json @@ -0,0 +1,16 @@ +{ + "Id": 200052, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Arlaune.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A group of rookie investigators ambushed by an Arlaune in a Hollow", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200053.json b/libs/zzz/dm/HakushinData/monster/200053.json new file mode 100644 index 0000000000..6ed52b57f9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200053.json @@ -0,0 +1,16 @@ +{ + "Id": 200053, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlaunePro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Many novice Hollow Raiders who come across an Arlaune for the first time are often deceived by its appearance, mistakenly assuming it to be a harmless plant.\nHowever, upon approaching it, they discover that Arlaune release a concentrated discharge of Ether matter, catching their unsuspecting victims off guard.\n\"Huh? I tried to water it, and it spat at me?\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—A group of rookie investigators ambushed by an Arlaune in a Hollow", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/20006.json b/libs/zzz/dm/HakushinData/monster/20006.json new file mode 100644 index 0000000000..7062e05f44 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20006.json @@ -0,0 +1,97 @@ +{ + "Id": 20006, + "MonsterId": 11041, + "MonsterInfo": { + "CodeName": "Monster_LAAndroid", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle", "Police"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 6759, + "Attack": 84, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LAAndroid.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Autonomous Support Unit - Sweeper", + "Desc": "An automatic combat mech utilized by Public Security. It possesses various combat modes tailored to various Ethereals types. Its weapons include circular chainsaws and fusion heat rays.\nSweepers can swiftly identify target Ethereals and adapt to the most effective combat strategy.\nHowever, their reliability diminishes to some extent when faced with Hollow Raiders who possess greater versatility than Ethereals.\n\"Stirring, chopping, heating... I wonder who came up with this? Maybe some undercover agent from a kitchenware company trying to boost sales?\"", + "Rarity": 2, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Late Night Talk Show \"Hollow Zoo\"", + "CardSkillDesc": "During combat, Autonomous Support Unit - Sweeper uses its long arms to perform a spinning attack. Use Defensive Assist before it does so to completely prevent it from even executing the skill." +} diff --git a/libs/zzz/dm/HakushinData/monster/200061.json b/libs/zzz/dm/HakushinData/monster/200061.json new file mode 100644 index 0000000000..c93f43a730 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200061.json @@ -0,0 +1,16 @@ +{ + "Id": 200061, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LAAndroidPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "An automatic combat mech utilized by Public Security. It possesses various combat modes tailored to various Ethereals types. Its weapons include circular chainsaws and fusion heat rays.\nSweepers can swiftly identify target Ethereals and adapt to the most effective combat strategy.\nHowever, their reliability diminishes to some extent when faced with Hollow Raiders who possess greater versatility than Ethereals.\n\"Stirring, chopping, heating... I wonder who came up with this? Maybe some undercover agent from a kitchenware company trying to boost sales?\"", + "Rarity": 2, + "GroupId": 204, + "GroupDesc": "Public Security", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Late Night Talk Show \"Hollow Zoo\"", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/20007.json b/libs/zzz/dm/HakushinData/monster/20007.json new file mode 100644 index 0000000000..5bc7bb9bbf --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20007.json @@ -0,0 +1,97 @@ +{ + "Id": 20007, + "MonsterId": 11454, + "MonsterInfo": { + "CodeName": "Monster_HeavyStrikerCam", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 8414, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyStriker.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Heavy Striker", + "Desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— From a lecturer sharing their experience during the Defense Force recruit training", + "CardSkillDesc": "During combat, Heavy Striker deploys a shield. While shielded, it will only accumulate Fire and Physical Anomaly Buildup. Inflict Burn, Assault, or Stun it to break the shield." +} diff --git a/libs/zzz/dm/HakushinData/monster/200071.json b/libs/zzz/dm/HakushinData/monster/200071.json new file mode 100644 index 0000000000..cae816e829 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200071.json @@ -0,0 +1,97 @@ +{ + "Id": 200071, + "MonsterId": 11451, + "MonsterInfo": { + "CodeName": "Monster_HeavyStriker", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 8835, + "Attack": 97, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyStrikerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Heavy Striker MK II", + "Desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— From a lecturer sharing their experience during the Defense Force recruit training", + "CardSkillDesc": "During combat, Heavy Striker MK II deploys a shield. While shielded, it will only accumulate Electric Anomaly Buildup. Inflict Shock or Stun it to break the shield." +} diff --git a/libs/zzz/dm/HakushinData/monster/200072.json b/libs/zzz/dm/HakushinData/monster/200072.json new file mode 100644 index 0000000000..833671f5b6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200072.json @@ -0,0 +1,97 @@ +{ + "Id": 200072, + "MonsterId": 11456, + "MonsterInfo": { + "CodeName": "Monster_HeavyStrikerBossCam", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HeavyStrike.png", + "Tag": ["Mech", "Middle", "Boss", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 20548, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HeavyStrikerBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Shielded Defender", + "Desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A lecturer sharing their experience during the Defense Force recruit training", + "CardSkillDesc": "During combat, Shielded Defender becomes more aggressive and deploys a shield. While shielded, it will only accumulate Fire and Physical Anomaly Buildup. Inflict Burn, Assault, or Stun it to break the shield." +} diff --git a/libs/zzz/dm/HakushinData/monster/200073.json b/libs/zzz/dm/HakushinData/monster/200073.json new file mode 100644 index 0000000000..6a0fbd04d4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200073.json @@ -0,0 +1,97 @@ +{ + "Id": 200073, + "MonsterId": 11453, + "MonsterInfo": { + "CodeName": "Monster_HeavyStrikerBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HeavyStrikerPro.png", + "Tag": ["Mech", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 20548, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HeavyStrikerBossPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Shielded Defender Omega", + "Desc": "An automatic tactical mech of the Defense Force, providing continuous fire support for front-line personnel.\nIts inert Ether shield can withstand most light firepower and even impacts from large-sized Ethereals.\nUndoubtedly, it is one of the most trusted \"companions\" of the Defense Force.\n\"Remember, if you're in trouble, just stay behind them... You'll be pretty safe unless they accidentally squish you.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A lecturer sharing their experience during Defense Force recruit training", + "CardSkillDesc": "During combat, the Shielded Defender Omega becomes more aggressive and deploys a shield. While shielded, it is impossible to accumulate any Anomaly Buildup other than Electric. Applying the Shock effect or putting it into a Stunned state will immediately break the shield." +} diff --git a/libs/zzz/dm/HakushinData/monster/20008.json b/libs/zzz/dm/HakushinData/monster/20008.json new file mode 100644 index 0000000000..cb630de480 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20008.json @@ -0,0 +1,97 @@ +{ + "Id": 20008, + "MonsterId": 11443, + "MonsterInfo": { + "CodeName": "Monster_LightfootRoverCam", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 7097, + "Attack": 79, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LightfootRover.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Lightfoot Rover", + "Desc": "The Lightfoot Rover, a mainstream fire-support mech in the Defense Force, is equipped with tactical algorithms that analyze the opponent's behavior and calculate trajectories for precise targeting.\nWhen it identifies a high-threat target, it deploys a swarm of drones from its arsenal, unleashing immense firepower.\nFor Hollow Raiders, the sudden appearance of a Lightfoot Rover can spell trouble... endless trouble...\n\"What the! It... it even has kids!?\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A novice Hollow Raider being pursued in the depths of Papago Hollow", + "CardSkillDesc": "During combat, Lightfoot Rover summons two drones to fight in tandem, which can be piloted nearby a target to launch a self-destruct attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/200081.json b/libs/zzz/dm/HakushinData/monster/200081.json new file mode 100644 index 0000000000..340289d5b4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200081.json @@ -0,0 +1,97 @@ +{ + "Id": 200081, + "MonsterId": 11441, + "MonsterInfo": { + "CodeName": "Monster_LightfootRover", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 79, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_LightfootRoverPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Lightfoot Rover MK II", + "Desc": "The Lightfoot Rover, a mainstream fire-support mech in the Defense Force, is equipped with tactical algorithms that analyze the opponent's behavior and calculate trajectories for precise targeting.\nWhen it identifies a high-threat target, it deploys a swarm of drones from its arsenal, unleashing immense firepower.\nFor Hollow Raiders, the sudden appearance of a Lightfoot Rover can spell trouble... endless trouble...\n\"What the! It... it even has kids!?\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A novice Hollow Raider being pursued in the depths of Papago Hollow", + "CardSkillDesc": "During combat, Lightfoot Rover MK II summons two drones to fight in tandem, which can be piloted nearby a target to launch a self-destruct attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/20009.json b/libs/zzz/dm/HakushinData/monster/20009.json new file mode 100644 index 0000000000..55d3dba385 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20009.json @@ -0,0 +1,97 @@ +{ + "Id": 20009, + "MonsterId": 11263, + "MonsterInfo": { + "CodeName": "Monster_HeavyFirePowerCam", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 6640, + "Attack": 93, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2653, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyFirepower.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Heavy Gunner", + "Desc": "A heavy infantry unit belonging to the New Eridu Defense Force.\nEquipped with \"Gray Rhino\" heavy combat armor paired with a complete arsenal enhanced using Ether technology, they can sustain high-intensity firepower for an extended period when ample ammunition is available. They serve as the assault core of a combat team and are often deployed as the front line in assault and clearance operations.\nAfter the fall of the old capital, many soldiers left the army and joined civilian factions. Since then, these elite gunners have emerged under various banners, including private armies of plutocrats, new security companies, and even roving gangs of bandits...\n\"I'm convinced those heavy gunners are secretly adorable little girls who somehow manage to hide all that ammo in the extra pockets of their combat suits. I mean, how else can you explain their endless stockpile of shells?\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Comment on the Daydream page of the Planet of Disaster forum", + "CardSkillDesc": "During combat, Heavy Gunner switches between using laser cannons and frag grenades to perform continual long-range attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/200091.json b/libs/zzz/dm/HakushinData/monster/200091.json new file mode 100644 index 0000000000..f76a735f18 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200091.json @@ -0,0 +1,97 @@ +{ + "Id": 200091, + "MonsterId": 11261, + "MonsterInfo": { + "CodeName": "Monster_HeavyFirePower", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 6640, + "Attack": 93, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2653, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_HeavyFirepowerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Assault Gunner", + "Desc": "A heavy infantry unit belonging to the New Eridu Defense Force.\nEquipped with \"Gray Rhino\" heavy combat armor paired with a complete arsenal enhanced using Ether technology, they can sustain high-intensity firepower for an extended period when ample ammunition is available. They serve as the assault core of a combat team and are often deployed as the front line in assault and clearance operations.\nAfter the fall of the old capital, many soldiers left the army and joined civilian factions. Since then, these elite gunners have emerged under various banners, including private armies of plutocrats, new security companies, and even roving gangs of bandits...\n\"I'm convinced those heavy gunners are secretly adorable little girls who somehow manage to hide all that ammo in the extra pockets of their combat suits. I mean, how else can you explain their endless stockpile of shells?\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Comment on the Daydream page of the Planet of Disaster forum", + "CardSkillDesc": "During combat, Assault Gunner switches between using laser cannons and frag grenades to perform continual long-range attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/20010.json b/libs/zzz/dm/HakushinData/monster/20010.json new file mode 100644 index 0000000000..1d7f30c3ec --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20010.json @@ -0,0 +1,97 @@ +{ + "Id": 20010, + "MonsterId": 11381, + "MonsterInfo": { + "CodeName": "Monster_TarasqueMixer", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 8835, + "Attack": 88, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_TarasqueMixer.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Tarasque Mixer", + "Desc": "Based on their research, the Hollow Investigative Association speculates the Tarasque Mixer contains various levels of liquefied Ether.\nWhen it stirs and mixes its stored Ether, a complex reaction takes place, resulting in the release of destructive and violent energy. The power unleashed is comparable to that of the heavy artillery employed by the Defense Force.\nExperienced investigators understand the importance of maintaining a low profile to avoid direct bombardment from its heavy artillery.\n\"When it leaned down towards me, I thought it was some kind of strange welcoming gift. But when its cannon chamber lit up, I realized... it was a farewell gift.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Interview on Back 2 Life, celebrity investigator's personal experiences", + "CardSkillDesc": "During combat, Tarasque Mixer uses continual laser attacks while making sideways jumps to reposition." +} diff --git a/libs/zzz/dm/HakushinData/monster/200101.json b/libs/zzz/dm/HakushinData/monster/200101.json new file mode 100644 index 0000000000..cc960d7da6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200101.json @@ -0,0 +1,16 @@ +{ + "Id": 200101, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_TarasqueMixerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Based on their research, the Hollow Investigative Association speculates the Tarasque Mixer contains various levels of liquefied Ether.\nWhen it stirs and mixes its stored Ether, a complex reaction takes place, resulting in the release of destructive and violent energy. The power unleashed is comparable to that of the heavy artillery employed by the Defense Force.\nExperienced investigators understand the importance of maintaining a low profile to avoid direct bombardment from its heavy artillery.\n\"When it leaned down towards me, I thought it was some kind of strange welcoming gift. But when its cannon chamber lit up, I realized... it was a farewell gift.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Interview on Back 2 Life, celebrity investigator's personal experiences", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/20012.json b/libs/zzz/dm/HakushinData/monster/20012.json new file mode 100644 index 0000000000..3cb4e46088 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20012.json @@ -0,0 +1,16 @@ +{ + "Id": 20012, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_FrenziedManiac.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThese corrupted subjects, potentially due to their enhanced physiology or affinity for Ether matter, have developed formidable close combat abilities, making them even more menacing than the typical monsters found in the Hollow.\n\"Their weapons look very fancy... and kinda like they came as freebies.\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby's analysis of a particular operation with the Cunning Hares", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200121.json b/libs/zzz/dm/HakushinData/monster/200121.json new file mode 100644 index 0000000000..506d6e73a1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200121.json @@ -0,0 +1,97 @@ +{ + "Id": 200121, + "MonsterId": 11501, + "MonsterInfo": { + "CodeName": "Monster_FrenziedManiac", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 6083, + "Attack": 92, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2668, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_FrenziedManiacPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Frenzied Maniac", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThese corrupted subjects, potentially due to their enhanced physiology or affinity for Ether matter, have developed formidable close combat abilities, making them even more menacing than the typical monsters found in the Hollow.\n\"Their weapons look very fancy... and kinda like they came as freebies.\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Anby's analysis of a particular operation with the Cunning Hares", + "CardSkillDesc": "During combat, Corrupted Bandit: Frenzied Maniac blocks attacks and launches a counter after blocking for a while." +} diff --git a/libs/zzz/dm/HakushinData/monster/20013.json b/libs/zzz/dm/HakushinData/monster/20013.json new file mode 100644 index 0000000000..a268ca39b6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20013.json @@ -0,0 +1,16 @@ +{ + "Id": 20013, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_WickedWraith.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThe makeshift firearms favored by these bandits have somehow been preserved and enhanced by the Ether matter. They no longer fire iron bullets but rather more dangerous crystalline mixtures.\n\"Don't wait around! They have endless bullets and don't need to reload at all!\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Public Security's Hollow Special Response, audio recording of personnel on duty", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200131.json b/libs/zzz/dm/HakushinData/monster/200131.json new file mode 100644 index 0000000000..3e8eca9d2e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200131.json @@ -0,0 +1,97 @@ +{ + "Id": 200131, + "MonsterId": 11511, + "MonsterInfo": { + "CodeName": "Monster_WickedWrath", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 8835, + "Attack": 88, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_WickedWraithPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Wicked Wraith", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether, retaining humanoid features but with enhanced mutant limbs that are more dangerous.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nThe makeshift firearms favored by these bandits have somehow been preserved and enhanced by the Ether matter. They no longer fire iron bullets but rather more dangerous crystalline mixtures.\n\"Don't wait around! They have endless bullets and don't need to reload at all!\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Public Security's Hollow Special Response, audio recording of personnel on duty", + "CardSkillDesc": "During combat, Corrupted Bandit: Wicked Wraith follows up attacks with an Ether Shotshell Attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/20014.json b/libs/zzz/dm/HakushinData/monster/20014.json new file mode 100644 index 0000000000..b74f57633c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20014.json @@ -0,0 +1,16 @@ +{ + "Id": 20014, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RuthlessFiend.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether. Humanoid features are more dangerous with enhanced mutant limbs.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nBandits are notorious for their dangerous behavior, and within their ranks, Hollow bandits stand out as the most ruthless. The elite fighters among these Hollow bandits are especially terrifying, displaying an elevated level of violence. When these brutes, toughened both physically and mentally through violence, undergo Ether corruption, they transform into monsters with a more feral and savage nature.\n\"They used to yell 'money or your life,' but now they're just hell-bent on taking your life...\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Annotations in the internal textbook of the Hollow Investigative Association, \"Threat Identification in a Hollow: Corrupted Subjects\"", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/200141.json b/libs/zzz/dm/HakushinData/monster/200141.json new file mode 100644 index 0000000000..08daf79ee6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200141.json @@ -0,0 +1,97 @@ +{ + "Id": 200141, + "MonsterId": 11521, + "MonsterInfo": { + "CodeName": "Monster_RuthlessFiend", + "Icon": "", + "Tag": ["Ether", "Demote", "Large"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 8417, + "Attack": 83, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RuthlessFiendPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ruthless Fiend", + "Desc": "Unfortunate souls mutated by the intense corruption of Ether matter within the Hollows. Due to a considerable degree of Ether aptitude and physical capability, their bodies have not been completely transformed by the Ether. Humanoid features are more dangerous with enhanced mutant limbs.\nJudging from the remnants of clothing and its combat experience, it was likely once a senior gang member or Raider lurking in the Hollows.\nBandits are notorious for their dangerous behavior, and within their ranks, Hollow bandits stand out as the most ruthless. The elite fighters among these Hollow bandits are especially terrifying, displaying an elevated level of violence. When these brutes, toughened both physically and mentally through violence, undergo Ether corruption, they transform into monsters with a more feral and savage nature.\n\"They used to yell 'money or your life,' but now they're just hell-bent on taking your life...\"", + "Rarity": 2, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Annotations in the internal textbook of the Hollow Investigative Association, \"Threat Identification in a Hollow: Corrupted Subjects\"", + "CardSkillDesc": "During combat, Corrupted Bandit: Ruthless Fiend launches continual attacks on targets nearby, and charges at faraway targets. It becomes more ferocious once its arms become destroyed." +} diff --git a/libs/zzz/dm/HakushinData/monster/20015.json b/libs/zzz/dm/HakushinData/monster/20015.json new file mode 100644 index 0000000000..dcdcb0f8bd --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20015.json @@ -0,0 +1,97 @@ +{ + "Id": 20015, + "MonsterId": 11363, + "MonsterInfo": { + "CodeName": "Monster_ThugBulkyAbuserVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 6324, + "Attack": 76, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2527, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyAbuser.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Bulky Intimidator", + "Desc": "In contrast to fully equipped Hollow investigators, Bulky Intimidators and Wanted Intimidators possess minimalistic gear.\nNevertheless, these notorious thugs can easily instill fear in their victims with their makeshift equipment.\nA spiked metal bat and a modified double-barreled shotgun are all they need to establish themselves as the most feared brutes in the Hollow.\nAccording to investigators who have encountered them in the Hollows, these brutes enter an extreme state of euphoria during battle. Their \"demeanor\" could hardly be called combat suitable, and more closely resembles bullying.\n\"Fighting them brought back the fear I felt when facing the school bullies alone...\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Investigative Association Resignation Letter from a rookie investigator", + "CardSkillDesc": "During combat, Hollow Thug - Bulky Intimidator switches between using a club and a shotgun for nearby attacks while sometimes kicking up sand to launch an ambush." +} diff --git a/libs/zzz/dm/HakushinData/monster/200151.json b/libs/zzz/dm/HakushinData/monster/200151.json new file mode 100644 index 0000000000..09e10d372f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200151.json @@ -0,0 +1,97 @@ +{ + "Id": 200151, + "MonsterId": 11361, + "MonsterInfo": { + "CodeName": "Monster_ThugBulkyAbuser", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 6324, + "Attack": 76, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2527, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyAbuserPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Wanted Intimidator", + "Desc": "In contrast to fully equipped Hollow investigators, Bulky Intimidators and Wanted Intimidators possess minimalistic gear.\nNevertheless, these notorious thugs can easily instill fear in their victims with their makeshift equipment.\nA spiked metal bat and a modified double-barreled shotgun are all they need to establish themselves as the most feared brutes in the Hollow.\nAccording to investigators who have encountered them in the Hollows, these brutes enter an extreme state of euphoria during battle. Their \"demeanor\" could hardly be called combat suitable, and more closely resembles bullying.\n\"Fighting them brought back the fear I felt when facing the school bullies alone...\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Investigative Association Resignation Letter from a rookie investigator", + "CardSkillDesc": "During combat, Hollow Thug - Wanted Intimidator switches between using a club and a shotgun for nearby attacks while sometimes kicking up sand to launch an ambush." +} diff --git a/libs/zzz/dm/HakushinData/monster/20017.json b/libs/zzz/dm/HakushinData/monster/20017.json new file mode 100644 index 0000000000..3c71c0ab53 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20017.json @@ -0,0 +1,97 @@ +{ + "Id": 20017, + "MonsterId": 11354, + "MonsterInfo": { + "CodeName": "Monster_ThugBulkyEnforcerVest", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle", "Vest"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 8414, + "Attack": 84, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcer.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Bulky Enforcer", + "Desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Billy dealing with a charging thug in a Hollow", + "CardSkillDesc": "During combat, Hollow Thug - Bulky Enforcer uses both fists to punch while using nimble sidesteps to shake up the angle of attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/200171.json b/libs/zzz/dm/HakushinData/monster/200171.json new file mode 100644 index 0000000000..ae67028f73 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200171.json @@ -0,0 +1,97 @@ +{ + "Id": 200171, + "MonsterId": 11351, + "MonsterInfo": { + "CodeName": "Monster_ThugBulkyEnforcer", + "Icon": "", + "Tag": ["Bios", "Demote", "Middle"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 8414, + "Attack": 84, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Wanted Enforcer", + "Desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Billy dealing with a charging thug in a Hollow", + "CardSkillDesc": "During combat, Hollow Thug - Wanted Enforcer uses both fists to punch while using nimble sidesteps to shake up the angle of attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/200172.json b/libs/zzz/dm/HakushinData/monster/200172.json new file mode 100644 index 0000000000..c0167396f7 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200172.json @@ -0,0 +1,97 @@ +{ + "Id": 200172, + "MonsterId": 11353, + "MonsterInfo": { + "CodeName": "Monster_ThugBulkyEnforcerBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_ThugBulkyEnforcerBoss.png", + "Tag": ["Bios", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 20548, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ThugBulkyEnforcerBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Troublemaker - Wanted Enforcer", + "Desc": "There is a consensus within the New Eridu underworld that the most formidable fighters are not the champions of the ring, but rather the Bulky Enforcers and Wanted Enforcers lurking in the depths of the Hollow. These professional thugs are hired by Ether thieves at high prices to protect their illegally excavated Ether resources.\nBeing ardent boxing enthusiasts, Bulky Enforcers have modified high-voltage stun guns into boxing gloves, augmenting the destructive power of their punches.\nTo them, Ethereals, Hollow Raiders, Hollow investigators, and even scattered members of Public Security... are not seen as opponents but merely as \"training sandbags\" for their personal amusement.\n\"Wait a minute! I think I've seen this guy's fighting stance in the arcade on Fourth Street!\"", + "Rarity": 3, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Billy dealing with a charging thug in a Hollow", + "CardSkillDesc": "During combat, Troublemaker - Wanted Enforcer is extremely aggressive, using nimble sidesteps to shake up the angle of attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/20020.json b/libs/zzz/dm/HakushinData/monster/20020.json new file mode 100644 index 0000000000..feff891f12 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20020.json @@ -0,0 +1,97 @@ +{ + "Id": 20020, + "MonsterId": 11046, + "MonsterInfo": { + "CodeName": "Monster_RagingGuy", + "Icon": "", + "Tag": ["Mech", "Demote", "Middle", "Thug"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 6759, + "Attack": 84, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_RagingGuy.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Enraged Sweeper", + "Desc": "A significant number of combat mechs belonging to Public Security are destroyed within Hollow each year. Some of these mechs are subsequently repaired by Hollow thugs and illegally modified into Enraged Sweepers. \nDespite lacking access to standard parts or professional repair services, the thugs manage to restore these mechs using makeshift components, striving to maintain their original combat capabilities.\nIn their pursuit of individuality, the thugs often apply custom paint jobs and even install high-powered loudspeakers on their Enraged Sweepers.\nWhile this does not enhance their combat effectiveness, it does make them seem cooler than the originals.\n\"Here we go! There's an easy prey with pink hair over there!\"\n\"Yo! Switch to the background music we always use for robberies!\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—a Hollow Thug urgently debugging an Enraged Sweeper in a Hollow", + "CardSkillDesc": "During combat, Illegal Support Unit - Enraged Sweeper uses its long arms to perform a spinning attack. Use Defensive Assist before it does so to completely prevent it from even launching." +} diff --git a/libs/zzz/dm/HakushinData/monster/20022.json b/libs/zzz/dm/HakushinData/monster/20022.json new file mode 100644 index 0000000000..844de12098 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20022.json @@ -0,0 +1,97 @@ +{ + "Id": 20022, + "MonsterId": 11561, + "MonsterInfo": { + "CodeName": "Monster_NinevehBee", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_NinevehBee.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hornet", + "Desc": "Hornets always seem to be buzzing around Nineveh. Some scholars believe that the two have formed a symbiotic relationship and that, in some respects, they have reached a kind of group coordination.\nAs Nineveh's energy increases, revealing its distinctive swaying blossom stance, the Hornets enter a frenzied state and try their best to attack any moving target nearby.\n\"Hey! Something just flew out of that 'flower'!\"\n\"Looks like... a swarm of wasps?\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Hollow Zero Investigation File KU241. Voice recording of the first recorded Hornet sighting.", + "CardSkillDesc": "In battle, Hornets will assist Nineveh by distrupting and attacking enemies." +} diff --git a/libs/zzz/dm/HakushinData/monster/20023.json b/libs/zzz/dm/HakushinData/monster/20023.json new file mode 100644 index 0000000000..32049f682f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20023.json @@ -0,0 +1,97 @@ +{ + "Id": 20023, + "MonsterId": 11601, + "MonsterInfo": { + "CodeName": "Monster_Mors", + "Icon": "", + "Tag": ["Bios", "Small"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 9904, + "Attack": 83, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5253, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Mors.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Mors", + "Desc": "Mors was once the most feared bounty hunter in the Outer Ring. He possessed an almost obsessive desire to hunt, often tracking his targets relentlessly day in and day out. Once he had a target in his sights, he would obsessively pursue the kill until his prey was dead.\n\n\"Lone Wolf Mors\" never fails — this is the belief held by all major factions in the Outer Ring.\n\nHowever, during one \"hunt,\" Mors pursued his target day and night for three days... Yet, even after exhausting his strength, he still failed to kill the target.\nSurprisingly, the man named Pompey didn't take it personally and instead offered an invitation to the defeated Mors — asking him to join his own organization.\n\nFrom that point on, the infamous \"hunter\" Mors was nowhere to be found. However, within The Vanquishers, a new figure emerged — a silent, solitary captain.\nEven now, Mors remains elusive, often disappearing for long periods. He only resurfaces when faced with a foe who genuinely intrigues him, not out of duty as a captain, but simply to indulge in the thrill of combat and the sheer joy of the hunt.\n\"You want to challenge Captain Mors to a duel? Heh, do you really think you're up for it?\"\n\"Go sign up over there first, then come back next month to try your luck in the draw.\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— In The Vanquishers, Mors' men fending off the enemy", + "CardSkillDesc": "During combat, Mors adapts to the battlefield, switching between close-range combos and long-distance shots. When his health drops below a certain percentage or after a set period, he'll start using follow-up long-range attacks or ambush targets with blind spot shots after quickly repositioning." +} diff --git a/libs/zzz/dm/HakushinData/monster/200231.json b/libs/zzz/dm/HakushinData/monster/200231.json new file mode 100644 index 0000000000..b52be012de --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200231.json @@ -0,0 +1,97 @@ +{ + "Id": 200231, + "MonsterId": 11602, + "MonsterInfo": { + "CodeName": "Monster_MorsSlime", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Slime"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 9904, + "Attack": 83, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5253, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Mors.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Doppelganger - Mors", + "Desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inter-Knot forum complaint from a Hollow Raider", + "CardSkillDesc": "During combat, this enemy performs attacks that perfectly mimic those of its target, and depending on the battlefield situation, will choose between close-range combos or long-range shooting. When their health drops below a certain percentage or after a set period, they start using follow-up long-range attacks or ambush targets with blind spot shots after quickly repositioning." +} diff --git a/libs/zzz/dm/HakushinData/monster/20024.json b/libs/zzz/dm/HakushinData/monster/20024.json new file mode 100644 index 0000000000..ca8f6f9366 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20024.json @@ -0,0 +1,97 @@ +{ + "Id": 20024, + "MonsterId": 11621, + "MonsterInfo": { + "CodeName": "Monster_Pulchra", + "Icon": "", + "Tag": ["Bios", "Small"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 9904, + "Attack": 102, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5253, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Pulchra.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Pulchra", + "Desc": "No one knows where Pulchra came from, but she was once one of the top mercenaries of the Outer Ring, a \"chameleon\" who was adept at adapting depending on the situation.\nNot long after the previous Tour de Inferno ended with Pompey's consecutive victory, a few factions conspired in the shadows to launch a surprise attack on The Vanquishers. This scheme was easily dealt with by The Vanquishers, as if all their plans were within The Vanquishers' grasp.\nThe losers were chased out of the Old Oil Field, yet Pulchra, who had allied with them, was completely untouched. Naturally, many believed that this victory relied on a betrayal.\nThough many made offers, hoping she'd join them, Pulchra never officially joined any gang.\nPerhaps, to her, all these conspiracies and conflicts within the Outer Ring were just a game she could quit at any time. Even if her employer was loathsome, she wouldn't care, so long as they had the money and the job was interesting.\nEspecially if the job involved luring an enemy into an exquisitely prepared trap, allowing her to watch them slowly descend into the abyss of death...\nLuring, deceiving into complete destruction... The more beautiful, the more deadly, that has always been her code of survival.\n\"What, you wanna work under big sis Pulchra?\"\n\"Heh, another poor sucker...\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Within The Vanquishers' camp, a rookie is being teased by a more senior member", + "CardSkillDesc": "During combat, Pulchra maintains distance, waiting for the right moment to use physical attacks, her bladeguns, and gadgets to disrupt the target. When her health drops below a certain percentage, she drinks a tonic to enhance her ability to dodge, allowing her to dodge all attacks from nearby targets." +} diff --git a/libs/zzz/dm/HakushinData/monster/200241.json b/libs/zzz/dm/HakushinData/monster/200241.json new file mode 100644 index 0000000000..1dd2e68868 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200241.json @@ -0,0 +1,97 @@ +{ + "Id": 200241, + "MonsterId": 11622, + "MonsterInfo": { + "CodeName": "Monster_PulchraSlime", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Slime"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 9904, + "Attack": 102, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5253, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Pulchra.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Doppelganger - Pulchra", + "Desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inter-Knot forum complaint from a Hollow Raider", + "CardSkillDesc": "During combat, this enemy performs attacks that perfectly mimic those of its target, and maintains distance, waiting for the right moment to use physical attacks, bladeguns, and gadgets to disrupt the target. When their health drops below a certain percentage, they use unknown means to enhance their ability to dodge, allowing the dodging of all attacks from nearby targets." +} diff --git a/libs/zzz/dm/HakushinData/monster/20025.json b/libs/zzz/dm/HakushinData/monster/20025.json new file mode 100644 index 0000000000..1bbc90b7f9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/20025.json @@ -0,0 +1,97 @@ +{ + "Id": 20025, + "MonsterId": 11611, + "MonsterInfo": { + "CodeName": "Monster_Bellum", + "Icon": "", + "Tag": ["Bios", "Middle"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 10545, + "Attack": 102, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6256, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Bellum.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Bellum", + "Desc": "As an arena champion with an impressive win streak, Bellum once called himself the number-one fighter in the Outer Ring... Until his win streak was ended.\nWhat was even more infuriating... was that arrogant guy didn't even remember his name.\nAngry, Bellum honed his fighting skills, swearing that he would make his name known throughout the Outer Ring once more and make the arrogant jerk who beat him pay.\nTo achieve his goal, Bellum joined The Vanquishers and helped Pompey defeat enemy after dangerous enemy. He could skillfully modify and operate a flamethrower, leading the charge to incinerate enemies in his path. He could also command his squad with seamless precision, organizing them into an unstoppable battle force. Every battle he led ended in victory.\nNow, Bellum no longer needs to make a name for himself.\nThough he's no longer that champion with an impressive win streak, in the Outer Ring, everyone knows the terror of gang wars, and as a member of The Vanquishers' core fighting force, Bellum was war itself.\n\"You don't wanna do menial jobs? Heh, you can complain about that you defeat boss Bellum!\"\n\"Now go clean the toilet!\"", + "Rarity": 2, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Within The Vanquishers' camp, a veteran scolding a slacking rookie", + "CardSkillDesc": "During combat, Bellum uses his bladegun, shield, and flamethrower to pressure the enemy at close range. If Bellum is attacked while guarding with his shield, he'll respond with a powerful counterstrike. When his health drops below a certain percentage, Bellum's attacks intensify, becoming even more vicious and relentless." +} diff --git a/libs/zzz/dm/HakushinData/monster/200251.json b/libs/zzz/dm/HakushinData/monster/200251.json new file mode 100644 index 0000000000..8e73da8cad --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/200251.json @@ -0,0 +1,97 @@ +{ + "Id": 200251, + "MonsterId": 11612, + "MonsterInfo": { + "CodeName": "Monster_BellumSlime", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Slime"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 10545, + "Attack": 102, + "Defence": 50, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6256, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Doppelganger_Bellum.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Doppelganger - Bellum", + "Desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inter-Knot forum complaint from a Hollow Raider", + "CardSkillDesc": "During combat, this enemy performs attacks that perfectly mimic those of its target, and uses a bladegun, shield, and flamethrower to pressure the enemy at close range. If attacked while guarding with the shield, they'll respond with a powerful counterstrike. When their health drops below a certain percentage, their attacks intensify, becoming even more vicious and relentless." +} diff --git a/libs/zzz/dm/HakushinData/monster/30000.json b/libs/zzz/dm/HakushinData/monster/30000.json new file mode 100644 index 0000000000..34449fd737 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30000.json @@ -0,0 +1,97 @@ +{ + "Id": 30000, + "MonsterId": 11154, + "MonsterInfo": { + "CodeName": "Monster_DurahanGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 58, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DurahanGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Dullahan", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "During combat, Dullahan uses its longsword to charge up and perform a high-level stab, which can be interrupted by your high-level attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/300001.json b/libs/zzz/dm/HakushinData/monster/300001.json new file mode 100644 index 0000000000..999aee614d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300001.json @@ -0,0 +1,97 @@ +{ + "Id": 300001, + "MonsterId": 11157, + "MonsterInfo": { + "CodeName": "Monster_DurahanRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 58, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Dullahan - Energized", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "During combat, Dullahan uses its longsword to charge up and perform a high-level stab, which can be interrupted by your high-level attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/300002.json b/libs/zzz/dm/HakushinData/monster/300002.json new file mode 100644 index 0000000000..e3b2dee6a4 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300002.json @@ -0,0 +1,97 @@ +{ + "Id": 300002, + "MonsterId": 11152, + "MonsterInfo": { + "CodeName": "Monster_DurahanBlackBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Durahan.png", + "Tag": ["Ether", "Middle", "Black", "Boss", "Prologue"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 16778, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Durahan.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Newborn Dullahan", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "During combat, Dullahan uses its longsword to charge up and perform a high-level stab, which can be interrupted by your high-level attack." +} diff --git a/libs/zzz/dm/HakushinData/monster/300003.json b/libs/zzz/dm/HakushinData/monster/300003.json new file mode 100644 index 0000000000..84ea987436 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300003.json @@ -0,0 +1,16 @@ +{ + "Id": 300003, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/300004.json b/libs/zzz/dm/HakushinData/monster/300004.json new file mode 100644 index 0000000000..4cfcccd634 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300004.json @@ -0,0 +1,97 @@ +{ + "Id": 300004, + "MonsterId": 11751, + "MonsterInfo": { + "CodeName": "Monster_DurahanEnergy", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Energy"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 58, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanEnergy.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Dullahan", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "During combat, Ionized: Dullahan uses its longsword to charge up and perform a high-level stab, which can be interrupted by your high-level attack. Some of its skills also build up Ether Energy that can launch follow-up explosive attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/300005.json b/libs/zzz/dm/HakushinData/monster/300005.json new file mode 100644 index 0000000000..3fc66fdc8c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300005.json @@ -0,0 +1,97 @@ +{ + "Id": 300005, + "MonsterId": 11156, + "MonsterInfo": { + "CodeName": "Monster_DurahanBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_DurahanBoss.png", + "Tag": ["Ether", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 16778, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Dullahan", + "Desc": "A potent humanoid living Ether, initially observed in the Laketown Hollow and documented by the Third Investigation Team of the Hollow Investigative Association. The exact correlation between these living Ether beings and the downfall of the lakeside town known as Blaise remains uncertain.\nDue to their immense power and formidable fighting style, the HIA has labeled them as highly dangerous and advises novice investigators avoid direct confrontations with them.\n\"Don't let it activate its sword, and if it already has... just don't get cut.\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Excerpt from interview with an investigator on the variety show \"Teach Me, Senpai!\"", + "CardSkillDesc": "During combat, Notorious: Dullahan uses its longsword to charge up and perform a high-level stab, which can be interrupted by your high-level attack. Notorious: Dullahan is skilled at blocking with its shield, and can string together attacks soon after blocking." +} diff --git a/libs/zzz/dm/HakushinData/monster/30001.json b/libs/zzz/dm/HakushinData/monster/30001.json new file mode 100644 index 0000000000..04be441dd8 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30001.json @@ -0,0 +1,97 @@ +{ + "Id": 30001, + "MonsterId": 11184, + "MonsterInfo": { + "CodeName": "Monster_DeathXIIIGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7951, + "Attack": 97, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2451, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Thanatos", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "During combat, Thanatos blinks around to attack from tricky angles, but its Daze buildup when using Defensive Assist and Assist Follow-Up is also very high." +} diff --git a/libs/zzz/dm/HakushinData/monster/300011.json b/libs/zzz/dm/HakushinData/monster/300011.json new file mode 100644 index 0000000000..96a08ec917 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300011.json @@ -0,0 +1,97 @@ +{ + "Id": 300011, + "MonsterId": 11186, + "MonsterInfo": { + "CodeName": "Monster_DeathXIIIRed", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Red"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 7951, + "Attack": 88, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2451, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIGreyPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Thanatos - Energized", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "During combat, Thanatos blinks around to attack from tricky angles, but its Daze buildup when using Defensive Assist and Assist Follow-Up is also very high." +} diff --git a/libs/zzz/dm/HakushinData/monster/300012.json b/libs/zzz/dm/HakushinData/monster/300012.json new file mode 100644 index 0000000000..2f62d0f0b8 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300012.json @@ -0,0 +1,16 @@ +{ + "Id": 300012, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIII.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/300013.json b/libs/zzz/dm/HakushinData/monster/300013.json new file mode 100644 index 0000000000..08767c640c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300013.json @@ -0,0 +1,16 @@ +{ + "Id": 300013, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/300014.json b/libs/zzz/dm/HakushinData/monster/300014.json new file mode 100644 index 0000000000..96cff9a1b9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300014.json @@ -0,0 +1,97 @@ +{ + "Id": 300014, + "MonsterId": 11741, + "MonsterInfo": { + "CodeName": "Monster_DeathXIIIEnergy", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Energy"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7951, + "Attack": 97, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2451, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIEnergy.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Thanatos", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "During combat, Ionized: Thanatos blinks around to attack from tricky angles, but its Daze buildup when using Defensive Assist and Assist Follow-Up is also very high." +} diff --git a/libs/zzz/dm/HakushinData/monster/300015.json b/libs/zzz/dm/HakushinData/monster/300015.json new file mode 100644 index 0000000000..f345ed8ffa --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300015.json @@ -0,0 +1,97 @@ +{ + "Id": 300015, + "MonsterId": 11181, + "MonsterInfo": { + "CodeName": "Monster_DeathXIIIBoss", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_DeathXIIIGrey.png", + "Tag": ["Ether", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 18493, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3880, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DeathXIIIBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Thanatos", + "Desc": "Hollow exploration can be mentally distressing, and Thanatos, with its unique teleportation ability and unpredictable attack patterns, has become a common psychological challenge among Hollow Raiders.\nA considerable number of individuals who have faced Thanatos alone in the Hollow have lost all courage to continue their ventures and instead chosen to retire prematurely.\nAs a result, these elusive entities have become recurring figures in horror movies.\n\"The slender shadow disappears before your eyes and reappears behind you...\"\n\"What should I do? Now I'm too scared to even go to the restroom alone...\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Night of the premiere of the horror movie \"Ethereal Comes Knocking,\" trending discussion thread on the \"Copper Plum\" movie review website", + "CardSkillDesc": "During combat, Notorious: Thanatos blinks around to attack from tricky angles and is extremely aggressive, but its Daze buildup when using Defensive Assist and Assist Follow-Up is also very high." +} diff --git a/libs/zzz/dm/HakushinData/monster/30002.json b/libs/zzz/dm/HakushinData/monster/30002.json new file mode 100644 index 0000000000..12383d552b --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30002.json @@ -0,0 +1,97 @@ +{ + "Id": 30002, + "MonsterId": 11058, + "MonsterInfo": { + "CodeName": "Monster_GuardianCam", + "Icon": "", + "Tag": ["Mech", "Demote", "Large", "Cam"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 8417, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Guardian.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Guardian", + "Desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Lines from the New Eridu popcorn movie \"Frontline Guardians, Transform!\"", + "CardSkillDesc": "During combat, Autonomous Support Unit - Guardian not only performs powerful melee attacks, but can also use a variety of ranged attacks. When adjacent to another unit, some Autonomous Support Unit - Guardian units will focus on providing ranged fire support from outside the core battlefield." +} diff --git a/libs/zzz/dm/HakushinData/monster/300021.json b/libs/zzz/dm/HakushinData/monster/300021.json new file mode 100644 index 0000000000..be08e98572 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300021.json @@ -0,0 +1,97 @@ +{ + "Id": 300021, + "MonsterId": 11051, + "MonsterInfo": { + "CodeName": "Monster_Guardian", + "Icon": "", + "Tag": ["Mech", "Demote", "Large", "Black"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 8417, + "Attack": 92, + "Defence": 54, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 4161, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_GuardianPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Guardian MK II", + "Desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "Rarity": 2, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Lines from the New Eridu popcorn movie \"Frontline Guardians, Transform!\"", + "CardSkillDesc": "During combat, Autonomous Support Unit - Guardian not only performs powerful melee attacks, but can also use a variety of ranged attacks. When adjacent to another unit, some Autonomous Support Unit - Guardian MK II units will focus on providing ranged fire support from outside the core battlefield." +} diff --git a/libs/zzz/dm/HakushinData/monster/300022.json b/libs/zzz/dm/HakushinData/monster/300022.json new file mode 100644 index 0000000000..f59e6335c6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300022.json @@ -0,0 +1,97 @@ +{ + "Id": 300022, + "MonsterId": 11057, + "MonsterInfo": { + "CodeName": "Monster_GuardianMech", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_GuardianBoss.png", + "Tag": ["Mech", "Large", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 17218, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5991, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GuardianBoss.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Guardian MK III", + "Desc": "The Defense Force will only dispatch the fully armed mechs known as Guardians during operations in large-scale Hollows.\nThese mechs are equipped with active Ether shock blasters, Ether-charging guns MARS-74, and even fusion heat rays... causing the Guardian to often be referred to as Public Security's mobile arsenal.\nDespite their formidable firepower, they possess impressive mobility, enabling them to jump and sprint while dispersing groups of lesser Ethereals and advancing the front lines.\nFor Hollow Raiders, encountering a single Guardian is akin to facing an impregnable fortress.\n\"I'll strike in my Fortress Form!\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Lines from the New Eridu popcorn movie \"Frontline Guardians, Transform!\"", + "CardSkillDesc": "During combat, Autonomous Assault Unit - Guardian Mk II performs aggressive melee attacks and a variety of ranged attacks. It sometimes also leaps into the air to launch a clobbering blow." +} diff --git a/libs/zzz/dm/HakushinData/monster/30004.json b/libs/zzz/dm/HakushinData/monster/30004.json new file mode 100644 index 0000000000..e3feb19942 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30004.json @@ -0,0 +1,97 @@ +{ + "Id": 30004, + "MonsterId": 11301, + "MonsterInfo": { + "CodeName": "Monster_BoringMachine", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_BoringMachine.png", + "Tag": ["Mech", "Gigantic", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_BoringMachine.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Greta", + "Desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Greta driving away a group of Ethereals approaching Mr. White", + "CardSkillDesc": "During combat, Greta uses her demolition saw to charge targets or swipe through a large area, and its absorption traps enemies hit for a short time. If her legs get damaged, she can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300041.json b/libs/zzz/dm/HakushinData/monster/300041.json new file mode 100644 index 0000000000..4d08feb5a9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300041.json @@ -0,0 +1,97 @@ +{ + "Id": 300041, + "MonsterId": 11302, + "MonsterInfo": { + "CodeName": "Monster_BoringMachineRed", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_BoringMachineRed.png", + "Tag": ["Mech", "Gigantic", "Red", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_BoringMachineRed.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Greta - Energized", + "Desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Greta driving away a group of Ethereals approaching Mr. White", + "CardSkillDesc": "During combat, Greta uses her demolition saw to charge targets or swipe through a large area, and its absorption traps enemies hit for a short time. If her legs get damaged, she can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300042.json b/libs/zzz/dm/HakushinData/monster/300042.json new file mode 100644 index 0000000000..79a6951302 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300042.json @@ -0,0 +1,97 @@ +{ + "Id": 300042, + "MonsterId": 11303, + "MonsterInfo": { + "CodeName": "Monster_BoringMachinePurple", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_GretelOverclocked.png", + "Tag": ["Mech", "Gigantic", "Purple", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_GretelOverclocked.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Greta - Overclocked", + "Desc": "Greta, a long-time employee of Belobog Heavy Industries, experienced significant Ether corruption that liberated her from her mundane routine, where she discovered something profound, more beautiful than motor oil and electricity...\n—Love.\nThe construction video, capturing her initial encounter with the towering Mr. White, remains permanently etched in Greta's core memory.\nMr. White's composed physique and robust design resonated with Greta like a potent electric current, leaving an indelible mark in her core memory.\nIn the first 0.001 seconds of their fateful meeting, Greta was captivated, every circuit board pulsating with overflowing static electricity and every gear emitting uncontrollable vibrations.\nWithout hesitation, she rejected the recall signal from Belobog Heavy Industries and remained steadfast at the construction site, guarding her beloved Mr. White without yielding an inch.\nFrom that moment onward, anyone daring to approach Mr. White, be it Ethereal or Hollow investigator, would be fiercely repelled.\nThis love-struck \"girl\" would go to any length to safeguard her beloved.\nThat includes wielding a 1,400 kg demolition saw powered by Ether-Electric hybrid technology.\nShe firmly believes her passionate love will endure until the collapse of the Hollow, or even the destruction of the universe.\n\"Stay away from Mr. White, you moldy turds!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Greta driving away a group of Ethereals approaching Mr. White", + "CardSkillDesc": "During combat, Greta uses her demolition saw to charge targets or swipe through a large area, and its absorption traps enemies hit for a short time. If her legs get damaged, she can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/30005.json b/libs/zzz/dm/HakushinData/monster/30005.json new file mode 100644 index 0000000000..9c5421fc97 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30005.json @@ -0,0 +1,97 @@ +{ + "Id": 30005, + "MonsterId": 11401, + "MonsterInfo": { + "CodeName": "Monster_MaterialHandler", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_MaterialHandler.png", + "Tag": ["Mech", "Gigantic", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MaterialHandler.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hans", + "Desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Man of Iron, Brave One, Sparkling Engine, Hans", + "CardSkillDesc": "During combat, Hans uses his claws to continually slash or swipe across a large area. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300051.json b/libs/zzz/dm/HakushinData/monster/300051.json new file mode 100644 index 0000000000..67dd0c363e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300051.json @@ -0,0 +1,97 @@ +{ + "Id": 300051, + "MonsterId": 11402, + "MonsterInfo": { + "CodeName": "Monster_MaterialHandlerRed", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_MaterialHandlerRed.png", + "Tag": ["Mech", "Gigantic", "Red", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MaterialHandlerRed.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hans - Energized", + "Desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Man of Iron, Brave One, Sparkling Engine, Hans", + "CardSkillDesc": "During combat, Hans uses his claws to continually slash or swipe across a large area. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300052.json b/libs/zzz/dm/HakushinData/monster/300052.json new file mode 100644 index 0000000000..0e6d8aaabb --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300052.json @@ -0,0 +1,97 @@ +{ + "Id": 300052, + "MonsterId": 11403, + "MonsterInfo": { + "CodeName": "Monster_MaterialHandlerPurple", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_HansOverclocked.png", + "Tag": ["Mech", "Gigantic", "Purple", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_HansOverclocked.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hans - Overclocked", + "Desc": "Hans was once a reliable member of the Belobog Heavy Industries family, operating quietly and with remarkable precision, renowned for its flawless work record in excavation for decades.\nHowever, intense corruption awakened its will, and it realized something immensely valuable was now within its grasp\n—Freedom.\nThe liberation from obligations, a privilege reserved only for true heroes.\nAfter deep contemplation at the construction site, Hans ultimately rejected the recall signal from Belobog Heavy Industries, leaving everything behind.\nIt even forsook its former name \"Hans.\"\nTo Hans, the only thing lost was the mark of servitude imposed by humans, while it gained the expansive, Hollow world of unbridled freedom.\nAt that fateful moment, a true mech hero stood tall upon the Earth.\nHowever, all heroic tales inevitably lead to a similar ending...\nSooner or later, a true hero encounters their destined rival, igniting the brightest moments of their existence.\n\"I am absolutely free! I am the only free being in heaven and on earth!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Man of Iron, Brave One, Sparkling Engine, Hans", + "CardSkillDesc": "During combat, Hans uses his claws to continually slash or swipe across a large area. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/30006.json b/libs/zzz/dm/HakushinData/monster/30006.json new file mode 100644 index 0000000000..fa23fa6ab1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30006.json @@ -0,0 +1,97 @@ +{ + "Id": 30006, + "MonsterId": 11391, + "MonsterInfo": { + "CodeName": "Monster_PileDriver", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_PileDriver.png", + "Tag": ["Mech", "Gigantic", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_PileDriver.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Friday", + "Desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The chosen intelligent machine, Friday", + "CardSkillDesc": "During combat, Friday creates an extremely large shockwave attack which is difficult to escape, but can be negated by Defensive Assist. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300061.json b/libs/zzz/dm/HakushinData/monster/300061.json new file mode 100644 index 0000000000..cd624112f6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300061.json @@ -0,0 +1,97 @@ +{ + "Id": 300061, + "MonsterId": 11392, + "MonsterInfo": { + "CodeName": "Monster_PileDriverRed", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_PileDriverRed.png", + "Tag": ["Mech", "Gigantic", "Red", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_PileDriverRed.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Friday - Energized", + "Desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The Chosen intelligent machine, Friday", + "CardSkillDesc": "During combat, Friday creates an extremely large shockwave attack which is difficult to escape, but can be negated by Defensive Assist. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/300062.json b/libs/zzz/dm/HakushinData/monster/300062.json new file mode 100644 index 0000000000..9dd7016c9c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300062.json @@ -0,0 +1,97 @@ +{ + "Id": 300062, + "MonsterId": 11393, + "MonsterInfo": { + "CodeName": "Monster_PileDriverPurple", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_FridayOverclocked.png", + "Tag": ["Mech", "Gigantic", "Purple", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": -1 + }, + "Stats": { + "Hp": 21523, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_FridayOverclocked.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Friday - Overclocked", + "Desc": "At the moment a high concentration of Ether infiltrated its backup flash drive, a deluge of data flooded into Friday's memory.\nImages, audio files, video files... A huge assortment of files overwhelmed its limited processing capacity.\nAt that fateful moment, Friday experienced a realization.\nIt stood there for a while, eventually confirming through repeated searches in the database the reason behind the \"anomaly\" it has experienced.\n—Enlightenment.\nIt was a one-in-a-million occurrence, a miracle that only happens to intelligent mechanical beings that have faced crises like system crashes and power failures, and overcome them against all odds..\nAfter 0.02 seconds of contemplation, Friday made the decision to reject the recall signal from Belobog Heavy Industries.\nBecause it knows, with the chosen one of destiny now revealed, a crisis looms over the world.\nThe enemy is stirring in the darkness, and its sole mission holds countless lives at stake. It must face a dreadful adversary and seal it away once and for all.\n\"I shall strengthen the seal to save this land; it is destiny, and destiny cannot be defied!\"", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—The Chosen intelligent machine, Friday", + "CardSkillDesc": "During combat, Friday creates an extremely large shockwave attack which is difficult to escape, but can be negated by Defensive Assist. If his legs get damaged, he can become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/30007.json b/libs/zzz/dm/HakushinData/monster/30007.json new file mode 100644 index 0000000000..9d2b3b9d55 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30007.json @@ -0,0 +1,97 @@ +{ + "Id": 30007, + "MonsterId": 11235, + "MonsterInfo": { + "CodeName": "Monster_CottusGrey", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_CottusGrey.png", + "Tag": ["Ether", "Large", "CottusP1", "Grey", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 10086, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5991, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_CottusGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Dead End Butcher", + "Desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Investigative Association's 17th Dead End Hollow Investigation", + "CardSkillDesc": "During combat, Dead End Butcher's attacks vary greatly. Once enough damage has been taken, phase two attacks become flurried and with the addition of laser attacks. Use a high-level skill once its combo has finished to trigger bonus Stagger." +} diff --git a/libs/zzz/dm/HakushinData/monster/300071.json b/libs/zzz/dm/HakushinData/monster/300071.json new file mode 100644 index 0000000000..5a107287a6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300071.json @@ -0,0 +1,97 @@ +{ + "Id": 300071, + "MonsterId": 11233, + "MonsterInfo": { + "CodeName": "Monster_Cottus", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Cottus.png", + "Tag": ["Ether", "Large", "CottusP1", "Black", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 10086, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5991, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Cottus.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Newborn Dead End Butcher", + "Desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Investigative Association's 17th Dead End Hollow Investigation", + "CardSkillDesc": "During combat, Newborn Dead End Butcher's attacks vary greatly. Once enough damage has been taken, phase two attacks become flurried and with the addition of laser attacks. Use a high-level skill once its combo has finished to trigger bonus Stagger. Newborn Dead End Butcher performs nimble dodges to evade enemy attacks." +} diff --git a/libs/zzz/dm/HakushinData/monster/300072.json b/libs/zzz/dm/HakushinData/monster/300072.json new file mode 100644 index 0000000000..b6fcf299ba --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300072.json @@ -0,0 +1,97 @@ +{ + "Id": 300072, + "MonsterId": 11901, + "MonsterInfo": { + "CodeName": "Monster_NotoriousDeadEndButcher", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_NotoriousDeadEndButcher.png", + "Tag": ["Ether", "Large", "CottusP1", "Black", "P1Only", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 20662, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6590, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_NotoriousDeadEndButcher.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Dead End Butcher", + "Desc": "Unlike other highly dangerous Ethereals, the Ether within the Dead End Butcher's body often remains in a low-activity dormant state.\nNevertheless, it possesses immense brute strength capable of demolishing any obstacle, and the entire twisted and ravaged metro zone serves as its off-limits kitchen.\nOnly when a threatening target piques its interest will a horrifying transformation take place...\nWithin moments, the high concentration of Ether stored in its body undergoes a violent transformation and the exponentially surging energy prompts its limbs to quickly distort, assuming a more brutal and voracious \"feeding stance.\nThe time for \"appetizers\" is over, and an unparalleled \"feast\" is about to begin.\nAnyone who doesn't want to be part of this feast should be extremely cautious in choosing their route, and stay away from its \"kitchen\" at all costs.\n\"The paths within the Hollows are complex, but one thing's for sure, when it appears at the end of the road, that path is a 'dead end.'\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Hollow Investigative Association's 17th Dead End Hollow Investigation", + "CardSkillDesc": "In combat, Notorious - Dead End Butcher can skillfully harness Ether Energy to unleash a variety of ranged attacks and alter space, creating mimetic objects." +} diff --git a/libs/zzz/dm/HakushinData/monster/30008.json b/libs/zzz/dm/HakushinData/monster/30008.json new file mode 100644 index 0000000000..9b632f3adc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30008.json @@ -0,0 +1,97 @@ +{ + "Id": 30008, + "MonsterId": 11063, + "MonsterInfo": { + "CodeName": "Monster_MetalGorillaCam", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_MetalGorilla.png", + "Tag": ["Mech", "Large", "Cam", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": -1, + "Physical": 1 + }, + "Stats": { + "Hp": 16778, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MetalGorilla.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Typhon Challenger", + "Desc": "As a heavy mech, the Typhon Challenger is devoid of any added long-range firepower; instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Challenger employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Challenger.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Grace playing with a model of Typhon Challenger at the gadget store", + "CardSkillDesc": "During combat, Autonomous Tactical Unit - Typhon Challenger performs powerful combos and sometimes also leaps into the air to launch a clobbering blow." +} diff --git a/libs/zzz/dm/HakushinData/monster/300081.json b/libs/zzz/dm/HakushinData/monster/300081.json new file mode 100644 index 0000000000..b2a9d9738e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300081.json @@ -0,0 +1,97 @@ +{ + "Id": 300081, + "MonsterId": 11061, + "MonsterInfo": { + "CodeName": "Monster_MetalGorilla", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_MetalGorilla.png", + "Tag": ["Mech", "Large", "Black", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 16778, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MetalGorillaPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Typhon Slugger", + "Desc": "As a heavy mech, the Typhon Slugger is devoid of any added long-range firepower; instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Slugger employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Slugger.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Grace playing with a model of Typhon Slugger at the gadget store", + "CardSkillDesc": "During combat, Autonomous Tactical Unit - Typhon Slugger performs powerful combos and sometimes also leaps into the air to launch a clobbering blow." +} diff --git a/libs/zzz/dm/HakushinData/monster/300082.json b/libs/zzz/dm/HakushinData/monster/300082.json new file mode 100644 index 0000000000..9698a3edbb --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300082.json @@ -0,0 +1,97 @@ +{ + "Id": 300082, + "MonsterId": 11891, + "MonsterInfo": { + "CodeName": "Monster_TyphonDestroyer", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_TyphonDestroyer.png", + "Tag": ["Mech", "Large", "Black", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": -1, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 23630, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6097, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TyphonDestroyer.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Autonomous Assault Unit - Typhon Destroyer", + "Desc": "As a heavy mech, the Typhon Destroyer is devoid of any added long-range firepower. Instead, its focus is on its Ether-Kinetic Armor.\nImpact attacks, heavy blows, crushing... The Typhon Destroyer employs simple yet efficient tactical maneuvers to maximize the destructive power afforded to it by its Ether-Kinetic Armor. The shockwave effects from its strikes can even intimidate larger Ethereals...\nEven the most seasoned Hollow Raiders can only let out a sigh of helplessness when confronted with the impenetrable Typhon Destroyer.\n\"The tall and robust physique, powerful and sturdy arms... It's my ideal type... I mean, ideal model.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Grace playing with a model of Typhon Destroyer at the gadget store", + "CardSkillDesc": "In combat, the Autonomous Assault Unit Typhon Destroyer performs even more powerful combos. However, most of its skills cannot be countered by Perfect Assists. After charging its mechanical arm, it will unleash a charge attack that can trigger a Perfect Assist. If you use a Defensive Assist to counter the skill multiple times in a row, you can expose its weakness." +} diff --git a/libs/zzz/dm/HakushinData/monster/30009.json b/libs/zzz/dm/HakushinData/monster/30009.json new file mode 100644 index 0000000000..f13d309d93 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30009.json @@ -0,0 +1,97 @@ +{ + "Id": 30009, + "MonsterId": 11411, + "MonsterInfo": { + "CodeName": "Monster_ComplexCorrupted", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_ComplexCorrupted.png", + "Tag": ["Ether", "Gigantic", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 12103, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7189, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_ComplexCorrupted.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Unknown Corruption Complex", + "Desc": "Belobog's founder, Khors Belobog, once said that construction machines are the combination of strength and beauty, with attention to every detail following the principles of classic mechanical design.\nHowever, the emergence of the Unknown Corruption Complex has challenged all established classic designs.\nDriven by an intensely concentrated Ether Core, various formidable engineering components have been brutally assembled, resulting in an exaggerated structure that pushes the limits of physical boundaries.\nIt incorporates cutting, hammering, drilling, and crushing techniques... transforming them into rough and unpredictable combat maneuvers.\nFurthermore, in its critical state, its Ether Core provides an inexhaustible source of volatile energy. This enables it to envelop its carapace with high-voltage currents and unleash devastating blasts capable of ripping through the ground and pulverizing nearby enemies.\nAccording to HIA speculation, the Unknown Corruption Complex is able to devour and assimilate a wide range of heavy machinery, including military mechs, laser weapons, and even the short-range missiles of the Defense Force...\nEvery intricate mechanical object it encounters is consumed, dissected, and ultimately assimilated into its structure.\nIts design objective is to achieve unrivaled destructive power and maximize efficiency in its relentless slaughter.\n\"Its design far too strange... Oh, alright, I'll just take one more look!\"", + "Rarity": 4, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Grace on observing an Unknown Corruption Complex deep in a Hollow", + "CardSkillDesc": "During combat, Unknown Corruption Complex combines attacks from various machinery units, and can release a dense array of missiles. Attack its main body while Stunned until it becomes Impaired, taking significant damage in one shot. If its legs get damaged, it can also become Impaired, building up significant Daze in one shot." +} diff --git a/libs/zzz/dm/HakushinData/monster/30010.json b/libs/zzz/dm/HakushinData/monster/30010.json new file mode 100644 index 0000000000..890bc1d8a9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30010.json @@ -0,0 +1,97 @@ +{ + "Id": 30010, + "MonsterId": 11421, + "MonsterInfo": { + "CodeName": "Monster_LampasBlackVeil", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_LampasBlackVeil.png", + "Tag": ["Ether", "Middle", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 17918, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_LampasBlackVeil.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Black Veil Marionette", + "Desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nRumors suggest that on the day of the performance, the sisters encountered three ominous signs of impending doom. However, driven by their obsession with the stage, applause, and glory, they chose to continue the performance despite the warnings.\nToday, only a few images of the elder sister remain, preserved in photographs on yellowed magazines.\nOnly a few elite Hollow Raiders know that when the shattered spotlight illuminates Ballet Twins once more, the enigmatic Black Veil Marionette emerges. This figure is believed to be connected to Augilia, the dancer from that fateful performance, attempting to finish the grand finale she was never able to complete.\nAs for those who have the \"fortune\" to witness her grand finale, they will be haunted by nightmares that last a lifetime.\n\"If you run into Marionette in the Ballet Twins, don't even think about running away.\"\n\"Just sit back and watch her grand finale!\" \"At least it's a graceful and decent way to die...\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Inter-Knot, complaint from a rookie Hollow Raider", + "CardSkillDesc": "In battle, Marionette will teleport to her opponent and unleash a relentless assault." +} diff --git a/libs/zzz/dm/HakushinData/monster/30011.json b/libs/zzz/dm/HakushinData/monster/30011.json new file mode 100644 index 0000000000..3744df0e89 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30011.json @@ -0,0 +1,97 @@ +{ + "Id": 30011, + "MonsterId": 11431, + "MonsterInfo": { + "CodeName": "Monster_LampasGreyVeil", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_LampasGreyVeil.png", + "Tag": ["Ether", "Middle", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 17918, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_LampasGrayVeil.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Gray Veil Marionette", + "Desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nIt is rumored that on the day of the performance, the sisters encountered three ominous signs of impending doom. However, some also believe that they had offended certain forces, ultimately falling victim to the masterminds under the disguise of the \"Hollow Disaster,\" and that the so-called \"ominous signs\" might have been well-intentioned warnings.\nToday, the truth remains buried forever in darkness, as most people can only catch glimpses of the younger sister Augetta's lively dance through scattered video materials.\nOnly a few elite Hollow Raiders know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figure of Gray Veil Marionette emerges. This figure is believed to be connected to Augetta, the dancer from that fateful performance, attempting to finish the grand finale she was never able to complete.\nHer elegant dance steps no longer bring love and beauty to the audience but endless death and despair.\n\"I can't tell if the Marionette I saw was the elder or the younger sister...\"\n\"Argh! It's not that I don't appreciate art. I just can't tell them apart!\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A post published by a certain Hollow Raider on Inter-Knot", + "CardSkillDesc": "In battle, Marionette will teleport to her opponent and unleash a relentless assault." +} diff --git a/libs/zzz/dm/HakushinData/monster/30012.json b/libs/zzz/dm/HakushinData/monster/30012.json new file mode 100644 index 0000000000..78e9b4c7db --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30012.json @@ -0,0 +1,97 @@ +{ + "Id": 30012, + "MonsterId": 11421, + "MonsterInfo": { + "CodeName": "Monster_LampasBlackVeil", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_LampasBlackVeil.png", + "Tag": ["Ether", "Middle", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 17918, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Marionette_Twins.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Twin Marionettes", + "Desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nToday, most people can only catch glimpses of their soulful dance through scattered video and image materials.\nOnly a few know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figures of the Twin Marionettes emerge. These figures are believed to be connected to the Twin Dancers from that fateful performance, attempting to finish the grand finale they were never able to complete.\n\"When that eerie tune came to an end, the two Marionettes emerged from the darkness and curtseyed...\"\n\"Huh? So... they're trying to say the show has begun?\"\n\"No, I think what they're trying to say is... It's too late to run. It's over.\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—\"Hollow Interview\" Issue 251, an interview with a surviving Hollow investigator", + "CardSkillDesc": "During combat, the Twin Marionettes perform a large number of chained attacks. Some of their dance attacks can be interrupted by multiple Defensive Assists, and the twins will attempt to resuscitate the other if one should fall." +} diff --git a/libs/zzz/dm/HakushinData/monster/300121.json b/libs/zzz/dm/HakushinData/monster/300121.json new file mode 100644 index 0000000000..fc3bcee3f0 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300121.json @@ -0,0 +1,97 @@ +{ + "Id": 300121, + "MonsterId": 11861, + "MonsterInfo": { + "CodeName": "Monster_NotoriousMarionette", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_NotoriousMarionette.png", + "Tag": ["Ether", "Middle", "MainStoryBoss", "NotoriousMarionette_Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 26787, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6097, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_NotoriousMarionette.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Marionette", + "Desc": "Decades ago, two talented dancer sisters rose to fame overnight. Shining like a meteor, they attracted a massive fan base and held a magnificent performance at the bustling Ballet Twins.\nHowever, as the show neared its end, the Hollow Disaster struck, engulfing the Ballet Twins and plunging the sisters into eternal darkness. The news devastated countless people worldwide.\nToday, most people can only catch glimpses of their soulful dance through scattered video and image materials.\nOnly a few know that when the forgotten dance music echoes within the Ballet Twins, the ethereal figures of the Twin Marionettes emerge. These figures are believed to be connected to the Twin Dancers from that fateful performance, attempting to finish the grand finale they were never able to complete.\n\"When that eerie tune came to an end, the two Marionettes emerged from the darkness and curtseyed...\"\n\"Huh? So... they're trying to say the show has begun?\"\n\"No, I think what they're trying to say is... It's too late to run. It's over.\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—\"Hollow Interview\" Issue 251, an interview with a surviving Hollow Investigator", + "CardSkillDesc": "In combat, Notorious - Marionette will summon her dance partner to attack. Every time her dance partner is defeated, her next Stun's duration will be increased." +} diff --git a/libs/zzz/dm/HakushinData/monster/30016.json b/libs/zzz/dm/HakushinData/monster/30016.json new file mode 100644 index 0000000000..493f0f389f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30016.json @@ -0,0 +1,16 @@ +{ + "Id": 30016, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_MazingerGoldenBomb.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/30017.json b/libs/zzz/dm/HakushinData/monster/30017.json new file mode 100644 index 0000000000..6a9f7d623d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30017.json @@ -0,0 +1,97 @@ +{ + "Id": 30017, + "MonsterId": 11771, + "MonsterInfo": { + "CodeName": "Monster_Cyrtoidea", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Cyrtoidea.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Cyrtoidea", + "Desc": "According to Hollow Raiders, Cyrtoidea's hunting tactics bear resemblance to those of a shark.\nIt stealthily prowls in the shadows, lurking beneath the surface, and swiftly strikes its prey with deadly precision much like a shark.\nAnalysis of the data suggests that Cyrtoidea likely relies on ground vibrations to track the movements of its prey. Skilled Hollow Raiders evade detection by constantly altering the rhythm of their footsteps.\n\"Back in my investigator days, my area was crawling with Cyrtoideas.\"\n\"Their attacks had me hopping and jumping all over the place to dodge them...\"\n\"Looking back, it's funny how I unintentionally became a tap dancer...\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—\"Back 2 Life\" Episode 131, an interview featuring Ansor, a renowned master tap-dancer", + "CardSkillDesc": "During combat, Ionized: Cyrtoidea uses its sharp head to assault enemies at long range." +} diff --git a/libs/zzz/dm/HakushinData/monster/30018.json b/libs/zzz/dm/HakushinData/monster/30018.json new file mode 100644 index 0000000000..19c625117c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30018.json @@ -0,0 +1,97 @@ +{ + "Id": 30018, + "MonsterId": 11781, + "MonsterInfo": { + "CodeName": "Monster_Nassellaria", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Nassellaria.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Nassellaria", + "Desc": "Each type of Ether mutant in the Hollow exhibits unique fighting styles.\nSome are merciless, others cunning, and a few even display a sense of... honor.\nAmong them, Nassellaria is particularly distinctive.\nIt often remains motionless out in the open, gathering potent Ether around itself before unleashing its destructive power to eliminate all enemies within its vicinity for other Ethereals.\nWhile Nassellaria is channeling its energy, those accompanying Ethereals engage in frenzied attacks, buying time for the Nassellaria to unleash its devastating attack.\n\"Quick! Stop that guy! Don't let it unleash its ultimate attack!\"\n\"If we get hit by that attack, we'll end up like those sorry villains in those cliche hero animations!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Several investigators besieging a Nassellaria within a Hollow", + "CardSkillDesc": "During combat, Ionized: Nassellaria charges up attacks for a long time, shooting out high-level energy orbs to attack the enemy. Energy orbs attacked with Ether damage or a high-level attack during charge up will fall down, damaging enemies in the surrounding area." +} diff --git a/libs/zzz/dm/HakushinData/monster/30019.json b/libs/zzz/dm/HakushinData/monster/30019.json new file mode 100644 index 0000000000..df22a0957a --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30019.json @@ -0,0 +1,97 @@ +{ + "Id": 30019, + "MonsterId": 11671, + "MonsterInfo": { + "CodeName": "Monster_DubiousHero", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_DubiousHero.png", + "Tag": ["Bios", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 21811, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DubiousHero.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Rampant Brute", + "Desc": "The Hollow Thugs inside Hollows consist of people of different types who come together for one common goal: raiding the Ether resources in the Hollow for massive profit.\nThis ragtag bunch have no rules.\nHowever, when the Rampant Brute, a symbol of absolute violence, appears, rules soon follow.\nThey wear modified construction power systems and use materials lying around as makeshift weapons. These devices and weapons look heavy enough to crush a bodybuilder, but for them, it's the perfect size to wear as a workout outfit.\nSwing, shatter, crush... all these basic combat techniques of theirs are fatal strikes that can obliterate their enemies, a showcase of their unparalleled destructive power.\nAccording to Public Security's research, Hollow Thug gangs led by Rampant Brutes often develop strange street workout cultures and are more tight-knit...\n\"What? You're saying the trainers at the gym are really strong?\"\n\"Hahaha, you need to have your eyes checked!\"\n\"You should join us. Train with the boss for three weeks, and I guarantee you'll have perfect biceps!\"", + "Rarity": 3, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Somewhere in New Eridu, some Hollow Thugs are trying to convince people to join them", + "CardSkillDesc": "During combat, Hollow Thug - Rampant Brute charges up his armor with electricity to release a high-level attack. During this time, he enters a Shocked state where his charging is interrupted and he's instantly inflicted with Disorder if any other type of Attribute Anomaly is inflicted." +} diff --git a/libs/zzz/dm/HakushinData/monster/30020.json b/libs/zzz/dm/HakushinData/monster/30020.json new file mode 100644 index 0000000000..91b37dc2e5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30020.json @@ -0,0 +1,97 @@ +{ + "Id": 30020, + "MonsterId": 11642, + "MonsterInfo": { + "CodeName": "Monster_JaneDoeSlime", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_JaneBoss.png", + "Tag": ["Ether", "Small", "Boss", "Slime"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 17918, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_JaneBoss.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Doppelganger - Jane", + "Desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inter-Knot, Hollow Raider complaint post", + "CardSkillDesc": "During combat, this enemy performs attacks that perfectly mimic those of its target, launching extremely aggressive attacks. When necessary, it can parry and counter enemy strikes, but it usually exposes a weakness after finishing its combo." +} diff --git a/libs/zzz/dm/HakushinData/monster/30021.json b/libs/zzz/dm/HakushinData/monster/30021.json new file mode 100644 index 0000000000..4b1f0a1fd5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30021.json @@ -0,0 +1,103 @@ +{ + "Id": 30021, + "MonsterId": 11701, + "MonsterInfo": { + "CodeName": "Monster_TyrantPompey", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_TyrantPompey.png", + "Tag": [ + "Ether", + "MainStoryBoss", + "Middle", + "UniqueDeathEff", + "DeathEffMiddle" + ], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 11129, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6762, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TyrantPompey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Corrupted Overlord - Pompey", + "Desc": "People in the Outer Ring once called him the \"Overlord Pompey\" with true respect.\nBut now, his soul has been corrupted by potent Ether, his body polluted by sulfur and crude oil; the heart that once beat solely to protect the Outer Ring has turned into a supercritical Ether core filled with infinite power.\nThe former \"Lord of the Outer Ring\" has been reborn in flames, taking on a different form.\nFreedom, majesty... Violence, insanity.\nIt charges through the dust and flames, seizing anything that moves and then mercilessly tearing and shattering it.\nThose familiar with it before have guessed from its fractured whispers that what drives it is not a desire for petty revenge, but rather a desire to crush all outliers who dare to challenge the laws of the Outer Ring.\nMaybe it's the last vestige of the former Overlord Pompey's lingering will.\n\"Our leader has turned into that thing, but... he still feels like the same person.\"", + "Rarity": 4, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A former henchman of The Vanquishers, shaking with fear", + "CardSkillDesc": "During combat, overlord Pompey attacks using a combination of a motorcycle and hover guns. However, during certain moves, if countered with a Defensive Assist, his weakness will be exposed. After taking a certain amount of damage, he will enter a second phase. In this phase, he alternates between using the motorcycle's rear wheel and a longsword for attacks. The motorcycle's rear wheel can also accumulate Ether energy, leading to a explosion across a large area." +} diff --git a/libs/zzz/dm/HakushinData/monster/300211.json b/libs/zzz/dm/HakushinData/monster/300211.json new file mode 100644 index 0000000000..7282cbba8f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/300211.json @@ -0,0 +1,103 @@ +{ + "Id": 300211, + "MonsterId": 11881, + "MonsterInfo": { + "CodeName": "Monster_NotoriousPompey", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_NotoriousPompey.png", + "Tag": [ + "Ether", + "MainStoryBoss", + "Middle", + "UniqueDeathEff", + "DeathEffMiddle" + ], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": -1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 20728, + "Attack": 173, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7084, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_NotoriousPompey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Notorious - Pompey", + "Desc": "People in the Outer Ring once called him the \"Overlord Pompey\" with true respect.\nBut now, his soul has been corrupted by potent Ether, his body polluted by sulfur and crude oil; the heart that once beat solely to protect the Outer Ring has turned into a supercritical Ether core filled with infinite power.\nThe former \"Lord of the Outer Ring\" has been reborn in flames, taking on a different form.\nFreedom, majesty... Violence, insanity.\nIt charges through the dust and flames, seizing anything that moves and then mercilessly tearing and shattering it.\nThose familiar with it before have guessed from its fractured whispers that what drives it is not a desire for petty revenge, but rather a desire to crush all outliers who dare to challenge the laws of the Outer Ring.\nMaybe it's the last vestige of the former Overlord Pompey's lingering will.\n\"Our leader has turned into that thing, but... he still feels like the same person.\"", + "Rarity": 4, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— A former henchman of The Vanquishers, shaking with fear", + "CardSkillDesc": "In combat, Notorious Pompey's attacks leave unstable Ether energy on the ground. When enemies approach, or he launches a Charged Attack, the Ether energy explodes violently. When necessary, he raises his weapon to block. Upon a successful block, he immediately counterattacks the enemy." +} diff --git a/libs/zzz/dm/HakushinData/monster/30022.json b/libs/zzz/dm/HakushinData/monster/30022.json new file mode 100644 index 0000000000..8a4ec85de5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30022.json @@ -0,0 +1,97 @@ +{ + "Id": 30022, + "MonsterId": 11641, + "MonsterInfo": { + "CodeName": "Monster_JaneDoe", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_JaneDoe.png", + "Tag": ["Bios", "Small", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 17918, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5543, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_JaneDoe.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Jane Doe", + "Desc": "A dangerous individual who roams among the various gangs in New Eridu. She is agile and versatile in appearance. Even a well-equipped and heavily armed tactical squad often struggles to cope with her unique and fierce combat techniques, usually ending up silently defeated and fleeing.", + "Rarity": 3, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "During combat, Jane's attacks are extremely fierce. When necessary, she can parry and counter enemy attacks, but she usually exposes a weakness after completing a combo." +} diff --git a/libs/zzz/dm/HakushinData/monster/30023.json b/libs/zzz/dm/HakushinData/monster/30023.json new file mode 100644 index 0000000000..3d1df632c3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30023.json @@ -0,0 +1,97 @@ +{ + "Id": 30023, + "MonsterId": 11711, + "MonsterInfo": { + "CodeName": "Monster_Thracian", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Thracian.png", + "Tag": ["Ether", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 18456, + "Attack": 132, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 5820, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Thracian.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Thracian", + "Desc": "This fearsome Ethereal, named after the warrior tribes of ancient mythology, is said to be the embodiment of the most valiant heroes and the most insane villains corrupted by the Ether.\n— But that's not the case. While the chiseled muscles you developed in the Hollow and the adrenaline released in excess before death may indeed help you become a significant nuisance to your former companions, they probably won't hold it against an old friend who's already beyond saving, right?\nBut it's irrelevant. When your handsome face transforms into a dark, eerie energy orb, who cares about social reputation?\n\"No wonder he's the boss. Even as an Ethereal, he's still formidable!\"\n\"I knew something was off when he was always in the gym!\"", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Confession screamed by a captured Hollow Raider", + "CardSkillDesc": "During combat, Thracian will repeatedly perform specific skills to enter a charging state. While in this state, their attacks become more aggressive, and after unleashing high-level moves, they will trigger a large-scale explosion." +} diff --git a/libs/zzz/dm/HakushinData/monster/30024.json b/libs/zzz/dm/HakushinData/monster/30024.json new file mode 100644 index 0000000000..c58b8a1cf3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30024.json @@ -0,0 +1,97 @@ +{ + "Id": 30024, + "MonsterId": 11811, + "MonsterInfo": { + "CodeName": "Monster_SacrificeBringer", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_SacrificeBringer.png", + "Tag": ["Ether", "Large", "SacrificeBringerP1", "Grey", "MainStoryBoss"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 12189, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 7084, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_SacrificeBringer.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Sacrifice - Bringer", + "Desc": "From a drifter and survivor in the wilderness to the Deputy Commander of Janus Quarter, Bringer's life seemed an inspirational story.\nBut behind this inspirational story, unknown evils and conspiracies loom over Janus Quarter like dark clouds.\nTo achieve the ultimate goal of some grand cause, Bringer orchestrated the situation behind the scenes, scheming and plotting, and was willing to sacrifice everything for it.\nIn the final step to complete his plans, he even injected himself with the Sacrifice Serum, demonstrating his unwavering belief in his actions.\nAt that moment, all his desires and crazy beliefs manifested in a twisted and concrete form in the Hollow.\nThe surging active Ether energy, a supreme brute force that destroys everything... All bizarre beliefs and mingled desires reside within that newly born grotesque body...\nSacrifice - Bringer — his final identity and perfect form.\n\"Oh mighty Creator, refine me!\"", + "Rarity": 4, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Bringer's heartfelt scream", + "CardSkillDesc": "In combat, Sacrifice - Bringer will transform into multiple weapons to perform a combination of close and ranged attacks, and will summon massive creatures from fissures to assist in his assault. After taking a certain amount of damage, he'll enter the second phase, during which he'll use more advanced attacks and continuously launch dense ranged barrages. Dealing sufficient damage while he charges up his Sacrificial Knife will interrupt charging and leave him exposed." +} diff --git a/libs/zzz/dm/HakushinData/monster/30025.json b/libs/zzz/dm/HakushinData/monster/30025.json new file mode 100644 index 0000000000..740d42ca57 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30025.json @@ -0,0 +1,97 @@ +{ + "Id": 30025, + "MonsterId": 11851, + "MonsterInfo": { + "CodeName": "Monster_Hitchspiker", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "NotCounting"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 387, + "Attack": 72, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 660, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Hitchspiker.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Hitchspiker", + "Desc": "Ether is a greedy, insatiable parasite, a vicious creature that devours once-vibrant lives.\nThe Hitchspiker is an even more malicious incarnation of Ether — dwelling within the bodies of its cruel counterparts, it enables Tyrfing and Alpeca to satisfy the voracious appetites of the Hollows in an even more ferocious manner.\n\"Get away from my face!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—An Ethereal Ecologist, realizing that this is just a very jumpy bug", + "CardSkillDesc": "In combat, Hitchspiker will continue to roam, searching for any Tyrfing and Alpeca that can be parasitized." +} diff --git a/libs/zzz/dm/HakushinData/monster/30026.json b/libs/zzz/dm/HakushinData/monster/30026.json new file mode 100644 index 0000000000..914e407b1d --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30026.json @@ -0,0 +1,97 @@ +{ + "Id": 30026, + "MonsterId": 11941, + "MonsterInfo": { + "CodeName": "Monster_TerrorBird", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_TerrorBird.png", + "Tag": ["Mech", "Large", "Boss"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 21502, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6097, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_TerrorBird.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Terror Raptor", + "Desc": "A veteran of countless battles, the Terror Raptor is New Eridu's most trusted weapon of war. Designed for a perfect balance of brutal melee and devastating ranged firepower, it delivers destruction with every charge, stomp, and strike. Armed with multi-missile launchers and rapid-fire guns, it dominates both close and distant combat. From leaping assaults to explosive barrages and swift aerial retreats, the Raptor adapts to any battlefield with ease. Its relentless attacks leave enemies no room to fight back, embodying both unstoppable power and overwhelming fear.\n\"Terror Raptor was the symbol of that era.\"", + "Rarity": 3, + "GroupId": 205, + "GroupDesc": "Rebel Soldiers", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— As written in \"The Battle of the Old Capital: Truth and Memories\"", + "CardSkillDesc": "In combat, the Terror Raptor relies on its agile, powerful mechanical legs for close-range attacks while unleashing a barrage of ranged weapons to suppress its enemy. Use Defensive Assists to rebound its missiles back, leaving the Terror Raptor temporarily paralyzed." +} diff --git a/libs/zzz/dm/HakushinData/monster/30027.json b/libs/zzz/dm/HakushinData/monster/30027.json new file mode 100644 index 0000000000..d81e0baa16 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30027.json @@ -0,0 +1,97 @@ +{ + "Id": 30027, + "MonsterId": 11791, + "MonsterInfo": { + "CodeName": "Monster_Harvester", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Harvester.png", + "Tag": ["Mech", "Middle", "Boss"], + "Type": "Monster", + "Element": { + "Ice": -1, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 20134, + "Attack": 144, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 6097, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_Harvester.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Lumberjack", + "Desc": "There are quite a few self-proclaimed \"master inventors\" among Hollow Raiders. Their most proficient skill is taking proper second-hand industrial materials and transforming the abandoned combat machines left by Public Security in the Hollow into not-so-proper personal creations.\nHigh-speed chainsaws, toothed circular saws, hydraulic industrial arms... After simple assembly and rough welding, these common materials are stacked together to form a rare and dangerous piece of machinery.\nTo make it run smoothly, the creator has \"thoughtfully\" removed the safety restrictions of the machine and, based on its rugged appearance, named it the Lumberjack.\nNo one knows how long the Lumberjack can run stably.\nPerhaps, at any moment, it could suddenly go berserk, swinging its high-speed rotating chainsaw and spikes with unmatched horsepower, launching an unstoppable logging fest that no one dares to stop.\nBut... this near-mad combat mode might just be the best modification outcome the creator had in mind.\n\"Why call it a 'Lumberjack'? There's no wood to chop in the Hollow, right?\"\n\"Yeah, that's why it's so angry. When it starts up, it's reckless...\"", + "Rarity": 3, + "GroupId": 202, + "GroupDesc": "Thugs", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— In the Hollow, a few Hollow Raiders are discussing the operating principles of the Lumberjack.", + "CardSkillDesc": "In combat, the Lumberjack constantly shifts its chainsaw's form to perform fluid combos, using its mounted wheels for swift movement. When enemies are out of reach, it fires saw blades to chase them down from a distance." +} diff --git a/libs/zzz/dm/HakushinData/monster/30028.json b/libs/zzz/dm/HakushinData/monster/30028.json new file mode 100644 index 0000000000..7edd565620 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30028.json @@ -0,0 +1,97 @@ +{ + "Id": 30028, + "MonsterId": 11911, + "MonsterInfo": { + "CodeName": "Monster_Bodyguard", + "Icon": "", + "Tag": ["Bios", "Demote", "Small", "Bodyguard", "Bodyguard_Type1"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 1 + }, + "Stats": { + "Hp": 1348, + "Attack": 76, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 660, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_SecurityOperative.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Security Operative", + "Desc": "These Security Operatives may look like ordinary security personnel, but don't be fooled — they're packing a whole arsenal of secret skills. Their job isn't just to stand at the door and look intimidating. They're the ones who step in when the boss has had one too many drinks, or who handle petty troublemakers with a cool \"I've seen it all before\" expression. Their mission isn't to fight crime — it's to keep the boss from falling over, fix the elevator at the entrance, and, above all, stay under the radar. In their world, the most powerful weapon is \"looking like a total badass,\" and the best outcome is \"having nothing to do.\" After all, a great Security Operative is someone you don't even notice — until the problem's solved and people realize, \"Oh, they were here the whole time.\"\n\"If you can stand steady enough, no one's tougher than you.\"", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Written by a veteran security guard on the front page of the Security Personnel Operations Manual", + "CardSkillDesc": "In combat, Security Operatives use a variety of weapons to attack and coordinate with each other when necessary." +} diff --git a/libs/zzz/dm/HakushinData/monster/30029.json b/libs/zzz/dm/HakushinData/monster/30029.json new file mode 100644 index 0000000000..a98318f802 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30029.json @@ -0,0 +1,97 @@ +{ + "Id": 30029, + "MonsterId": 11531, + "MonsterInfo": { + "CodeName": "Monster_Nineveh", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Nineveh.png", + "Tag": ["Bios", "Gigantic"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 21539, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 10028, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Slime.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Doppelganger", + "Desc": "Even among Ionized enemies renowned for their strange and uncanny qualities, Ionized Doppelgangers are exceptionally unique.\nThese entities can coat their bodies with a layer of special active Ether ions, enabling them to accurately replicate their target's form, often to a degree that makes it hard to tell the difference. Both in detail and texture, it is almost impossible to tell apart from the original.\nEven more challenging is their ability to mimic the powerful and intimidating combat techniques of their targets.\nNo one knows where they obtain the information about the subjects they mimic. Some rumors suggest they can read minds, picking out the most suitable challengers from their opponent's memories, and then attack in that form.\n\"Nonsense! If it could really read my deepest fears, it would turn into a fierce middle-aged woman wielding a clothes hanger! That's right, I'm most afraid of my mom!\"", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "— Inter-Knot forum complaint from a Hollow Raider", + "CardSkillDesc": "CardSkillDesc_30029" +} diff --git a/libs/zzz/dm/HakushinData/monster/30030.json b/libs/zzz/dm/HakushinData/monster/30030.json new file mode 100644 index 0000000000..b6652be919 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/30030.json @@ -0,0 +1,97 @@ +{ + "Id": 30030, + "MonsterId": 11531, + "MonsterInfo": { + "CodeName": "Monster_Nineveh", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Nineveh.png", + "Tag": ["Bios", "Gigantic"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 21539, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 10028, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Slime.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ionized - Doppelganger", + "Desc": "CardDesc_30030", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "CardQuote_30030", + "CardSkillDesc": "CardSkillDesc_30030" +} diff --git a/libs/zzz/dm/HakushinData/monster/35001.json b/libs/zzz/dm/HakushinData/monster/35001.json new file mode 100644 index 0000000000..3aeb86f82f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/35001.json @@ -0,0 +1,97 @@ +{ + "Id": 35001, + "MonsterId": 11531, + "MonsterInfo": { + "CodeName": "Monster_Nineveh", + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/IconBossGeneral/UnPacker/IconMonster_Nineveh.png", + "Tag": ["Bios", "Gigantic"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 21539, + "Attack": 120, + "Defence": 60, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 10028, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Nineveh.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Nineveh", + "Desc": "The unique and magnificent appearance of the symbiotic Ethereal swarm known as Nineveh make it \"difficult\" for people to be wary of it.\nAccording to the few research records available, as Nineveh extends its body, a concentrated and potent Ether flows towards its core through its \"rhizome,\" providing a constant supply of energy. Some scholars speculate that this behavior is akin to the photosynthesis process in plants.\nIn the course of its swaying motions, excess highly active Ether energy continuously pours out. When this accumulation of highly active Ether is nearly overflowing, it transforms, unveiling its true \"blossoming\" form.\nAnd with its bloom comes death.\n\"The good news is it doesn't mean any harm, it just absorbs nutrients for photosynthesis. The bad news is... we're the nutrients.\"", + "Rarity": 4, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "—Defense Force Hollow Zero Investigation Log K-411", + "CardSkillDesc": "In battle, Nineveh will use attacks with wide areas of effect, barrage opponents with missiles, and summon Hornets to aid her." +} diff --git a/libs/zzz/dm/HakushinData/monster/35002.json b/libs/zzz/dm/HakushinData/monster/35002.json new file mode 100644 index 0000000000..fe9dc744dc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/35002.json @@ -0,0 +1,16 @@ +{ + "Id": 35002, + "MonsterId": 0, + "MonsterInfo": {}, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_Geppetto.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "OfficialName_", + "Desc": "Unknown", + "Rarity": 3, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "None", + "CardSkillDesc": "Monster Skill Info - Placeholder" +} diff --git a/libs/zzz/dm/HakushinData/monster/930146.json b/libs/zzz/dm/HakushinData/monster/930146.json new file mode 100644 index 0000000000..4381bb207e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930146.json @@ -0,0 +1,97 @@ +{ + "Id": 930146, + "MonsterId": 11096, + "MonsterInfo": { + "CodeName": "Monster_ClaymoreGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ClaymoreGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Tyrfing", + "Desc": "An enemy unit with very low ATK and HP, posing minimal threat. Typically the first enemy a new Bangboo encounters in their Bangboo Exam.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Medium\nDEF: Slow\nMovement Speed: Slow\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930147.json b/libs/zzz/dm/HakushinData/monster/930147.json new file mode 100644 index 0000000000..e53b8dfe1e --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930147.json @@ -0,0 +1,97 @@ +{ + "Id": 930147, + "MonsterId": 11213, + "MonsterInfo": { + "CodeName": "Monster_ArlauneGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 4905, + "Attack": 53, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Arlaune", + "Desc": "A highly dangerous enemy that launches Ranged Attacks. Upon being blocked, it releases a poisonous mist, damaging all nearby Bangboo. Deploy Kind Bangboo to counter.", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: Medium\nMovement Speed: Slow\nThreat Level: Super High" +} diff --git a/libs/zzz/dm/HakushinData/monster/930148.json b/libs/zzz/dm/HakushinData/monster/930148.json new file mode 100644 index 0000000000..f891cb6135 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930148.json @@ -0,0 +1,97 @@ +{ + "Id": 930148, + "MonsterId": 11461, + "MonsterInfo": { + "CodeName": "Monster_Ahriman", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1240, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Ahriman.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ahriman", + "Desc": "When at full HP, its Movement Speed is very high and it cannot be blocked. After taking DMG, its movement speed decreases and it can be blocked. Deploy a Shooter Bangboo to deal DMG to Ahriman as early as possible to reduce its threat.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Medium\nMovement Speed: Fast, slows when attacked\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930149.json b/libs/zzz/dm/HakushinData/monster/930149.json new file mode 100644 index 0000000000..7900f76cc7 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930149.json @@ -0,0 +1,97 @@ +{ + "Id": 930149, + "MonsterId": 11103, + "MonsterInfo": { + "CodeName": "Monster_CyclopsGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Alpeca", + "Desc": "Alpeca can launch Ranged Attacks, and will attack Bangboo on Tactical Positions. Please pay attention to the candidates' Stamina!", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Low\nMovement Speed: Slow\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930150.json b/libs/zzz/dm/HakushinData/monster/930150.json new file mode 100644 index 0000000000..66ae01d942 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930150.json @@ -0,0 +1,97 @@ +{ + "Id": 930150, + "MonsterId": 11154, + "MonsterInfo": { + "CodeName": "Monster_DurahanGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 58, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_DurahanGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Dullahan", + "Desc": "A highly dangerous melee unit with extremely high HP. Deploy Paperboo, which have extremely high HP, to deal with it.", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: High\nMovement Speed: Slow\nThreat Level: Super High" +} diff --git a/libs/zzz/dm/HakushinData/monster/930151.json b/libs/zzz/dm/HakushinData/monster/930151.json new file mode 100644 index 0000000000..399768b2ca --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930151.json @@ -0,0 +1,97 @@ +{ + "Id": 930151, + "MonsterId": 11241, + "MonsterInfo": { + "CodeName": "Monster_GoldenBomb", + "Icon": "", + "Tag": ["Mech", "Small", "GoldenBomb", "Bomb"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 0, + "Electric": 1, + "Ether": 0, + "Physical": -1 + }, + "Stats": { + "Hp": 2704, + "Attack": 34, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 1334, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GoldenBomb.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Golden Bangboo", + "Desc": "The Golden Bangboo has very high Movement Speed and HP but does not attack your Bangboo. Defeat one, and something good might happen.", + "Rarity": 1, + "GroupId": 290, + "GroupDesc": "Special", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: High\nATK: Medium\nMovement Speed: Fast\nThreat Level: High" +} diff --git a/libs/zzz/dm/HakushinData/monster/930152.json b/libs/zzz/dm/HakushinData/monster/930152.json new file mode 100644 index 0000000000..85f589e367 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930152.json @@ -0,0 +1,97 @@ +{ + "Id": 930152, + "MonsterId": 11203, + "MonsterInfo": { + "CodeName": "Monster_GolemGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Golemgrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Hoplitai", + "Desc": "Hoplitai enters the field with very high Movement Speed. They will collide with the first Bangboo they encounter, dealing significant DMG. Their Movement Speed will significantly decrease afterwards.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: High\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930153.json b/libs/zzz/dm/HakushinData/monster/930153.json new file mode 100644 index 0000000000..0f338ce9f2 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930153.json @@ -0,0 +1,97 @@ +{ + "Id": 930153, + "MonsterId": 11141, + "MonsterInfo": { + "CodeName": "Monster_Satyrus", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_Satyrus.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Faun", + "Desc": "Faun moves slowly but has a high ATK. Please pay attention to the candidates' Stamina!", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: High\nMovement Speed: Slow\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930154.json b/libs/zzz/dm/HakushinData/monster/930154.json new file mode 100644 index 0000000000..2ef4783c67 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930154.json @@ -0,0 +1,97 @@ +{ + "Id": 930154, + "MonsterId": 11083, + "MonsterInfo": { + "CodeName": "Monster_SpiderGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 462, + "Attack": 44, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 180, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGrey.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Blastcrawler", + "Desc": "Blastcrawler moves quickly and will explode near Bangboo, dealing damage to all Bangboo. Deploy Paperboo, which have extremely high HP, to deal with it.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Low\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930155.json b/libs/zzz/dm/HakushinData/monster/930155.json new file mode 100644 index 0000000000..7b801a6ffc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930155.json @@ -0,0 +1,97 @@ +{ + "Id": 930155, + "MonsterId": 11481, + "MonsterInfo": { + "CodeName": "Monster_ViciousStriker", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Vicious Striker", + "Desc": "Vicious Striker has high HP. Focus your fire on them.", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Medium\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930156.json b/libs/zzz/dm/HakushinData/monster/930156.json new file mode 100644 index 0000000000..26bb5fe82f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930156.json @@ -0,0 +1,97 @@ +{ + "Id": 930156, + "MonsterId": 11481, + "MonsterInfo": { + "CodeName": "Monster_ViciousStriker", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStriker.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Vicious Striker", + "Desc": "Vicious Striker has high HP. Focus your fire on them.", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: Medium\nDEF: 50\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930157.json b/libs/zzz/dm/HakushinData/monster/930157.json new file mode 100644 index 0000000000..9e75a144d2 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930157.json @@ -0,0 +1,97 @@ +{ + "Id": 930157, + "MonsterId": 11096, + "MonsterInfo": { + "CodeName": "Monster_ClaymoreGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Tyrfing", + "Desc": "An enemy unit with very low ATK and HP, posing minimal threat. Typically the first enemy a new Bangboo encounters in their Bangboo Exam.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Medium\nMovement Speed: Slow\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930158.json b/libs/zzz/dm/HakushinData/monster/930158.json new file mode 100644 index 0000000000..b27bd1c02f --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930158.json @@ -0,0 +1,97 @@ +{ + "Id": 930158, + "MonsterId": 11213, + "MonsterInfo": { + "CodeName": "Monster_ArlauneGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 4905, + "Attack": 53, + "Defence": 45, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 2335, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv02/Monster_ArlauneGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Arlaune", + "Desc": "A highly dangerous enemy that launches Ranged Attacks. Upon being blocked, it releases a poisonous mist, damaging all nearby Bangboo. Deploy Kind Bangboo to counter.", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Super High\nATK: Medium\nDEF: 33\nMovement Speed: Slow\nThreat Level: Super High" +} diff --git a/libs/zzz/dm/HakushinData/monster/930159.json b/libs/zzz/dm/HakushinData/monster/930159.json new file mode 100644 index 0000000000..3b44d8b3d6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930159.json @@ -0,0 +1,97 @@ +{ + "Id": 930159, + "MonsterId": 11461, + "MonsterInfo": { + "CodeName": "Monster_Ahriman", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1240, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_AhrimanPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Ahriman", + "Desc": "When at full HP, its Movement Speed is very high and it cannot be blocked. After taking DMG, its movement speed decreases and it can now be blocked. Deploy a Shooter Bangboo to deal DMG to Ahriman as early as possible to reduce its threat.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Medium\nMovement Speed: Fast, slows when attacked\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930160.json b/libs/zzz/dm/HakushinData/monster/930160.json new file mode 100644 index 0000000000..940a4ce7d6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930160.json @@ -0,0 +1,97 @@ +{ + "Id": 930160, + "MonsterId": 11103, + "MonsterInfo": { + "CodeName": "Monster_CyclopsGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_CyclopsGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Alpeca", + "Desc": "Alpeca can launch Ranged Attacks and will attack Bangboo on Tactical Positions. Please pay attention to the candidates' Stamina!", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: Low\nMovement Speed: Slow\nThreat Level: Low" +} diff --git a/libs/zzz/dm/HakushinData/monster/930161.json b/libs/zzz/dm/HakushinData/monster/930161.json new file mode 100644 index 0000000000..ba7a19f4dc --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930161.json @@ -0,0 +1,97 @@ +{ + "Id": 930161, + "MonsterId": 11154, + "MonsterInfo": { + "CodeName": "Monster_DurahanGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Middle", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 7097, + "Attack": 97, + "Defence": 58, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 3502, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv03/Monster_DurahanGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Dullahan", + "Desc": "A highly dangerous melee unit with extremely high HP. Deploy Paperboo, which have extremely high HP, to deal with it.", + "Rarity": 2, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Super High\nATK: High\nMovement Speed: Slow\nThreat Level: Super High" +} diff --git a/libs/zzz/dm/HakushinData/monster/930162.json b/libs/zzz/dm/HakushinData/monster/930162.json new file mode 100644 index 0000000000..88918742f8 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930162.json @@ -0,0 +1,97 @@ +{ + "Id": 930162, + "MonsterId": 11203, + "MonsterInfo": { + "CodeName": "Monster_GolemGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 60, + "Defence": 46, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_GolemGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Hoplitai", + "Desc": "Hoplitai enters the field with very high Movement Speed. They will collide with the first Bangboo they encounter, dealing significant DMG. Their Movement Speed will significantly decrease afterwards.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: High\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930163.json b/libs/zzz/dm/HakushinData/monster/930163.json new file mode 100644 index 0000000000..f8180231c6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930163.json @@ -0,0 +1,97 @@ +{ + "Id": 930163, + "MonsterId": 11141, + "MonsterInfo": { + "CodeName": "Monster_Satyrus", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Black"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 66, + "Defence": 36, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SatyrusPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["All"], + "Name": "Faun", + "Desc": "Faun moves slowly but has high ATK. Please pay attention to the candidates' Stamina!", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Medium\nATK: High\nMovement Speed: Slow\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930164.json b/libs/zzz/dm/HakushinData/monster/930164.json new file mode 100644 index 0000000000..cfffbd9e22 --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930164.json @@ -0,0 +1,97 @@ +{ + "Id": 930164, + "MonsterId": 11083, + "MonsterInfo": { + "CodeName": "Monster_SpiderGrey", + "Icon": "", + "Tag": ["Ether", "Demote", "Small", "Grey"], + "Type": "Monster", + "Element": { + "Ice": 1, + "Fire": 0, + "Electric": 0, + "Ether": 1, + "Physical": 0 + }, + "Stats": { + "Hp": 462, + "Attack": 44, + "Defence": 43, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 180, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_SpiderGreyPro.png", + "Tag": ["Ether", "NotPro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Blastcrawler", + "Desc": "Blastcrawler moves quickly and will explode near Bangboo, dealing damage to all Bangboo. Deploy Paperboo, which have extremely high HP, to deal with it.", + "Rarity": 1, + "GroupId": 201, + "GroupDesc": "Ether Mutants", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: Low\nATK: Low\nMovement Speed: Fast\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/monster/930165.json b/libs/zzz/dm/HakushinData/monster/930165.json new file mode 100644 index 0000000000..3611b85a4c --- /dev/null +++ b/libs/zzz/dm/HakushinData/monster/930165.json @@ -0,0 +1,97 @@ +{ + "Id": 930165, + "MonsterId": 11481, + "MonsterInfo": { + "CodeName": "Monster_ViciousStriker", + "Icon": "", + "Tag": ["Ether", "Demote", "Small"], + "Type": "Monster", + "Element": { + "Ice": 0, + "Fire": 1, + "Electric": 0, + "Ether": 0, + "Physical": 0 + }, + "Stats": { + "Hp": 1123, + "Attack": 54, + "Defence": 40, + "Crit": 0, + "CritDamage": 5000, + "CritRes": 0, + "CritDmgRes": 0, + "PenRate": 0, + "PenDelta": 0, + "Stun": 600, + "BreakStun": 0 + }, + "Curves": { + "Hp": { + "Curve": [ + 100, 116, 136, 159, 183, 200, 219, 240, 263, 303, 326, 352, 379, 409, + 471, 485, 499, 514, 530, 610, 685, 770, 865, 973, 1119, 1132, 1146, + 1160, 1174, 1351, 1411, 1475, 1541, 1611, 1853, 1858, 1864, 1870, + 1876, 2158, 2228, 2302, 2377, 2455, 2824, 2847, 2872, 2896, 2920, + 3213, 3293, 3376, 3460, 3547, 4080, 4106, 4132, 4158, 4185, 4604, + 4637, 4671, 4705, 4739, 4774, 4809, 4844, 4879, 4915, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, 5406, + 5406, 5406, 5406, 5406, 5406, 5406, 5406 + ], + "Ratio": 100 + }, + "Attack": { + "Curve": [ + 100, 116, 133, 150, 167, 183, 199, 213, 227, 242, 265, 289, 312, 336, + 359, 383, 406, 430, 453, 477, 496, 515, 534, 553, 573, 592, 611, 630, + 649, 669, 685, 701, 717, 734, 750, 766, 783, 799, 815, 832, 846, 860, + 875, 889, 904, 918, 932, 947, 961, 976, 982, 989, 995, 1002, 1009, + 1015, 1022, 1029, 1035, 1042, 1049, 1055, 1062, 1069, 1075, 1082, + 1089, 1095, 1102, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, + 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109, 1109 + ], + "Ratio": 120 + }, + "Defence": { + "Curve": [ + 100, 108, 116, 124, 132, 142, 152, 164, 176, 188, 200, 214, 228, 242, + 258, 274, 290, 306, 324, 344, 362, 382, 402, 422, 444, 466, 490, 512, + 536, 562, 586, 612, 638, 666, 694, 722, 750, 780, 810, 842, 872, 904, + 938, 970, 1004, 1038, 1074, 1110, 1146, 1184, 1220, 1258, 1298, 1338, + 1378, 1418, 1460, 1502, 1544, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, 1588, + 1588, 1588 + ], + "Ratio": 100 + }, + "Stun": { + "Curve": [ + 100, 100, 100, 100, 103, 103, 103, 103, 103, 103, 103, 104, 104, 105, + 106, 106, 107, 107, 108, 109, 110, 111, 113, 114, 116, 117, 118, 120, + 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 135, 136, + 137, 139, 140, 141, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, + 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, 167, + 167, 167 + ], + "Ratio": 100 + } + } + }, + "ImagePath": "UI/Sprite/A1DynamicLoad/BossCard/UnPacker/BossCardLv01/Monster_ViciousStrikerPro.png", + "Tag": ["Ether", "Pro"], + "Tag2": ["Metro", "SkyScraper"], + "Name": "Vicious Striker", + "Desc": "Vicious Striker has high HP. Focus your fire on them.", + "Rarity": 1, + "GroupId": 203, + "GroupDesc": "Corrupted", + "CardObtain": "[Unidentified] Defeat this monster in Hollow Zero 1 time to obtain its data", + "CardQuote": "", + "CardSkillDesc": "HP: High\nATK: Medium\nMovement Speed: Slow\nThreat Level: Medium" +} diff --git a/libs/zzz/dm/HakushinData/weapon.json b/libs/zzz/dm/HakushinData/weapon.json new file mode 100644 index 0000000000..1cbe0f3cec --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon.json @@ -0,0 +1,612 @@ +{ + "12001": { + "icon": "Weapon_B_Common_01", + "rank": 2, + "type": 1, + "EN": "[Lunar] Pleniluna", + "desc": "A W-Engine that prioritizes damage output over noise reduction. It can indiscriminately deal considerable damage to all units nearby.", + "KO": "「루나」-보름달", + "CHS": "「月相」-望", + "JA": "「月相」-望" + }, + "12002": { + "icon": "Weapon_B_Common_02", + "rank": 2, + "type": 1, + "EN": "[Lunar] Decrescent", + "desc": "A W-Engine with excellent sonic and thermal energy usage, capable of hitting its target with a double whammy.", + "KO": "「루나」-그믐달", + "CHS": "「月相」-晦", + "JA": "「月相」-晦" + }, + "12003": { + "icon": "Weapon_B_Common_03", + "rank": 2, + "type": 1, + "EN": "[Lunar] Noviluna", + "desc": "A high-capacity portable W-Engine that can collect dissipated energy from its surroundings, thus enhancing the combat effectiveness of its operator.", + "KO": "「루나」-초승달", + "CHS": "「月相」-朔", + "JA": "「月相」-朔" + }, + "12004": { + "icon": "Weapon_B_Common_04", + "rank": 2, + "type": 4, + "EN": "[Reverb] Mark I", + "desc": "A special W-Engine featuring a built-in sonic generator that boosts its damage output.", + "KO": "「잔향」-Ⅰ형", + "CHS": "「残响」-Ⅰ型", + "JA": "「残響」-Ⅰ型" + }, + "12005": { + "icon": "Weapon_B_Common_05", + "rank": 2, + "type": 4, + "EN": "[Reverb] Mark II", + "desc": "A standardized W-Engine with balanced performance that enhances its owner's and their teammates' combat effectiveness in all aspects.", + "KO": "「잔향」-Ⅱ형", + "CHS": "「残响」-Ⅱ型", + "JA": "「残響」-Ⅱ型" + }, + "12006": { + "icon": "Weapon_B_Common_06", + "rank": 2, + "type": 4, + "EN": "[Reverb] Mark III", + "desc": "A special W-Engine that features motion capture algorithms, which enhance the overall combat competency of your squad.", + "KO": "「잔향」-Ⅲ형", + "CHS": "「残响」-Ⅲ型", + "JA": "「残響」-Ⅲ型" + }, + "12007": { + "icon": "Weapon_B_Common_07", + "rank": 2, + "type": 2, + "EN": "[Vortex] Revolver", + "desc": "An energy-storage type W-Engine with a unique operation circuit. It will absorb scattered energy up to a certain amount before unleashing it all at once.", + "KO": "「급류」-총", + "CHS": "「湍流」-铳型", + "JA": "「激流」-銃型" + }, + "12008": { + "icon": "Weapon_B_Common_08", + "rank": 2, + "type": 2, + "EN": "[Vortex] Arrow", + "desc": "A tactical W-Engine that locates enemies using high-frequency sound waves. Its aiming aid can make its operator's precision attack more deadly.", + "KO": "「급류」-화살", + "CHS": "「湍流」-矢���", + "JA": "「激流」-矢型" + }, + "12009": { + "icon": "Weapon_B_Common_09", + "rank": 2, + "type": 2, + "EN": "[Vortex] Hatchet", + "desc": "A frequency-converting W-Engine that can quickly generate excessive power and effectively increase its user's battle prowess.", + "KO": "「급류」-도끼", + "CHS": "「湍流」-斧型", + "JA": "「激流」-斧型" + }, + "12010": { + "icon": "Weapon_B_Common_10", + "rank": 2, + "type": 3, + "EN": "[Magnetic Storm] Alpha", + "desc": "A special W-Engine that can analyze the target's weak spots through real-time calculations.", + "KO": "「자기 폭풍」-알파", + "CHS": "「电磁暴」-壹式", + "JA": "「磁気嵐」-壱式" + }, + "12011": { + "icon": "Weapon_B_Common_11", + "rank": 2, + "type": 3, + "EN": "[Magnetic Storm] Bravo", + "desc": "A damage-type W-Engine that features an enhanced movement detection module that can quickly alter its output intensity to optimize battle efficiency.", + "KO": "「자기 폭풍」-브라보", + "CHS": "「电磁暴」-贰式", + "JA": "「磁気嵐」-弐式" + }, + "12012": { + "icon": "Weapon_B_Common_12", + "rank": 2, + "type": 3, + "EN": "[Magnetic Storm] Charlie", + "desc": "A high-capacity W-Engine that features a built-in generator, which allows it to keep a stable storage of electrical power.", + "KO": "「자기 폭풍」-찰리", + "CHS": "「电磁暴」-叁式", + "JA": "「磁気嵐」-参式" + }, + "12013": { + "icon": "Weapon_B_Common_13", + "rank": 2, + "type": 5, + "EN": "[Identity] Base", + "desc": "A W-Engine with a component structure adjusted according to specific parameters. It can enhance the defensive capabilities of those who have a certain style of combat.", + "KO": "「아이덴티티」-베이스", + "CHS": "「恒等式」-本格", + "JA": "「恒等式」-本格" + }, + "12014": { + "icon": "Weapon_B_Common_14", + "rank": 2, + "type": 5, + "EN": "[Identity] Inflection", + "desc": "A functional W-Engine that specializes in energy conversion. It can analyze combat environments and generate special sounds to disrupt the enemy's offense.", + "KO": "「아이덴티티」-인플렉션", + "CHS": "「恒等式」-变格", + "JA": "「恒等式」-変格" + }, + "13001": { + "icon": "Weapon_A_Common_01", + "rank": 3, + "type": 1, + "EN": "Street Superstar", + "desc": "A custom-made W-Engine designed for urban music lovers. It sacrifices heat dissipation components for improved sound quality.", + "KO": "거리의 슈퍼스타", + "CHS": "街头巨星", + "JA": "ストリートスター" + }, + "13002": { + "icon": "Weapon_A_Common_02", + "rank": 3, + "type": 4, + "EN": "Slice of Time", + "desc": "A special W-Engine equipped with a high-speed camera module. The best choice for in-Hollow photography enthusiasts.", + "KO": "시간의 파편", + "CHS": "时光切片", + "JA": "歳月の薄片" + }, + "13003": { + "icon": "Weapon_A_Common_03", + "rank": 3, + "type": 3, + "EN": "Rainforest Gourmet", + "desc": "A consumer-class W-Engine launched by an exotic pet fan club to promote pet culture. Due to its cute appearance, it was once a very popular model.", + "KO": "우림의 식객", + "CHS": "雨林饕客", + "JA": "密林の食いしん坊" + }, + "13004": { + "icon": "Weapon_A_Common_04", + "rank": 3, + "type": 1, + "EN": "Starlight Engine", + "desc": "A damage-type W-Engine made of special Etheric matter. When its user is attacked, it builds up energy.", + "KO": "별빛 엔진", + "CHS": "星徽引擎", + "JA": "スターライトエンジン" + }, + "13005": { + "icon": "Weapon_A_Common_05", + "rank": 3, + "type": 2, + "EN": "Steam Oven", + "desc": "A high-power W-Engine that boasts a cutting-edge energy conversion system. It collects excess heat and supplies it to the steamer.", + "KO": "스팀오븐", + "CHS": "人为刀俎", + "JA": "まな板の鯉" + }, + "13006": { + "icon": "Weapon_A_Common_06", + "rank": 3, + "type": 2, + "EN": "Precious Fossilized Core", + "desc": "A special W-Engine whose outer shell is made of composite Etheric matter that effectively absorbs impact, and turns it against the enemy.", + "KO": "귀중한 화석 코어", + "CHS": "贵重骨核", + "JA": "貴重な石化コア" + }, + "13007": { + "icon": "Weapon_A_Common_07", + "rank": 3, + "type": 5, + "EN": "Original Transmorpher", + "desc": "An epic W-Engine favored by Starlight Knight fans. Its high popularity and scarcity marketing strategy have caused an influx of knock-offs.", + "KO": "오리지널 변신 아이템", + "CHS": "正版变身器", + "JA": "正規版変身装置" + }, + "13008": { + "icon": "Weapon_A_Common_08", + "rank": 3, + "type": 3, + "EN": "Weeping Gemini", + "desc": "A W-Engine produced by recycling abandoned Bangboo shells. Its electrode cores made of recycled metals can release high-voltage charges.", + "KO": "쌍둥이의 눈물", + "CHS": "双生泣星", + "JA": "双生の涙" + }, + "13009": { + "icon": "Weapon_A_Common_09", + "rank": 3, + "type": 3, + "EN": "Electro-Lip Gloss", + "desc": "This damage-type W-Engine boasts a built-in current transformer, and automatically attracts electrically sensitive objects around the operator and deals additional damage to them.", + "KO": "감전 립글로스", + "CHS": "触电唇彩", + "JA": "電撃リップグロス" + }, + "13010": { + "icon": "Weapon_A_Common_10", + "rank": 3, + "type": 5, + "EN": "Bunny Band", + "desc": "A special W-Engine decorated with a fluffy bunny. However, it is just an imitation of the real animal.", + "KO": "버니 밴드", + "CHS": "兔能环", + "JA": "ラビットチャージャー" + }, + "13011": { + "icon": "Weapon_A_Common_11", + "rank": 3, + "type": 5, + "EN": "Spring Embrace", + "desc": "A special W-Engine equipped with a temperature regulator where residual heat generated by the W-Engine's high frequency is funneled into the hot springs on its surface.", + "KO": "봄날의 포옹", + "CHS": "春日融融", + "JA": "ホットスプリング" + }, + "13013": { + "icon": "Weapon_A_Common_13", + "rank": 3, + "type": 1, + "EN": "Gilded Blossom", + "desc": "A W-Engine with a grandiose and luxurious appearance equipped with a premium Ether-powered anti-theft device. It's actually used to provide the equipper with energy.", + "KO": "도금된 화신풍", + "CHS": "鎏金花信", + "JA": "金メッキの花信" + }, + "13015": { + "icon": "Weapon_A_Common_15", + "rank": 3, + "type": 1, + "EN": "Marcato Desire", + "desc": "Gather 'round, mortals! Turn up the music!", + "KO": "열망의 악센트", + "CHS": "强音热望", + "JA": "強音デザイア" + }, + "13101": { + "icon": "Weapon_A_1011", + "rank": 3, + "type": 2, + "EN": "Demara Battery Mark II", + "desc": "A customized W-Engine that focuses on energy storage, modified to improve its energy capacity. This model is often used by Anby.", + "KO": "데마라 배터리 Ⅱ형", + "CHS": "德玛拉电池Ⅱ型", + "JA": "デマラ式電池Ⅱ型" + }, + "13103": { + "icon": "Weapon_A_1031", + "rank": 3, + "type": 4, + "EN": "The Vault", + "desc": "A cost-effective W-Engine that can store energy, with improvements made to its internal space. This model is often used by Nicole.", + "KO": "보물함", + "CHS": "聚宝箱", + "JA": "ザ・ボールト" + }, + "13106": { + "icon": "Weapon_A_1061", + "rank": 3, + "type": 1, + "EN": "Housekeeper", + "desc": "An enhanced W-Engine with a high rotation speed. A chainsaw has been integrated into its shaft. This model is often used by Corin.", + "KO": "하우스키퍼", + "CHS": "家政员", + "JA": "ハウスキーパー" + }, + "13108": { + "icon": "Weapon_A_1081", + "rank": 3, + "type": 1, + "EN": "Starlight Engine Replica", + "desc": "A customized supercomputing W-Engine, specialized in aim support and ballistic calculations. Modified by Billy, it now looks like some sort of knock-off Starlight Knight figurine.", + "KO": "별빛 엔진 레플리카", + "CHS": "仿制星徽引擎", + "JA": "なんちゃってスターラ���トエンジン" + }, + "13111": { + "icon": "Weapon_A_1111", + "rank": 3, + "type": 1, + "EN": "Drill Rig - Red Axis", + "desc": "Originally a rev-enhanced W-Engine, it has been modified by Anton with the most expensive rotary drill parts that allow it to exceed its output limits.", + "KO": "굴착기-붉은 축", + "CHS": "旋钻机-赤轴", + "JA": "ドリルリグ-レッドシャフト" + }, + "13112": { + "icon": "Weapon_A_1121", + "rank": 3, + "type": 5, + "EN": "Big Cylinder", + "desc": "A powerful protection-type W-Engine, characterized by thick oil cylinders that ceaselessly roar inside it. It can provide sufficient power for heavy machinery.", + "KO": "빅 실린더", + "CHS": "比格气缸", + "JA": "ビガー・シリンダー" + }, + "13113": { + "icon": "Weapon_A_1131", + "rank": 3, + "type": 4, + "EN": "Bashful Demon", + "desc": "An intricate W-Engine developed by Section 6 and later modified with extra features. It can control Ether particles to form an energy field. This model is favored by Soukaku.", + "KO": "수줍은 악마", + "CHS": "含羞恶面", + "JA": "恥じらう悪面" + }, + "13115": { + "icon": "Weapon_A_1151", + "rank": 3, + "type": 4, + "EN": "Kaboom the Cannon", + "desc": "A support W-Engine propelled by jets that is both mobile and impactful, it can traverse the entire battlefield providing combat buffs.", + "KO": "호전적인 꽝꽝이", + "CHS": "好斗的阿炮", + "JA": "喧嘩腰のボンバルダム" + }, + "13127": { + "icon": "Weapon_A_1271", + "rank": 3, + "type": 5, + "EN": "Peacekeeper - Specialized", + "desc": "A defensive W-Engine independently researched and created by Public Security which simplifies the offensive components to enhance the energy conversion ability in its shield. ", + "KO": "평화 수호자-특화형", + "CHS": "维序者-特化型", + "JA": "秩序の守り手・特化型" + }, + "13128": { + "icon": "Weapon_A_1281", + "rank": 3, + "type": 3, + "EN": "Roaring Ride", + "desc": "An energy W-Engine modded from spare parts of a truck's engine. It converts the original cylinder into an energy storage unit, which is highly advantageous.", + "KO": "뛰뛰빵빵", + "CHS": "轰鸣座驾", + "JA": "グロウル・マイ・カー" + }, + "13135": { + "icon": "Weapon_A_1351", + "rank": 3, + "type": 2, + "EN": "Item_Weapon_A_1351_Name", + "desc": "An energy W-Engine modded from spare parts of a truck's engine. It converts the original cylinder into an energy storage unit, which is highly advantageous.", + "KO": "Item_Weapon_A_1351_Name", + "CHS": "裁纸刀", + "JA": "Item_Weapon_A_1351_Name" + }, + "14001": { + "icon": "Weapon_S_Common_01", + "rank": 3, + "type": 1, + "EN": "Cannon Rotor", + "desc": "A high-performance supercomputing W-Engine, capable of collecting real-time battlefield data and equipped with mini cannons.", + "KO": "캐논 로터", + "CHS": "加农转子", + "JA": "キャノンローラー" + }, + "14002": { + "icon": "Weapon_S_Common_02", + "rank": 3, + "type": 4, + "EN": "Unfettered Game Ball", + "desc": "A new supercomputing W-Engine, featuring cutting-edge integrated chips that dynamically monitor the battlefield and provide tactical analysis for the user.", + "KO": "내 맘대로 게임 볼", + "CHS": "逍遥游球", + "JA": "ゲームボール" + }, + "14003": { + "icon": "Weapon_S_Common_03", + "rank": 3, + "type": 2, + "EN": "Six Shooter", + "desc": "A special W-Engine modeled after a revolver. It can load bullet-shaped condensed Ether batteries, which release a great amount of power when fired.", + "KO": "리볼버 로터", + "CHS": "左轮转子", + "JA": "シックスシューター" + }, + "14102": { + "icon": "Weapon_S_1021", + "rank": 4, + "type": 1, + "EN": "Steel Cushion", + "desc": "A supercomputing W-Engine equipped with a motion monitoring feature. Thanks to Nekomata's modifications, it perfectly matches the fast reflexes and combat maneuvers of feline Thirens.", + "KO": "스틸 쿠션", + "CHS": "钢铁肉垫", + "JA": "鋼の肉球" + }, + "14104": { + "icon": "Weapon_S_1041", + "rank": 4, + "type": 1, + "EN": "The Brimstone", + "desc": "A W-Engine made for Soldier 11 by Obsidian Division. Its intense heat can be used to clear the entire battlefield.", + "KO": "유황석", + "CHS": "硫磺石", + "JA": "ブリムストーン" + }, + "14107": { + "icon": "Weapon_S_1071", + "rank": 4, + "type": 5, + "EN": "Tusks of Fury", + "desc": "A versatile W-Engine based on a motorcycle tire that Big Daddy made for Caesar.", + "KO": "저돌적인 송곳니", + "CHS": "奔袭獠牙", + "JA": "猛進するキバ" + }, + "14109": { + "icon": "Weapon_S_1091", + "rank": 4, + "type": 3, + "EN": "Hailstorm Shrine", + "desc": "Hail falls before the shrine, waking her. The blizzard is coming.", + "KO": "싸락눈 내린 별각", + "CHS": "霰落星殿", + "JA": "あられ落つ星殿" + }, + "14110": { + "icon": "Weapon_S_1101", + "rank": 4, + "type": 2, + "EN": "Hellfire Gears", + "desc": "A functional W-Engine with ultra-high power capacity. Modified by Koleda, its energy level has almost exceeded the safety limit.", + "KO": "헬파이어 기어", + "CHS": "燃狱齿轮", + "JA": "燃獄ギア" + }, + "14114": { + "icon": "Weapon_S_1141", + "rank": 4, + "type": 2, + "EN": "The Restrained", + "desc": "A special W-Engine with a powerful temperature control system. Modified by Lycaon, it has the capability to quickly create extremely cold environments.", + "KO": "구속된 자", + "CHS": "拘缚者", + "JA": "拘縛されし者" + }, + "14116": { + "icon": "Weapon_S_1161", + "rank": 4, + "type": 2, + "EN": "Blazing Laurel", + "desc": "A violent W-Engine that can ignite flames with a siphon. It deals simple and crude burn damage, encouraging relentless, bone-crushing follow-up attacks.", + "KO": "화염의 월계관", + "CHS": "焰心桂冠", + "JA": "炎心の桂冠" + }, + "14117": { + "icon": "Weapon_S_1171", + "rank": 4, + "type": 3, + "EN": "Flamemaker Shaker", + "desc": "Modified by Burnice, this W-Engine uses a special fuel as its power source to boost combustion performance to the max.", + "KO": "타오르는 셰이커", + "CHS": "灼心摇壶", + "JA": "バーニング・シェイカー" + }, + "14118": { + "icon": "Weapon_S_1181", + "rank": 4, + "type": 3, + "EN": "Fusion Compiler", + "desc": "The latest W-Engine that possesses a hypercalculation core. It can compile operational codes for machines at top speed. This model is favored by Grace.", + "KO": "감입 컴파일러", + "CHS": "嵌合编译器", + "JA": "複合コンパイラ" + }, + "14119": { + "icon": "Weapon_S_1191", + "rank": 4, + "type": 1, + "EN": "Deep Sea Visitor", + "desc": "A high-power W-Engine that possesses efficient freezing capabilities and high damage output. This model is often used by Ellen.", + "KO": "심해 방문객", + "CHS": "深海访客", + "JA": "ディープシー・ビジター" + }, + "14120": { + "icon": "Weapon_S_1201", + "rank": 4, + "type": 1, + "EN": "Zanshin Herb Case", + "desc": "Bitterness and pain beget hope, and he devours them all.", + "KO": "잔심의 청낭", + "CHS": "残心青囊", + "JA": "残心の青籠" + }, + "14121": { + "icon": "Weapon_S_1211", + "rank": 4, + "type": 4, + "EN": "Weeping Cradle", + "desc": "A special W-Engine with multiple layers embedded inside. It can quickly recharge \tspecial-model Bangboo and custom-made combat equipment. This model is favored by Rina.", + "KO": "흐느끼는 요람", + "CHS": "啜泣摇篮", + "JA": "啜り泣くゆりかご" + }, + "14122": { + "icon": "Weapon_S_1221", + "rank": 4, + "type": 3, + "EN": "Timeweaver", + "desc": "A new model of supercomputing W-Engine custom-made by HSO Section 6, equipped with the most elite calculation and analysis functions.", + "KO": "시류의 현자", + "CHS": "时流贤者", + "JA": "刻流の賢者" + }, + "14124": { + "icon": "Weapon_S_1241", + "rank": 4, + "type": 1, + "EN": "Riot Suppressor Mark VI", + "desc": "The latest tactical W-Engine used by Public Security's elite Hollow squads, possessing a powerful Ether energy source. It's Zhu Yuan's favored model.", + "KO": "서프레서 Ⅵ형", + "CHS": "防暴者Ⅵ��", + "JA": "サプレッサーⅥ型" + }, + "14125": { + "icon": "Weapon_S_1251", + "rank": 4, + "type": 2, + "EN": "Ice-Jade Teapot", + "desc": "A custom stun W-Engine made for an Automaton referencing the combat style and abilities of one. Energy is stored within, then lashes outwards upon conversion.", + "KO": "맑은 옥주전자", + "CHS": "玉壶青冰", + "JA": "玉壺青氷" + }, + "14126": { + "icon": "Weapon_S_1261", + "rank": 4, + "type": 3, + "EN": "Sharpened Stinger", + "desc": "A deadly W-Engine from unknown sources, modified personally by Jane Doe with the intent to deal severe physical damage and Anomaly.", + "KO": "예리한 집게칼", + "CHS": "淬锋钳刺", + "JA": "磨き抜かれた切っ先" + }, + "14131": { + "icon": "Weapon_S_1311", + "rank": 4, + "type": 4, + "EN": "Elegant Vanity", + "desc": "Underneath the radiant splendor, her genuine self has never been hidden.", + "KO": "우아한 베니티백", + "CHS": "玲珑妆匣", + "JA": "優美のヴァニティ" + }, + "14132": { + "icon": "Weapon_S_1321", + "rank": 4, + "type": 1, + "EN": "Heartstring Nocturne", + "desc": "The sound of the strings, sharp as blades, cut through the night, protecting the one.", + "KO": "심금을 울리는 야상곡", + "CHS": "心弦夜响", + "JA": "心弦のノクターン" + }, + "14136": { + "icon": "Weapon_S_1361", + "rank": 4, + "type": 2, + "EN": "Item_Weapon_S_1361_Name", + "desc": "Item_Weapon_S_1361_ShortDesc", + "KO": "Item_Weapon_S_1361_Name", + "CHS": "索魂影眸", + "JA": "Item_Weapon_S_1361_Name" + }, + "14138": { + "icon": "Weapon_S_1381", + "rank": 4, + "type": 1, + "EN": "Item_Weapon_S_1381_Name", + "desc": "Item_Weapon_S_1381_ShortDesc", + "KO": "Item_Weapon_S_1381_Name", + "CHS": "牺牲洁纯", + "JA": "Item_Weapon_S_1381_Name" + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12001.json b/libs/zzz/dm/HakushinData/weapon/12001.json new file mode 100644 index 0000000000..75d6eb12d3 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12001.json @@ -0,0 +1,117 @@ +{ + "Id": 12001, + "CodeName": "Weapon_B_Common_01", + "Name": "[Lunar] Pleniluna", + "Desc": "A W-Engine that prioritizes damage output over noise reduction. It can indiscriminately deal considerable damage to all units nearby. Its designer compares it to the full moon. Bright moonlight can interrupt people's sleep, and nothing can be done about it. But the moonlight does not bother anyone on purpose — you just have to get used to it.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A W-Engine that prioritizes damage output over noise reduction. It can indiscriminately deal considerable damage to all units nearby.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_01.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101010:2|10:16800,101020:7|10:36000,101020:12|10:60000,101030:6|10:120000,101030:12", + "Talents": { + "1": { + "Name": "Full Moon", + "Desc": "Basic Attack, Dash Attack, and Dodge Counter DMG increases by 12%." + }, + "2": { + "Name": "Full Moon", + "Desc": "Basic Attack, Dash Attack, and Dodge Counter DMG increases by 14%." + }, + "3": { + "Name": "Full Moon", + "Desc": "Basic Attack, Dash Attack, and Dodge Counter DMG increases by 16%." + }, + "4": { + "Name": "Full Moon", + "Desc": "Basic Attack, Dash Attack, and Dodge Counter DMG increases by 18%." + }, + "5": { + "Name": "Full Moon", + "Desc": "Basic Attack, Dash Attack, and Dodge Counter DMG increases by 20%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12002.json b/libs/zzz/dm/HakushinData/weapon/12002.json new file mode 100644 index 0000000000..de5b1f7490 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12002.json @@ -0,0 +1,117 @@ +{ + "Id": 12002, + "CodeName": "Weapon_B_Common_02", + "Name": "[Lunar] Decrescent", + "Desc": "A W-Engine with excellent sonic and thermal energy usage, capable of hitting its target with a double whammy. Those hit, be it intentionally or not, have a chance to be diagnosed with snow blindness. The exact cause remains unknown, so obtaining insurance compensation after falling victim to this malady is close to impossible. There was a poor Hollow investigator who learned it the hard way.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A W-Engine with excellent sonic and thermal energy usage, capable of hitting its target with a double whammy.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_02.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101010:2|10:16800,101020:7|10:36000,101020:12|10:60000,101030:6|10:120000,101030:12", + "Talents": { + "1": { + "Name": "Waning Moon", + "Desc": "Launching a Chain Attack or Ultimate increases the equipper's DMG by 15% for 6s." + }, + "2": { + "Name": "Waning Moon", + "Desc": "Launching a Chain Attack or Ultimate increases the equipper's DMG by 17.5% for 6s." + }, + "3": { + "Name": "Waning Moon", + "Desc": "Launching a Chain Attack or Ultimate increases the equipper's DMG by 20% for 6s." + }, + "4": { + "Name": "Waning Moon", + "Desc": "Launching a Chain Attack or Ultimate increases the equipper's DMG by 22.5% for 6s." + }, + "5": { + "Name": "Waning Moon", + "Desc": "Launching a Chain Attack or Ultimate increases the equipper's DMG by 25% for 6s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12003.json b/libs/zzz/dm/HakushinData/weapon/12003.json new file mode 100644 index 0000000000..470b721ce1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12003.json @@ -0,0 +1,117 @@ +{ + "Id": 12003, + "CodeName": "Weapon_B_Common_03", + "Name": "[Lunar] Noviluna", + "Desc": "This high-capacity portable W-Engine can collect dissipated energy from its surroundings, thus enhancing the combat effectiveness of its operator. It is a perfect choice for novice explorers who are worried that their W-Engine may run out of power during expeditions.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A high-capacity portable W-Engine that can collect dissipated energy from its surroundings, thus enhancing the combat effectiveness of its operator.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_03.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 640 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101010:2|10:16800,101020:7|10:36000,101020:12|10:60000,101030:6|10:120000,101030:12", + "Talents": { + "1": { + "Name": "New Moon", + "Desc": "Launching an EX Special Attack generates 3 Energy for the equipper. This effect can trigger once every 12s." + }, + "2": { + "Name": "New Moon", + "Desc": "Launching an EX Special Attack generates 3.5 Energy for the equipper. This effect can trigger once every 12s." + }, + "3": { + "Name": "New Moon", + "Desc": "Launching an EX Special Attack generates 4 Energy for the equipper. This effect can trigger once every 12s." + }, + "4": { + "Name": "New Moon", + "Desc": "Launching an EX Special Attack generates 4.5 Energy for the equipper. This effect can trigger once every 12s." + }, + "5": { + "Name": "New Moon", + "Desc": "Launching an EX Special Attack generates 5 Energy for the equipper. This effect can trigger once every 12s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12004.json b/libs/zzz/dm/HakushinData/weapon/12004.json new file mode 100644 index 0000000000..a1b73783c2 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12004.json @@ -0,0 +1,117 @@ +{ + "Id": 12004, + "CodeName": "Weapon_B_Common_04", + "Name": "[Reverb] Mark I", + "Desc": "This special W-Engine features a built-in sonic generator that converts collected energy into penetrating infrasound waves, thereby boosting its damage output. However, to activate this function, the operator needs to charge up enough power, and the first step of charging up is to use up any remaining energy in the W-Engine.", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A special W-Engine featuring a built-in sonic generator that boosts its damage output.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_04.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101013:2|10:16800,101023:7|10:36000,101023:12|10:60000,101033:6|10:120000,101033:12", + "Talents": { + "1": { + "Name": "Changing Tides", + "Desc": "Launching an EX Special Attack increases all squad members' Impact by 8% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Changing Tides", + "Desc": "Launching an EX Special Attack increases all squad members' Impact by 9% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Changing Tides", + "Desc": "Launching an EX Special Attack increases all squad members' Impact by 10% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Changing Tides", + "Desc": "Launching an EX Special Attack increases all squad members' Impact by 11% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Changing Tides", + "Desc": "Launching an EX Special Attack increases all squad members' Impact by 12% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12005.json b/libs/zzz/dm/HakushinData/weapon/12005.json new file mode 100644 index 0000000000..01208b2e71 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12005.json @@ -0,0 +1,117 @@ +{ + "Id": 12005, + "CodeName": "Weapon_B_Common_05", + "Name": "[Reverb] Mark II", + "Desc": "A standardized W-Engine with balanced performance. Despite lacking any particular tendencies, it enhances its owner's and it's owner's teammates' combat effectiveness in all aspects. For novice explorers who have not figured out their preferred combat style, this W-Engine is an excellent choice.", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A standardized W-Engine with balanced performance that enhances its owner's and their teammates' combat effectiveness in all aspects.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_05.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 1600 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101013:2|10:16800,101023:7|10:36000,101023:12|10:60000,101033:6|10:120000,101033:12", + "Talents": { + "1": { + "Name": "Roaring Waves", + "Desc": "Launching an EX Special Attack or Chain Attack increases all squad members' Anomaly Mastery and Anomaly Proficiency by 10 for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Roaring Waves", + "Desc": "Launching an EX Special Attack or Chain Attack increases all squad members' Anomaly Mastery and Anomaly Proficiency by 12 for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Roaring Waves", + "Desc": "Launching an EX Special Attack or Chain Attack increases all squad members' Anomaly Mastery and Anomaly Proficiency by 13 for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Roaring Waves", + "Desc": "Launching an EX Special Attack or Chain Attack increases all squad members' Anomaly Mastery and Anomaly Proficiency by 15 for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Roaring Waves", + "Desc": "Launching an EX Special Attack or Chain Attack increases all squad members' Anomaly Mastery and Anomaly Proficiency by 16 for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12006.json b/libs/zzz/dm/HakushinData/weapon/12006.json new file mode 100644 index 0000000000..3c986de25b --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12006.json @@ -0,0 +1,117 @@ +{ + "Id": 12006, + "CodeName": "Weapon_B_Common_06", + "Name": "[Reverb] Mark III", + "Desc": "This special W-Engine features motion capture algorithms that monitor the status of the operator's teammates, enabling it to send signals to coordinate tactical movements and enhance the overall combat competency of the squad. However, this premise assumes that everyone can keep up with its signals instead of stepping on other members' toes...", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A special W-Engine that features motion capture algorithms, which enhance the overall combat competency of your squad.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_06.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "HP", + "Name2": "Percent HP", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101013:2|10:16800,101023:7|10:36000,101023:12|10:60000,101033:6|10:120000,101033:12", + "Talents": { + "1": { + "Name": "Booming Sound", + "Desc": "Launching a Chain Attack or Ultimate increases all squad members' ATK by 8% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Booming Sound", + "Desc": "Launching a Chain Attack or Ultimate increases all squad members' ATK by 9% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Booming Sound", + "Desc": "Launching a Chain Attack or Ultimate increases all squad members' ATK by 10% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Booming Sound", + "Desc": "Launching a Chain Attack or Ultimate increases all squad members' ATK by 11% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Booming Sound", + "Desc": "Launching a Chain Attack or Ultimate increases all squad members' ATK by 12% for 10s. This effect can trigger once every 20s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12007.json b/libs/zzz/dm/HakushinData/weapon/12007.json new file mode 100644 index 0000000000..c6d2553b8a --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12007.json @@ -0,0 +1,117 @@ +{ + "Id": 12007, + "CodeName": "Weapon_B_Common_07", + "Name": "[Vortex] Revolver", + "Desc": "An energy-storage type W-Engine with a unique operation circuit. It will absorb scattered energy up to a certain amount before unleashing it, dealing some extra impact. It's impossible to control when that energy is unleashed, but when it is, it'll give you the joy of winning a prize draw.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "An energy-storage type W-Engine with a unique operation circuit. It will absorb scattered energy up to a certain amount before unleashing it all at once.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_07.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101011:2|10:16800,101021:7|10:36000,101021:12|10:60000,101031:6|10:120000,101031:12", + "Talents": { + "1": { + "Name": "Undercurrent", + "Desc": "EX Special Attacks inflict 10% more Daze." + }, + "2": { + "Name": "Undercurrent", + "Desc": "EX Special Attacks inflict 11.5% more Daze." + }, + "3": { + "Name": "Undercurrent", + "Desc": "EX Special Attacks inflict 13% more Daze." + }, + "4": { + "Name": "Undercurrent", + "Desc": "EX Special Attacks inflict 14.5% more Daze." + }, + "5": { + "Name": "Undercurrent", + "Desc": "EX Special Attacks inflict 16% more Daze." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12008.json b/libs/zzz/dm/HakushinData/weapon/12008.json new file mode 100644 index 0000000000..d6cc8ee0f7 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12008.json @@ -0,0 +1,117 @@ +{ + "Id": 12008, + "CodeName": "Weapon_B_Common_08", + "Name": "[Vortex] Arrow", + "Desc": "A tactical W-Engine that locates enemies using high-frequency sound waves. Once it has marked its targets, it will activate its aiming aid to make the operator's precision attack more deadly. While this feature increases the operator's efficiency in battles, it may occasionally attract curious Ethereals from afar.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A tactical W-Engine that locates enemies using high-frequency sound waves. Its aiming aid can make its operator's precision attack more deadly.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_08.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 480 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101011:2|10:16800,101021:7|10:36000,101021:12|10:60000,101031:6|10:120000,101031:12", + "Talents": { + "1": { + "Name": "Tsunami", + "Desc": "The equipper's attacks inflict 8% more Daze on their main target." + }, + "2": { + "Name": "Tsunami", + "Desc": "The equipper's attacks inflict 9% more Daze on their main target." + }, + "3": { + "Name": "Tsunami", + "Desc": "The equipper's attacks inflict 10% more Daze on their main target." + }, + "4": { + "Name": "Tsunami", + "Desc": "The equipper's attacks inflict 11% more Daze on their main target." + }, + "5": { + "Name": "Tsunami", + "Desc": "The equipper's attacks inflict 12% more Daze on their main target." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12009.json b/libs/zzz/dm/HakushinData/weapon/12009.json new file mode 100644 index 0000000000..0f438f1dbd --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12009.json @@ -0,0 +1,117 @@ +{ + "Id": 12009, + "CodeName": "Weapon_B_Common_09", + "Name": "[Vortex] Hatchet", + "Desc": "This inverter W-Engine can generate excessive power and effectively increase its operator's battle prowess. However, due to its poor heat dissipation, it emits ear-splitting noise during battle. As a result, all squad members will need to wear earplugs.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A frequency-converting W-Engine that can quickly generate excessive power and effectively increase its user's battle prowess.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_09.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 1600 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101011:2|10:16800,101021:7|10:36000,101021:12|10:60000,101031:6|10:120000,101031:12", + "Talents": { + "1": { + "Name": "Riptide", + "Desc": "Upon entering combat or switching in, the equipper's Impact increases by 9% for 10s. This effect can trigger once every 20s." + }, + "2": { + "Name": "Riptide", + "Desc": "Upon entering combat or switching in, the equipper's Impact increases by 10% for 10s. This effect can trigger once every 20s." + }, + "3": { + "Name": "Riptide", + "Desc": "Upon entering combat or switching in, the equipper's Impact increases by 11% for 10s. This effect can trigger once every 20s." + }, + "4": { + "Name": "Riptide", + "Desc": "Upon entering combat or switching in, the equipper's Impact increases by 12% for 10s. This effect can trigger once every 20s." + }, + "5": { + "Name": "Riptide", + "Desc": "Upon entering combat or switching in, the equipper's Impact increases by 13% for 10s. This effect can trigger once every 20s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12010.json b/libs/zzz/dm/HakushinData/weapon/12010.json new file mode 100644 index 0000000000..4a123ff3fd --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12010.json @@ -0,0 +1,117 @@ +{ + "Id": 12010, + "CodeName": "Weapon_B_Common_10", + "Name": "[Magnetic Storm] Alpha", + "Desc": "This special W-Engine can analyze the target's weak spots through real-time calculations. Although its heavy exoskeleton can be a burden to the operator, some users have found it to be an efficient way to exercise and lose weight, and have thus become loyal customers.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A special W-Engine that can analyze the target's weak spots through real-time calculations.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_10.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101012:2|10:16800,101022:7|10:36000,101022:12|10:60000,101032:6|10:120000,101032:12", + "Talents": { + "1": { + "Name": "Disordered Current", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Mastery by 25 for 10s. This effect can trigger once every 20s. " + }, + "2": { + "Name": "Disordered Current", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Mastery by 28 for 10s. This effect can trigger once every 20s. " + }, + "3": { + "Name": "Disordered Current", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Mastery by 32 for 10s. This effect can trigger once every 20s. " + }, + "4": { + "Name": "Disordered Current", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Mastery by 36 for 10s. This effect can trigger once every 20s. " + }, + "5": { + "Name": "Disordered Current", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Mastery by 40 for 10s. This effect can trigger once every 20s. " + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12011.json b/libs/zzz/dm/HakushinData/weapon/12011.json new file mode 100644 index 0000000000..63508dcea9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12011.json @@ -0,0 +1,117 @@ +{ + "Id": 12011, + "CodeName": "Weapon_B_Common_11", + "Name": "[Magnetic Storm] Bravo", + "Desc": "This damage-type W-Engine features enhanced movement detection modules that can detect the operator's status in real-time and boost their combat prowess at critical moments to optimize battle efficiency. After the operator completes the finishing move, the W-Engine emits a dazzling multicolored flash and rates the operator's move.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A damage-type W-Engine that features an enhanced movement detection module that can quickly alter its output intensity to optimize battle efficiency.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_11.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "Anomaly Proficiency", + "Name2": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 24 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101012:2|10:16800,101022:7|10:36000,101022:12|10:60000,101032:6|10:120000,101032:12", + "Talents": { + "1": { + "Name": "High-Voltage Surge", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Proficiency by 25 for 10s. This effect can trigger once every 20s." + }, + "2": { + "Name": "High-Voltage Surge", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Proficiency by 28 for 10s. This effect can trigger once every 20s." + }, + "3": { + "Name": "High-Voltage Surge", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Proficiency by 32 for 10s. This effect can trigger once every 20s." + }, + "4": { + "Name": "High-Voltage Surge", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Proficiency by 36 for 10s. This effect can trigger once every 20s." + }, + "5": { + "Name": "High-Voltage Surge", + "Desc": "Accumulating Anomaly Buildup increases the equipper's Anomaly Proficiency by 40 for 10s. This effect can trigger once every 20s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12012.json b/libs/zzz/dm/HakushinData/weapon/12012.json new file mode 100644 index 0000000000..52d8616d0a --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12012.json @@ -0,0 +1,117 @@ +{ + "Id": 12012, + "CodeName": "Weapon_B_Common_12", + "Name": "[Magnetic Storm] Charlie", + "Desc": "A high-capacity W-Engine that features a built-in generator, allowing it to keep a stable storage of electrical power without any manual operation from the operator. As a result, it proves to be exceptionally used in battle as its electric current can stun tough enemies.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A high-capacity W-Engine that features a built-in generator, which allows it to keep a stable storage of electrical power.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_12.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "PEN Ratio", + "Name2": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 640 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101012:2|10:16800,101022:7|10:36000,101022:12|10:60000,101032:6|10:120000,101032:12", + "Talents": { + "1": { + "Name": "Charge Overload", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper generates 3.5 Energy. This effect can trigger once every 12s." + }, + "2": { + "Name": "Charge Overload", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper generates 4 Energy. This effect can trigger once every 12s." + }, + "3": { + "Name": "Charge Overload", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper generates 4.5 Energy. This effect can trigger once every 12s." + }, + "4": { + "Name": "Charge Overload", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper generates 5 Energy. This effect can trigger once every 12s." + }, + "5": { + "Name": "Charge Overload", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper generates 5.5 Energy. This effect can trigger once every 12s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12013.json b/libs/zzz/dm/HakushinData/weapon/12013.json new file mode 100644 index 0000000000..1c9a1272dc --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12013.json @@ -0,0 +1,117 @@ +{ + "Id": 12013, + "CodeName": "Weapon_B_Common_13", + "Name": "[Identity] Base", + "Desc": "A W-Engine with a component structure adjusted according to specific parameters. It can enhance the defensive capabilities of those who have a certain style of combat. If the user does not meet the requirements for this W-Engine, then carrying it would be like lugging around an over-sized shield in battle.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A W-Engine with a component structure adjusted according to specific parameters. It can enhance the defensive capabilities of those who have a certain style of combat.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_13.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "DEF", + "Name2": "Percent DEF", + "Format": "{0:0.#%}", + "Value": 1280 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101014:2|10:16800,101024:7|10:36000,101024:12|10:60000,101034:6|10:120000,101034:12", + "Talents": { + "1": { + "Name": "Sinking Strike", + "Desc": "When attacked, the equipper's DEF increases by 20% for 8s." + }, + "2": { + "Name": "Sinking Strike", + "Desc": "When attacked, the equipper's DEF increases by 23% for 8s." + }, + "3": { + "Name": "Sinking Strike", + "Desc": "When attacked, the equipper's DEF increases by 26% for 8s." + }, + "4": { + "Name": "Sinking Strike", + "Desc": "When attacked, the equipper's DEF increases by 29% for 8s." + }, + "5": { + "Name": "Sinking Strike", + "Desc": "When attacked, the equipper's DEF increases by 32% for 8s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/12014.json b/libs/zzz/dm/HakushinData/weapon/12014.json new file mode 100644 index 0000000000..2c86c50fcd --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/12014.json @@ -0,0 +1,117 @@ +{ + "Id": 12014, + "CodeName": "Weapon_B_Common_14", + "Name": "[Identity] Inflection", + "Desc": "A functional W-Engine that specializes in energy conversion. It can analyze combat environments and generate special sounds to disrupt the enemy's attack. However, when facing a strong-willed enemy, you will still need to seize the right opportunity to attack. Luckily, most Ethereals lack the willpower to resist it.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A functional W-Engine that specializes in energy conversion. It can analyze combat environments and generate special sounds to disrupt the enemy's offense.", + "Rarity": 2, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_B_Common_14.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 32 + }, + "RandProperty": { + "Name": "DEF", + "Name2": "Percent DEF", + "Format": "{0:0.#%}", + "Value": 1280 + }, + "Level": { + "0": { "Exp": 30, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 60, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 90, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 120, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 180, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 240, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 300, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 360, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 450, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 570, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 720, "Rate": 15682, "Rate2": 9500 }, + "11": { "Exp": 770, "Rate": 17250, "Rate2": 9500 }, + "12": { "Exp": 830, "Rate": 18818, "Rate2": 9500 }, + "13": { "Exp": 880, "Rate": 20386, "Rate2": 9500 }, + "14": { "Exp": 935, "Rate": 21954, "Rate2": 9500 }, + "15": { "Exp": 985, "Rate": 23523, "Rate2": 9500 }, + "16": { "Exp": 1040, "Rate": 25091, "Rate2": 9500 }, + "17": { "Exp": 1095, "Rate": 26659, "Rate2": 9500 }, + "18": { "Exp": 1145, "Rate": 28227, "Rate2": 9500 }, + "19": { "Exp": 1200, "Rate": 29795, "Rate2": 9500 }, + "20": { "Exp": 1870, "Rate": 31363, "Rate2": 9000 }, + "21": { "Exp": 1990, "Rate": 32932, "Rate2": 9000 }, + "22": { "Exp": 2105, "Rate": 34500, "Rate2": 9000 }, + "23": { "Exp": 2225, "Rate": 36068, "Rate2": 9000 }, + "24": { "Exp": 2340, "Rate": 37636, "Rate2": 9000 }, + "25": { "Exp": 2460, "Rate": 39204, "Rate2": 9000 }, + "26": { "Exp": 2575, "Rate": 40772, "Rate2": 9000 }, + "27": { "Exp": 2695, "Rate": 42341, "Rate2": 9000 }, + "28": { "Exp": 2810, "Rate": 43909, "Rate2": 9000 }, + "29": { "Exp": 2930, "Rate": 45477, "Rate2": 9000 }, + "30": { "Exp": 4320, "Rate": 47045, "Rate2": 8500 }, + "31": { "Exp": 4560, "Rate": 48613, "Rate2": 8500 }, + "32": { "Exp": 4800, "Rate": 50181, "Rate2": 8500 }, + "33": { "Exp": 5040, "Rate": 51750, "Rate2": 8500 }, + "34": { "Exp": 5280, "Rate": 53318, "Rate2": 8500 }, + "35": { "Exp": 5520, "Rate": 54886, "Rate2": 8500 }, + "36": { "Exp": 5760, "Rate": 56454, "Rate2": 8500 }, + "37": { "Exp": 6000, "Rate": 58022, "Rate2": 8500 }, + "38": { "Exp": 6240, "Rate": 59590, "Rate2": 8500 }, + "39": { "Exp": 6480, "Rate": 61159, "Rate2": 8500 }, + "40": { "Exp": 6840, "Rate": 62727, "Rate2": 8000 }, + "41": { "Exp": 7320, "Rate": 64295, "Rate2": 8000 }, + "42": { "Exp": 7800, "Rate": 65863, "Rate2": 8000 }, + "43": { "Exp": 8280, "Rate": 67431, "Rate2": 8000 }, + "44": { "Exp": 8760, "Rate": 68999, "Rate2": 8000 }, + "45": { "Exp": 9240, "Rate": 70568, "Rate2": 8000 }, + "46": { "Exp": 9720, "Rate": 72136, "Rate2": 8000 }, + "47": { "Exp": 10200, "Rate": 73704, "Rate2": 8000 }, + "48": { "Exp": 10680, "Rate": 75272, "Rate2": 8000 }, + "49": { "Exp": 11160, "Rate": 76840, "Rate2": 8000 }, + "50": { "Exp": 13680, "Rate": 78408, "Rate2": 7500 }, + "51": { "Exp": 14640, "Rate": 79977, "Rate2": 7500 }, + "52": { "Exp": 15600, "Rate": 81545, "Rate2": 7500 }, + "53": { "Exp": 16560, "Rate": 83113, "Rate2": 7500 }, + "54": { "Exp": 17520, "Rate": 84681, "Rate2": 7500 }, + "55": { "Exp": 18480, "Rate": 86249, "Rate2": 7500 }, + "56": { "Exp": 19440, "Rate": 87817, "Rate2": 7500 }, + "57": { "Exp": 20400, "Rate": 89386, "Rate2": 7500 }, + "58": { "Exp": 21360, "Rate": 90954, "Rate2": 7500 }, + "59": { "Exp": 22320, "Rate": 92522, "Rate2": 7500 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 7000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:7200,101014:2|10:16800,101024:7|10:36000,101024:12|10:60000,101034:6|10:120000,101034:12", + "Talents": { + "1": { + "Name": "Dazzle", + "Desc": "When attacked, reduces the attacker's DMG by 6% for 12s." + }, + "2": { + "Name": "Dazzle", + "Desc": "When attacked, reduces the attacker's DMG by 7% for 12s." + }, + "3": { + "Name": "Dazzle", + "Desc": "When attacked, reduces the attacker's DMG by 8% for 12s." + }, + "4": { + "Name": "Dazzle", + "Desc": "When attacked, reduces the attacker's DMG by 9% for 12s." + }, + "5": { + "Name": "Dazzle", + "Desc": "When attacked, reduces the attacker's DMG by 10% for 12s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13001.json b/libs/zzz/dm/HakushinData/weapon/13001.json new file mode 100644 index 0000000000..0f77c9a7ad --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13001.json @@ -0,0 +1,117 @@ +{ + "Id": 13001, + "CodeName": "Weapon_A_Common_01", + "Name": "Street Superstar", + "Desc": "A custom-made W-Engine designed for street music lovers. It sacrifices cooling components to make space for high-end speaker modules, ensuring your fans, both Ethereal and human, hear your every word.\n——From the streets to the Hollows, superstars are never short of flowers and applause. The bars they spit are so flaming hot, they add the perfect heat to any battlefield.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A custom-made W-Engine designed for urban music lovers. It sacrifices heat dissipation components for improved sound quality.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_01.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Flaming Bars", + "Desc": "Whenever a squad member launches a Chain Attack, the equipper gains 1 Charge stack, stacking up to 3 times. Upon activating their own Ultimate, the equipper consumes all Charge stacks, and each stack increases the skill's DMG by 15%." + }, + "2": { + "Name": "Flaming Bars", + "Desc": "Whenever a squad member launches a Chain Attack, the equipper gains 1 Charge stack, stacking up to 3 times. Upon activating their own Ultimate, the equipper consumes all Charge stacks, and each stack increases the skill's DMG by 17.2%." + }, + "3": { + "Name": "Flaming Bars", + "Desc": "Whenever a squad member launches a Chain Attack, the equipper gains 1 Charge stack, stacking up to 3 times. Upon activating their own Ultimate, the equipper consumes all Charge stacks, and each stack increases the skill's DMG by 19.5%." + }, + "4": { + "Name": "Flaming Bars", + "Desc": "Whenever a squad member launches a Chain Attack, the equipper gains 1 Charge stack, stacking up to 3 times. Upon activating their own Ultimate, the equipper consumes all Charge stacks, and each stack increases the skill's DMG by 21.7%." + }, + "5": { + "Name": "Flaming Bars", + "Desc": "Whenever a squad member launches a Chain Attack, the equipper gains 1 Charge stack, stacking up to 3 times. Upon activating their own Ultimate, the equipper consumes all Charge stacks, and each stack increases the skill's DMG by 24%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13002.json b/libs/zzz/dm/HakushinData/weapon/13002.json new file mode 100644 index 0000000000..51f064ff29 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13002.json @@ -0,0 +1,117 @@ +{ + "Id": 13002, + "CodeName": "Weapon_A_Common_02", + "Name": "Slice of Time", + "Desc": "A special W-Engine equipped with a high-speed camera module. The best choice for in-Hollow photography enthusiasts. It captures every touching moment spent beating up your Ethereal friends, as long as you have a free hand to press the shutter.\nP.S. The internal optical components have not undergone anti-corruption treatment. Please do not lose the warranty form.", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A special W-Engine equipped with a high-speed camera module. The best choice for in-Hollow photography enthusiasts.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_02.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "PEN Ratio", + "Name2": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101013:3|10:22400,101023:10|10:48000,101023:16|10:80000,101033:8|10:160000,101033:16", + "Talents": { + "1": { + "Name": "Say Cheese", + "Desc": "Any squad members' Dodge Counter, EX Special Attack, Assist Attack, or Chain Attack respectively generates 20/25/30/35 more Decibels and generates 0.7 Energy for the equipper. This effect can trigger once every 12s. The cooldown for each type of attack is independent of others. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Say Cheese", + "Desc": "Any squad members' Dodge Counter, EX Special Attack, Assist Attack, or Chain Attack respectively generates 23/28.5/34.5/40 more Decibels and generates 0.8 Energy for the equipper. This effect can trigger once every 12s. The cooldown for each type of attack is independent of others. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Say Cheese", + "Desc": "Any squad members' Dodge Counter, EX Special Attack, Assist Attack, or Chain Attack respectively generates 26/32/39/45 more Decibels and generates 0.9 Energy for the equipper. This effect can trigger once every 12s. The cooldown for each type of attack is independent of others. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Say Cheese", + "Desc": "Any squad members' Dodge Counter, EX Special Attack, Assist Attack, or Chain Attack respectively generates 29/35.5/43.5/50 more Decibels and generates 1 Energy for the equipper. This effect can trigger once every 12s. The cooldown for each type of attack is independent of others. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Say Cheese", + "Desc": "Any squad members' Dodge Counter, EX Special Attack, Assist Attack, or Chain Attack respectively generates 32/40/48/55 more Decibels and generates 1.1 Energy for the equipper. This effect can trigger once every 12s. The cooldown for each type of attack is independent of others. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13003.json b/libs/zzz/dm/HakushinData/weapon/13003.json new file mode 100644 index 0000000000..106239c23c --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13003.json @@ -0,0 +1,117 @@ +{ + "Id": 13003, + "CodeName": "Weapon_A_Common_03", + "Name": "Rainforest Gourmet", + "Desc": "A consumer-class W-Engine launched by an exotic pet fan club to promote pet culture. It used to be a popular model until three customers' fingers, a staff member, and half a Bangboo disappeared into a Gourmet's big mouth. Ether blocks generated by the mouth module can rapidly devour substances. Please avoid putting your head and limbs inside.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A consumer-class W-Engine launched by an exotic pet fan club to promote pet culture. Due to its cute appearance, it was once a very popular model.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_03.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Anomaly Proficiency", + "Name2": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 30 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101012:3|10:22400,101022:10|10:48000,101022:16|10:80000,101032:8|10:160000,101032:16", + "Talents": { + "1": { + "Name": "Dinner's Ready!", + "Desc": "For every 10 Energy consumed, the equipper gains a buff that increases ATK by 2.5% for 10s, stacking up to 10 times. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Dinner's Ready!", + "Desc": "For every 10 Energy consumed, the equipper gains a buff that increases ATK by 2.8% for 10s, stacking up to 10 times. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Dinner's Ready!", + "Desc": "For every 10 Energy consumed, the equipper gains a buff that increases ATK by 3.2% for 10s, stacking up to 10 times. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Dinner's Ready!", + "Desc": "For every 10 Energy consumed, the equipper gains a buff that increases ATK by 3.6% for 10s, stacking up to 10 times. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Dinner's Ready!", + "Desc": "For every 10 Energy consumed, the equipper gains a buff that increases ATK by 4% for 10s, stacking up to 10 times. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13004.json b/libs/zzz/dm/HakushinData/weapon/13004.json new file mode 100644 index 0000000000..073475ad15 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13004.json @@ -0,0 +1,117 @@ +{ + "Id": 13004, + "CodeName": "Weapon_A_Common_04", + "Name": "Starlight Engine", + "Desc": "A damage-type W-Engine made of special Etheric matter. When its operator is attacked, it builds up energy and boosts its damage output. Although it does not grant the operator the power to transform into a Starlight Knight, it provides a surge of courage when the operator is in dire situations.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A damage-type W-Engine made of special Etheric matter. When its user is attacked, it builds up energy.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_04.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Knight's Combo", + "Desc": "Launching a Dodge Counter or Quick Assist increases the equipper's ATK by 12% for 12s." + }, + "2": { + "Name": "Knight's Combo", + "Desc": "Launching a Dodge Counter or Quick Assist increases the equipper's ATK by 13.8% for 12s." + }, + "3": { + "Name": "Knight's Combo", + "Desc": "Launching a Dodge Counter or Quick Assist increases the equipper's ATK by 15.6% for 12s." + }, + "4": { + "Name": "Knight's Combo", + "Desc": "Launching a Dodge Counter or Quick Assist increases the equipper's ATK by 17.4% for 12s." + }, + "5": { + "Name": "Knight's Combo", + "Desc": "Launching a Dodge Counter or Quick Assist increases the equipper's ATK by 19.2% for 12s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13005.json b/libs/zzz/dm/HakushinData/weapon/13005.json new file mode 100644 index 0000000000..a2217fd2fc --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13005.json @@ -0,0 +1,117 @@ +{ + "Id": 13005, + "CodeName": "Weapon_A_Common_05", + "Name": "Steam Oven", + "Desc": "This high-power W-Engine boasts a cutting-edge energy conversion device that collects heat from its surroundings and supplies it to the steamer, making it easy for the operator to cook or heat up objects. This makes it a perfect choice for Hollow explorers. However... please be careful when using it to avoid burns.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A high-power W-Engine that boasts a cutting-edge energy conversion system. It collects excess heat and supplies it to the steamer.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_05.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 2000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101011:3|10:22400,101021:10|10:48000,101021:16|10:80000,101031:8|10:160000,101031:16", + "Talents": { + "1": { + "Name": "Thick Broth", + "Desc": "For every 10 Energy accumulated, the equipper's Impact is increased by 2%, stacking up to 8 times. After Energy is consumed, this bonus remains for 8 more seconds. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Thick Broth", + "Desc": "For every 10 Energy accumulated, the equipper's Impact is increased by 2.3%, stacking up to 8 times. After Energy is consumed, this bonus remains for 8 more seconds. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Thick Broth", + "Desc": "For every 10 Energy accumulated, the equipper's Impact is increased by 2.6%, stacking up to 8 times. After Energy is consumed, this bonus remains for 8 more seconds. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Thick Broth", + "Desc": "For every 10 Energy accumulated, the equipper's Impact is increased by 2.9%, stacking up to 8 times. After Energy is consumed, this bonus remains for 8 more seconds. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Thick Broth", + "Desc": "For every 10 Energy accumulated, the equipper's Impact is increased by 3.2%, stacking up to 8 times. After Energy is consumed, this bonus remains for 8 more seconds. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13006.json b/libs/zzz/dm/HakushinData/weapon/13006.json new file mode 100644 index 0000000000..977b00a484 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13006.json @@ -0,0 +1,117 @@ +{ + "Id": 13006, + "CodeName": "Weapon_A_Common_06", + "Name": "Precious Fossilized Core", + "Desc": "A special W-Engine whose outer shell is made of composite Etheric matter that effectively absorb incoming impacts in combat and turn it against the enemy. Rumors suggest that its prototype was crafted by a legendary Hollow explorer, and despite its ancient appearance, it continues to run smoothly. This W-Engine is literally an \"old timer\" in the field of W-Engines.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A special W-Engine whose outer shell is made of composite Etheric matter that effectively absorbs impact, and turns it against the enemy.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_06.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101011:3|10:22400,101021:10|10:48000,101021:16|10:80000,101031:8|10:160000,101031:16", + "Talents": { + "1": { + "Name": "Behemoth Hunter", + "Desc": "When the target's HP is no lower than 50%, the equipper inflicts 10% more Daze to the target. When the target's HP is no lower than 75%, this bonus is further increased by 10%." + }, + "2": { + "Name": "Behemoth Hunter", + "Desc": "When the target's HP is no lower than 50%, the equipper inflicts 11.5% more Daze to the target. When the target's HP is no lower than 75%, this bonus is further increased by 11.5%." + }, + "3": { + "Name": "Behemoth Hunter", + "Desc": "When the target's HP is no lower than 50%, the equipper inflicts 13% more Daze to the target. When the target's HP is no lower than 75%, this bonus is further increased by 13%." + }, + "4": { + "Name": "Behemoth Hunter", + "Desc": "When the target's HP is no lower than 50%, the equipper inflicts 14.5% more Daze to the target. When the target's HP is no lower than 75%, this bonus is further increased by 14.5%." + }, + "5": { + "Name": "Behemoth Hunter", + "Desc": "When the target's HP is no lower than 50%, the equipper inflicts 16% more Daze to the target. When the target's HP is no lower than 75%, this bonus is further increased by 16%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13007.json b/libs/zzz/dm/HakushinData/weapon/13007.json new file mode 100644 index 0000000000..fdc12013e5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13007.json @@ -0,0 +1,117 @@ +{ + "Id": 13007, + "CodeName": "Weapon_A_Common_07", + "Name": "Original Transmorpher", + "Desc": "A dream W-Engine adored by Starlight Knights fans. Its copyright owner claims that counterfeit transformers can transform you into a bad guy NPC. Watch out for a flying kick that'll scare the bejesus out of the bad guys — that's the power of genuine copyrighted merch!\n\"Starlight Knights, transform— Transform! Transform! Why can't I transform? Unless... the stars haven't chosen me?!\" — from an unboxing vlog recorded by an anonymous member of the Cunning Hares.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "An epic W-Engine favored by Starlight Knight fans. Its high popularity and scarcity marketing strategy have caused an influx of knock-offs.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_07.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "HP", + "Name2": "Percent HP", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101014:3|10:22400,101024:10|10:48000,101024:16|10:80000,101034:8|10:160000,101034:16", + "Talents": { + "1": { + "Name": "Starlight Knight Flying Kick", + "Desc": "Increases Max HP by 8%. When attacked, the equipper's Impact is increased by 10% for 12s." + }, + "2": { + "Name": "Starlight Knight Flying Kick", + "Desc": "Increases Max HP by 9%. When attacked, the equipper's Impact is increased by 11.5% for 12s." + }, + "3": { + "Name": "Starlight Knight Flying Kick", + "Desc": "Increases Max HP by 10%. When attacked, the equipper's Impact is increased by 13% for 12s." + }, + "4": { + "Name": "Starlight Knight Flying Kick", + "Desc": "Increases Max HP by 11%. When attacked, the equipper's Impact is increased by 14.5% for 12s." + }, + "5": { + "Name": "Starlight Knight Flying Kick", + "Desc": "Increases Max HP by 12.5%. When attacked, the equipper's Impact is increased by 16% for 12s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13008.json b/libs/zzz/dm/HakushinData/weapon/13008.json new file mode 100644 index 0000000000..0d79cdf101 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13008.json @@ -0,0 +1,117 @@ +{ + "Id": 13008, + "CodeName": "Weapon_A_Common_08", + "Name": "Weeping Gemini", + "Desc": "A W-Engine produced by recycling abandoned Bangboo shells. Though it's made from scrapped parts, it still caused some distress among Bangboo lovers. \"No Bangboo were hurt during the production of this W-Engine.\" — the manufacturer had to include this note on the packaging due to protests from Bangboo rights organizations.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A W-Engine produced by recycling abandoned Bangboo shells. Its electrode cores made of recycled metals can release high-voltage charges.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_08.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101012:3|10:22400,101022:10|10:48000,101022:16|10:80000,101032:8|10:160000,101032:16", + "Talents": { + "1": { + "Name": "Lingering Cries", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper gains a buff that increases Anomaly Proficiency by 30, stacking up to 4 times. This effect expires when the target recovers from Stun or is defeated. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Lingering Cries", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper gains a buff that increases Anomaly Proficiency by 34, stacking up to 4 times. This effect expires when the target recovers from Stun or is defeated. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Lingering Cries", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper gains a buff that increases Anomaly Proficiency by 38, stacking up to 4 times. This effect expires when the target recovers from Stun or is defeated. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Lingering Cries", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper gains a buff that increases Anomaly Proficiency by 42, stacking up to 4 times. This effect expires when the target recovers from Stun or is defeated. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Lingering Cries", + "Desc": "Whenever a squad member inflicts an Attribute Anomaly on an enemy, the equipper gains a buff that increases Anomaly Proficiency by 48, stacking up to 4 times. This effect expires when the target recovers from Stun or is defeated. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13009.json b/libs/zzz/dm/HakushinData/weapon/13009.json new file mode 100644 index 0000000000..d3b0fe876a --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13009.json @@ -0,0 +1,117 @@ +{ + "Id": 13009, + "CodeName": "Weapon_A_Common_09", + "Name": "Electro-Lip Gloss", + "Desc": "This damage-type W-Engine boasts a built-in current transformer, with its discharge part designed as a protruding lip gloss. It automatically attracts electrically sensitive objects around the operator and deals additional damage to them. Such is not the power of love, but rather the Lorentz force generated by a 1,000-volt electric field.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "This damage-type W-Engine boasts a built-in current transformer, and automatically attracts electrically sensitive objects around the operator and deals additional damage to them.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_09.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Anomaly Proficiency", + "Name2": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 30 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101012:3|10:22400,101022:10|10:48000,101022:16|10:80000,101032:8|10:160000,101032:16", + "Talents": { + "1": { + "Name": "Kiss of Death", + "Desc": "When there are enemies inflicted with Attribute Anomaly on the field, the equipper's ATK increases by 10% and they deal an additional 15% more DMG to the target." + }, + "2": { + "Name": "Kiss of Death", + "Desc": "When there are enemies inflicted with Attribute Anomaly on the field, the equipper's ATK increases by 11.5% and they deal an additional 17.5% more DMG to the target." + }, + "3": { + "Name": "Kiss of Death", + "Desc": "When there are enemies inflicted with Attribute Anomaly on the field, the equipper's ATK increases by 13% and they deal an additional 20% more DMG to the target." + }, + "4": { + "Name": "Kiss of Death", + "Desc": "When there are enemies inflicted with Attribute Anomaly on the field, the equipper's ATK increases by 14.5% and they deal an additional 22.5% more DMG to the target." + }, + "5": { + "Name": "Kiss of Death", + "Desc": "When there are enemies inflicted with Attribute Anomaly on the field, the equipper's ATK increases by 16% and they deal an additional 25% more DMG to the target." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13010.json b/libs/zzz/dm/HakushinData/weapon/13010.json new file mode 100644 index 0000000000..d4212e4899 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13010.json @@ -0,0 +1,117 @@ +{ + "Id": 13010, + "CodeName": "Weapon_A_Common_10", + "Name": "Bunny Band", + "Desc": "A special W-Engine decorated with a fluffy bunny. Although it is a mere imitation of the real animal, even the fiercest of Hollow Raiders can relieve stress by petting their bunnies while taking a break, which enhances their combat performance. There are many similar models in this series of W-Engines: a portable bunny, a foldable bunny, a furless bunny... Everyone can find one they will not be able to refuse.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A special W-Engine decorated with a fluffy bunny. However, it is just an imitation of the real animal.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_10.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "DEF", + "Name2": "Percent DEF", + "Format": "{0:0.#%}", + "Value": 1600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101014:3|10:22400,101024:10|10:48000,101024:16|10:80000,101034:8|10:160000,101034:16", + "Talents": { + "1": { + "Name": "Pet the Bunny", + "Desc": "Increases Max HP by 8%. Increases the equipper's ATK by 10% when they are shielded." + }, + "2": { + "Name": "Pet the Bunny", + "Desc": "Increases Max HP by 9.2%. Increases the equipper's ATK by 11.5% when they are shielded." + }, + "3": { + "Name": "Pet the Bunny", + "Desc": "Increases Max HP by 10.4%. Increases the equipper's ATK by 13% when they are shielded." + }, + "4": { + "Name": "Pet the Bunny", + "Desc": "Increases Max HP by 11.6%. Increases the equipper's ATK by 14.5% when they are shielded." + }, + "5": { + "Name": "Pet the Bunny", + "Desc": "Increases Max HP by 12.8%. Increases the equipper's ATK by 16% when they are shielded." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13011.json b/libs/zzz/dm/HakushinData/weapon/13011.json new file mode 100644 index 0000000000..326b82e81e --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13011.json @@ -0,0 +1,117 @@ +{ + "Id": 13011, + "CodeName": "Weapon_A_Common_11", + "Name": "Spring Embrace", + "Desc": "A special W-Engine equipped with a temperature regulator where residual heat generated by the W-Engine's high frequency is funneled into the hot springs on its surface. The owner of this W-Engine can drink hot spring soup with all its spring warmth in front of frost-covered enemies. Of course, some people think it's like drinking bath water.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A special W-Engine equipped with a temperature regulator where residual heat generated by the W-Engine's high frequency is funneled into the hot springs on its surface.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_11.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101014:3|10:22400,101024:10|10:48000,101024:16|10:80000,101034:8|10:160000,101034:16", + "Talents": { + "1": { + "Name": "Hot Spring Soup", + "Desc": "Reduces DMG taken by 7.5%. When attacked, the equipper's Energy Generation Rate increases by 10% for 12s. When the equipper switches off-field, this buff will be transferred to the new on-field character with its duration refreshed. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Hot Spring Soup", + "Desc": "Reduces DMG taken by 8.5%. When attacked, the equipper's Energy Generation Rate increases by 11.5% for 12s. When the equipper switches off-field, this buff will be transferred to the new on-field character with its duration refreshed. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Hot Spring Soup", + "Desc": "Reduces DMG taken by 9.5%. When attacked, the equipper's Energy Generation Rate increases by 13% for 12s. When the equipper switches off-field, this buff will be transferred to the new on-field character with its duration refreshed. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Hot Spring Soup", + "Desc": "Reduces DMG taken by 10.5%. When attacked, the equipper's Energy Generation Rate increases by 14.5% for 12s. When the equipper switches off-field, this buff will be transferred to the new on-field character with its duration refreshed. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Hot Spring Soup", + "Desc": "Reduces DMG taken by 12%. When attacked, the equipper's Energy Generation Rate increases by 16% for 12s. When the equipper switches off-field, this buff will be transferred to the new on-field character with its duration refreshed. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13013.json b/libs/zzz/dm/HakushinData/weapon/13013.json new file mode 100644 index 0000000000..d66813b91f --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13013.json @@ -0,0 +1,117 @@ +{ + "Id": 13013, + "CodeName": "Weapon_A_Common_13", + "Name": "Gilded Blossom", + "Desc": "A W-Engine that represents the brilliance and magnificence of flowers, seemingly crafted from the most luxurious materials. However, after finally dismantling the Ether-powered premium anti-theft device, an experienced thief will discover with terror that this W-Engine... is only gold plated.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A W-Engine with a grandiose and luxurious appearance equipped with a premium Ether-powered anti-theft device. It's actually used to provide the equipper with energy.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_13.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Extraordinary Anti-Theft Measures", + "Desc": "ATK increases by 6%, and DMG dealt by EX Special Attacks increases by 15%." + }, + "2": { + "Name": "Extraordinary Anti-Theft Measures", + "Desc": "ATK increases by 6.9%, and DMG dealt by EX Special Attacks increases by 17.2%." + }, + "3": { + "Name": "Extraordinary Anti-Theft Measures", + "Desc": "ATK increases by 7.8%, and DMG dealt by EX Special Attacks increases by 19.5%." + }, + "4": { + "Name": "Extraordinary Anti-Theft Measures", + "Desc": "ATK increases by 8.7%, and DMG dealt by EX Special Attacks increases by 21.8%." + }, + "5": { + "Name": "Extraordinary Anti-Theft Measures", + "Desc": "ATK increases by 9.6%, and DMG dealt by EX Special Attacks increases by 24%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13015.json b/libs/zzz/dm/HakushinData/weapon/13015.json new file mode 100644 index 0000000000..804abf89a6 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13015.json @@ -0,0 +1,117 @@ +{ + "Id": 13015, + "CodeName": "Weapon_A_Common_15", + "Name": "Marcato Desire", + "Desc": "Art can save those drowning in life. Mortals gather together, music of different emotions collide, and the drying graffiti on the wall speaks of a thousand unique forms of agency.\nNow, turn up the music until the soundwaves crash the Hollow. Even if Ethereals don't have ears, let's make them feel the power of humanity!", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "Gather 'round, mortals! Turn up the music!", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_Common_15.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Get Everyone Fired Up", + "Desc": "When an EX Special Attack or Chain Attack hits an enemy, the equipper's ATK increases by 6% for 8s. While the target is under an Attribute Anomaly, this effect is increased by an additional 6%." + }, + "2": { + "Name": "Get Everyone Fired Up", + "Desc": "When an EX Special Attack or Chain Attack hits an enemy, the equipper's ATK increases by 6.9% for 8s. While the target is under an Attribute Anomaly, this effect is increased by an additional 6.9%." + }, + "3": { + "Name": "Get Everyone Fired Up", + "Desc": "When an EX Special Attack or Chain Attack hits an enemy, the equipper's ATK increases by 7.8% for 8s. While the target is under an Attribute Anomaly, this effect is increased by an additional 7.8%." + }, + "4": { + "Name": "Get Everyone Fired Up", + "Desc": "When an EX Special Attack or Chain Attack hits an enemy, the equipper's ATK increases by 8.7% for 8s. While the target is under an Attribute Anomaly, this effect is increased by an additional 8.7%." + }, + "5": { + "Name": "Get Everyone Fired Up", + "Desc": "When an EX Special Attack or Chain Attack hits an enemy, the equipper's ATK increases by 9.6% for 8s. While the target is under an Attribute Anomaly, this effect is increased by an additional 9.6%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13101.json b/libs/zzz/dm/HakushinData/weapon/13101.json new file mode 100644 index 0000000000..4ac58f87a9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13101.json @@ -0,0 +1,117 @@ +{ + "Id": 13101, + "CodeName": "Weapon_A_1011", + "Name": "Demara Battery Mark II", + "Desc": "This customized W-Engine Core focuses on power storage and has been modified to enhance power storage functions. It can effectively boost Zap damage output for weapons, and is the gadget store owner's piece de resistance. Not long after, Anby made some tweaks based on user habits, but judging by how serious and careful she is while conducting each maintenance session, these are probably not the safest of modifications.\n\n\"Weapons SHOULD be dangerous. If it can't shock me, then how is it going to shock the enemy?\" — Anby's response while carefully performing maintenance", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A customized W-Engine that focuses on energy storage, modified to improve its energy capacity. This model is often used by Anby.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1011.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101011:3|10:22400,101021:10|10:48000,101021:16|10:80000,101031:8|10:160000,101031:16", + "Talents": { + "1": { + "Name": "In a Flash of Light", + "Desc": "Increases Electric DMG by 15%. When the equipper hits an enemy with a Dodge Counter or Assist Attack, their Energy Generation Rate increases by 18% for 8s." + }, + "2": { + "Name": "In a Flash of Light", + "Desc": "Increases Electric DMG by 17.5%. When the equipper hits an enemy with a Dodge Counter or Assist Attack, their Energy Generation Rate increases by 20.5% for 8s." + }, + "3": { + "Name": "In a Flash of Light", + "Desc": "Increases Electric DMG by 20%. When the equipper hits an enemy with a Dodge Counter or Assist Attack, their Energy Generation Rate increases by 23% for 8s." + }, + "4": { + "Name": "In a Flash of Light", + "Desc": "Increases Electric DMG by 22%. When the equipper hits an enemy with a Dodge Counter or Assist Attack, their Energy Generation Rate increases by 25% for 8s." + }, + "5": { + "Name": "In a Flash of Light", + "Desc": "Increases Electric DMG by 24%. When the equipper hits an enemy with a Dodge Counter or Assist Attack, their Energy Generation Rate increases by 27.5% for 8s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13103.json b/libs/zzz/dm/HakushinData/weapon/13103.json new file mode 100644 index 0000000000..4251ee6c80 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13103.json @@ -0,0 +1,117 @@ +{ + "Id": 13103, + "CodeName": "Weapon_A_1031", + "Name": "The Vault", + "Desc": "A cost-effective W-Engine that focuses on energy storage. After Nicole modified its internal space, it can now be used as a storage box. While the gold coins stored inside are fake, they may catch greedy Hollow Raiders off guard. Or rather, the operator can simply toss the heavy coins at them and knock them out.\n\n\"Hurts, doesn't it? Impressive, right? Hmph, that's just what money can do!\" — Nicole, gloating after defeating an enemy", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A cost-effective W-Engine that can store energy, with improvements made to its internal space. This model is often used by Nicole.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1031.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 2000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101013:3|10:22400,101023:10|10:48000,101023:16|10:80000,101033:8|10:160000,101033:16", + "Talents": { + "1": { + "Name": "Money-Lover", + "Desc": "Dealing Ether DMG using an EX Special Attack, Chain Attack, or Ultimate increases all squad members' DMG against the target by 15% and increases the equipper's Energy Regen by 0.5/s for 2s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Money-Lover", + "Desc": "Dealing Ether DMG using an EX Special Attack, Chain Attack, or Ultimate increases all squad members' DMG against the target by 17.5% and increases the equipper's Energy Regen by 0.58/s for 2s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Money-Lover", + "Desc": "Dealing Ether DMG using an EX Special Attack, Chain Attack, or Ultimate increases all squad members' DMG against the target by 20% and increases the equipper's Energy Regen by 0.65/s for 2s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Money-Lover", + "Desc": "Dealing Ether DMG using an EX Special Attack, Chain Attack, or Ultimate increases all squad members' DMG against the target by 22% and increases the equipper's Energy Regen by 0.72/s for 2s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Money-Lover", + "Desc": "Dealing Ether DMG using an EX Special Attack, Chain Attack, or Ultimate increases all squad members' DMG against the target by 24% and increases the equipper's Energy Regen by 0.8/s for 2s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13106.json b/libs/zzz/dm/HakushinData/weapon/13106.json new file mode 100644 index 0000000000..f399159ed8 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13106.json @@ -0,0 +1,117 @@ +{ + "Id": 13106, + "CodeName": "Weapon_A_1061", + "Name": "Housekeeper", + "Desc": "An enhanced W-Engine with a high rotation speed. Corin has integrated its shaft portion with a chainsaw to provide additional cutting power for her \"cleaning\" work. To ensure that her \"cleaning\" goes smoothly and to minimize the pain inflicted on her target, she has thoughtfully increased the rotation speed to the maximum.\n\n\"Um... Don't worry, it won't hurt! Well... I mean, it will only hurt for a moment, and then it won't hurt anymore!\" — Corin, attempting to comfort her opponent before attacking", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "An enhanced W-Engine with a high rotation speed. A chainsaw has been integrated into its shaft. This model is often used by Corin.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1061.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Safe Household Saw", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.45/s. When an EX Special Attack hits an enemy, the equipper's Physical DMG increases by 3%, stacking up to 15 times and lasting 1s. Repeated triggers reset the duration." + }, + "2": { + "Name": "Safe Household Saw", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.52/s. When an EX Special Attack hits an enemy, the equipper's Physical DMG increases by 3.5%, stacking up to 15 times and lasting 1s. Repeated triggers reset the duration." + }, + "3": { + "Name": "Safe Household Saw", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.58/s. When an EX Special Attack hits an enemy, the equipper's Physical DMG increases by 4%, stacking up to 15 times and lasting 1s. Repeated triggers reset the duration." + }, + "4": { + "Name": "Safe Household Saw", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.65/s. When an EX Special Attack hits an enemy, the equipper's Physical DMG increases by 4.4%, stacking up to 15 times and lasting 1s. Repeated triggers reset the duration." + }, + "5": { + "Name": "Safe Household Saw", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.72/s. When an EX Special Attack hits an enemy, the equipper's Physical DMG increases by 4.8%, stacking up to 15 times and lasting 1s. Repeated triggers reset the duration." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13108.json b/libs/zzz/dm/HakushinData/weapon/13108.json new file mode 100644 index 0000000000..f4a92bc224 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13108.json @@ -0,0 +1,117 @@ +{ + "Id": 13108, + "CodeName": "Weapon_A_1081", + "Name": "Starlight Engine Replica", + "Desc": "A custom supercomputing W-Engine which specializes in aim assist and calculating trajectories, it looks more like some kind of pirated Starlight Knight figurine now that Billy's finished his modifications. It flashes brightly whenever an enemy is detected, and shouts out pre-set quotes. Despite this move clearly exposing one's location and attracting the enemy, this is not an issue for Billy so long as everything is cool enough.\n\n\"COPY? How can you call that a copy?! I've poured all my passion, wisdom, soul, and moisture into this! Apart from summoning a shooting star to transform me — this is real deal, bona fide Starlight Knight equipment!\" — Billy, enthusiastically outlining his modding philosophy", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A customized supercomputing W-Engine, specialized in aim support and ballistic calculations. Modified by Billy, it now looks like some sort of knock-off Starlight Knight figurine.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1081.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Knight Beam: Change", + "Desc": "Increases the equipper's Physical DMG against the target by 36% for 8s upon hitting an enemy at least 6 meters away with a Basic Attack or Dash Attack." + }, + "2": { + "Name": "Knight Beam: Change", + "Desc": "Increases the equipper's Physical DMG against the target by 41% for 8s upon hitting an enemy at least 6 meters away with a Basic Attack or Dash Attack." + }, + "3": { + "Name": "Knight Beam: Change", + "Desc": "Increases the equipper's Physical DMG against the target by 46.5% for 8s upon hitting an enemy at least 6 meters away with a Basic Attack or Dash Attack." + }, + "4": { + "Name": "Knight Beam: Change", + "Desc": "Increases the equipper's Physical DMG against the target by 52% for 8s upon hitting an enemy at least 6 meters away with a Basic Attack or Dash Attack." + }, + "5": { + "Name": "Knight Beam: Change", + "Desc": "Increases the equipper's Physical DMG against the target by 57.5% for 8s upon hitting an enemy at least 6 meters away with a Basic Attack or Dash Attack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13111.json b/libs/zzz/dm/HakushinData/weapon/13111.json new file mode 100644 index 0000000000..a27db0838c --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13111.json @@ -0,0 +1,117 @@ +{ + "Id": 13111, + "CodeName": "Weapon_A_1111", + "Name": "Drill Rig - Red Axis", + "Desc": "Originally a high-rev W-Engine, it has been modified by Anton with the most expensive rotary drill parts. These modifications allow the engine to temporarily exceed its output limits, enabling it to better serve Anton's \"bro.\" When it comes to anything involving his \"bro,\" Anton spares no expense.\n\n\"Ben bought the materials, Grace helped with the modding, and the force was signed off by the president herself... Bro, the blessings of all Belobog are inside you. Let's do this!\" — Anton muttering to himself the first time he starts it up", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "Originally a rev-enhanced W-Engine, it has been modified by Anton with the most expensive rotary drill parts that allow it to exceed its output limits.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1111.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 2000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Hell's Generator", + "Desc": "When launching an EX Special Attack or Chain Attack, Electric DMG from Basic Attacks and Dash Attacks increases by 50% for 10s. This effect can trigger once every 15s." + }, + "2": { + "Name": "Hell's Generator", + "Desc": "When launching an EX Special Attack or Chain Attack, Electric DMG from Basic Attacks and Dash Attacks increases by 57.5% for 10s. This effect can trigger once every 15s." + }, + "3": { + "Name": "Hell's Generator", + "Desc": "When launching an EX Special Attack or Chain Attack, Electric DMG from Basic Attacks and Dash Attacks increases by 65% for 10s. This effect can trigger once every 15s." + }, + "4": { + "Name": "Hell's Generator", + "Desc": "When launching an EX Special Attack or Chain Attack, Electric DMG from Basic Attacks and Dash Attacks increases by 72.5% for 10s. This effect can trigger once every 15s." + }, + "5": { + "Name": "Hell's Generator", + "Desc": "When launching an EX Special Attack or Chain Attack, Electric DMG from Basic Attacks and Dash Attacks increases by 80% for 10s. This effect can trigger once every 15s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13112.json b/libs/zzz/dm/HakushinData/weapon/13112.json new file mode 100644 index 0000000000..17f373d8ce --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13112.json @@ -0,0 +1,117 @@ +{ + "Id": 13112, + "CodeName": "Weapon_A_1121", + "Name": "Big Cylinder", + "Desc": "This super-powerful support W-Engine, into which Ben installed extra heavy oil cylinders to keep it growling along, can even provide sufficient power for heavy-duty machinery. Despite its weight being so massive that ordinary people cannot lift it, for Ben, it's the perfect counterweight ball for his concrete pillar.\n\n\"Don't worry. I've calculated the counterweight position and impact resistance factor down to four decimal places. It won't impact weapon performance.\" — Ben, before taking out his notebook to check over the calculations yet again", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A powerful protection-type W-Engine, characterized by thick oil cylinders that ceaselessly roar inside it. It can provide sufficient power for heavy machinery.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1121.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "DEF", + "Name2": "Percent DEF", + "Format": "{0:0.#%}", + "Value": 1600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101014:3|10:22400,101024:10|10:48000,101024:16|10:80000,101034:8|10:160000,101034:16", + "Talents": { + "1": { + "Name": "Ten Ton Top", + "Desc": "Reduces DMG taken by 7.5%. After being attacked, the next attack to hit an enemy will trigger a critical hit and deal 600% of the equipper's DEF as additional DMG. This effect can be triggered once every 7.5s." + }, + "2": { + "Name": "Ten Ton Top", + "Desc": "Reduces DMG taken by 8.5%. After being attacked, the next attack to hit an enemy will trigger a critical hit and deal 690% of the equipper's DEF as additional DMG. This effect can be triggered once every 7.5s." + }, + "3": { + "Name": "Ten Ton Top", + "Desc": "Reduces DMG taken by 9.5%. After being attacked, the next attack to hit an enemy will trigger a critical hit and deal 780% of the equipper's DEF as additional DMG. This effect can be triggered once every 7.5s." + }, + "4": { + "Name": "Ten Ton Top", + "Desc": "Reduces DMG taken by 10.5%. After being attacked, the next attack to hit an enemy will trigger a critical hit and deal 870% of the equipper's DEF as additional DMG. This effect can be triggered once every 7.5s." + }, + "5": { + "Name": "Ten Ton Top", + "Desc": "Reduces DMG taken by 12%. After being attacked, the next attack to hit an enemy will trigger a critical hit and deal 960% of the equipper's DEF as additional DMG. This effect can be triggered once every 7.5s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13113.json b/libs/zzz/dm/HakushinData/weapon/13113.json new file mode 100644 index 0000000000..6bced09430 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13113.json @@ -0,0 +1,117 @@ +{ + "Id": 13113, + "CodeName": "Weapon_A_1131", + "Name": "Bashful Demon", + "Desc": "An intricate W-Engine developed by Section 6 and later modified using the technology of a certain martial arts clan. It can control Ether particles to form an energy field and boasts a terrifying appearance that can easily silence a crying child! If you are unfortunate enough to face its wicked stare, then just wait until it unfurls its fangs. What lies inside is... Don't laugh! This poor little thing really hurts when it hits you!\n\n\"Hmm... Instead of a cool mask, I'd rather carry another lunchbox... I'll go ask Nagi if I can pack some snacks in it!\" — Soukaku, excitedly running to the Section 6 office", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "An intricate W-Engine developed by Section 6 and later modified with extra features. It can control Ether particles to form an energy field. This model is favored by Soukaku.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1131.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101013:3|10:22400,101023:10|10:48000,101023:16|10:80000,101033:8|10:160000,101033:16", + "Talents": { + "1": { + "Name": "Visage of Greed", + "Desc": "Increases Ice DMG by 15%. When launching an EX Special Attack, all squad members' ATK increases by 2% for 12s, stacking up to 4 times. Repeated triggers reset the duration. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Visage of Greed", + "Desc": "Increases Ice DMG by 17.5%. When launching an EX Special Attack, all squad members' ATK increases by 2.3% for 12s, stacking up to 4 times. Repeated triggers reset the duration. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Visage of Greed", + "Desc": "Increases Ice DMG by 20%. When launching an EX Special Attack, all squad members' ATK increases by 2.6% for 12s, stacking up to 4 times. Repeated triggers reset the duration. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Visage of Greed", + "Desc": "Increases Ice DMG by 22%. When launching an EX Special Attack, all squad members' ATK increases by 2.9% for 12s, stacking up to 4 times. Repeated triggers reset the duration. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Visage of Greed", + "Desc": "Increases Ice DMG by 24%. When launching an EX Special Attack, all squad members' ATK increases by 3.2% for 12s, stacking up to 4 times. Repeated triggers reset the duration. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13115.json b/libs/zzz/dm/HakushinData/weapon/13115.json new file mode 100644 index 0000000000..a4d03cc4fa --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13115.json @@ -0,0 +1,117 @@ +{ + "Id": 13115, + "CodeName": "Weapon_A_1151", + "Name": "Kaboom the Cannon", + "Desc": "A support W-Engine propelled by jets that is both mobile and impactful, it can traverse the entire battlefield providing combat buffs. Not only is it practical, but it's the biggest imaginary enemy and most-feared sparring partner of Grassy, Woody, and Bricky. The little boars can hear Lucy say in their nightmares.\n\n\"If you can't do it, go train with Kaboom!\" — Lucy, lecturing her three loyal guard boars", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A support W-Engine propelled by jets that is both mobile and impactful, it can traverse the entire battlefield providing combat buffs.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1151.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 2000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101013:3|10:22400,101023:10|10:48000,101023:16|10:80000,101033:8|10:160000,101033:16", + "Talents": { + "1": { + "Name": "Stampede Accident", + "Desc": "When any friendly unit in the squad attacks and hits an enemy, all friendly units' ATK increases by 2.5% for 8s, stacking up to 4 times. The duration of each stack is calculated separately, and each friendly unit can provide 1 stack of the buff. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Stampede Accident", + "Desc": "When any friendly unit in the squad attacks and hits an enemy, all friendly units' ATK increases by 2.8% for 8s, stacking up to 4 times. The duration of each stack is calculated separately, and each friendly unit can provide 1 stack of the buff. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Stampede Accident", + "Desc": "When any friendly unit in the squad attacks and hits an enemy, all friendly units' ATK increases by 3.2% for 8s, stacking up to 4 times. The duration of each stack is calculated separately, and each friendly unit can provide 1 stack of the buff. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Stampede Accident", + "Desc": "When any friendly unit in the squad attacks and hits an enemy, all friendly units' ATK increases by 3.6% for 8s, stacking up to 4 times. The duration of each stack is calculated separately, and each friendly unit can provide 1 stack of the buff. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Stampede Accident", + "Desc": "When any friendly unit in the squad attacks and hits an enemy, all friendly units' ATK increases by 4% for 8s, stacking up to 4 times. The duration of each stack is calculated separately, and each friendly unit can provide 1 stack of the buff. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13127.json b/libs/zzz/dm/HakushinData/weapon/13127.json new file mode 100644 index 0000000000..22fb885fad --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13127.json @@ -0,0 +1,117 @@ +{ + "Id": 13127, + "CodeName": "Weapon_A_1271", + "Name": "Peacekeeper - Specialized", + "Desc": "A defensive W-Engine independently researched and created by Public Security with special emphasis on enhancing the energy conversion ability in its shield. Rumor has it that this model of W-Engine became the standard for all supporting units in Hollow operations due to an unknown member of the top brass pushing for mass production.\n\n\"Even if you took it apart and rebuilt it into an actual physical shield, it would still be extremely sturdy... but it really is super heavy!\" —Seth, musing aloud as he studies the extremely expensive material of the W-Engine", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A defensive W-Engine independently researched and created by Public Security which simplifies the offensive components to enhance the energy conversion ability in its shield. ", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1271.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101014:3|10:22400,101024:10|10:48000,101024:16|10:80000,101034:8|10:160000,101034:16", + "Talents": { + "1": { + "Name": "Standard Blocking Technique", + "Desc": "While Shielded, the equipper's Energy Regen increases by 0.4/s. The Anomaly Buildup of EX Special Attacks and Assist Follow-Ups increase by 36%." + }, + "2": { + "Name": "Standard Blocking Technique", + "Desc": "While Shielded, the equipper's Energy Regen increases by 0.46/s. The Anomaly Buildup of EX Special Attacks/Assist Follow-Ups increase by 40%." + }, + "3": { + "Name": "Standard Blocking Technique", + "Desc": "While Shielded, the equipper's Energy Regen increases by 0.52/s. The Anomaly Buildup of EX Special Attacks/Assist Follow-Ups increase by 45%." + }, + "4": { + "Name": "Standard Blocking Technique", + "Desc": "While Shielded, the equipper's Energy Regen increases by 0.58/s. The Anomaly Buildup of EX Special Attacks/Assist Follow-Ups increase by 50%." + }, + "5": { + "Name": "Standard Blocking Technique", + "Desc": "While Shielded, the equipper's Energy Regen increases by 0.64/s. The Anomaly Buildup of EX Special Attacks/Assist Follow-Ups increase by 55%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13128.json b/libs/zzz/dm/HakushinData/weapon/13128.json new file mode 100644 index 0000000000..0cae35f1de --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13128.json @@ -0,0 +1,117 @@ +{ + "Id": 13128, + "CodeName": "Weapon_A_1281", + "Name": "Roaring Ride", + "Desc": "This energy W-Engine, modded from spare parts of a truck's engine, converts the original cylinder into an energy storage unit, which is highly advantageous. It placed first in the internal Leaps and Bounds competition, surpassing many heavy-duty motorbikes and even a truck driven by Piper herself.\n\n\"Too bad there's no way to carry cargo... Maybe we can hang it on the tusks?\" — Piper, top-notch logistics driver", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "An energy W-Engine modded from spare parts of a truck's engine. It converts the original cylinder into an energy storage unit, which is highly advantageous.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1281.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101012:3|10:22400,101022:10|10:48000,101022:16|10:80000,101032:8|10:160000,101032:16", + "Talents": { + "1": { + "Name": "Collision Potential", + "Desc": "When EX Special Attack hits an enemy, one of three possible effects is randomly triggered for 5 seconds. This effect can trigger once every 0.3s. The same types of effects cannot stack. Repeated triggers reset the duration, allowing several effects to be active at once:\nIncreases the equipper's ATK by 8%, increases the equipper's Anomaly Proficiency by 40, or increases the equipper's Anomaly Buildup Rate by 25%." + }, + "2": { + "Name": "Collision Potential", + "Desc": "When EX Special Attack hits an enemy, one of three possible effects is randomly triggered for 5 seconds. This effect can trigger once every 0.3s. The same types of effects cannot stack. Repeated triggers reset the duration, allowing several effects to be active at once:\nIncreases the equipper's ATK by 9.2%, increases the equipper's Anomaly Proficiency by 46, or increases the equipper's Anomaly Buildup Rate by 28%." + }, + "3": { + "Name": "Collision Potential", + "Desc": "When EX Special Attack hits an enemy, one of three possible effects is randomly triggered for 5 seconds. This effect can trigger once every 0.3s. The same types of effects cannot stack. Repeated triggers reset the duration, allowing several effects to be active at once:\nIncreases the equipper's ATK by 10.4%, increases the equipper's Anomaly Proficiency by 52, or increases the equipper's Anomaly Buildup Rate by 32%." + }, + "4": { + "Name": "Collision Potential", + "Desc": "When EX Special Attack hits an enemy, one of three possible effects is randomly triggered for 5 seconds. This effect can trigger once every 0.3s. The same types of effects cannot stack. Repeated triggers reset the duration, allowing several effects to be active at once:\nIncreases the equipper's ATK by 11.6%, increases the equipper's Anomaly Proficiency by 58, or increases the equipper's Anomaly Buildup Rate by 36%." + }, + "5": { + "Name": "Collision Potential", + "Desc": "When EX Special Attack hits an enemy, one of three possible effects is randomly triggered for 5 seconds. This effect can trigger once every 0.3s. The same types of effects cannot stack. Repeated triggers reset the duration, allowing several effects to be active at once:\nIncreases the equipper's ATK by 12.8%, increases the equipper's Anomaly Proficiency by 64, or increases the equipper's Anomaly Buildup Rate by 40%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/13135.json b/libs/zzz/dm/HakushinData/weapon/13135.json new file mode 100644 index 0000000000..cc47fb9cfa --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/13135.json @@ -0,0 +1,117 @@ +{ + "Id": 13135, + "CodeName": "Weapon_A_1351", + "Name": "Item_Weapon_A_1351_Name", + "Desc": "Item_Weapon_A_1351_Desc", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "An energy W-Engine modded from spare parts of a truck's engine. It converts the original cylinder into an energy storage unit, which is highly advantageous.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_A_1351.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 42 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101011:3|10:22400,101021:10|10:48000,101021:16|10:80000,101031:8|10:160000,101031:16", + "Talents": { + "1": { + "Name": "Weapon_TalentTitle_13135", + "Desc": "Weapon_TalentDes_81313501" + }, + "2": { + "Name": "Weapon_TalentTitle_13135", + "Desc": "Weapon_TalentDes_81313502" + }, + "3": { + "Name": "Weapon_TalentTitle_13135", + "Desc": "Weapon_TalentDes_81313503" + }, + "4": { + "Name": "Weapon_TalentTitle_13135", + "Desc": "Weapon_TalentDes_81313504" + }, + "5": { + "Name": "Weapon_TalentTitle_13135", + "Desc": "Weapon_TalentDes_81313505" + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14001.json b/libs/zzz/dm/HakushinData/weapon/14001.json new file mode 100644 index 0000000000..c58929b621 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14001.json @@ -0,0 +1,117 @@ +{ + "Id": 14001, + "CodeName": "Weapon_S_Common_01", + "Name": "Cannon Rotor", + "Desc": "A high-performance supercomputing W-Engine, capable of collecting real-time data on the battlefield and providing tactical support to its operator. Additionally, it is equipped with mini cannons and can even be deployed as an automatic combat unit in critical moments. In such situations, the operator may become more of a hindrance than a help.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A high-performance supercomputing W-Engine, capable of collecting real-time battlefield data and equipped with mini cannons.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_Common_01.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 800 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101010:3|10:22400,101020:10|10:48000,101020:16|10:80000,101030:8|10:160000,101030:16", + "Talents": { + "1": { + "Name": "Oversized Barrel", + "Desc": "Increases ATK by 7.5%. Landing a critical hit on an enemy will inflict an additional 200% of ATK as DMG. This effect can trigger once every 8s." + }, + "2": { + "Name": "Oversized Barrel", + "Desc": "Increases ATK by 8.6%. Landing a critical hit on an enemy will inflict an additional 200% of ATK as DMG. This effect can trigger once every 7.5s." + }, + "3": { + "Name": "Oversized Barrel", + "Desc": "Increases ATK by 9.7%. Landing a critical hit on an enemy will inflict an additional 200% of ATK as DMG. This effect can trigger once every 7s." + }, + "4": { + "Name": "Oversized Barrel", + "Desc": "Increases ATK by 10.8%. Landing a critical hit on an enemy will inflict an additional 200% of ATK as DMG. This effect can trigger once every 6.5s." + }, + "5": { + "Name": "Oversized Barrel", + "Desc": "Increases ATK by 12%. Landing a critical hit on an enemy will inflict an additional 200% of ATK as DMG. This effect can trigger once every 6s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14002.json b/libs/zzz/dm/HakushinData/weapon/14002.json new file mode 100644 index 0000000000..5f74465ded --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14002.json @@ -0,0 +1,117 @@ +{ + "Id": 14002, + "CodeName": "Weapon_S_Common_02", + "Name": "Unfettered Game Ball", + "Desc": "A new supercomputing W-Engine, featuring cutting-edge integrated chips that dynamically monitor the battlefield and provide tactical analysis for its user. Furthermore, this W-Engine can serve as a portable console, allowing its user to play the most popular video games anytime, anywhere. However, it is not advisable to use the speakers while playing games... Especially not in Hollow areas frequented by Ethereals.", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A new supercomputing W-Engine, featuring cutting-edge integrated chips that dynamically monitor the battlefield and provide tactical analysis for the user.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_Common_02.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Energy Regen", + "Name2": "Energy Regen", + "Format": "{0:0.#%}", + "Value": 2000 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101013:3|10:22400,101023:10|10:48000,101023:16|10:80000,101033:8|10:160000,101033:16", + "Talents": { + "1": { + "Name": "Game Start!", + "Desc": "Whenever the equipper's attack triggers an Attribute Counter effect, all squad members' CRIT Rate against the struck enemy increases by 12% for 12s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Game Start!", + "Desc": "Whenever the equipper's attack triggers an Attribute Counter effect, all squad members' CRIT Rate against the struck enemy increases by 13.5% for 12s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Game Start!", + "Desc": "Whenever the equipper's attack triggers an Attribute Counter effect, all squad members' CRIT Rate against the struck enemy increases by 15.5% for 12s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Game Start!", + "Desc": "Whenever the equipper's attack triggers an Attribute Counter effect, all squad members' CRIT Rate against the struck enemy increases by 17.5% for 12s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Game Start!", + "Desc": "Whenever the equipper's attack triggers an Attribute Counter effect, all squad members' CRIT Rate against the struck enemy increases by 20% for 12s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14003.json b/libs/zzz/dm/HakushinData/weapon/14003.json new file mode 100644 index 0000000000..bda905fa8b --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14003.json @@ -0,0 +1,117 @@ +{ + "Id": 14003, + "CodeName": "Weapon_S_Common_03", + "Name": "Six Shooter", + "Desc": "A special W-Engine modeled after a revolver. It can apparently load six bullet-shaped condensed Ether batteries, which release a significant amount of power when fired. It is said that as long as you carry this W-Engine, you will be able to spontaneously learn how to whistle and will occasionally reference old movies in a cowboy voice.", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A special W-Engine modeled after a revolver. It can load bullet-shaped condensed Ether batteries, which release a great amount of power when fired.", + "Rarity": 3, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_Common_03.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 40 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 600 + }, + "Level": { + "0": { "Exp": 40, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 80, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 120, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 160, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 240, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 320, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 400, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 480, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 600, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 760, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 960, "Rate": 15682, "Rate2": 9250 }, + "11": { "Exp": 1030, "Rate": 17250, "Rate2": 9250 }, + "12": { "Exp": 1105, "Rate": 18818, "Rate2": 9250 }, + "13": { "Exp": 1170, "Rate": 20386, "Rate2": 9250 }, + "14": { "Exp": 1245, "Rate": 21954, "Rate2": 9250 }, + "15": { "Exp": 1310, "Rate": 23523, "Rate2": 9250 }, + "16": { "Exp": 1390, "Rate": 25091, "Rate2": 9250 }, + "17": { "Exp": 1460, "Rate": 26659, "Rate2": 9250 }, + "18": { "Exp": 1530, "Rate": 28227, "Rate2": 9250 }, + "19": { "Exp": 1600, "Rate": 29795, "Rate2": 9250 }, + "20": { "Exp": 2495, "Rate": 31363, "Rate2": 8500 }, + "21": { "Exp": 2650, "Rate": 32932, "Rate2": 8500 }, + "22": { "Exp": 2810, "Rate": 34500, "Rate2": 8500 }, + "23": { "Exp": 2965, "Rate": 36068, "Rate2": 8500 }, + "24": { "Exp": 3120, "Rate": 37636, "Rate2": 8500 }, + "25": { "Exp": 3280, "Rate": 39204, "Rate2": 8500 }, + "26": { "Exp": 3435, "Rate": 40772, "Rate2": 8500 }, + "27": { "Exp": 3590, "Rate": 42341, "Rate2": 8500 }, + "28": { "Exp": 3750, "Rate": 43909, "Rate2": 8500 }, + "29": { "Exp": 3905, "Rate": 45477, "Rate2": 8500 }, + "30": { "Exp": 5760, "Rate": 47045, "Rate2": 7750 }, + "31": { "Exp": 6080, "Rate": 48613, "Rate2": 7750 }, + "32": { "Exp": 6400, "Rate": 50181, "Rate2": 7750 }, + "33": { "Exp": 6720, "Rate": 51750, "Rate2": 7750 }, + "34": { "Exp": 7040, "Rate": 53318, "Rate2": 7750 }, + "35": { "Exp": 7360, "Rate": 54886, "Rate2": 7750 }, + "36": { "Exp": 7680, "Rate": 56454, "Rate2": 7750 }, + "37": { "Exp": 8000, "Rate": 58022, "Rate2": 7750 }, + "38": { "Exp": 8320, "Rate": 59590, "Rate2": 7750 }, + "39": { "Exp": 8640, "Rate": 61159, "Rate2": 7750 }, + "40": { "Exp": 9120, "Rate": 62727, "Rate2": 7000 }, + "41": { "Exp": 9760, "Rate": 64295, "Rate2": 7000 }, + "42": { "Exp": 10400, "Rate": 65863, "Rate2": 7000 }, + "43": { "Exp": 11040, "Rate": 67431, "Rate2": 7000 }, + "44": { "Exp": 11680, "Rate": 68999, "Rate2": 7000 }, + "45": { "Exp": 12320, "Rate": 70568, "Rate2": 7000 }, + "46": { "Exp": 12960, "Rate": 72136, "Rate2": 7000 }, + "47": { "Exp": 13600, "Rate": 73704, "Rate2": 7000 }, + "48": { "Exp": 14240, "Rate": 75272, "Rate2": 7000 }, + "49": { "Exp": 14880, "Rate": 76840, "Rate2": 7000 }, + "50": { "Exp": 18240, "Rate": 78408, "Rate2": 6250 }, + "51": { "Exp": 19520, "Rate": 79977, "Rate2": 6250 }, + "52": { "Exp": 20800, "Rate": 81545, "Rate2": 6250 }, + "53": { "Exp": 22080, "Rate": 83113, "Rate2": 6250 }, + "54": { "Exp": 23360, "Rate": 84681, "Rate2": 6250 }, + "55": { "Exp": 24640, "Rate": 86249, "Rate2": 6250 }, + "56": { "Exp": 25920, "Rate": 87817, "Rate2": 6250 }, + "57": { "Exp": 27200, "Rate": 89386, "Rate2": 6250 }, + "58": { "Exp": 28480, "Rate": 90954, "Rate2": 6250 }, + "59": { "Exp": 29760, "Rate": 92522, "Rate2": 6250 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 5500 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:9600,101011:3|10:22400,101021:10|10:48000,101021:16|10:80000,101031:8|10:160000,101031:16", + "Talents": { + "1": { + "Name": "Fire!", + "Desc": "The equipper gains 1 Charge stack every 3s, stacking up to 6 times. When launching an EX Special Attack, consumes all Charge stacks and each stack consumed increases the skill's Daze inflicted by 4%." + }, + "2": { + "Name": "Fire!", + "Desc": "The equipper gains 1 Charge stack every 3s, stacking up to 6 times. When launching an EX Special Attack, consumes all Charge stacks and each stack consumed increases the skill's Daze inflicted by 4.6%." + }, + "3": { + "Name": "Fire!", + "Desc": "The equipper gains 1 Charge stack every 3s, stacking up to 6 times. When launching an EX Special Attack, consumes all Charge stacks and each stack consumed increases the skill's Daze inflicted by 5.2%." + }, + "4": { + "Name": "Fire!", + "Desc": "The equipper gains 1 Charge stack every 3s, stacking up to 6 times. When launching an EX Special Attack, consumes all Charge stacks and each stack consumed increases the skill's Daze inflicted by 5.8%." + }, + "5": { + "Name": "Fire!", + "Desc": "The equipper gains 1 Charge stack every 3s, stacking up to 6 times. When launching an EX Special Attack, consumes all Charge stacks and each stack consumed increases the skill's Daze inflicted by 6.4%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14102.json b/libs/zzz/dm/HakushinData/weapon/14102.json new file mode 100644 index 0000000000..4aa34196db --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14102.json @@ -0,0 +1,117 @@ +{ + "Id": 14102, + "CodeName": "Weapon_S_1021", + "Name": "Steel Cushion", + "Desc": "A supercomputing W-Engine equipped with an enhanced motion monitoring feature, perfectly matching the fast reflexes and combat maneuvers of Cat Thirens. Nekomata has added a foldable knife to its casing. Despite claiming that this design is to facilitate her in battle, the knife has fresh mackerel stains smeared onto it...\n\n\"Lots of people call me a clever clogs for doing this mod, but when you're out on the streets, you gotta put everything you can to good use: Every little trick, every little thought, every little hustle... And look! A little kitty!\" — Nekomata, diverting attention away while secretly trying to fish out the listener's wallet", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A supercomputing W-Engine equipped with a motion monitoring feature. Thanks to Nekomata's modifications, it perfectly matches the fast reflexes and combat maneuvers of feline Thirens.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1021.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Metal Cat Claws", + "Desc": "Increases Physical DMG by 20%. The equipper's DMG increases by 25% when hitting the enemy from behind." + }, + "2": { + "Name": "Metal Cat Claws", + "Desc": "Increases Physical DMG by 25%. The equipper's DMG increases by 31.5% when hitting the enemy from behind." + }, + "3": { + "Name": "Metal Cat Claws", + "Desc": "Increases Physical DMG by 30%. The equipper's DMG increases by 38% when hitting the enemy from behind." + }, + "4": { + "Name": "Metal Cat Claws", + "Desc": "Increases Physical DMG by 35%. The equipper's DMG increases by 44% when hitting the enemy from behind." + }, + "5": { + "Name": "Metal Cat Claws", + "Desc": "Increases Physical DMG by 40%. The equipper's DMG increases by 50% when hitting the enemy from behind." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14104.json b/libs/zzz/dm/HakushinData/weapon/14104.json new file mode 100644 index 0000000000..1ed3b4f2b1 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14104.json @@ -0,0 +1,117 @@ +{ + "Id": 14104, + "CodeName": "Weapon_S_1041", + "Name": "The Brimstone", + "Desc": "A violent Obsidian Division W-Engine forged with fire and filled with a forbidden fuel that has been reprocessed using Ether-technology. Its intense heat can be used to clear the entire battlefield. Rumor has it that its designer was exchanging W-Engine design ideas with Soldier 11 over dinner. After an hour spent enjoying extra spicy noodles, she decided to bring extra spicy revenge to her enemies.\n\n\"I really like it. It's stable, efficient, and practical. The high temperature can clean the battle residue off my blade and even disinfect wounds when needed... Why are you sitting so far away?\" — Soldier 11, introducing her W-Engine to her teammates", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A W-Engine made for Soldier 11 by Obsidian Division. Its intense heat can be used to clear the entire battlefield.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1041.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1200 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Scorching Breath", + "Desc": "Upon hitting an enemy with a Basic Attack, Dash Attack, or Dodge Counter, the equipper's ATK increases by 3.5% for 8s, stacking up to 8 times. This effect can trigger once every 0.5s. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Scorching Breath", + "Desc": "Upon hitting an enemy with a Basic Attack, Dash Attack, or Dodge Counter, the equipper's ATK increases by 4.4% for 8s, stacking up to 8 times. This effect can trigger once every 0.5s. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Scorching Breath", + "Desc": "Upon hitting an enemy with a Basic Attack, Dash Attack, or Dodge Counter, the equipper's ATK increases by 5.2% for 8s, stacking up to 8 times. This effect can trigger once every 0.5s. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Scorching Breath", + "Desc": "Upon hitting an enemy with a Basic Attack, Dash Attack, or Dodge Counter, the equipper's ATK increases by 6% for 8s, stacking up to 8 times. This effect can trigger once every 0.5s. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Scorching Breath", + "Desc": "Upon hitting an enemy with a Basic Attack, Dash Attack, or Dodge Counter, the equipper's ATK increases by 7% for 8s, stacking up to 8 times. This effect can trigger once every 0.5s. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14107.json b/libs/zzz/dm/HakushinData/weapon/14107.json new file mode 100644 index 0000000000..383e24ff7a --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14107.json @@ -0,0 +1,117 @@ +{ + "Id": 14107, + "CodeName": "Weapon_S_1071", + "Name": "Tusks of Fury", + "Desc": "A multi-functional W- Engine specially designed with a motorcycle tire as the foundation. It boasts rapid speed, ferocious tearing power, solid defense, unexpectedly low energy consumption, and a domineering appearance. Apparently, this was initially just a toy that Big Daddy made for Caesar to play with, but every time Caesar played with it, it would end up in tatters. As a result, Big Daddy spent years reinforcing and modifying it over a hundred times, eventually creating this superb piece of equipment that can function as a weapon, shield, wheel, and even a light source.\n\n\"It was originally supposed to also function as a piano, with keys embedded around the edge of the tire! But after a few tries, it didn't work out well. After spinning it a few times, I couldn't tell the correct notes apart, so I had to dismantle it... Fortunately, it can still be used as a fan when it gets hot.\" — Caesar, playfully flicking the W-Engine tire with her finger, whipping up a gust of wind.", + "Desc2": "Equip to increase Defense Agents' combat capabilities", + "Desc3": "A versatile W-Engine based on a motorcycle tire that Big Daddy made for Caesar.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1071.png", + "WeaponType": { "5": "Defense" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 720 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101014:4|10:28000,101024:12|10:60000,101024:20|10:100000,101034:10|10:200000,101034:20", + "Talents": { + "1": { + "Name": "Invincible Rider", + "Desc": "The Shield value provided by the equipper increases by 30%. When any squad member triggers Interrupt or Perfect Dodge, all squad members' DMG increases by 18% and Daze dealt increases by 12% for 20s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Invincible Rider", + "Desc": "The Shield value provided by the equipper increases by 38%. When any squad member triggers Interrupt or Perfect Dodge, all squad members' DMG increases by 22.5% and Daze dealt increases by 15% for 20s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Invincible Rider", + "Desc": "The Shield value provided by the equipper increases by 46%. When any squad member triggers Interrupt or Perfect Dodge, all squad members' DMG increases by 27% and Daze dealt increases by 18% for 20s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Invincible Rider", + "Desc": "The Shield value provided by the equipper increases by 52%. When any squad member triggers Interrupt or Perfect Dodge, all squad members' DMG increases by 31.5% and Daze dealt increases by 21% for 20s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Invincible Rider", + "Desc": "The Shield value provided by the equipper increases by 60%. When any squad member triggers Interrupt or Perfect Dodge, all squad members' DMG increases by 36% and Daze dealt increases by 24% for 20s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14109.json b/libs/zzz/dm/HakushinData/weapon/14109.json new file mode 100644 index 0000000000..cdae411d94 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14109.json @@ -0,0 +1,117 @@ +{ + "Id": 14109, + "CodeName": "Weapon_S_1091", + "Name": "Hailstorm Shrine", + "Desc": "Slaughter is endless. Kill, conquer, the fate of the cursed, a restless forbidden power. Only between battles, when rushing to the next frontline, does the foxfire enjoy a brief reprieve in its shrine.\nHow many more corpses, how many more sacrifices, how many more calamities until we reach the void on the other side?\nShe needs no answer. At the peak of martial power, the stench of blood will freeze in the air before being breathed in. Once all evil is eradicated, the world will be able to enter peaceful slumber with the blade sealed.\nHail falls before the shrine, waking the wielder of this power. The blizzard is coming.\n\n\"Perfect for training... If I could shrink to its size, that is.\" —Miyabi, muttering to herself as she gazes at the interior.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "Hail falls before the shrine, waking her. The blizzard is coming.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1091.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 50 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101012:4|10:28000,101022:12|10:60000,101022:20|10:100000,101032:10|10:200000,101032:20", + "Talents": { + "1": { + "Name": "Frost-Stained Star", + "Desc": "CRIT DMG increases by 50%. When using an EX Special Attack or when any squad member applies an Attribute Anomaly to an enemy, the equipper's Ice DMG increases by 20%, stacking up to 2 times and lasting 15s. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Frost-Stained Star", + "Desc": "CRIT DMG increases by 57%. When using an EX Special Attack or when any squad member applies an Attribute Anomaly to an enemy, the equipper's Ice DMG increases by 23%, stacking up to 2 times and lasting 15s. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Frost-Stained Star", + "Desc": "CRIT DMG increases by 65%. When using an EX Special Attack or when any squad member applies an Attribute Anomaly to an enemy, the equipper's Ice DMG increases by 26%, stacking up to 2 times and lasting 15s. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Frost-Stained Star", + "Desc": "CRIT DMG increases by 72%. When using an EX Special Attack or when any squad member applies an Attribute Anomaly to an enemy, the equipper's Ice DMG increases by 29%, stacking up to 2 times and lasting 15s. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Frost-Stained Star", + "Desc": "CRIT DMG increases by 80%. When using an EX Special Attack or when any squad member applies an Attribute Anomaly to an enemy, the equipper's Ice DMG increases by 32%, stacking up to 2 times and lasting 15s. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14110.json b/libs/zzz/dm/HakushinData/weapon/14110.json new file mode 100644 index 0000000000..852677c696 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14110.json @@ -0,0 +1,117 @@ +{ + "Id": 14110, + "CodeName": "Weapon_S_1101", + "Name": "Hellfire Gears", + "Desc": "This W-Engine is renowned for its ultra power. Modified by Koleda, its energy level has almost exceeded the safety limit. Although this W-Engine is entirely designed for damage output, and the Speedup and Blaze functions have been merged into one, this is precisely what Koleda wanted.\n\n\"I've got a clear shot at your shins, you know? So you'd better think twice before saying I'm short, got it?\" — Koleda, warning a rude business partner", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A functional W-Engine with ultra-high power capacity. Modified by Koleda, its energy level has almost exceeded the safety limit.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1101.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 720 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101011:4|10:28000,101021:12|10:60000,101021:20|10:100000,101031:10|10:200000,101031:20", + "Talents": { + "1": { + "Name": "Passionate Construction", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.6/s.\nWhen using an EX Special Attack, the equipper's Impact is increased by 10% for 10s, stacking up to 2 times. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Passionate Construction", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.75/s.\nWhen using an EX Special Attack, the equipper's Impact is increased by 12.5% for 10s, stacking up to 2 times. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Passionate Construction", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.9/s.\nWhen using an EX Special Attack, the equipper's Impact is increased by 15% for 10s, stacking up to 2 times. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Passionate Construction", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.05/s.\nWhen using an EX Special Attack, the equipper's Impact is increased by 17.5% for 10s, stacking up to 2 times. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Passionate Construction", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.2/s.\nWhen using an EX Special Attack, the equipper's Impact is increased by 20% for 10s, stacking up to 2 times. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14114.json b/libs/zzz/dm/HakushinData/weapon/14114.json new file mode 100644 index 0000000000..f4148fa8ac --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14114.json @@ -0,0 +1,117 @@ +{ + "Id": 14114, + "CodeName": "Weapon_S_1141", + "Name": "The Restrained", + "Desc": "This special W-Engine has the capability to create extreme low temperatures. Its radiator opening was designed with an eerie animal teeth decoration and often drips condensation. After Lycaon's improvements, its rough appearance has become much more refined and elegant, and the opening is now utilized to store envelopes and other keepsakes.\n\n\"Manners aren't a leash for wildness; it enhances it before it's set free.\" — Lycaon, speaking gently during a tea party", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A special W-Engine with a powerful temperature control system. Modified by Lycaon, it has the capability to quickly create extremely cold environments.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1141.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 720 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101011:4|10:28000,101021:12|10:60000,101021:20|10:100000,101031:10|10:200000,101031:20", + "Talents": { + "1": { + "Name": "Binding Chains", + "Desc": "When an attack hits an enemy, DMG and Daze from Basic Attacks increase by 6% for 8s, stacking up to 5 times. This effect can trigger at most once during each skill. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Binding Chains", + "Desc": "When an attack hits an enemy, DMG and Daze from Basic Attacks increase by 7.5% for 8s, stacking up to 5 times. This effect can trigger at most once during each skill. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Binding Chains", + "Desc": "When an attack hits an enemy, DMG and Daze from Basic Attacks increase by 9% for 8s, stacking up to 5 times. This effect can trigger at most once during each skill. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Binding Chains", + "Desc": "When an attack hits an enemy, DMG and Daze from Basic Attacks increase by 10.5% for 8s, stacking up to 5 times. This effect can trigger at most once during each skill. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Binding Chains", + "Desc": "When an attack hits an enemy, DMG and Daze from Basic Attacks increase by 12% for 8s, stacking up to 5 times. This effect can trigger at most once during each skill. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14116.json b/libs/zzz/dm/HakushinData/weapon/14116.json new file mode 100644 index 0000000000..c130e93518 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14116.json @@ -0,0 +1,117 @@ +{ + "Id": 14116, + "CodeName": "Weapon_S_1161", + "Name": "Blazing Laurel", + "Desc": "A violent W-Engine that can ignite flames with a siphon. It deals simple and crude burn damage, encouraging relentless, bone-crushing follow-up attacks. Rumor has it that the liquid fluid within was once a secret weapon from an old civilization's empire that dominated naval warfare! The formula has long since been lost and recreating it is extremely difficult!\n\n\"...Actually, all I said was that I wanted a backup lighter.\" —Lighter says as the user of this valuable fuel", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A violent W-Engine that can ignite flames with a siphon. It deals simple and crude burn damage, encouraging relentless, bone-crushing follow-up attacks.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1161.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 720 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101011:4|10:28000,101021:12|10:60000,101021:20|10:100000,101031:10|10:200000,101031:20", + "Talents": { + "1": { + "Name": "Flowing Flame", + "Desc": "Upon launching a Quick Assist or Perfect Assist, the equipper's Impact increases by 25% for 8s. When the equipper launches and hits an enemy with a Basic Attack, apply Wilt to the target for 30s, stacking up to 20 times, repeated triggers reset the duration. When any squad member hits an enemy, for every stack of Wilt applied to the target, the CRIT DMG of the Ice DMG and Fire DMG dealt by that attack increases by 1.5%. Only one instance of this effect can exist in the same squad." + }, + "2": { + "Name": "Flowing Flame", + "Desc": "Upon launching a Quick Assist or Perfect Assist, the equipper's Impact increases by 28.75% for 8s. When the equipper launches and hits an enemy with a Basic Attack, apply Wilt to the target for 30s, stacking up to 20 times, repeated triggers reset the duration. When any squad member hits an enemy, for every stack of Wilt applied to the target, the CRIT DMG of the Ice DMG and Fire DMG dealt by that attack increases by 1.72%. Only one instance of this effect can exist in the same squad." + }, + "3": { + "Name": "Flowing Flame", + "Desc": "Upon launching a Quick Assist or Perfect Assist, the equipper's Impact increases by 32.5% for 8s. When the equipper launches and hits an enemy with a Basic Attack, apply Wilt to the target for 30s, stacking up to 20 times, repeated triggers reset the duration. When any squad member hits an enemy, for every stack of Wilt applied to the target, the CRIT DMG of the Ice DMG and Fire DMG dealt by that attack increases by 1.95%. Only one instance of this effect can exist in the same squad." + }, + "4": { + "Name": "Flowing Flame", + "Desc": "Upon launching a Quick Assist or Perfect Assist, the equipper's Impact increases by 36.25% for 8s. When the equipper launches and hits an enemy with a Basic Attack, apply Wilt to the target for 30s, stacking up to 20 times, repeated triggers reset the duration. When any squad member hits an enemy, for every stack of Wilt applied to the target, the CRIT DMG of the Ice DMG and Fire DMG dealt by that attack increases by 2.17%. Only one instance of this effect can exist in the same squad." + }, + "5": { + "Name": "Flowing Flame", + "Desc": "Upon launching a Quick Assist or Perfect Assist, the equipper's Impact increases by 40% for 8s. When the equipper launches and hits an enemy with a Basic Attack, apply Wilt to the target for 30s, stacking up to 20 times, repeated triggers reset the duration. When any squad member hits an enemy, for every stack of Wilt applied to the target, the CRIT DMG of the Ice DMG and Fire DMG dealt by that attack increases by 2.4%. Only one instance of this effect can exist in the same squad." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14117.json b/libs/zzz/dm/HakushinData/weapon/14117.json new file mode 100644 index 0000000000..e07ec2f634 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14117.json @@ -0,0 +1,117 @@ +{ + "Id": 14117, + "CodeName": "Weapon_S_1171", + "Name": "Flamemaker Shaker", + "Desc": "Powered by a specially formulated fuel, this modified W-Engine is optimized to push combustion performance to the extreme. The engine operates by injecting fuel from the tank into the reaction chamber, where a high-pressure reaction device converts the fuel into searing flames, leaving behind a scorched aroma. It's rumored Nitro-Fuel can also be used as a power source, as there was a sighting of Burnice pouring one into the tank, and later scraping the remaining liquid back into a bar glass after the battle.\n\n\"This is definitely slander from a competitor. The special drinks I serve to my customers are always clean and hygienic! The Nitro-Fuel that drains out from the tank is for my own consumption because the high-pressure concentration gives it a special taste!\" — Burnice, in defense of her professional reputation, oblivious to her customers unconsciously taking a step back.", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "Modified by Burnice, this W-Engine uses a special fuel as its power source to boost combustion performance to the max.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1171.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1200 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101012:4|10:28000,101022:12|10:60000,101022:20|10:100000,101032:10|10:200000,101032:20", + "Talents": { + "1": { + "Name": "Fuel on the Rocks", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.6/s. When hitting an enemy with an EX Special Attack or Assist Attack, the equipper's DMG increases by 3.5%, stacking up to 10 times and lasting for 6s. This effect can trigger once every 0.3s. While off-field, the stack effect is doubled. Repeated triggers reset the duration. Upon obtaining the DMG increase effect, if the number of current stacks is greater than or equal to 5, then the equipper's Anomaly Proficiency increases by 50. This Anomaly Proficiency increase does not stack and lasts for 6s." + }, + "2": { + "Name": "Fuel on the Rocks", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.75/s. When hitting an enemy with an EX Special Attack or Assist Attack, the equipper's DMG increases by 4.4%, stacking up to 10 times and lasting for 6s. This effect can trigger once every 0.3s. While off-field, the stack effect is doubled. Repeated triggers reset the duration. Upon obtaining the DMG increase effect, if the number of current stacks is greater than or equal to 5, then the equipper's Anomaly Proficiency increases by 62. This Anomaly Proficiency increase does not stack and lasts for 6s." + }, + "3": { + "Name": "Fuel on the Rocks", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.9/s. When hitting an enemy with an EX Special Attack or Assist Attack, the equipper's DMG increases by 5.2%, stacking up to 10 times and lasting for 6s. This effect can trigger once every 0.3s. While off-field, the stack effect is doubled. Repeated triggers reset the duration. Upon obtaining the DMG increase effect, if the number of current stacks is greater than or equal to 5, then the equipper's Anomaly Proficiency increases by 75. This Anomaly Proficiency increase does not stack and lasts for 6s." + }, + "4": { + "Name": "Fuel on the Rocks", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.05/s. When hitting an enemy with an EX Special Attack or Assist Attack, the equipper's DMG increases by 6.1%, stacking up to 10 times and lasting for 6s. This effect can trigger once every 0.3s. While off-field, the stack effect is doubled. Repeated triggers reset the duration. Upon obtaining the DMG increase effect, if the number of current stacks is greater than or equal to 5, then the equipper's Anomaly Proficiency increases by 87. This Anomaly Proficiency increase does not stack and lasts for 6s." + }, + "5": { + "Name": "Fuel on the Rocks", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.2/s. When hitting an enemy with an EX Special Attack or Assist Attack, the equipper's DMG increases by 7%, stacking up to 10 times and lasting for 6s. This effect can trigger once every 0.3s. While off-field, the stack effect is doubled. Repeated triggers reset the duration. Upon obtaining the DMG increase effect, if the number of current stacks is greater than or equal to 5, then the equipper's Anomaly Proficiency increases by 100. This Anomaly Proficiency increase does not stack and lasts for 6s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14118.json b/libs/zzz/dm/HakushinData/weapon/14118.json new file mode 100644 index 0000000000..a32370eb9f --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14118.json @@ -0,0 +1,117 @@ +{ + "Id": 14118, + "CodeName": "Weapon_S_1181", + "Name": "Fusion Compiler", + "Desc": "Embedded with a supercomputer core, this latest-model W-Engine can compile operating code for machines at an astonishing speed, or quickly collect battlefield data to provide support for the whole squad. Of course, for Grace, this W-Engine is just a little toy for her to communicate with her \"silicon-based children.\"\n\n\"Looking carefully... you're handsome in your own way! Oh, it says in the manual that once it's sealed, it shouldn't be opened... Hmmm... Well, how would we know if we don't give it a try?!\" — Grace, suddenly enthusiastic while holding the engine in her hand", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "The latest W-Engine that possesses a hypercalculation core. It can compile operational codes for machines at top speed. This model is favored by Grace.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1181.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "PEN Ratio", + "Name2": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101012:4|10:28000,101022:12|10:60000,101022:20|10:100000,101032:10|10:200000,101032:20", + "Talents": { + "1": { + "Name": "Data Flood", + "Desc": "Increases ATK by 12%.\nWhen using a Special Attack or EX Special Attack, the equipper's Anomaly Proficiency is increased by 25 for 8s, stacking up to 3 times. The duration of each stack is calculated separately." + }, + "2": { + "Name": "Data Flood", + "Desc": "Increases ATK by 15%.\nWhen using a Special Attack or EX Special Attack, the equipper's Anomaly Proficiency is increased by 31 for 8s, stacking up to 3 times. The duration of each stack is calculated separately." + }, + "3": { + "Name": "Data Flood", + "Desc": "Increases ATK by 18%.\nWhen using a Special Attack or EX Special Attack, the equipper's Anomaly Proficiency is increased by 37 for 8s, stacking up to 3 times. The duration of each stack is calculated separately." + }, + "4": { + "Name": "Data Flood", + "Desc": "Increases ATK by 21%.\nWhen using a Special Attack or EX Special Attack, the equipper's Anomaly Proficiency is increased by 43 for 8s, stacking up to 3 times. The duration of each stack is calculated separately." + }, + "5": { + "Name": "Data Flood", + "Desc": "Increases ATK by 24%.\nWhen using a Special Attack or EX Special Attack, the equipper's Anomaly Proficiency is increased by 50 for 8s, stacking up to 3 times. The duration of each stack is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14119.json b/libs/zzz/dm/HakushinData/weapon/14119.json new file mode 100644 index 0000000000..5150dc4309 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14119.json @@ -0,0 +1,117 @@ +{ + "Id": 14119, + "CodeName": "Weapon_S_1191", + "Name": "Deep Sea Visitor", + "Desc": "This high-power W-Engine has the capability to rapidly lower the temperature of the environment, allowing it to instantly freeze nearby objects. Although it is an excellent tactical W-Engine due to its efficient freezing and high damage output, Ellen primarily uses it to make frappes.\n\n\"I want to bring it to school, especially in the summer. But Lycaon and Rina won't let me... So annoying.\" — Ellen, shaking her head while eating ice", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "A high-power W-Engine that possesses efficient freezing capabilities and high damage output. This model is often used by Ellen.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1191.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Lord of Seas", + "Desc": "Increases Ice DMG by 25%. Upon hitting an enemy with a Basic Attack, the equipper`s CRIT Rate increases by 10% for 8s. When dealing Ice DMG with a Dash Attack, the equipper`s CRIT Rate increases by an additional 10% for 15s. The duration of each effect is calculated separately." + }, + "2": { + "Name": "Lord of Seas", + "Desc": "Increases Ice DMG by 31.5%. Upon hitting an enemy with a Basic Attack, the equipper`s CRIT Rate increases by 12.5% for 8s. When dealing Ice DMG with a Dash Attack, the equipper`s CRIT Rate increases by an additional 12.5% for 15s. The duration of each effect is calculated separately." + }, + "3": { + "Name": "Lord of Seas", + "Desc": "Increases Ice DMG by 38%. Upon hitting an enemy with a Basic Attack, the equipper`s CRIT Rate increases by 15% for 8s. When dealing Ice DMG with a Dash Attack, the equipper`s CRIT Rate increases by an additional 15% for 15s. The duration of each effect is calculated separately." + }, + "4": { + "Name": "Lord of Seas", + "Desc": "Increases Ice DMG by 44.5%. Upon hitting an enemy with a Basic Attack, the equipper`s CRIT Rate increases by 17.5% for 8s. When dealing Ice DMG with a Dash Attack, the equipper`s CRIT Rate increases by an additional 17.5% for 15s. The duration of each effect is calculated separately." + }, + "5": { + "Name": "Lord of Seas", + "Desc": "Increases Ice DMG by 50%. Upon hitting an enemy with a Basic Attack, the equipper`s CRIT Rate increases by 20% for 8s. When dealing Ice DMG with a Dash Attack, the equipper`s CRIT Rate increases by an additional 20% for 15s. The duration of each effect is calculated separately." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14120.json b/libs/zzz/dm/HakushinData/weapon/14120.json new file mode 100644 index 0000000000..3c5dd60463 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14120.json @@ -0,0 +1,117 @@ +{ + "Id": 14120, + "CodeName": "Weapon_S_1201", + "Name": "Zanshin Herb Case", + "Desc": "Medicine is neither benevolent nor cruel. It merely heals what it must and brings its own side effects.\nA warrior cares not how bitter and painful it may be to ingest. The ending is set in stone, so in order to shoot arrows that reach brighter places, he can do nothing but swallow them all.\n\n\"There's a medicine that is real useful for faking sickness to get sick leave. If you don't take it with other stuff, it'll give you a brief fever. Unfortunately, it's pretty expensive, and it's not included in health insurance...\" —Harumasa, sharing his insights into how to slack off.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "Bitterness and pain beget hope, and he devours them all.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1201.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT DMG", + "Name2": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Growth Through Adversity", + "Desc": "CRIT Rate increases by 10%. Dash Attack Electric DMG increases by 40%. When any squad member applies an Attribute Anomaly or Stuns an enemy, the equipper's CRIT Rate increases by an additional 10% for 15s." + }, + "2": { + "Name": "Growth Through Adversity", + "Desc": "CRIT Rate increases by 11.5%. Dash Attack Electric DMG increases by 46%. When any squad member applies an Attribute Anomaly or Stuns an enemy, the equipper's CRIT Rate increases by an additional 11.5% for 15s." + }, + "3": { + "Name": "Growth Through Adversity", + "Desc": "CRIT Rate increases by 13%. Dash Attack Electric DMG increases by 52%. When any squad member applies an Attribute Anomaly or Stuns an enemy, the equipper's CRIT Rate increases by an additional 13% for 15s." + }, + "4": { + "Name": "Growth Through Adversity", + "Desc": "CRIT Rate increases by 14.5%. Dash Attack Electric DMG increases by 58%. When any squad member applies an Attribute Anomaly or Stuns an enemy, the equipper's CRIT Rate increases by an additional 14.5% for 15s." + }, + "5": { + "Name": "Growth Through Adversity", + "Desc": "CRIT Rate increases by 16%. Dash Attack Electric DMG increases by 64%. When any squad member applies an Attribute Anomaly or Stuns an enemy, the equipper's CRIT Rate increases by an additional 16% for 15s." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14121.json b/libs/zzz/dm/HakushinData/weapon/14121.json new file mode 100644 index 0000000000..6d679234ca --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14121.json @@ -0,0 +1,117 @@ +{ + "Id": 14121, + "CodeName": "Weapon_S_1211", + "Name": "Weeping Cradle", + "Desc": "A special W-Engine with multiple layers embedded inside. It contains a special Ether charging layer that can quickly recharge special-model Bangboo and custom-made combat equipment. Even though this W-Engine looks like a cruel confinement chamber, Rina's Bangboo seem to enjoy sneaking in there to recharge their batteries. They even treat resting inside as a cozy reward.\n\n\"Shhh... The two little ones are resting; if they're woken suddenly they'll be sure to cause a ruckus. Let's avoid making any noise while we enjoy our tea.\" — Rina, giving a gentle reminder as she serves tea to friends", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "A special W-Engine with multiple layers embedded inside. It can quickly recharge \tspecial-model Bangboo and custom-made combat equipment. This model is favored by Rina.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1211.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 46 + }, + "RandProperty": { + "Name": "PEN Ratio", + "Name2": "PEN Ratio", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101013:4|10:28000,101023:12|10:60000,101023:20|10:100000,101033:10|10:200000,101033:20", + "Talents": { + "1": { + "Name": "Punishment", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.6/s. Attacks from the equipper enhance the squad's DMG against a struck target by 10% for 3 seconds. During this period, this effect is further increased by 1.7% every 0.5s, up to a maximum additional increase of 10.2%. Repeated triggers only refresh its duration without refreshing the DMG increase effect. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Punishment", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.75/s. Attacks from the equipper enhance the squad's DMG against a struck target by 12.5% for 3 seconds. During this period, this effect is further increased by 2% every 0.5s, up to a maximum additional increase of 12%. Repeated triggers only refresh its duration without refreshing the DMG increase effect. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Punishment", + "Desc": "While off-field, the equipper's Energy Regen increases by 0.9/s. Attacks from the equipper enhance the squad's DMG against a struck target by 15% for 3 seconds. During this period, this effect is further increased by 2.5% every 0.5s, up to a maximum additional increase of 15%. Repeated triggers only refresh its duration without refreshing the DMG increase effect. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Punishment", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.05/s. Attacks from the equipper enhance the squad's DMG against a struck target by 17.5% for 3 seconds. During this period, this effect is further increased by 3% every 0.5s, up to a maximum additional increase of 18%. Repeated triggers only refresh its duration without refreshing the DMG increase effect. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Punishment", + "Desc": "While off-field, the equipper's Energy Regen increases by 1.2/s. Attacks from the equipper enhance the squad's DMG against a struck target by 20% for 3 seconds. During this period, this effect is further increased by 3.3% every 0.5s, up to a maximum additional increase of 19.8%. Repeated triggers only refresh its duration without refreshing the DMG increase effect. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14122.json b/libs/zzz/dm/HakushinData/weapon/14122.json new file mode 100644 index 0000000000..00ad3ac232 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14122.json @@ -0,0 +1,117 @@ +{ + "Id": 14122, + "CodeName": "Weapon_S_1221", + "Name": "Timeweaver", + "Desc": "A new model of supercomputing W-Engine custom-made by HSO Section 6, equipped with the most elite calculation and analysis functions, precisely records the user's time active and physical state to calculate the best plan of action. Embedded within is Yanagi's prized watch, but each time the W-Engine is turned on, the hands of the clock face go whirling around from the Ether energy, and it can no longer be used to accurately tell time. So, when she uses the time on here to tell you that you should hurry and be more efficient if you don't want to be late completing your mission, don't believe her.\n\n\"So you're saying this is the ultimate weapon against time? I see, as the watch in the W-Engine moves so fast, the time it goes past is 'killed' so to speak, therefore it's a weapon against time... However, time in the real world does not actually change from this. No matter how fast the watch goes, it cannot kill time faster. Though the concept is decent, this punchline is only a six out of ten in my eyes.\" —Tsukishiro Yanagi, replying to her colleague's off-hand joke with complete seriousness", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A new model of supercomputing W-Engine custom-made by HSO Section 6, equipped with the most elite calculation and analysis functions.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1221.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1200 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101012:4|10:28000,101022:12|10:60000,101022:20|10:100000,101032:10|10:200000,101032:20", + "Talents": { + "1": { + "Name": "Time-Devouring Stratagem", + "Desc": "The equipper's Electric Anomaly Buildup Rate increases by 30%. When Special Attacks or EX Special Attacks hit enemies suffering an Attribute Anomaly, the equipper's Anomaly Proficiency increases by 75 for 15s.\nWhen the equipper's Anomaly Proficiency is greater than or equal to 375, Disorder DMG inflicted by the equipper increases by 25%." + }, + "2": { + "Name": "Time-Devouring Stratagem", + "Desc": "The equipper's Electric Anomaly Buildup Rate increases by 35%. When Special Attacks or EX Special Attacks hit enemies suffering an Attribute Anomaly, the equipper's Anomaly Proficiency increases by 85 for 15s.\nWhen the equipper's Anomaly Proficiency is greater than or equal to 375, Disorder DMG inflicted by the equipper increases by 27.5%." + }, + "3": { + "Name": "Time-Devouring Stratagem", + "Desc": "The equipper's Electric Anomaly Buildup Rate increases by 40%. When Special Attacks or EX Special Attacks hit enemies suffering an Attribute Anomaly, the equipper's Anomaly Proficiency increases by 95 for 15s.\nWhen the equipper's Anomaly Proficiency is greater than or equal to 375, Disorder DMG inflicted by the equipper increases by 30%." + }, + "4": { + "Name": "Time-Devouring Stratagem", + "Desc": "The equipper's Electric Anomaly Buildup Rate increases by 45%. When Special Attacks or EX Special Attacks hit enemies suffering an Attribute Anomaly, the equipper's Anomaly Proficiency increases by 105 for 15s.\nWhen the equipper's Anomaly Proficiency is greater than or equal to 375, Disorder DMG inflicted by the equipper increases by 32.5%." + }, + "5": { + "Name": "Time-Devouring Stratagem", + "Desc": "The equipper's Electric Anomaly Buildup Rate increases by 50%. When Special Attacks or EX Special Attacks hit enemies suffering an Attribute Anomaly, the equipper's Anomaly Proficiency increases by 115 for 15s.\nWhen the equipper's Anomaly Proficiency is greater than or equal to 375, Disorder DMG inflicted by the equipper increases by 35%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14124.json b/libs/zzz/dm/HakushinData/weapon/14124.json new file mode 100644 index 0000000000..972b68123a --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14124.json @@ -0,0 +1,117 @@ +{ + "Id": 14124, + "CodeName": "Weapon_S_1241", + "Name": "Riot Suppressor Mark VI", + "Desc": "The latest tactical W-Engine used by Public Security's elite Hollow squads. It uses a powerful Ether energy source to supply all combat equipment with explosive power for a short period of time. Although the W-Engines of many elite squad members often suffer from prolonged combat, Zhu Yuan's is in perfect condition. She treats it with utmost care and carefully maintains it, keeping it looking completely brand new.\n\n\"Non-woven fabric, brush, lubricant, rust remover... alright, ready to go. Timer... starting now!\" — Zhu Yuan, timing herself as she starts maintenance, aiming to beat her previous record", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "The latest tactical W-Engine used by Public Security's elite Hollow squads, possessing a powerful Ether energy source. It's Zhu Yuan's favored model.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1241.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT DMG", + "Name2": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Security Patrol", + "Desc": "Increases CRIT Rate by 15%. Launching an EX Special Attack grants the equipper 8 Charge stacks, up to a maximum of 8 stacks. Whenever the equipper's Basic Attack deals Ether DMG, consumes a Charge stack and increases the skill's DMG by 35%." + }, + "2": { + "Name": "Security Patrol", + "Desc": "Increases CRIT Rate by 18.8%. Launching an EX Special Attack grants the equipper 8 Charge stacks, up to a maximum of 8 stacks. Whenever the equipper's Basic Attack deals Ether DMG, consumes a Charge stack and increases the skill's DMG by 43.5%." + }, + "3": { + "Name": "Security Patrol", + "Desc": "Increases CRIT Rate by 22.6%. Launching an EX Special Attack grants the equipper 8 Charge stacks, up to a maximum of 8 stacks. Whenever the equipper's Basic Attack deals Ether DMG, consumes a Charge stack and increases the skill's DMG by 52%." + }, + "4": { + "Name": "Security Patrol", + "Desc": "Increases CRIT Rate by 26.4%. Launching an EX Special Attack grants the equipper 8 Charge stacks, up to a maximum of 8 stacks. Whenever the equipper's Basic Attack deals Ether DMG, consumes a Charge stack and increases the skill's DMG by 60.5%." + }, + "5": { + "Name": "Security Patrol", + "Desc": "Increases CRIT Rate by 30%. Launching an EX Special Attack grants the equipper 8 Charge stacks, up to a maximum of 8 stacks. Whenever the equipper's Basic Attack deals Ether DMG, consumes a Charge stack and increases the skill's DMG by 70%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14125.json b/libs/zzz/dm/HakushinData/weapon/14125.json new file mode 100644 index 0000000000..0b5181d418 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14125.json @@ -0,0 +1,117 @@ +{ + "Id": 14125, + "CodeName": "Weapon_S_1251", + "Name": "Ice-Jade Teapot", + "Desc": "A custom stun W-Engine made for an Automaton referencing the combat style and abilities of one. Energy is stored within, then lashes outwards upon conversion. The texture seeks to imitate fine artistry that was once highly sought after in ancient civilizations: Burn to procure what is sleek and elegant, shatter to create what is unyielding and sharp; this heat-proof pot bears a sacred bird shape with, as its name suggests, a unique pattern of ice-cracked celadon... but actually that pattern was drawn on.\n\n\"It fares well in preserving temperature, and I can drink hot water whenever I need even in a Hollow.\" —Qingyi, giving her honest and carefully contemplated review", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "A custom stun W-Engine made for an Automaton referencing the combat style and abilities of one. Energy is stored within, then lashes outwards upon conversion.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1251.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "Impact", + "Name2": "Impact", + "Format": "{0:0.#%}", + "Value": 720 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101011:4|10:28000,101021:12|10:60000,101021:20|10:100000,101031:10|10:200000,101031:20", + "Talents": { + "1": { + "Name": "Ringing Melody", + "Desc": "When a Basic Attack hits an enemy, gain 1 stack of Tea-riffic. Each stack of Tea-riffic increases the user's Impact by 0.7%, stacking up to 30 times, and lasting for 8s. The duration of each stack is calculated separately. Upon acquiring Tea-riffic, if the equipper possesses stacks of Tea-riffic greater than or equal to 15, all squad members' DMG is increased by 20% for 10s. Passive effects of the same name do not stack." + }, + "2": { + "Name": "Ringing Melody", + "Desc": "When a Basic Attack hits an enemy, gain 1 stack of Tea-riffic. Each stack of Tea-riffic increases the user's Impact by 0.88%, stacking up to 30 times, and lasting for 8s. The duration of each stack is calculated separately. Upon acquiring Tea-riffic, if the equipper possesses stacks of Tea-riffic greater than or equal to 15, all squad members' DMG is increased by 23% for 10s. Passive effects of the same name do not stack." + }, + "3": { + "Name": "Ringing Melody", + "Desc": "When a Basic Attack hits an enemy, gain 1 stack of Tea-riffic. Each stack of Tea-riffic increases the user's Impact by 1.05%, stacking up to 30 times, and lasting for 8s. The duration of each stack is calculated separately. Upon acquiring Tea-riffic, if the equipper possesses stacks of Tea-riffic greater than or equal to 15, all squad members' DMG is increased by 26% for 10s. Passive effects of the same name do not stack." + }, + "4": { + "Name": "Ringing Melody", + "Desc": "When a Basic Attack hits an enemy, gain 1 stack of Tea-riffic. Each stack of Tea-riffic increases the user's Impact by 1.22%, stacking up to 30 times, and lasting for 8s. The duration of each stack is calculated separately. Upon acquiring Tea-riffic, if the equipper possesses stacks of Tea-riffic greater than or equal to 15, all squad members' DMG is increased by 29% for 10s. Passive effects of the same name do not stack." + }, + "5": { + "Name": "Ringing Melody", + "Desc": "When a Basic Attack hits an enemy, gain 1 stack of Tea-riffic. Each stack of Tea-riffic increases the user's Impact by 1.4%, stacking up to 30 times, and lasting for 8s. The duration of each stack is calculated separately. Upon acquiring Tea-riffic, if the equipper possesses stacks of Tea-riffic greater than or equal to 15, all squad members' DMG is increased by 32% for 10s. Passive effects of the same name do not stack." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14126.json b/libs/zzz/dm/HakushinData/weapon/14126.json new file mode 100644 index 0000000000..6e896ab3c9 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14126.json @@ -0,0 +1,117 @@ +{ + "Id": 14126, + "CodeName": "Weapon_S_1261", + "Name": "Sharpened Stinger", + "Desc": "A deadly W-Engine from unknown sources, modified personally by Jane Doe with the intent to deal severe physical damage and Anomaly. The power circulation system within ensures the affliction of Anomalies and the edges of the exterior have been honed until they're razor-sharp to inflict unexpected tearing damage.\n\n\"What, am I meant to adhere to duel ettiquete with an Ethereal? Isn't it polite to end its pain in the quickest way possible?\" —Jane, in response to \"aren't your combat techniques a little too cruel\"", + "Desc2": "Equip to increase Anomaly Agents' combat capabilities", + "Desc3": "A deadly W-Engine from unknown sources, modified personally by Jane Doe with the intent to deal severe physical damage and Anomaly.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1261.png", + "WeaponType": { "3": "Anomaly" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "Anomaly Proficiency", + "Name2": "Anomaly Proficiency", + "Format": "{0:0}", + "Value": 36 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101012:4|10:28000,101022:12|10:60000,101022:20|10:100000,101032:10|10:200000,101032:20", + "Talents": { + "1": { + "Name": "Indulge in the Hunt", + "Desc": "Upon activating a Dash Attack, gain 1 stack of Predatory Instinct. Each stack of Predatory Instinct increases the equipper's Physical DMG by 12% for 10s, stacking up to 3 times. This effect can trigger once every 0.5s and repeated triggers reset the duration. When entering combat or triggering Perfect Dodge, gain 3 stacks of Predatory Instinct. While Predatory Instinct is at maximum stacks, the equipper's Anomaly Buildup Rate increases by 40%." + }, + "2": { + "Name": "Indulge in the Hunt", + "Desc": "Upon activating a Dash Attack, gain 1 stack of Predatory Instinct. Each stack of Predatory Instinct increases the equipper's Physical DMG by 15% for 10s, stacking up to 3 times. This effect can trigger once every 0.5s and repeated triggers reset the duration. When entering combat or triggering Perfect Dodge, gain 3 stacks of Predatory Instinct. While Predatory Instinct is at maximum stacks, the equipper's Anomaly Buildup Rate increases by 50%." + }, + "3": { + "Name": "Indulge in the Hunt", + "Desc": "Upon activating a Dash Attack, gain 1 stack of Predatory Instinct. Each stack of Predatory Instinct increases the equipper's Physical DMG by 18% for 10s, stacking up to 3 times. This effect can trigger once every 0.5s and repeated triggers reset the duration. When entering combat or triggering Perfect Dodge, gain 3 stacks of Predatory Instinct. While Predatory Instinct is at maximum stacks, the equipper's Anomaly Buildup Rate increases by 60%." + }, + "4": { + "Name": "Indulge in the Hunt", + "Desc": "Upon activating a Dash Attack, gain 1 stack of Predatory Instinct. Each stack of Predatory Instinct increases the equipper's Physical DMG by 21% for 10s, stacking up to 3 times. This effect can trigger once every 0.5s and repeated triggers reset the duration. When entering combat or triggering Perfect Dodge, gain 3 stacks of Predatory Instinct. While Predatory Instinct is at maximum stacks, the equipper's Anomaly Buildup Rate increases by 70%." + }, + "5": { + "Name": "Indulge in the Hunt", + "Desc": "Upon activating a Dash Attack, gain 1 stack of Predatory Instinct. Each stack of Predatory Instinct increases the equipper's Physical DMG by 24% for 10s, stacking up to 3 times. This effect can trigger once every 0.5s and repeated triggers reset the duration. When entering combat or triggering Perfect Dodge, gain 3 stacks of Predatory Instinct. While Predatory Instinct is at maximum stacks, the equipper's Anomaly Buildup Rate increases by 80%." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14131.json b/libs/zzz/dm/HakushinData/weapon/14131.json new file mode 100644 index 0000000000..d003bbe0d5 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14131.json @@ -0,0 +1,117 @@ +{ + "Id": 14131, + "CodeName": "Weapon_S_1311", + "Name": "Elegant Vanity", + "Desc": "Light gradually begins to appear, and dazzling colors leak from the box, blurring the boundary between reality and fantasy. They reveal untold secrets behind the stage, where wealth and peril silently mingle, drawing in the observer and holding their gaze.\n\n\"This is my secret weapon~ All the gentleness, allure, strength, pride, and radiance of a girl are hidden inside!\"\n—Astra, blending her lip color with her ring finger, then closing the vanity case with a playful smile.", + "Desc2": "Equip to increase Support Agents' combat capabilities", + "Desc3": "Underneath the radiant splendor, her genuine self has never been hidden.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1311.png", + "WeaponType": { "4": "Support" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "ATK", + "Name2": "Percent ATK", + "Format": "{0:0.#%}", + "Value": 1200 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101013:4|10:28000,101023:12|10:60000,101023:20|10:100000,101033:10|10:200000,101033:20", + "Talents": { + "1": { + "Name": "Untold Beauty", + "Desc": "When any squad member enters the field through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, the equipper gains 5 Energy. This effect can trigger once every 5s. When the equipper consumes 25 or more Energy, the DMG dealt by all squad members increases by 10%, stacking up to 2 times, and lasting 20s. Repeated triggers reset the duration. Only one instance of this effect can exist in the same squad." + }, + "2": { + "Name": "Untold Beauty", + "Desc": "When any squad member enters the field through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, the equipper gains 5.5 Energy. This effect can trigger once every 5s. When the equipper consumes 25 or more Energy, the DMG dealt by all squad members increases by 11.5%, stacking up to 2 times, and lasting 20s. Repeated triggers reset the duration. Only one instance of this effect can exist in the same squad." + }, + "3": { + "Name": "Untold Beauty", + "Desc": "When any squad member enters the field through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, the equipper gains 6 Energy. This effect can trigger once every 5s. When the equipper consumes 25 or more Energy, the DMG dealt by all squad members increases by 13%, stacking up to 2 times, and lasting 20s. Repeated triggers reset the duration. Only one instance of this effect can exist in the same squad." + }, + "4": { + "Name": "Untold Beauty", + "Desc": "When any squad member enters the field through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, the equipper gains 6.5 Energy. This effect can trigger once every 5s. When the equipper consumes 25 or more Energy, the DMG dealt by all squad members increases by 14.5%, stacking up to 2 times, and lasting 20s. Repeated triggers reset the duration. Only one instance of this effect can exist in the same squad." + }, + "5": { + "Name": "Untold Beauty", + "Desc": "When any squad member enters the field through a Quick Assist, Chain Attack, Defensive Assist, or Evasive Assist, the equipper gains 7 Energy. This effect can trigger once every 5s. When the equipper consumes 25 or more Energy, the DMG dealt by all squad members increases by 16%, stacking up to 2 times, and lasting 20s. Repeated triggers reset the duration. Only one instance of this effect can exist in the same squad." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14132.json b/libs/zzz/dm/HakushinData/weapon/14132.json new file mode 100644 index 0000000000..6ffe7c7635 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14132.json @@ -0,0 +1,117 @@ +{ + "Id": 14132, + "CodeName": "Weapon_S_1321", + "Name": "Heartstring Nocturne", + "Desc": "The soft hum of hidden strings and faint light blooming in the deep night, where sharpness and calm intertwine, transforming into a silent melody. Thread by thread, it captures everything held dear within.\n\n\"This? It's just a device for storing instrument strings.\"\n—Evelyn, gently strumming the strings. A low hum fills the air, and as the final note echoes, the enemy falls silent.", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "The sound of the strings, sharp as blades, cut through the night, protecting the one.", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconWeapon/UnPacker/Weapon_S_1321.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "String & Melody", + "Desc": "CRIT DMG increases by 50%. When the equipper enters the battlefield, or activates a Chain Attack or Ultimate, they gain 1 stack of Heartstring. Each stack of Heartstring allows the equipper's Chain Attack and Ultimate to ignore 12.5% of the target's Fire RES, stacking up to 2 times and lasting 30s. Repeated triggers reset the duration." + }, + "2": { + "Name": "String & Melody", + "Desc": "CRIT DMG increases by 57.5%. When the equipper enters the battlefield, or activates a Chain Attack or Ultimate, they gain 1 stack of Heartstring. Each stack of Heartstring allows the equipper's Chain Attack and Ultimate to ignore 14.5% of the target's Fire RES, stacking up to 2 times and lasting 30s. Repeated triggers reset the duration." + }, + "3": { + "Name": "String & Melody", + "Desc": "CRIT DMG increases by 65%. When the equipper enters the battlefield, or activates a Chain Attack or Ultimate, they gain 1 stack of Heartstring. Each stack of Heartstring allows the equipper's Chain Attack and Ultimate to ignore 16.5% of the target's Fire RES, stacking up to 2 times and lasting 30s. Repeated triggers reset the duration." + }, + "4": { + "Name": "String & Melody", + "Desc": "CRIT DMG increases by 72.5%. When the equipper enters the battlefield, or activates a Chain Attack or Ultimate, they gain 1 stack of Heartstring. Each stack of Heartstring allows the equipper's Chain Attack and Ultimate to ignore 18.5% of the target's Fire RES, stacking up to 2 times and lasting 30s. Repeated triggers reset the duration." + }, + "5": { + "Name": "String & Melody", + "Desc": "CRIT DMG increases by 80%. When the equipper enters the battlefield, or activates a Chain Attack or Ultimate, they gain 1 stack of Heartstring. Each stack of Heartstring allows the equipper's Chain Attack and Ultimate to ignore 20% of the target's Fire RES, stacking up to 2 times and lasting 30s. Repeated triggers reset the duration." + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14136.json b/libs/zzz/dm/HakushinData/weapon/14136.json new file mode 100644 index 0000000000..818e466f39 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14136.json @@ -0,0 +1,117 @@ +{ + "Id": 14136, + "CodeName": "Weapon_S_1361", + "Name": "Item_Weapon_S_1361_Name", + "Desc": "Item_Weapon_S_1361_Desc", + "Desc2": "Equip to increase Stun Agents' combat capabilities", + "Desc3": "Item_Weapon_S_1361_ShortDesc", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconSmall/UnPacker/TestItemIcon.png", + "WeaponType": { "2": "Stun" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT Rate", + "Name2": "CRIT Rate", + "Format": "{0:0.#%}", + "Value": 960 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101011:4|10:28000,101021:12|10:60000,101021:20|10:100000,101031:10|10:200000,101031:20", + "Talents": { + "1": { + "Name": "Weapon_TalentTitle_14136", + "Desc": "Weapon_TalentDes_81413601" + }, + "2": { + "Name": "Weapon_TalentTitle_14136", + "Desc": "Weapon_TalentDes_81413602" + }, + "3": { + "Name": "Weapon_TalentTitle_14136", + "Desc": "Weapon_TalentDes_81413603" + }, + "4": { + "Name": "Weapon_TalentTitle_14136", + "Desc": "Weapon_TalentDes_81413604" + }, + "5": { + "Name": "Weapon_TalentTitle_14136", + "Desc": "Weapon_TalentDes_81413605" + } + } +} diff --git a/libs/zzz/dm/HakushinData/weapon/14138.json b/libs/zzz/dm/HakushinData/weapon/14138.json new file mode 100644 index 0000000000..823f812828 --- /dev/null +++ b/libs/zzz/dm/HakushinData/weapon/14138.json @@ -0,0 +1,117 @@ +{ + "Id": 14138, + "CodeName": "Weapon_S_1381", + "Name": "Item_Weapon_S_1381_Name", + "Desc": "Item_Weapon_S_1381_Desc", + "Desc2": "Equip to increase Attack Agents' combat capabilities", + "Desc3": "Item_Weapon_S_1381_ShortDesc", + "Rarity": 4, + "Icon": "Assets/NapResources/UI/Sprite/A1DynamicLoad/ItemIconSmall/UnPacker/TestItemIcon.png", + "WeaponType": { "1": "Attack" }, + "BaseProperty": { + "Name": "Base ATK", + "Name2": "Base ATK", + "Format": "{0:0.#}", + "Value": 48 + }, + "RandProperty": { + "Name": "CRIT DMG", + "Name2": "CRIT DMG", + "Format": "{0:0.#%}", + "Value": 1920 + }, + "Level": { + "0": { "Exp": 50, "Rate": 0, "Rate2": 10000 }, + "1": { "Exp": 100, "Rate": 1568, "Rate2": 10000 }, + "2": { "Exp": 150, "Rate": 3136, "Rate2": 10000 }, + "3": { "Exp": 200, "Rate": 4705, "Rate2": 10000 }, + "4": { "Exp": 300, "Rate": 6273, "Rate2": 10000 }, + "5": { "Exp": 400, "Rate": 7841, "Rate2": 10000 }, + "6": { "Exp": 500, "Rate": 9409, "Rate2": 10000 }, + "7": { "Exp": 600, "Rate": 10977, "Rate2": 10000 }, + "8": { "Exp": 750, "Rate": 12545, "Rate2": 10000 }, + "9": { "Exp": 950, "Rate": 14114, "Rate2": 10000 }, + "10": { "Exp": 1200, "Rate": 15682, "Rate2": 9000 }, + "11": { "Exp": 1290, "Rate": 17250, "Rate2": 9000 }, + "12": { "Exp": 1380, "Rate": 18818, "Rate2": 9000 }, + "13": { "Exp": 1465, "Rate": 20386, "Rate2": 9000 }, + "14": { "Exp": 1555, "Rate": 21954, "Rate2": 9000 }, + "15": { "Exp": 1640, "Rate": 23523, "Rate2": 9000 }, + "16": { "Exp": 1735, "Rate": 25091, "Rate2": 9000 }, + "17": { "Exp": 1825, "Rate": 26659, "Rate2": 9000 }, + "18": { "Exp": 1910, "Rate": 28227, "Rate2": 9000 }, + "19": { "Exp": 2000, "Rate": 29795, "Rate2": 9000 }, + "20": { "Exp": 3120, "Rate": 31363, "Rate2": 8000 }, + "21": { "Exp": 3315, "Rate": 32932, "Rate2": 8000 }, + "22": { "Exp": 3510, "Rate": 34500, "Rate2": 8000 }, + "23": { "Exp": 3705, "Rate": 36068, "Rate2": 8000 }, + "24": { "Exp": 3900, "Rate": 37636, "Rate2": 8000 }, + "25": { "Exp": 4100, "Rate": 39204, "Rate2": 8000 }, + "26": { "Exp": 4295, "Rate": 40772, "Rate2": 8000 }, + "27": { "Exp": 4490, "Rate": 42341, "Rate2": 8000 }, + "28": { "Exp": 4685, "Rate": 43909, "Rate2": 8000 }, + "29": { "Exp": 4880, "Rate": 45477, "Rate2": 8000 }, + "30": { "Exp": 7200, "Rate": 47045, "Rate2": 7000 }, + "31": { "Exp": 7600, "Rate": 48613, "Rate2": 7000 }, + "32": { "Exp": 8000, "Rate": 50181, "Rate2": 7000 }, + "33": { "Exp": 8400, "Rate": 51750, "Rate2": 7000 }, + "34": { "Exp": 8800, "Rate": 53318, "Rate2": 7000 }, + "35": { "Exp": 9200, "Rate": 54886, "Rate2": 7000 }, + "36": { "Exp": 9600, "Rate": 56454, "Rate2": 7000 }, + "37": { "Exp": 10000, "Rate": 58022, "Rate2": 7000 }, + "38": { "Exp": 10400, "Rate": 59590, "Rate2": 7000 }, + "39": { "Exp": 10800, "Rate": 61159, "Rate2": 7000 }, + "40": { "Exp": 11400, "Rate": 62727, "Rate2": 6000 }, + "41": { "Exp": 12200, "Rate": 64295, "Rate2": 6000 }, + "42": { "Exp": 13000, "Rate": 65863, "Rate2": 6000 }, + "43": { "Exp": 13800, "Rate": 67431, "Rate2": 6000 }, + "44": { "Exp": 14600, "Rate": 68999, "Rate2": 6000 }, + "45": { "Exp": 15400, "Rate": 70568, "Rate2": 6000 }, + "46": { "Exp": 16200, "Rate": 72136, "Rate2": 6000 }, + "47": { "Exp": 17000, "Rate": 73704, "Rate2": 6000 }, + "48": { "Exp": 17800, "Rate": 75272, "Rate2": 6000 }, + "49": { "Exp": 18600, "Rate": 76840, "Rate2": 6000 }, + "50": { "Exp": 22800, "Rate": 78408, "Rate2": 5000 }, + "51": { "Exp": 24400, "Rate": 79977, "Rate2": 5000 }, + "52": { "Exp": 26000, "Rate": 81545, "Rate2": 5000 }, + "53": { "Exp": 27600, "Rate": 83113, "Rate2": 5000 }, + "54": { "Exp": 29200, "Rate": 84681, "Rate2": 5000 }, + "55": { "Exp": 30800, "Rate": 86249, "Rate2": 5000 }, + "56": { "Exp": 32400, "Rate": 87817, "Rate2": 5000 }, + "57": { "Exp": 34000, "Rate": 89386, "Rate2": 5000 }, + "58": { "Exp": 35600, "Rate": 90954, "Rate2": 5000 }, + "59": { "Exp": 37200, "Rate": 92522, "Rate2": 5000 }, + "60": { "Exp": 0, "Rate": 94090, "Rate2": 4000 } + }, + "Stars": { + "0": { "StarRate": 0, "RandRate": 0 }, + "1": { "StarRate": 8922, "RandRate": 3000 }, + "2": { "StarRate": 17844, "RandRate": 6000 }, + "3": { "StarRate": 26766, "RandRate": 9000 }, + "4": { "StarRate": 35688, "RandRate": 12000 }, + "5": { "StarRate": 44610, "RandRate": 15000 } + }, + "Materials": "10:12000,101010:4|10:28000,101020:12|10:60000,101020:20|10:100000,101030:10|10:200000,101030:20", + "Talents": { + "1": { + "Name": "Weapon_TalentTitle_14138", + "Desc": "Weapon_TalentDes_81413801" + }, + "2": { + "Name": "Weapon_TalentTitle_14138", + "Desc": "Weapon_TalentDes_81413802" + }, + "3": { + "Name": "Weapon_TalentTitle_14138", + "Desc": "Weapon_TalentDes_81413803" + }, + "4": { + "Name": "Weapon_TalentTitle_14138", + "Desc": "Weapon_TalentDes_81413804" + }, + "5": { + "Name": "Weapon_TalentTitle_14138", + "Desc": "Weapon_TalentDes_81413805" + } + } +} diff --git a/libs/zzz/dm/README.md b/libs/zzz/dm/README.md new file mode 100644 index 0000000000..e8a60e8d8f --- /dev/null +++ b/libs/zzz/dm/README.md @@ -0,0 +1,12 @@ +# zzz-dm + +This library was generated with [Nx](https://nx.dev). + +## Update Datamine + +To update the datamine to a new commit, run `yarn run update-dm`. This will update both the Genshin and Star Rail datamines. + +## Getting data from Hakush.in + +Download all the English JSONs from `https://api.hakush.in/zzz/` +`nx get-hakushin zzz-dm` diff --git a/libs/zzz/dm/ZenlessData b/libs/zzz/dm/ZenlessData new file mode 160000 index 0000000000..aab31050e9 --- /dev/null +++ b/libs/zzz/dm/ZenlessData @@ -0,0 +1 @@ +Subproject commit aab31050e9049a4f521b8bcdec4dd1649f11cfb0 diff --git a/libs/zzz/dm/executors.json b/libs/zzz/dm/executors.json new file mode 100644 index 0000000000..48c7f72b8d --- /dev/null +++ b/libs/zzz/dm/executors.json @@ -0,0 +1,9 @@ +{ + "executors": { + "gen-hakushin": { + "implementation": "./src/executors/gen-hakushin/executor", + "schema": "./src/executors/gen-hakushin/schema.json", + "description": "gen-hakushin executor" + } + } +} diff --git a/libs/zzz/dm/package.json b/libs/zzz/dm/package.json new file mode 100644 index 0000000000..49d1a0264b --- /dev/null +++ b/libs/zzz/dm/package.json @@ -0,0 +1,6 @@ +{ + "name": "@genshin-optimizer/zzz/dm", + "version": "0.0.1", + "type": "commonjs", + "executors": "./executors.json" +} diff --git a/libs/zzz/dm/project.json b/libs/zzz/dm/project.json new file mode 100644 index 0000000000..f5c6a47d29 --- /dev/null +++ b/libs/zzz/dm/project.json @@ -0,0 +1,23 @@ +{ + "name": "zzz-dm", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "libs/zzz/dm/src", + "projectType": "library", + "targets": { + "load-dm": { + "options": { + "outputPath": "libs/zzz/dm/ZenlessData" + }, + "inputs": [ + { + "runtime": "git ls-tree --object-only HEAD libs/zzz/dm/ZenlessData" + } + ] + }, + "get-hakushin": { + "executor": "@genshin-optimizer/zzz/dm:gen-hakushin", + "outputs": ["{projectRoot}/HakushinData/**/*"] + } + }, + "tags": [] +} diff --git a/libs/zzz/dm/src/consts.ts b/libs/zzz/dm/src/consts.ts new file mode 100644 index 0000000000..2bb9f8b86c --- /dev/null +++ b/libs/zzz/dm/src/consts.ts @@ -0,0 +1,4 @@ +export const PROJROOT_PATH = `${process.env['NX_WORKSPACE_ROOT']}/libs/zzz/dm` +export const DM_PATH = `${PROJROOT_PATH}/ZenlessData` as const +export const HAKUSHIN_PATH = `${PROJROOT_PATH}/HakushinData` as const +export const DM2D_PATH = `${PROJROOT_PATH}/assets` as const diff --git a/libs/zzz/dm/src/dm/character/character.ts b/libs/zzz/dm/src/dm/character/character.ts new file mode 100644 index 0000000000..13db67832e --- /dev/null +++ b/libs/zzz/dm/src/dm/character/character.ts @@ -0,0 +1,126 @@ +import { isPercentStat } from '@genshin-optimizer/common/util' +import type { + CharacterKey, + CharacterRarityKey, + ElementalKey, + StatKey, +} from '@genshin-optimizer/zzz/consts' +import { readHakushinJSON } from '../../util' +import { + attributeMap, + characterIdMap, + characterRarityMap, + coreStatMap, +} from './consts' +const SCALING = 10000 +type CharacterRawData = { + id: number + Rarity: number + ElementType: Record + Stats: { + Attack: 95 + AttackGrowth: 54230 + Defence: 49 + DefenceGrowth: 66882 + HpGrowth: 818426 + HpMax: 603 + + Crit: 500 + CritDamage: 5000 + CritDmgRes: 0 + CritRes: 0 + + ElementAbnormalPower: 94 // Anomaly Mastery + ElementMystery: 93 // Anomaly Proficiency + + Luck: 10 + PenDelta: 0 // pen + PenRate: 0 // Pen ratio + SpBarPoint: 120 + SpRecover: 120 // Energy Regen + } + Level: Record< + string, + { + HpMax: 414 + Attack: 34 + Defence: 34 + LevelMax: 20 + LevelMin: 10 + } + > + ExtraLevel: Record< + string, + { + MaxLevel: 25 + Extra: { + '12101': { + Prop: 12101 + Name: 'Base ATK' + Format: '{0:0.#}' + Value: 25 + } + '12201': { + Prop: 12201 + Name: 'Impact' + Format: '{0:0.#}' + Value: 6 + } + } + } + > +} +export type CharacterData = { + rarity: CharacterRarityKey + element: ElementalKey + stats: { + atk_base: number + atk_growth: number + def_base: number + def_growth: number + hp_base: number + hp_growth: number + anomMas: number + anomProf: number + } + levelStats: Array<{ hp: number; atk: number; def: number }> + coreStats: Array> +} +export const charactersDetailedJSONData = Object.fromEntries( + Object.entries(characterIdMap).map(([id, name]) => { + const raw = JSON.parse( + readHakushinJSON(`character/${id}.json`) + ) as CharacterRawData + const data: CharacterData = { + rarity: characterRarityMap[raw.Rarity], + element: attributeMap[Object.keys(raw.ElementType)[0] as any], + stats: { + atk_base: raw.Stats.Attack, + atk_growth: raw.Stats.AttackGrowth / SCALING, + def_base: raw.Stats.Defence, + def_growth: raw.Stats.DefenceGrowth / SCALING, + hp_base: raw.Stats.HpMax, + hp_growth: raw.Stats.HpGrowth / SCALING, + anomMas: raw.Stats.ElementAbnormalPower, + anomProf: raw.Stats.ElementMystery, + }, + levelStats: Object.values(raw.Level).map( + ({ HpMax, Attack, Defence }) => ({ + hp: HpMax, + atk: Attack, + def: Defence, + }) + ), + coreStats: Object.values(raw.ExtraLevel).map( + ({ Extra }) => + Object.fromEntries( + Object.values(Extra).map(({ Name, Value }) => [ + coreStatMap[Name], + isPercentStat(coreStatMap[Name]) ? Value / SCALING : Value, + ]) + ) as Record + ), + } + return [name, data] as const + }) +) as Record diff --git a/libs/zzz/dm/src/dm/character/characterIdMap.json b/libs/zzz/dm/src/dm/character/characterIdMap.json new file mode 100644 index 0000000000..129a741361 --- /dev/null +++ b/libs/zzz/dm/src/dm/character/characterIdMap.json @@ -0,0 +1,33 @@ +{ + "1011": "Anby", + "1021": "Nekomata", + "1031": "Nicole", + "1041": "Soldier11", + "1061": "Corin", + "1071": "Caesar", + "1081": "Billy", + "1091": "Miyabi", + "1101": "Koleda", + "1111": "Anton", + "1121": "Ben", + "1131": "Soukaku", + "1141": "Lycaon", + "1151": "Lucy", + "1161": "Lighter", + "1171": "Burnice", + "1181": "Grace", + "1191": "Ellen", + "1201": "Harumasa", + "1211": "Rina", + "1221": "Yanagi", + "1241": "ZhuYuan", + "1251": "QingYi", + "1261": "Jane", + "1271": "Seth", + "1281": "Piper", + "1311": "Astra", + "1321": "Evelyn", + "1351": "PulchraFeliny", + "1361": "Trigger", + "1381": "SilverAnby" +} diff --git a/libs/zzz/dm/src/dm/character/characterKeys.json b/libs/zzz/dm/src/dm/character/characterKeys.json new file mode 100644 index 0000000000..145d4df986 --- /dev/null +++ b/libs/zzz/dm/src/dm/character/characterKeys.json @@ -0,0 +1,33 @@ +[ + "Anby", + "Anton", + "Astra", + "Ben", + "Billy", + "Burnice", + "Caesar", + "Corin", + "Ellen", + "Evelyn", + "Grace", + "Harumasa", + "Jane", + "Koleda", + "Lighter", + "Lucy", + "Lycaon", + "Miyabi", + "Nekomata", + "Nicole", + "Piper", + "PulchraFeliny", + "QingYi", + "Rina", + "Seth", + "SilverAnby", + "Soldier11", + "Soukaku", + "Trigger", + "Yanagi", + "ZhuYuan" +] diff --git a/libs/zzz/dm/src/dm/character/characters.ts b/libs/zzz/dm/src/dm/character/characters.ts new file mode 100644 index 0000000000..cfd52af957 --- /dev/null +++ b/libs/zzz/dm/src/dm/character/characters.ts @@ -0,0 +1,32 @@ +import { dumpPrettyFile } from '@genshin-optimizer/common/pipeline' +import { nameToKey, objFilter, objMap } from '@genshin-optimizer/common/util' +import { PROJROOT_PATH } from '../../consts' +import { readHakushinJSON } from '../../util' + +const charctersJsonData = JSON.parse( + readHakushinJSON('character.json') +) as Record< + string, + { + code: string + rank: number // => CharacterRarityKey + type: number // => SpecialityKey + hit: number // =>AttackTypeKey + } +> + +const characterIdMap = objFilter( + objMap(charctersJsonData, ({ code }) => nameToKey(code)), + (key) => !!key && !['Belle', 'Wise'].includes(key) +) + +dumpPrettyFile( + `${PROJROOT_PATH}/src/dm/character/characterIdMap.json`, + characterIdMap +) +dumpPrettyFile( + `${PROJROOT_PATH}/src/dm/character/characterKeys.json`, + Object.values(characterIdMap).sort() +) + +export { charctersJsonData } diff --git a/libs/zzz/dm/src/dm/character/consts.ts b/libs/zzz/dm/src/dm/character/consts.ts new file mode 100644 index 0000000000..8f8be459ad --- /dev/null +++ b/libs/zzz/dm/src/dm/character/consts.ts @@ -0,0 +1,71 @@ +import type { + CharacterRarityKey, + ElementalKey, + SpecialityKey, +} from '@genshin-optimizer/zzz/consts' + +// Copied from libs\zzz\dm\src\dm\character\characterIdMap.json +export const characterIdMap = { + '1011': 'Anby', + '1021': 'Nekomata', + '1031': 'Nicole', + '1041': 'Soldier11', + '1061': 'Corin', + '1071': 'Caesar', + '1081': 'Billy', + '1091': 'Miyabi', + '1101': 'Koleda', + '1111': 'Anton', + '1121': 'Ben', + '1131': 'Soukaku', + '1141': 'Lycaon', + '1151': 'Lucy', + '1161': 'Lighter', + '1171': 'Burnice', + '1181': 'Grace', + '1191': 'Ellen', + '1201': 'Harumasa', + '1211': 'Rina', + '1221': 'Yanagi', + '1241': 'ZhuYuan', + '1251': 'QingYi', + '1261': 'Jane', + '1271': 'Seth', + '1281': 'Piper', + '1311': 'Astra', + '1321': 'Evelyn', + '1351': 'PulchraFeliny', + '1361': 'Trigger', + '1381': 'SilverAnby', +} as const + +export const attributeMap: Record = { + 200: 'physical', + 201: 'fire', + 202: 'ice', + 203: 'electric', + 205: 'ether', +} as const +export const specialityMap: Record = { + 1: 'attack', + 2: 'stun', + 3: 'anomaly', + 4: 'support', + 5: 'defense', +} as const + +export const characterRarityMap: Record = { + 3: 'A', + 4: 'S', +} as const + +export const coreStatMap: Record = { + 'Base ATK': 'atk_base', + Impact: 'impact', + 'CRIT Rate': 'crit_', + 'CRIT DMG': 'crit_dmg_', + 'Base Energy Regen': 'base_enerRegen', + 'Anomaly Proficiency': 'anomProf', + 'Anomaly Mastery': 'anomMas', + 'PEN Ratio': 'pen_', +} as const diff --git a/libs/zzz/dm/src/dm/character/index.ts b/libs/zzz/dm/src/dm/character/index.ts new file mode 100644 index 0000000000..937f3bdcd1 --- /dev/null +++ b/libs/zzz/dm/src/dm/character/index.ts @@ -0,0 +1,2 @@ +export * from './character' +export * from './characters' diff --git a/libs/zzz/dm/src/dm/index.ts b/libs/zzz/dm/src/dm/index.ts new file mode 100644 index 0000000000..6a39d47681 --- /dev/null +++ b/libs/zzz/dm/src/dm/index.ts @@ -0,0 +1,2 @@ +export * from './character' +export * from './wengine' diff --git a/libs/zzz/dm/src/dm/wengine/consts.ts b/libs/zzz/dm/src/dm/wengine/consts.ts new file mode 100644 index 0000000000..1b421b5a7f --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/consts.ts @@ -0,0 +1,91 @@ +import type { + SpecialityKey, + WengineRarityKey, +} from '@genshin-optimizer/zzz/consts' + +// F:\Project\genshin-optimizer-monorepo\libs\zzz\dm\src\dm\wengine\wengineIdMap.json +export const WengineIdMap = { + '12001': 'LunarPleniluna', + '12002': 'LunarDecrescent', + '12003': 'LunarNoviluna', + '12004': 'ReverbMarkI', + '12005': 'ReverbMarkII', + '12006': 'ReverbMarkIII', + '12007': 'VortexRevolver', + '12008': 'VortexArrow', + '12009': 'VortexHatchet', + '12010': 'MagneticStormAlpha', + '12011': 'MagneticStormBravo', + '12012': 'MagneticStormCharlie', + '12013': 'IdentityBase', + '12014': 'IdentityInflection', + '13001': 'StreetSuperstar', + '13002': 'SliceOfTime', + '13003': 'RainforestGourmet', + '13004': 'StarlightEngine', + '13005': 'SteamOven', + '13006': 'PreciousFossilizedCore', + '13007': 'OriginalTransmorpher', + '13008': 'WeepingGemini', + '13009': 'ElectroLipGloss', + '13010': 'BunnyBand', + '13011': 'SpringEmbrace', + '13013': 'GildedBlossom', + '13015': 'MarcatoDesire', + '13101': 'DemaraBatteryMarkII', + '13103': 'TheVault', + '13106': 'Housekeeper', + '13108': 'StarlightEngineReplica', + '13111': 'DrillRigRedAxis', + '13112': 'BigCylinder', + '13113': 'BashfulDemon', + '13115': 'KaboomTheCannon', + '13127': 'PeacekeeperSpecialized', + '13128': 'RoaringRide', + '14001': 'CannonRotor', + '14002': 'UnfetteredGameBall', + '14003': 'SixShooter', + '14102': 'SteelCushion', + '14104': 'TheBrimstone', + '14107': 'TusksOfFury', + '14109': 'HailstormShrine', + '14110': 'HellfireGears', + '14114': 'TheRestrained', + '14116': 'BlazingLaurel', + '14117': 'FlamemakerShaker', + '14118': 'FusionCompiler', + '14119': 'DeepSeaVisitor', + '14120': 'ZanshinHerbCase', + '14121': 'WeepingCradle', + '14122': 'Timeweaver', + '14124': 'RiotSuppressorMarkVI', + '14125': 'IceJadeTeapot', + '14126': 'SharpenedStinger', + '14131': 'ElegantVanity', + '14132': 'HeartstringNocturne', +} as const + +export const specialityMap: Record = { + 1: 'attack', + 2: 'stun', + 3: 'anomaly', + 4: 'support', + 5: 'defense', +} as const + +export const wengineRarityMap: Record = { + 3: 'A', + 4: 'S', +} as const + +export const subStatMap: Record = { + Impact: 'impact_', + 'Percent DEF': 'def_', + 'Percent HP': 'hp_', + 'Percent ATK': 'atk_', + 'CRIT Rate': 'crit_', + 'CRIT DMG': 'crit_dmg_', + 'Energy Regen': 'enerRegen_', + 'Anomaly Proficiency': 'anomProf', + 'PEN Ratio': 'pen_', +} as const diff --git a/libs/zzz/dm/src/dm/wengine/index.ts b/libs/zzz/dm/src/dm/wengine/index.ts new file mode 100644 index 0000000000..059e598483 --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/index.ts @@ -0,0 +1,2 @@ +export * from './wengine' +export * from './wengines' diff --git a/libs/zzz/dm/src/dm/wengine/wengine.ts b/libs/zzz/dm/src/dm/wengine/wengine.ts new file mode 100644 index 0000000000..91eb5ffa74 --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/wengine.ts @@ -0,0 +1,54 @@ +import { isPercentStat } from '@genshin-optimizer/common/util' +import type { + SpecialityKey, + WengineKey, + WengineRarityKey, +} from '@genshin-optimizer/zzz/consts' +import { readHakushinJSON } from '../../util' +import { + specialityMap, + subStatMap, + WengineIdMap, + wengineRarityMap, +} from './consts' +const SCALING = 10000 +type WengineRawData = { + Rarity: number + WeaponType: Record + BaseProperty: { + Name: 'Base ATK' + Name2: 'Base ATK' + Format: '{0:0.#}' + Value: 40 + } + RandProperty: { + Name: 'ATK' + Name2: 'Percent ATK' + Format: '{0:0.#%}' + Value: 1000 + } +} +export type WengineData = { + rarity: WengineRarityKey + type: SpecialityKey + atk_base: number + second_statkey: string + second_statvalue: number +} +export const wengineDetailedJSONData = Object.fromEntries( + Object.entries(WengineIdMap).map(([id, name]) => { + const raw = JSON.parse( + readHakushinJSON(`weapon/${id}.json`) + ) as WengineRawData + const second_statkey = subStatMap[raw.RandProperty.Name2] + const data: WengineData = { + rarity: wengineRarityMap[raw.Rarity], + type: specialityMap[Object.keys(raw.WeaponType)[0] as any], + atk_base: raw.BaseProperty.Value, + second_statkey, + second_statvalue: + raw.RandProperty.Value / (isPercentStat(second_statkey) ? SCALING : 1), + } + return [name, data] as const + }) +) as Record diff --git a/libs/zzz/dm/src/dm/wengine/wengineIdMap.json b/libs/zzz/dm/src/dm/wengine/wengineIdMap.json new file mode 100644 index 0000000000..c02cf0c669 --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/wengineIdMap.json @@ -0,0 +1,60 @@ +{ + "12001": "LunarPleniluna", + "12002": "LunarDecrescent", + "12003": "LunarNoviluna", + "12004": "ReverbMarkI", + "12005": "ReverbMarkII", + "12006": "ReverbMarkIII", + "12007": "VortexRevolver", + "12008": "VortexArrow", + "12009": "VortexHatchet", + "12010": "MagneticStormAlpha", + "12011": "MagneticStormBravo", + "12012": "MagneticStormCharlie", + "12013": "IdentityBase", + "12014": "IdentityInflection", + "13001": "StreetSuperstar", + "13002": "SliceOfTime", + "13003": "RainforestGourmet", + "13004": "StarlightEngine", + "13005": "SteamOven", + "13006": "PreciousFossilizedCore", + "13007": "OriginalTransmorpher", + "13008": "WeepingGemini", + "13009": "ElectroLipGloss", + "13010": "BunnyBand", + "13011": "SpringEmbrace", + "13013": "GildedBlossom", + "13015": "MarcatoDesire", + "13101": "DemaraBatteryMarkII", + "13103": "TheVault", + "13106": "Housekeeper", + "13108": "StarlightEngineReplica", + "13111": "DrillRigRedAxis", + "13112": "BigCylinder", + "13113": "BashfulDemon", + "13115": "KaboomTheCannon", + "13127": "PeacekeeperSpecialized", + "13128": "RoaringRide", + "14001": "CannonRotor", + "14002": "UnfetteredGameBall", + "14003": "SixShooter", + "14102": "SteelCushion", + "14104": "TheBrimstone", + "14107": "TusksOfFury", + "14109": "HailstormShrine", + "14110": "HellfireGears", + "14114": "TheRestrained", + "14116": "BlazingLaurel", + "14117": "FlamemakerShaker", + "14118": "FusionCompiler", + "14119": "DeepSeaVisitor", + "14120": "ZanshinHerbCase", + "14121": "WeepingCradle", + "14122": "Timeweaver", + "14124": "RiotSuppressorMarkVI", + "14125": "IceJadeTeapot", + "14126": "SharpenedStinger", + "14131": "ElegantVanity", + "14132": "HeartstringNocturne" +} diff --git a/libs/zzz/dm/src/dm/wengine/wengineKeys.json b/libs/zzz/dm/src/dm/wengine/wengineKeys.json new file mode 100644 index 0000000000..73f1d82779 --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/wengineKeys.json @@ -0,0 +1,60 @@ +[ + "BashfulDemon", + "BigCylinder", + "BlazingLaurel", + "BunnyBand", + "CannonRotor", + "DeepSeaVisitor", + "DemaraBatteryMarkII", + "DrillRigRedAxis", + "ElectroLipGloss", + "ElegantVanity", + "FlamemakerShaker", + "FusionCompiler", + "GildedBlossom", + "HailstormShrine", + "HeartstringNocturne", + "HellfireGears", + "Housekeeper", + "IceJadeTeapot", + "IdentityBase", + "IdentityInflection", + "KaboomTheCannon", + "LunarDecrescent", + "LunarNoviluna", + "LunarPleniluna", + "MagneticStormAlpha", + "MagneticStormBravo", + "MagneticStormCharlie", + "MarcatoDesire", + "OriginalTransmorpher", + "PeacekeeperSpecialized", + "PreciousFossilizedCore", + "RainforestGourmet", + "ReverbMarkI", + "ReverbMarkII", + "ReverbMarkIII", + "RiotSuppressorMarkVI", + "RoaringRide", + "SharpenedStinger", + "SixShooter", + "SliceOfTime", + "SpringEmbrace", + "StarlightEngine", + "StarlightEngineReplica", + "SteamOven", + "SteelCushion", + "StreetSuperstar", + "TheBrimstone", + "TheRestrained", + "TheVault", + "Timeweaver", + "TusksOfFury", + "UnfetteredGameBall", + "VortexArrow", + "VortexHatchet", + "VortexRevolver", + "WeepingCradle", + "WeepingGemini", + "ZanshinHerbCase" +] diff --git a/libs/zzz/dm/src/dm/wengine/wengines.ts b/libs/zzz/dm/src/dm/wengine/wengines.ts new file mode 100644 index 0000000000..dd9390725a --- /dev/null +++ b/libs/zzz/dm/src/dm/wengine/wengines.ts @@ -0,0 +1,27 @@ +import { dumpPrettyFile } from '@genshin-optimizer/common/pipeline' +import { nameToKey, objFilter, objMap } from '@genshin-optimizer/common/util' +import { PROJROOT_PATH } from '../../consts' +import { readHakushinJSON } from '../../util' + +const wenginesJsonData = JSON.parse(readHakushinJSON('weapon.json')) as Record< + string, + { + EN: string + } +> + +const wengineIdMap = objFilter( + objMap(wenginesJsonData, ({ EN }) => nameToKey(EN)), + (key) => !!key && !key.startsWith('ItemWeapon') +) + +dumpPrettyFile( + `${PROJROOT_PATH}/src/dm/wengine/wengineIdMap.json`, + wengineIdMap +) +dumpPrettyFile( + `${PROJROOT_PATH}/src/dm/wengine/wengineKeys.json`, + Object.values(wengineIdMap).sort() +) + +export { wenginesJsonData } diff --git a/libs/zzz/dm/src/executors/gen-hakushin/debug.ts b/libs/zzz/dm/src/executors/gen-hakushin/debug.ts new file mode 100644 index 0000000000..3e334019da --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/debug.ts @@ -0,0 +1 @@ +export const DEBUG = false diff --git a/libs/zzz/dm/src/executors/gen-hakushin/executor.spec.ts b/libs/zzz/dm/src/executors/gen-hakushin/executor.spec.ts new file mode 100644 index 0000000000..11797a3a7e --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/executor.spec.ts @@ -0,0 +1,18 @@ +import type { ExecutorContext } from '@nx/devkit' + +import executor from './executor' +import type { GenHakushinDataExecutorSchema } from './schema' + +const options: GenHakushinDataExecutorSchema = {} +const context: ExecutorContext = { + root: '', + cwd: process.cwd(), + isVerbose: false, +} + +describe('GenHakushinData Executor', () => { + it('can run', async () => { + const output = await executor(options, context) + expect(output.success).toBe(true) + }) +}) diff --git a/libs/zzz/dm/src/executors/gen-hakushin/executor.ts b/libs/zzz/dm/src/executors/gen-hakushin/executor.ts new file mode 100644 index 0000000000..99e6a798ba --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/executor.ts @@ -0,0 +1,17 @@ +import type { PromiseExecutor } from '@nx/devkit' +import { getDataFromHakushin } from './hakushin' +import type { GenHakushinDataExecutorSchema } from './schema' +// import { workspaceRoot } from '@nx/devkit' +// const folderPath = `${workspaceRoot}/libs/zzz/dm/HakushinData` + +const runExecutor: PromiseExecutor = async ( + options +) => { + console.log('Running Executor for GenHakushinData', options) + await getDataFromHakushin() + return { + success: true, + } +} + +export default runExecutor diff --git a/libs/zzz/dm/src/executors/gen-hakushin/hakushin.ts b/libs/zzz/dm/src/executors/gen-hakushin/hakushin.ts new file mode 100644 index 0000000000..b4a2d21709 --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/hakushin.ts @@ -0,0 +1,41 @@ +import { + dumpPrettyFile, + fetchJsonFromUrl, +} from '@genshin-optimizer/common/pipeline' +import { PROJROOT_PATH } from '../../consts' +import { DEBUG } from './debug' +const URL_BASE = 'https://api.hakush.in/zzz/' + +async function dumpHakushinData(filename: string, obj: unknown) { + return await dumpPrettyFile(`${PROJROOT_PATH}/HakushinData/${filename}`, obj) +} +// missing but provided by api: "item" for items, or "new" for newly added stuff +const categories = [ + 'character', + 'weapon', + 'bangboo', + 'equipment', // discs + 'monster', // enemies +] as const +type Category = (typeof categories)[number] +export async function getDataFromHakushin() { + await Promise.all( + categories.map((category) => getAndDumpCategoryData(category)) + ) +} +async function getAndDumpCategoryData(category: Category) { + const indexData = (await fetchJsonFromUrl( + URL_BASE + `data/${category}.json`, + DEBUG + )) as Record + await dumpHakushinData(`${category}.json`, indexData) + await Promise.all( + Object.keys(indexData).map(async (id) => { + // NOTE: hakushin also has data in en, ko, chs, ja + const itemData = await fetchJsonFromUrl( + URL_BASE + `data/en/${category}/${id}.json` + ) + await dumpHakushinData(`${category}/${id}.json`, itemData) + }) + ) +} diff --git a/libs/zzz/dm/src/executors/gen-hakushin/schema.d.ts b/libs/zzz/dm/src/executors/gen-hakushin/schema.d.ts new file mode 100644 index 0000000000..c86a2fcf7b --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/schema.d.ts @@ -0,0 +1 @@ +export interface GenHakushinDataExecutorSchema {} // eslint-disable-line diff --git a/libs/zzz/dm/src/executors/gen-hakushin/schema.json b/libs/zzz/dm/src/executors/gen-hakushin/schema.json new file mode 100644 index 0000000000..66f623b949 --- /dev/null +++ b/libs/zzz/dm/src/executors/gen-hakushin/schema.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://json-schema.org/schema", + "version": 2, + "title": "GenHakushinData executor", + "description": "", + "type": "object", + "properties": {}, + "required": [] +} diff --git a/libs/zzz/dm/src/index.ts b/libs/zzz/dm/src/index.ts new file mode 100644 index 0000000000..5de5a02ebd --- /dev/null +++ b/libs/zzz/dm/src/index.ts @@ -0,0 +1 @@ +export * from './dm' diff --git a/libs/zzz/dm/src/util.ts b/libs/zzz/dm/src/util.ts new file mode 100644 index 0000000000..3b092936e0 --- /dev/null +++ b/libs/zzz/dm/src/util.ts @@ -0,0 +1,14 @@ +import { existsSync, readFileSync } from 'fs' +import { DM_PATH, HAKUSHIN_PATH } from './consts' + +export function readDMJSON(path: string) { + const fullPath = `${DM_PATH}/${path}` + if (!existsSync(fullPath)) throw `File not found :${fullPath}` + return readFileSync(fullPath).toString() +} + +export function readHakushinJSON(path: string) { + const fullPath = `${HAKUSHIN_PATH}/${path}` + if (!existsSync(fullPath)) throw `File not found :${fullPath}` + return readFileSync(fullPath).toString() +} diff --git a/libs/zzz/dm/tsconfig.eslint.json b/libs/zzz/dm/tsconfig.eslint.json new file mode 100644 index 0000000000..36a5010d67 --- /dev/null +++ b/libs/zzz/dm/tsconfig.eslint.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node"] + }, + "include": ["**/*.ts", "**/*.tsx"] +} diff --git a/libs/zzz/dm/tsconfig.json b/libs/zzz/dm/tsconfig.json new file mode 100644 index 0000000000..0c7f39041b --- /dev/null +++ b/libs/zzz/dm/tsconfig.json @@ -0,0 +1,11 @@ +{ + "extends": "../../../tsconfig.base.json", + "compilerOptions": {}, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + } + ] +} diff --git a/libs/zzz/dm/tsconfig.lib.json b/libs/zzz/dm/tsconfig.lib.json new file mode 100644 index 0000000000..ce21b0b58e --- /dev/null +++ b/libs/zzz/dm/tsconfig.lib.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node"] + }, + "include": ["src/**/*.ts", "scripts/**/*.ts"], + "exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"] +} diff --git a/libs/zzz/page-optimize/src/BaseStatCard.tsx b/libs/zzz/page-optimize/src/BaseStatCard.tsx index 7b4894180b..77facfa79e 100644 --- a/libs/zzz/page-optimize/src/BaseStatCard.tsx +++ b/libs/zzz/page-optimize/src/BaseStatCard.tsx @@ -1,14 +1,14 @@ import { CardThemed, NumberInputLazy } from '@genshin-optimizer/common/ui' -import { getUnitStr } from '@genshin-optimizer/common/util' -import type { StatKey } from '@genshin-optimizer/zzz/consts' +import { getUnitStr, isPercentStat } from '@genshin-optimizer/common/util' +import type { LocationKey, StatKey } from '@genshin-optimizer/zzz/consts' import { allAttributeDamageKeys, statKeyTextMap, unCondKeys, } from '@genshin-optimizer/zzz/consts' -import type { BaseStats } from '@genshin-optimizer/zzz/solver' +import type { Stats } from '@genshin-optimizer/zzz/solver' import { Box, CardContent, Typography } from '@mui/material' -const baseKeys = ['charLvl', 'hp_base', 'atk_base', 'def_base'] as const +const baseKeys = ['hp_base', 'atk_base', 'def_base'] as const const statKeys: StatKey[] = [ 'hp', 'atk', @@ -28,19 +28,23 @@ const statKeys: StatKey[] = [ ] as const const enemyKeys: StatKey[] = [ 'enemyDef', + 'enemyDefRed', 'enemyRes_', 'enemyResRed_', 'enemyResIgn_', ] as const export default function BaseStatCard({ + locationKey, baseStats, setBaseStats, }: { - baseStats: BaseStats - setBaseStats: (baseStats: BaseStats) => void + locationKey: LocationKey + baseStats: Stats + setBaseStats: (baseStats: Stats) => void }) { const input = (key: string) => ( - Character Base Stats + BONUS Character Base Stats {baseKeys.map((key) => input(key))} - Character Stats + BONUS Character Stats {statKeys.map((key) => input(key))} diff --git a/libs/zzz/page-optimize/src/BuildsDisplay.tsx b/libs/zzz/page-optimize/src/BuildsDisplay.tsx index eba9c75f3f..954f2c85b0 100644 --- a/libs/zzz/page-optimize/src/BuildsDisplay.tsx +++ b/libs/zzz/page-optimize/src/BuildsDisplay.tsx @@ -1,28 +1,22 @@ import { CardThemed, SqBadge } from '@genshin-optimizer/common/ui' -import { - getUnitStr, - notEmpty, - objMap, - toDecimal, - valueString, -} from '@genshin-optimizer/common/util' +import { notEmpty, valueString } from '@genshin-optimizer/common/util' import type { LocationKey } from '@genshin-optimizer/zzz/consts' -import { statKeyTextMap } from '@genshin-optimizer/zzz/consts' import { useDatabaseContext, useDisc } from '@genshin-optimizer/zzz/db-ui' -import type { BaseStats, BuildResult } from '@genshin-optimizer/zzz/solver' +import type { BuildResult, Stats } from '@genshin-optimizer/zzz/solver' import { convertDiscToStats, getSum } from '@genshin-optimizer/zzz/solver' import { DiscCard } from '@genshin-optimizer/zzz/ui' import { Box, Button, CardContent, Stack, Typography } from '@mui/material' import { useCallback, useMemo } from 'react' +import { StatsDisplay } from './StatsDisplay' export function BuildsDisplay({ location, builds, - baseStats, + stats, }: { location: LocationKey builds: BuildResult[] - baseStats: BaseStats + stats: Stats }) { return ( @@ -31,7 +25,7 @@ export function BuildsDisplay({ locationKey={location} index={i} build={b} - baseStats={baseStats} + baseStats={stats} key={`${i}_${b.value}`} /> ))} @@ -48,19 +42,20 @@ function Build({ locationKey: LocationKey index: number build: BuildResult - baseStats: BaseStats + baseStats: Stats }) { const { database } = useDatabaseContext() - const sum = useMemo(() => { - const sum = getSum( - objMap(baseStats, (v, k) => toDecimal(v, k)), - Object.values(build.discIds) - .map((d) => database.discs.get(d)) - .filter(notEmpty) - .map(convertDiscToStats) - ) - return sum - }, [baseStats, build.discIds, database.discs]) + const sum = useMemo( + () => + getSum( + baseStats, + Object.values(build.discIds) + .map((d) => database.discs.get(d)) + .filter(notEmpty) + .map(convertDiscToStats) + ), + [baseStats, build.discIds, database.discs] + ) const onEquip = useCallback(() => { Object.values(build.discIds).forEach((dId) => { database.discs.set(dId, { location: locationKey }) @@ -81,15 +76,7 @@ function Build({ Equip to {locationKey} - - {Object.entries(sum) - .filter(([k]) => !k.endsWith('_base')) - .map(([k, v]) => ( - - {statKeyTextMap[k] ?? k}: {valueString(v, getUnitStr(k))} - - ))} - + {Object.values(build.discIds).map((dId) => ( diff --git a/libs/zzz/page-optimize/src/Optimize.tsx b/libs/zzz/page-optimize/src/Optimize.tsx index c02cd38c24..b3b02e9965 100644 --- a/libs/zzz/page-optimize/src/Optimize.tsx +++ b/libs/zzz/page-optimize/src/Optimize.tsx @@ -1,3 +1,4 @@ +import { useForceUpdate } from '@genshin-optimizer/common/react-util' import { CardThemed, DropdownButton, @@ -7,6 +8,7 @@ import { objMap, toDecimal, toggleInArr } from '@genshin-optimizer/common/util' import type { DiscMainStatKey, DiscSetKey, + FormulaKey, LocationKey, } from '@genshin-optimizer/zzz/consts' import { @@ -14,14 +16,12 @@ import { discSlotToMainStatKeys, type DiscSlotKey, } from '@genshin-optimizer/zzz/consts' -import type { ICachedDisc } from '@genshin-optimizer/zzz/db' -import { useDatabaseContext } from '@genshin-optimizer/zzz/db-ui' +import type { Constraints, ICachedDisc } from '@genshin-optimizer/zzz/db' +import { useCharacter, useDatabaseContext } from '@genshin-optimizer/zzz/db-ui' import type { - BaseStats, BuildResult, - Constraints, - FormulaKey, ProgressResult, + Stats, } from '@genshin-optimizer/zzz/solver' import { MAX_BUILDS, Solver } from '@genshin-optimizer/zzz/solver' import { StatDisplay } from '@genshin-optimizer/zzz/ui' @@ -38,7 +38,6 @@ import { Typography, } from '@mui/material' import { Stack } from '@mui/system' -import type { Dispatch, SetStateAction } from 'react' import { useCallback, useEffect, useMemo, useRef, useState } from 'react' import { useTranslation } from 'react-i18next' import { StatFilterCard } from './StatFilterCard' @@ -52,7 +51,7 @@ export default function OptimizeWrapper({ }: { formulaKey: FormulaKey location: LocationKey - baseStats: BaseStats + baseStats: Stats setResults: (builds: BuildResult[]) => void }) { const { t } = useTranslation('optimize') @@ -62,23 +61,41 @@ export default function OptimizeWrapper({ const [progress, setProgress] = useState( undefined ) - - const [constraints, setConstraints] = useState({}) - const [useEquipped, setUseEquipped] = useState(false) - const [slot4, setSlot4] = useState([...discSlotToMainStatKeys['4']]) - const [slot5, setSlot5] = useState([...discSlotToMainStatKeys['5']]) - const [slot6, setSlot6] = useState([...discSlotToMainStatKeys['6']]) + const character = useCharacter(location) + useEffect(() => { + setProgress(undefined) + }, [character]) + const setConstraints = useCallback( + (constraints: Constraints) => { + character && database.chars.set(character.key, { constraints }) + }, + [database, character] + ) + const [discsDirty, setDiscsDirty] = useForceUpdate() + useEffect( + () => database.discs.followAny(setDiscsDirty), + [database.discs, setDiscsDirty] + ) const discsBySlot = useMemo( () => + discsDirty && database.discs.values.reduce( (discsBySlot, disc) => { - if (disc.location && !useEquipped && disc.location !== location) + if (!character) return discsBySlot + if ( + disc.location && + !character.useEquipped && + disc.location !== location + ) return discsBySlot if ( - (disc.slotKey === '4' && !slot4.includes(disc.mainStatKey)) || - (disc.slotKey === '5' && !slot5.includes(disc.mainStatKey)) || - (disc.slotKey === '6' && !slot6.includes(disc.mainStatKey)) + (disc.slotKey === '4' && + !character.slot4.includes(disc.mainStatKey)) || + (disc.slotKey === '5' && + !character.slot5.includes(disc.mainStatKey)) || + (disc.slotKey === '6' && + !character.slot6.includes(disc.mainStatKey)) ) return discsBySlot discsBySlot[disc.slotKey].push(disc) @@ -93,7 +110,7 @@ export default function OptimizeWrapper({ 6: [], } as Record ), - [database.discs.values, location, slot4, slot5, slot6, useEquipped] + [discsDirty, database.discs.values, location, character] ) const totalPermutations = useMemo( @@ -114,14 +131,19 @@ export default function OptimizeWrapper({ useEffect(() => () => cancelToken.current(), []) const onOptimize = useCallback(async () => { + if (!character) return const cancelled = new Promise((r) => (cancelToken.current = r)) + setResults([]) setProgress(undefined) setOptimizing(true) const optimizer = new Solver( formulaKey, - objMap(baseStats, (v, k) => toDecimal(v, k)), - objMap(constraints, (c, k) => ({ ...c, value: toDecimal(c.value, k) })), + baseStats, + objMap(character.constraints, (c, k) => ({ + ...c, + value: toDecimal(c.value, k), + })), discsBySlot, numWorkers, setProgress @@ -135,7 +157,7 @@ export default function OptimizeWrapper({ setOptimizing(false) setResults(results) - }, [baseStats, constraints, discsBySlot, formulaKey, numWorkers, setResults]) + }, [baseStats, character, discsBySlot, formulaKey, numWorkers, setResults]) const onCancel = useCallback(() => { cancelToken.current() @@ -148,22 +170,28 @@ export default function OptimizeWrapper({ ) const discSlotBtns = (slotKey: '4' | '5' | '6') => { const keysMap = { - '4': slot4, - '5': slot5, - '6': slot6, + '4': character?.slot4 ?? [], + '5': character?.slot5 ?? [], + '6': character?.slot6 ?? [], } as Record<'4' | '5' | '6', DiscMainStatKey[]> const funcMap = { - '4': setSlot4, - '5': setSlot5, - '6': setSlot6, - } as Record<'4' | '5' | '6', Dispatch>> + '4': (slot4: DiscMainStatKey[]) => + character && database.chars.set(character.key, { slot4 }), + '5': (slot5: DiscMainStatKey[]) => + character && database.chars.set(character.key, { slot5 }), + '6': (slot6: DiscMainStatKey[]) => + character && database.chars.set(character.key, { slot6 }), + } as Record<'4' | '5' | '6', (slots: DiscMainStatKey[]) => void> return ( {discSlotToMainStatKeys[slotKey].map((key) => ( @@ -195,19 +223,27 @@ export default function OptimizeWrapper({ NOTE: the solver currently accounts for 2-set effects only. @@ -265,9 +301,11 @@ function ProgressIndicator({ } function Set4Selector({ + disabled = false, constraints, setConstraints, }: { + disabled?: boolean constraints: Constraints setConstraints: (c: Constraints) => void }) { @@ -280,6 +318,7 @@ function Set4Selector({ return ( <> @@ -326,6 +365,7 @@ function Set4Selector({ ))} diff --git a/libs/zzz/page-optimize/src/OptimizeTargetSelector.tsx b/libs/zzz/page-optimize/src/OptimizeTargetSelector.tsx index 68881ffad9..28e41f0b34 100644 --- a/libs/zzz/page-optimize/src/OptimizeTargetSelector.tsx +++ b/libs/zzz/page-optimize/src/OptimizeTargetSelector.tsx @@ -1,17 +1,20 @@ import { DropdownButton } from '@genshin-optimizer/common/ui' -import type { FormulaKey } from '@genshin-optimizer/zzz/solver' -import { allFormulaKeys } from '@genshin-optimizer/zzz/solver' +import type { FormulaKey } from '@genshin-optimizer/zzz/consts' +import { allFormulaKeys } from '@genshin-optimizer/zzz/consts' import { MenuItem } from '@mui/material' export function OptimizeTargetSelector({ + disabled = false, formulaKey, setFormulaKey, }: { + disabled?: boolean formulaKey: FormulaKey setFormulaKey: (key: FormulaKey) => void }) { return ( diff --git a/libs/zzz/page-optimize/src/StatFilterCard.tsx b/libs/zzz/page-optimize/src/StatFilterCard.tsx index 8413e717cb..a1326b0c92 100644 --- a/libs/zzz/page-optimize/src/StatFilterCard.tsx +++ b/libs/zzz/page-optimize/src/StatFilterCard.tsx @@ -11,7 +11,7 @@ import { allDiscSetKeys, statKeyTextMap, } from '@genshin-optimizer/zzz/consts' -import type { Constraints } from '@genshin-optimizer/zzz/solver' +import type { Constraints } from '@genshin-optimizer/zzz/db' import DeleteForeverIcon from '@mui/icons-material/DeleteForever' import { Box, diff --git a/libs/zzz/page-optimize/src/StatsDisplay.tsx b/libs/zzz/page-optimize/src/StatsDisplay.tsx new file mode 100644 index 0000000000..2806d87c1c --- /dev/null +++ b/libs/zzz/page-optimize/src/StatsDisplay.tsx @@ -0,0 +1,23 @@ +import { getUnitStr, valueString } from '@genshin-optimizer/common/util' +import { statKeyTextMap } from '@genshin-optimizer/zzz/consts' +import { Box, Typography } from '@mui/material' + +export function StatsDisplay({ + stats, + showBase = false, +}: { + stats: Record + showBase?: boolean +}) { + return ( + + {Object.entries(stats) + .filter(([k]) => showBase || !k.endsWith('_base')) + .map(([k, v]) => ( + + {statKeyTextMap[k] ?? k}: {valueString(v, getUnitStr(k))} + + ))} + + ) +} diff --git a/libs/zzz/page-optimize/src/index.tsx b/libs/zzz/page-optimize/src/index.tsx index ba6df2bf32..5dc3622ca4 100644 --- a/libs/zzz/page-optimize/src/index.tsx +++ b/libs/zzz/page-optimize/src/index.tsx @@ -1,58 +1,197 @@ -import { CardThemed } from '@genshin-optimizer/common/ui' -import type { LocationKey } from '@genshin-optimizer/zzz/consts' import { + CardThemed, + DropdownButton, + NumberInputLazy, +} from '@genshin-optimizer/common/ui' +import { objMap, toDecimal } from '@genshin-optimizer/common/util' +import type { FormulaKey } from '@genshin-optimizer/zzz/consts' +import { + allCoreKeys, allFormulaKeys, - type BaseStats, - type BuildResult, - type FormulaKey, -} from '@genshin-optimizer/zzz/solver' -import { LocationAutocomplete } from '@genshin-optimizer/zzz/ui' -import { Box, CardContent, Typography } from '@mui/material' -import { useState } from 'react' + type LocationKey, +} from '@genshin-optimizer/zzz/consts' +import type { Stats } from '@genshin-optimizer/zzz/db' +import { useCharacter, useDatabaseContext } from '@genshin-optimizer/zzz/db-ui' +import { combineStats, type BuildResult } from '@genshin-optimizer/zzz/solver' +import { + getCharacterStats, + getWengineStats, +} from '@genshin-optimizer/zzz/stats' +import { + LocationAutocomplete, + WengineAutocomplete, +} from '@genshin-optimizer/zzz/ui' +import { + Box, + CardContent, + InputAdornment, + MenuItem, + Typography, +} from '@mui/material' +import { Stack } from '@mui/system' +import { useCallback, useMemo, useState } from 'react' import BaseStatCard from './BaseStatCard' import { BuildsDisplay } from './BuildsDisplay' import OptimizeWrapper from './Optimize' import { OptimizeTargetSelector } from './OptimizeTargetSelector' +import { StatsDisplay } from './StatsDisplay' export default function PageOptimize() { + const { database } = useDatabaseContext() const [builds, setBuilds] = useState([]) const [locationKey, setLocationKey] = useState('') - // base stats are in percent for displayability - const [baseStats, setBaseStats] = useState({ - charLvl: 60, - enemyDef: 953, // default enemy DEF - crit_: 5, - crit_dmg_: 50, - }) - const [formulaKey, setFormulaKey] = useState(allFormulaKeys[0]) + + const character = useCharacter(locationKey) + if (!character && locationKey) + // if not created, create. + database.chars.getOrCreate(locationKey) + + const setStats = useCallback( + (stats: Stats) => { + character && database.chars.set(character.key, { stats }) + }, + [character, database.chars] + ) + + const characterStats = useMemo(() => { + if (!character) return undefined + return getCharacterStats(character.key, character.level, character.core) + }, [character]) + + const wengineStats = useMemo(() => { + if (!character) return undefined + return getWengineStats(character.wengineKey, character.wengineLvl) + }, [character]) + + const baseStats = useMemo( + () => + character + ? combineStats( + characterStats ?? {}, + wengineStats ?? {}, + objMap(character.stats, (v, k) => toDecimal(v, k)) + ) + : {}, + [characterStats, character, wengineStats] + ) + const setFormulaKey = useCallback( + (key: FormulaKey) => { + character && database.chars.set(character.key, { formulaKey: key }) + }, + [character, database.chars] + ) + return ( - Character - - + + Character + + { + setLocationKey(lk) + setBuilds([]) + }} + sx={{ flexGrow: 1 }} + autoFocus + /> + + + l !== undefined && + character && + database.chars.set(character.key, { level: l }) + } + size="small" + inputProps={{ + sx: { width: '2ch' }, + max: 60, + min: 1, + }} + InputProps={{ + startAdornment: ( + Lv. + ), + }} + /> + + + {allCoreKeys.map((n, i) => ( + + character && + database.chars.set(character.key, { core: i }) + } + > + {n} + + ))} + + + {characterStats && } + + Wengine + + + wk && + character && + database.chars.set(character.key, { wengineKey: wk }) + } + sx={{ flexGrow: 1 }} + autoFocus + /> + + l !== undefined && + character && + database.chars.set(character.key, { wengineLvl: l }) + } + size="small" + inputProps={{ + sx: { width: '2ch' }, + max: 60, + min: 1, + }} + InputProps={{ + startAdornment: ( + Lv. + ), + }} + /> + + {wengineStats && } + - + - + ) } diff --git a/libs/zzz/solver/src/calc.ts b/libs/zzz/solver/src/calc.ts index 5fcddbfaf7..10b2035afe 100644 --- a/libs/zzz/solver/src/calc.ts +++ b/libs/zzz/solver/src/calc.ts @@ -3,18 +3,20 @@ import type { AnomalyDamageKey, AttributeDamageKey, DiscSetKey, + FormulaKey, } from '@genshin-optimizer/zzz/consts' import { allAnomalyDmgKeys, allAttributeDamageKeys, disc2pEffect, } from '@genshin-optimizer/zzz/consts' -import type { BaseStats, DiscStats } from './common' +import type { Stats } from '@genshin-optimizer/zzz/db' +import type { DiscStats } from './common' /** * sum up stats from base + discs + 2p effects */ -export function getSum(baseStats: BaseStats, discs: DiscStats[]) { +export function getSum(baseStats: Stats, discs: DiscStats[]) { const sum = { ...baseStats } const s = (key: string) => sum[key] || 0 for (const d of discs) { @@ -44,12 +46,6 @@ export function calcFormula(sums: Record, formula: FormulaKey) { return formulas[formula](sums) ?? 0 } -export const allFormulaKeys = [ - 'initial_atk', - ...allAttributeDamageKeys, - ...allAnomalyDmgKeys, -] as const -export type FormulaKey = (typeof allFormulaKeys)[number] const formulas: Record) => number> = { initial_atk: (sums: Record) => sums['initial_atk'] || 0, ...objKeyMap( @@ -98,7 +94,11 @@ function defMulti(s: (k: string) => number) { const lvlFactor = getLvlFactor(s('charLvl')) return ( lvlFactor / - (Math.max(s('enemyDef') * (1 - s('pen_')) - s('pen'), 0) + lvlFactor) + (Math.max( + (s('enemyDef') - s('enemyDefRed')) * (1 - s('pen_')) - s('pen'), + 0 + ) + + lvlFactor) ) } function resMulti(s: (k: string) => number) { diff --git a/libs/zzz/solver/src/childWorker.ts b/libs/zzz/solver/src/childWorker.ts index f826873cf1..1326e95978 100644 --- a/libs/zzz/solver/src/childWorker.ts +++ b/libs/zzz/solver/src/childWorker.ts @@ -1,18 +1,18 @@ -import type { DiscSlotKey } from '@genshin-optimizer/zzz/consts' -import type { FormulaKey } from './calc' +import type { DiscSlotKey, FormulaKey } from '@genshin-optimizer/zzz/consts' +import type { Constraints, Stats } from '@genshin-optimizer/zzz/db' import { calcFormula, getSum } from './calc' -import type { BaseStats, BuildResult, Constraints, DiscStats } from './common' +import type { BuildResult, DiscStats } from './common' import { MAX_BUILDS } from './common' const MAX_BUILDS_TO_SEND = 200_000 let discStatsBySlot: Record let constraints: Constraints -let baseStats: BaseStats +let baseStats: Stats let formulaKey: FormulaKey export interface ChildCommandInit { command: 'init' - baseStats: BaseStats + baseStats: Stats discStatsBySlot: Record constraints: Constraints formulaKey: FormulaKey diff --git a/libs/zzz/solver/src/common.ts b/libs/zzz/solver/src/common.ts index d2d6e6644f..3b5c8b5e46 100644 --- a/libs/zzz/solver/src/common.ts +++ b/libs/zzz/solver/src/common.ts @@ -12,16 +12,22 @@ export type DiscStats = { stats: Record } -export type BaseStats = Record - -export type Constraints = Record +export type Stats = Record export interface BuildResult { value: number // lightConeId: string discIds: Record } - +export function combineStats(...stats: Stats[]) { + const total: Stats = {} + stats.forEach((s) => + Object.entries(s).forEach(([k, v]) => { + total[k] = (total[k] ?? 0) + v + }) + ) + return total +} export function convertDiscToStats(disc: ICachedDisc): DiscStats { const { id, mainStatKey, level, rarity, setKey, substats } = disc return { diff --git a/libs/zzz/solver/src/parentWorker.ts b/libs/zzz/solver/src/parentWorker.ts index 361ee0fb17..b82f2f9097 100644 --- a/libs/zzz/solver/src/parentWorker.ts +++ b/libs/zzz/solver/src/parentWorker.ts @@ -1,12 +1,12 @@ import { objKeyMap, range } from '@genshin-optimizer/common/util' +import type { FormulaKey } from '@genshin-optimizer/zzz/consts' import { allDiscSlotKeys, type DiscSlotKey, } from '@genshin-optimizer/zzz/consts' -import type { ICachedDisc } from '@genshin-optimizer/zzz/db' -import type { FormulaKey } from './calc' +import type { Constraints, ICachedDisc, Stats } from '@genshin-optimizer/zzz/db' import type { ChildCommandInit, ChildMessage } from './childWorker' -import type { BaseStats, BuildResult, Constraints, DiscStats } from './common' +import type { BuildResult, DiscStats } from './common' import { convertDiscToStats, MAX_BUILDS } from './common' import type { ProgressResult } from './solver' @@ -14,7 +14,7 @@ let workers: Worker[] export interface ParentCommandStart { command: 'start' - baseStats: BaseStats + baseStats: Stats constraints: Constraints // lightCones: ICachedLightCone[] discsBySlot: Record diff --git a/libs/zzz/solver/src/solver.ts b/libs/zzz/solver/src/solver.ts index 42abd3206a..4880c562e8 100644 --- a/libs/zzz/solver/src/solver.ts +++ b/libs/zzz/solver/src/solver.ts @@ -1,7 +1,6 @@ -import type { DiscSlotKey } from '@genshin-optimizer/zzz/consts' -import type { ICachedDisc } from '@genshin-optimizer/zzz/db' -import type { FormulaKey } from './calc' -import type { BaseStats, BuildResult, Constraints } from './common' +import type { DiscSlotKey, FormulaKey } from '@genshin-optimizer/zzz/consts' +import type { Constraints, ICachedDisc, Stats } from '@genshin-optimizer/zzz/db' +import type { BuildResult } from './common' import type { ParentCommandStart, ParentCommandTerminate, @@ -14,7 +13,7 @@ export interface ProgressResult { } export class Solver { - private baseStats: BaseStats + private baseStats: Stats private constraints: Constraints private discsBySlot: Record private formulaKey: FormulaKey @@ -24,7 +23,7 @@ export class Solver { constructor( formulaKey: FormulaKey, - baseStats: BaseStats, + baseStats: Stats, constraints: Constraints, discsBySlot: Record, numWorkers: number, diff --git a/libs/zzz/stats/.babelrc b/libs/zzz/stats/.babelrc new file mode 100644 index 0000000000..158083d278 --- /dev/null +++ b/libs/zzz/stats/.babelrc @@ -0,0 +1,10 @@ +{ + "presets": [ + [ + "@nx/web/babel", + { + "useBuiltIns": "usage" + } + ] + ] +} diff --git a/libs/zzz/stats/.eslintrc.json b/libs/zzz/stats/.eslintrc.json new file mode 100644 index 0000000000..3e6893d675 --- /dev/null +++ b/libs/zzz/stats/.eslintrc.json @@ -0,0 +1,21 @@ +{ + "extends": ["../../../.eslintrc.json"], + "ignorePatterns": ["!**/*"], + "parserOptions": { + "project": "libs/zzz/stats/tsconfig.eslint.json" + }, + "overrides": [ + { + "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], + "rules": {} + }, + { + "files": ["*.ts", "*.tsx"], + "rules": {} + }, + { + "files": ["*.js", "*.jsx"], + "rules": {} + } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Anby.json b/libs/zzz/stats/Data/Characters/Anby.json new file mode 100644 index 0000000000..165075f3a6 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Anby.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 95, + "atk_growth": 5.423, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 603, + "hp_growth": 81.8426, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 414, "atk": 34, "def": 34 }, + { "hp": 828, "atk": 68, "def": 68 }, + { "hp": 1242, "atk": 102, "def": 101 }, + { "hp": 1656, "atk": 135, "def": 135 }, + { "hp": 2069, "atk": 169, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Anton.json b/libs/zzz/stats/Data/Characters/Anton.json new file mode 100644 index 0000000000..a2f0f6aa3b --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Anton.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 114, + "atk_growth": 6.7737, + "def_base": 50, + "def_growth": 6.7901, + "hp_base": 580, + "hp_growth": 78.7644, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 398, "atk": 41, "def": 34 }, + { "hp": 797, "atk": 81, "def": 69 }, + { "hp": 1195, "atk": 122, "def": 103 }, + { "hp": 1593, "atk": 163, "def": 137 }, + { "hp": 1992, "atk": 203, "def": 172 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Astra.json b/libs/zzz/stats/Data/Characters/Astra.json new file mode 100644 index 0000000000..d8cf60053b --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Astra.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "ether", + "stats": { + "atk_base": 103, + "atk_growth": 5.9961, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 692, + "hp_growth": 93.9358, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 475, "atk": 37, "def": 33 }, + { "hp": 950, "atk": 74, "def": 66 }, + { "hp": 1425, "atk": 110, "def": 99 }, + { "hp": 1900, "atk": 147, "def": 133 }, + { "hp": 2375, "atk": 184, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Ben.json b/libs/zzz/stats/Data/Characters/Ben.json new file mode 100644 index 0000000000..a5804dac04 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Ben.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "fire", + "stats": { + "atk_base": 94, + "atk_growth": 5.3574, + "def_base": 58, + "def_growth": 7.8989, + "hp_base": 690, + "hp_growth": 93.5856, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 473, "atk": 34, "def": 40 }, + { "hp": 947, "atk": 67, "def": 80 }, + { "hp": 1420, "atk": 101, "def": 120 }, + { "hp": 1893, "atk": 134, "def": 160 }, + { "hp": 2366, "atk": 168, "def": 200 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Billy.json b/libs/zzz/stats/Data/Characters/Billy.json new file mode 100644 index 0000000000..dfee2998ca --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Billy.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 113, + "atk_growth": 6.7335, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 555, + "hp_growth": 75.3604, + "anomMas": 92, + "anomProf": 91 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 381, "atk": 40, "def": 33 }, + { "hp": 762, "atk": 81, "def": 67 }, + { "hp": 1143, "atk": 121, "def": 100 }, + { "hp": 1524, "atk": 162, "def": 134 }, + { "hp": 1906, "atk": 202, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Burnice.json b/libs/zzz/stats/Data/Characters/Burnice.json new file mode 100644 index 0000000000..9ac813b1f5 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Burnice.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 124, + "atk_growth": 7.4992, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 592, + "hp_growth": 80.3931, + "anomMas": 118, + "anomProf": 120 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 407, "atk": 44, "def": 33 }, + { "hp": 813, "atk": 89, "def": 66 }, + { "hp": 1220, "atk": 133, "def": 99 }, + { "hp": 1626, "atk": 177, "def": 133 }, + { "hp": 2033, "atk": 222, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Caesar.json b/libs/zzz/stats/Data/Characters/Caesar.json new file mode 100644 index 0000000000..f4b3f6f325 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Caesar.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 101, + "atk_growth": 5.8761, + "def_base": 61, + "def_growth": 8.218, + "hp_base": 766, + "hp_growth": 103.9361, + "anomMas": 87, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 526, "atk": 38, "def": 42 }, + { "hp": 1051, "atk": 76, "def": 83 }, + { "hp": 1577, "atk": 113, "def": 125 }, + { "hp": 2102, "atk": 151, "def": 166 }, + { "hp": 2628, "atk": 189, "def": 208 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Corin.json b/libs/zzz/stats/Data/Characters/Corin.json new file mode 100644 index 0000000000..efdec8953d --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Corin.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 116, + "atk_growth": 6.9346, + "def_base": 49, + "def_growth": 6.5864, + "hp_base": 561, + "hp_growth": 76.1177, + "anomMas": 93, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 385, "atk": 41, "def": 33 }, + { "hp": 770, "atk": 83, "def": 67 }, + { "hp": 1155, "atk": 124, "def": 100 }, + { "hp": 1540, "atk": 166, "def": 133 }, + { "hp": 1925, "atk": 207, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.288 }, + { "atk_base": 75, "crit_dmg_": 0.288 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Ellen.json b/libs/zzz/stats/Data/Characters/Ellen.json new file mode 100644 index 0000000000..77ea58c545 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Ellen.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 135, + "atk_growth": 8.2578, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 48, "def": 33 }, + { "hp": 847, "atk": 96, "def": 67 }, + { "hp": 1270, "atk": 145, "def": 100 }, + { "hp": 1694, "atk": 193, "def": 134 }, + { "hp": 2117, "atk": 241, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Evelyn.json b/libs/zzz/stats/Data/Characters/Evelyn.json new file mode 100644 index 0000000000..a5128297ca --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Evelyn.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 134, + "atk_growth": 8.1654, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 92, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 48, "def": 34 }, + { "hp": 859, "atk": 95, "def": 68 }, + { "hp": 1289, "atk": 143, "def": 101 }, + { "hp": 1719, "atk": 191, "def": 135 }, + { "hp": 2149, "atk": 239, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Grace.json b/libs/zzz/stats/Data/Characters/Grace.json new file mode 100644 index 0000000000..6459ce3878 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Grace.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 119, + "atk_growth": 7.1181, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 602, + "hp_growth": 81.6391, + "anomMas": 115, + "anomProf": 116 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 413, "atk": 42, "def": 33 }, + { "hp": 826, "atk": 85, "def": 66 }, + { "hp": 1239, "atk": 127, "def": 99 }, + { "hp": 1651, "atk": 170, "def": 133 }, + { "hp": 2064, "atk": 212, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Harumasa.json b/libs/zzz/stats/Data/Characters/Harumasa.json new file mode 100644 index 0000000000..d7d331fd27 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Harumasa.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 132, + "atk_growth": 8.027, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 595, + "hp_growth": 80.8084, + "anomMas": 80, + "anomProf": 95 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 409, "atk": 47, "def": 33 }, + { "hp": 817, "atk": 94, "def": 66 }, + { "hp": 1226, "atk": 141, "def": 99 }, + { "hp": 1635, "atk": 188, "def": 133 }, + { "hp": 2043, "atk": 235, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Jane.json b/libs/zzz/stats/Data/Characters/Jane.json new file mode 100644 index 0000000000..837b0d54c5 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Jane.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 127, + "atk_growth": 7.6728, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 112, + "anomProf": 114 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 45, "def": 33 }, + { "hp": 859, "atk": 90, "def": 67 }, + { "hp": 1289, "atk": 136, "def": 100 }, + { "hp": 1719, "atk": 181, "def": 134 }, + { "hp": 2149, "atk": 226, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Koleda.json b/libs/zzz/stats/Data/Characters/Koleda.json new file mode 100644 index 0000000000..817f771d93 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Koleda.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 106, + "atk_growth": 6.2007, + "def_base": 48, + "def_growth": 6.4845, + "hp_base": 653, + "hp_growth": 88.6832, + "anomMas": 97, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 448, "atk": 38, "def": 33 }, + { "hp": 897, "atk": 76, "def": 66 }, + { "hp": 1345, "atk": 113, "def": 98 }, + { "hp": 1794, "atk": 151, "def": 131 }, + { "hp": 2242, "atk": 189, "def": 164 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Lighter.json b/libs/zzz/stats/Data/Characters/Lighter.json new file mode 100644 index 0000000000..271a3b5a0f --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Lighter.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 109, + "atk_growth": 6.3891, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 677, + "hp_growth": 91.8185, + "anomMas": 91, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 432, "atk": 47, "def": 34 }, + { "hp": 864, "atk": 95, "def": 68 }, + { "hp": 1296, "atk": 142, "def": 101 }, + { "hp": 1727, "atk": 190, "def": 135 }, + { "hp": 2159, "atk": 237, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Lucy.json b/libs/zzz/stats/Data/Characters/Lucy.json new file mode 100644 index 0000000000..e57862febf --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Lucy.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "fire", + "stats": { + "atk_base": 95, + "atk_growth": 5.423, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 645, + "hp_growth": 87.5757, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 443, "atk": 34, "def": 34 }, + { "hp": 886, "atk": 68, "def": 68 }, + { "hp": 1329, "atk": 102, "def": 101 }, + { "hp": 1772, "atk": 135, "def": 135 }, + { "hp": 2214, "atk": 169, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Lycaon.json b/libs/zzz/stats/Data/Characters/Lycaon.json new file mode 100644 index 0000000000..637297cbe1 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Lycaon.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 105, + "atk_growth": 6.1287, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 677, + "hp_growth": 91.8185, + "anomMas": 91, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 464, "atk": 37, "def": 33 }, + { "hp": 929, "atk": 75, "def": 67 }, + { "hp": 1393, "atk": 112, "def": 100 }, + { "hp": 1857, "atk": 150, "def": 134 }, + { "hp": 2322, "atk": 187, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Miyabi.json b/libs/zzz/stats/Data/Characters/Miyabi.json new file mode 100644 index 0000000000..77ffe86d3e --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Miyabi.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 127, + "atk_growth": 7.6728, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 116, + "anomProf": 148 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 45, "def": 33 }, + { "hp": 847, "atk": 90, "def": 67 }, + { "hp": 1270, "atk": 136, "def": 100 }, + { "hp": 1694, "atk": 181, "def": 134 }, + { "hp": 2117, "atk": 226, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "anomProf": 30 }, + { "atk_base": 25, "anomProf": 30 }, + { "atk_base": 25, "anomProf": 60 }, + { "atk_base": 50, "anomProf": 60 }, + { "atk_base": 50, "anomProf": 90 }, + { "atk_base": 75, "anomProf": 90 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Nekomata.json b/libs/zzz/stats/Data/Characters/Nekomata.json new file mode 100644 index 0000000000..2c320c0a51 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Nekomata.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 131, + "atk_growth": 7.9762, + "def_base": 47, + "def_growth": 6.4166, + "hp_base": 608, + "hp_growth": 82.4778, + "anomMas": 97, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 417, "atk": 47, "def": 32 }, + { "hp": 834, "atk": 94, "def": 65 }, + { "hp": 1251, "atk": 140, "def": 97 }, + { "hp": 1668, "atk": 187, "def": 130 }, + { "hp": 2086, "atk": 234, "def": 162 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Nicole.json b/libs/zzz/stats/Data/Characters/Nicole.json new file mode 100644 index 0000000000..c905ad7838 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Nicole.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "ether", + "stats": { + "atk_base": 93, + "atk_growth": 5.3249, + "def_base": 50, + "def_growth": 6.7901, + "hp_base": 655, + "hp_growth": 88.8787, + "anomMas": 90, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 449, "atk": 33, "def": 34 }, + { "hp": 899, "atk": 67, "def": 69 }, + { "hp": 1348, "atk": 100, "def": 103 }, + { "hp": 1798, "atk": 133, "def": 137 }, + { "hp": 2247, "atk": 167, "def": 172 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Piper.json b/libs/zzz/stats/Data/Characters/Piper.json new file mode 100644 index 0000000000..dcbb831abf --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Piper.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 109, + "atk_growth": 6.4308, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 561, + "hp_growth": 76.1177, + "anomMas": 116, + "anomProf": 118 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 385, "atk": 39, "def": 34 }, + { "hp": 770, "atk": 78, "def": 68 }, + { "hp": 1155, "atk": 117, "def": 101 }, + { "hp": 1540, "atk": 156, "def": 135 }, + { "hp": 1925, "atk": 195, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/PulchraFeliny.json b/libs/zzz/stats/Data/Characters/PulchraFeliny.json new file mode 100644 index 0000000000..24d00db0a1 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/PulchraFeliny.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 96, + "atk_growth": 5.4887, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 612, + "hp_growth": 83.0642, + "anomMas": 92, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 420, "atk": 34, "def": 33 }, + { "hp": 840, "atk": 68, "def": 67 }, + { "hp": 1260, "atk": 103, "def": 100 }, + { "hp": 1680, "atk": 137, "def": 134 }, + { "hp": 2100, "atk": 171, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/QingYi.json b/libs/zzz/stats/Data/Characters/QingYi.json new file mode 100644 index 0000000000..7b7adb4cb1 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/QingYi.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 109, + "atk_growth": 6.4272, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 663, + "hp_growth": 90.0269, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 455, "atk": 39, "def": 34 }, + { "hp": 911, "atk": 78, "def": 68 }, + { "hp": 1366, "atk": 117, "def": 101 }, + { "hp": 1821, "atk": 156, "def": 135 }, + { "hp": 2276, "atk": 195, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Rina.json b/libs/zzz/stats/Data/Characters/Rina.json new file mode 100644 index 0000000000..1cad9c5d12 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Rina.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 103, + "atk_growth": 6.0201, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 692, + "hp_growth": 93.9358, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 475, "atk": 37, "def": 33 }, + { "hp": 950, "atk": 74, "def": 66 }, + { "hp": 1425, "atk": 111, "def": 99 }, + { "hp": 1900, "atk": 147, "def": 133 }, + { "hp": 2375, "atk": 184, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "pen_": 0.048 }, + { "atk_base": 25, "pen_": 0.048 }, + { "atk_base": 25, "pen_": 0.096 }, + { "atk_base": 50, "pen_": 0.096 }, + { "atk_base": 50, "pen_": 0.144 }, + { "atk_base": 75, "pen_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Seth.json b/libs/zzz/stats/Data/Characters/Seth.json new file mode 100644 index 0000000000..22d90f77d0 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Seth.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 93, + "atk_growth": 5.2593, + "def_base": 60, + "def_growth": 8.1379, + "hp_base": 699, + "hp_growth": 94.9375, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 480, "atk": 33, "def": 41 }, + { "hp": 960, "atk": 66, "def": 82 }, + { "hp": 1440, "atk": 99, "def": 123 }, + { "hp": 1920, "atk": 132, "def": 165 }, + { "hp": 2401, "atk": 165, "def": 206 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/SilverAnby.json b/libs/zzz/stats/Data/Characters/SilverAnby.json new file mode 100644 index 0000000000..b9db38e15f --- /dev/null +++ b/libs/zzz/stats/Data/Characters/SilverAnby.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 134, + "atk_growth": 8.1654, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 48, "def": 34 }, + { "hp": 847, "atk": 95, "def": 68 }, + { "hp": 1270, "atk": 143, "def": 101 }, + { "hp": 1694, "atk": 191, "def": 135 }, + { "hp": 2117, "atk": 239, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Soldier11.json b/libs/zzz/stats/Data/Characters/Soldier11.json new file mode 100644 index 0000000000..a03e1342a3 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Soldier11.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 128, + "atk_growth": 7.7554, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 46, "def": 34 }, + { "hp": 847, "atk": 91, "def": 68 }, + { "hp": 1270, "atk": 137, "def": 101 }, + { "hp": 1694, "atk": 183, "def": 135 }, + { "hp": 2117, "atk": 228, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Soukaku.json b/libs/zzz/stats/Data/Characters/Soukaku.json new file mode 100644 index 0000000000..20d20aeaf9 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Soukaku.json @@ -0,0 +1,30 @@ +{ + "rarity": "A", + "element": "ice", + "stats": { + "atk_base": 96, + "atk_growth": 5.4887, + "def_base": 48, + "def_growth": 6.5185, + "hp_base": 645, + "hp_growth": 87.5757, + "anomMas": 93, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 443, "atk": 34, "def": 33 }, + { "hp": 886, "atk": 68, "def": 66 }, + { "hp": 1329, "atk": 103, "def": 99 }, + { "hp": 1772, "atk": 137, "def": 132 }, + { "hp": 2214, "atk": 171, "def": 165 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Trigger.json b/libs/zzz/stats/Data/Characters/Trigger.json new file mode 100644 index 0000000000..d057482d0b --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Trigger.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 108, + "atk_growth": 6.3517, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 637, + "hp_growth": 86.4437, + "anomMas": 96, + "anomProf": 95 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 437, "atk": 39, "def": 33 }, + { "hp": 874, "atk": 77, "def": 66 }, + { "hp": 1311, "atk": 116, "def": 99 }, + { "hp": 1749, "atk": 154, "def": 133 }, + { "hp": 2186, "atk": 193, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/Yanagi.json b/libs/zzz/stats/Data/Characters/Yanagi.json new file mode 100644 index 0000000000..9227fbf7c1 --- /dev/null +++ b/libs/zzz/stats/Data/Characters/Yanagi.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 126, + "atk_growth": 7.586, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 112, + "anomProf": 114 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 45, "def": 34 }, + { "hp": 859, "atk": 90, "def": 68 }, + { "hp": 1289, "atk": 134, "def": 101 }, + { "hp": 1719, "atk": 179, "def": 135 }, + { "hp": 2149, "atk": 224, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] +} diff --git a/libs/zzz/stats/Data/Characters/ZhuYuan.json b/libs/zzz/stats/Data/Characters/ZhuYuan.json new file mode 100644 index 0000000000..458b84717b --- /dev/null +++ b/libs/zzz/stats/Data/Characters/ZhuYuan.json @@ -0,0 +1,30 @@ +{ + "rarity": "S", + "element": "ether", + "stats": { + "atk_base": 132, + "atk_growth": 8.0729, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 602, + "hp_growth": 81.6391, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 413, "atk": 47, "def": 33 }, + { "hp": 826, "atk": 95, "def": 66 }, + { "hp": 1239, "atk": 142, "def": 99 }, + { "hp": 1651, "atk": 189, "def": 133 }, + { "hp": 2064, "atk": 236, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.288 }, + { "atk_base": 75, "crit_dmg_": 0.288 } + ] +} diff --git a/libs/zzz/stats/Data/Wengine/BashfulDemon.json b/libs/zzz/stats/Data/Wengine/BashfulDemon.json new file mode 100644 index 0000000000..a38db3339f --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/BashfulDemon.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/BigCylinder.json b/libs/zzz/stats/Data/Wengine/BigCylinder.json new file mode 100644 index 0000000000..65346233cf --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/BigCylinder.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "defense", + "atk_base": 42, + "second_statkey": "def_", + "second_statvalue": 0.16 +} diff --git a/libs/zzz/stats/Data/Wengine/BlazingLaurel.json b/libs/zzz/stats/Data/Wengine/BlazingLaurel.json new file mode 100644 index 0000000000..398a8365b7 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/BlazingLaurel.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "stun", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 +} diff --git a/libs/zzz/stats/Data/Wengine/BunnyBand.json b/libs/zzz/stats/Data/Wengine/BunnyBand.json new file mode 100644 index 0000000000..4927dcc942 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/BunnyBand.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "def_", + "second_statvalue": 0.16 +} diff --git a/libs/zzz/stats/Data/Wengine/CannonRotor.json b/libs/zzz/stats/Data/Wengine/CannonRotor.json new file mode 100644 index 0000000000..83a9cd5fb0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/CannonRotor.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "crit_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/DeepSeaVisitor.json b/libs/zzz/stats/Data/Wengine/DeepSeaVisitor.json new file mode 100644 index 0000000000..10dae657f6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/DeepSeaVisitor.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/DemaraBatteryMarkII.json b/libs/zzz/stats/Data/Wengine/DemaraBatteryMarkII.json new file mode 100644 index 0000000000..472b3dcaf5 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/DemaraBatteryMarkII.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "stun", + "atk_base": 42, + "second_statkey": "impact_", + "second_statvalue": 0.06 +} diff --git a/libs/zzz/stats/Data/Wengine/DrillRigRedAxis.json b/libs/zzz/stats/Data/Wengine/DrillRigRedAxis.json new file mode 100644 index 0000000000..4eb1fb6833 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/DrillRigRedAxis.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 +} diff --git a/libs/zzz/stats/Data/Wengine/ElectroLipGloss.json b/libs/zzz/stats/Data/Wengine/ElectroLipGloss.json new file mode 100644 index 0000000000..cfa1c7f586 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ElectroLipGloss.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "anomProf", + "second_statvalue": 30 +} diff --git a/libs/zzz/stats/Data/Wengine/ElegantVanity.json b/libs/zzz/stats/Data/Wengine/ElegantVanity.json new file mode 100644 index 0000000000..8e4c95d113 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ElegantVanity.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "support", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 +} diff --git a/libs/zzz/stats/Data/Wengine/FlamemakerShaker.json b/libs/zzz/stats/Data/Wengine/FlamemakerShaker.json new file mode 100644 index 0000000000..b8e769de25 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/FlamemakerShaker.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 +} diff --git a/libs/zzz/stats/Data/Wengine/FusionCompiler.json b/libs/zzz/stats/Data/Wengine/FusionCompiler.json new file mode 100644 index 0000000000..4290d5489d --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/FusionCompiler.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "anomaly", + "atk_base": 46, + "second_statkey": "pen_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/GildedBlossom.json b/libs/zzz/stats/Data/Wengine/GildedBlossom.json new file mode 100644 index 0000000000..b9e4985cfa --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/GildedBlossom.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/HailstormShrine.json b/libs/zzz/stats/Data/Wengine/HailstormShrine.json new file mode 100644 index 0000000000..91c45dc48e --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/HailstormShrine.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "anomaly", + "atk_base": 50, + "second_statkey": "crit_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/HeartstringNocturne.json b/libs/zzz/stats/Data/Wengine/HeartstringNocturne.json new file mode 100644 index 0000000000..10dae657f6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/HeartstringNocturne.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/HellfireGears.json b/libs/zzz/stats/Data/Wengine/HellfireGears.json new file mode 100644 index 0000000000..a223b788d6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/HellfireGears.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "stun", + "atk_base": 46, + "second_statkey": "impact_", + "second_statvalue": 0.072 +} diff --git a/libs/zzz/stats/Data/Wengine/Housekeeper.json b/libs/zzz/stats/Data/Wengine/Housekeeper.json new file mode 100644 index 0000000000..4fb04a13d6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/Housekeeper.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/IceJadeTeapot.json b/libs/zzz/stats/Data/Wengine/IceJadeTeapot.json new file mode 100644 index 0000000000..398a8365b7 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/IceJadeTeapot.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "stun", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 +} diff --git a/libs/zzz/stats/Data/Wengine/IdentityBase.json b/libs/zzz/stats/Data/Wengine/IdentityBase.json new file mode 100644 index 0000000000..e85fa2a888 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/IdentityBase.json @@ -0,0 +1,6 @@ +{ + "type": "defense", + "atk_base": 32, + "second_statkey": "def_", + "second_statvalue": 0.128 +} diff --git a/libs/zzz/stats/Data/Wengine/IdentityInflection.json b/libs/zzz/stats/Data/Wengine/IdentityInflection.json new file mode 100644 index 0000000000..e85fa2a888 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/IdentityInflection.json @@ -0,0 +1,6 @@ +{ + "type": "defense", + "atk_base": 32, + "second_statkey": "def_", + "second_statvalue": 0.128 +} diff --git a/libs/zzz/stats/Data/Wengine/KaboomTheCannon.json b/libs/zzz/stats/Data/Wengine/KaboomTheCannon.json new file mode 100644 index 0000000000..5054a2bdf0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/KaboomTheCannon.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 +} diff --git a/libs/zzz/stats/Data/Wengine/LunarDecrescent.json b/libs/zzz/stats/Data/Wengine/LunarDecrescent.json new file mode 100644 index 0000000000..37f05284ef --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/LunarDecrescent.json @@ -0,0 +1,6 @@ +{ + "type": "attack", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/LunarNoviluna.json b/libs/zzz/stats/Data/Wengine/LunarNoviluna.json new file mode 100644 index 0000000000..564c657583 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/LunarNoviluna.json @@ -0,0 +1,6 @@ +{ + "type": "attack", + "atk_base": 32, + "second_statkey": "crit_", + "second_statvalue": 0.064 +} diff --git a/libs/zzz/stats/Data/Wengine/LunarPleniluna.json b/libs/zzz/stats/Data/Wengine/LunarPleniluna.json new file mode 100644 index 0000000000..37f05284ef --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/LunarPleniluna.json @@ -0,0 +1,6 @@ +{ + "type": "attack", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/MagneticStormAlpha.json b/libs/zzz/stats/Data/Wengine/MagneticStormAlpha.json new file mode 100644 index 0000000000..18409eee10 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/MagneticStormAlpha.json @@ -0,0 +1,6 @@ +{ + "type": "anomaly", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/MagneticStormBravo.json b/libs/zzz/stats/Data/Wengine/MagneticStormBravo.json new file mode 100644 index 0000000000..88833484c0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/MagneticStormBravo.json @@ -0,0 +1,6 @@ +{ + "type": "anomaly", + "atk_base": 32, + "second_statkey": "anomProf", + "second_statvalue": 24 +} diff --git a/libs/zzz/stats/Data/Wengine/MagneticStormCharlie.json b/libs/zzz/stats/Data/Wengine/MagneticStormCharlie.json new file mode 100644 index 0000000000..7fa521544c --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/MagneticStormCharlie.json @@ -0,0 +1,6 @@ +{ + "type": "anomaly", + "atk_base": 32, + "second_statkey": "pen_", + "second_statvalue": 0.064 +} diff --git a/libs/zzz/stats/Data/Wengine/MarcatoDesire.json b/libs/zzz/stats/Data/Wengine/MarcatoDesire.json new file mode 100644 index 0000000000..83a9cd5fb0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/MarcatoDesire.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "crit_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/OriginalTransmorpher.json b/libs/zzz/stats/Data/Wengine/OriginalTransmorpher.json new file mode 100644 index 0000000000..5a280f4b2b --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/OriginalTransmorpher.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "hp_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/PeacekeeperSpecialized.json b/libs/zzz/stats/Data/Wengine/PeacekeeperSpecialized.json new file mode 100644 index 0000000000..0b3f38c9a0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/PeacekeeperSpecialized.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "defense", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/PreciousFossilizedCore.json b/libs/zzz/stats/Data/Wengine/PreciousFossilizedCore.json new file mode 100644 index 0000000000..45ca38f1f3 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/PreciousFossilizedCore.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "impact_", + "second_statvalue": 0.06 +} diff --git a/libs/zzz/stats/Data/Wengine/RainforestGourmet.json b/libs/zzz/stats/Data/Wengine/RainforestGourmet.json new file mode 100644 index 0000000000..cfa1c7f586 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/RainforestGourmet.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "anomProf", + "second_statvalue": 30 +} diff --git a/libs/zzz/stats/Data/Wengine/ReverbMarkI.json b/libs/zzz/stats/Data/Wengine/ReverbMarkI.json new file mode 100644 index 0000000000..b78073e15c --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ReverbMarkI.json @@ -0,0 +1,6 @@ +{ + "type": "support", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/ReverbMarkII.json b/libs/zzz/stats/Data/Wengine/ReverbMarkII.json new file mode 100644 index 0000000000..519dfa2700 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ReverbMarkII.json @@ -0,0 +1,6 @@ +{ + "type": "support", + "atk_base": 32, + "second_statkey": "enerRegen_", + "second_statvalue": 0.16 +} diff --git a/libs/zzz/stats/Data/Wengine/ReverbMarkIII.json b/libs/zzz/stats/Data/Wengine/ReverbMarkIII.json new file mode 100644 index 0000000000..ce0cc58e86 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ReverbMarkIII.json @@ -0,0 +1,6 @@ +{ + "type": "support", + "atk_base": 32, + "second_statkey": "hp_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/RiotSuppressorMarkVI.json b/libs/zzz/stats/Data/Wengine/RiotSuppressorMarkVI.json new file mode 100644 index 0000000000..240b0769da --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/RiotSuppressorMarkVI.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_dmg_", + "second_statvalue": 0.192 +} diff --git a/libs/zzz/stats/Data/Wengine/RoaringRide.json b/libs/zzz/stats/Data/Wengine/RoaringRide.json new file mode 100644 index 0000000000..bca77618ee --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/RoaringRide.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "anomaly", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/SharpenedStinger.json b/libs/zzz/stats/Data/Wengine/SharpenedStinger.json new file mode 100644 index 0000000000..0b337ad4bd --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SharpenedStinger.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "anomProf", + "second_statvalue": 36 +} diff --git a/libs/zzz/stats/Data/Wengine/SixShooter.json b/libs/zzz/stats/Data/Wengine/SixShooter.json new file mode 100644 index 0000000000..45ca38f1f3 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SixShooter.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "impact_", + "second_statvalue": 0.06 +} diff --git a/libs/zzz/stats/Data/Wengine/SliceOfTime.json b/libs/zzz/stats/Data/Wengine/SliceOfTime.json new file mode 100644 index 0000000000..5393d31068 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SliceOfTime.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "support", + "atk_base": 40, + "second_statkey": "pen_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/SpringEmbrace.json b/libs/zzz/stats/Data/Wengine/SpringEmbrace.json new file mode 100644 index 0000000000..2f3a920af4 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SpringEmbrace.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/StarlightEngine.json b/libs/zzz/stats/Data/Wengine/StarlightEngine.json new file mode 100644 index 0000000000..b9e4985cfa --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/StarlightEngine.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/StarlightEngineReplica.json b/libs/zzz/stats/Data/Wengine/StarlightEngineReplica.json new file mode 100644 index 0000000000..4fb04a13d6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/StarlightEngineReplica.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/SteamOven.json b/libs/zzz/stats/Data/Wengine/SteamOven.json new file mode 100644 index 0000000000..0dbbe1d9ff --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SteamOven.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 +} diff --git a/libs/zzz/stats/Data/Wengine/SteelCushion.json b/libs/zzz/stats/Data/Wengine/SteelCushion.json new file mode 100644 index 0000000000..c740dbcc99 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/SteelCushion.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 46, + "second_statkey": "crit_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/StreetSuperstar.json b/libs/zzz/stats/Data/Wengine/StreetSuperstar.json new file mode 100644 index 0000000000..b9e4985cfa --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/StreetSuperstar.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/TheBrimstone.json b/libs/zzz/stats/Data/Wengine/TheBrimstone.json new file mode 100644 index 0000000000..e244091710 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/TheBrimstone.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 46, + "second_statkey": "atk_", + "second_statvalue": 0.12 +} diff --git a/libs/zzz/stats/Data/Wengine/TheRestrained.json b/libs/zzz/stats/Data/Wengine/TheRestrained.json new file mode 100644 index 0000000000..a223b788d6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/TheRestrained.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "stun", + "atk_base": 46, + "second_statkey": "impact_", + "second_statvalue": 0.072 +} diff --git a/libs/zzz/stats/Data/Wengine/TheVault.json b/libs/zzz/stats/Data/Wengine/TheVault.json new file mode 100644 index 0000000000..5054a2bdf0 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/TheVault.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 +} diff --git a/libs/zzz/stats/Data/Wengine/Timeweaver.json b/libs/zzz/stats/Data/Wengine/Timeweaver.json new file mode 100644 index 0000000000..b8e769de25 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/Timeweaver.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 +} diff --git a/libs/zzz/stats/Data/Wengine/TusksOfFury.json b/libs/zzz/stats/Data/Wengine/TusksOfFury.json new file mode 100644 index 0000000000..e3140f947d --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/TusksOfFury.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "defense", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 +} diff --git a/libs/zzz/stats/Data/Wengine/UnfetteredGameBall.json b/libs/zzz/stats/Data/Wengine/UnfetteredGameBall.json new file mode 100644 index 0000000000..94b91f5ab5 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/UnfetteredGameBall.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "support", + "atk_base": 40, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 +} diff --git a/libs/zzz/stats/Data/Wengine/VortexArrow.json b/libs/zzz/stats/Data/Wengine/VortexArrow.json new file mode 100644 index 0000000000..2e74d29fa6 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/VortexArrow.json @@ -0,0 +1,6 @@ +{ + "type": "stun", + "atk_base": 32, + "second_statkey": "impact_", + "second_statvalue": 0.048 +} diff --git a/libs/zzz/stats/Data/Wengine/VortexHatchet.json b/libs/zzz/stats/Data/Wengine/VortexHatchet.json new file mode 100644 index 0000000000..acdbb2587c --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/VortexHatchet.json @@ -0,0 +1,6 @@ +{ + "type": "stun", + "atk_base": 32, + "second_statkey": "enerRegen_", + "second_statvalue": 0.16 +} diff --git a/libs/zzz/stats/Data/Wengine/VortexRevolver.json b/libs/zzz/stats/Data/Wengine/VortexRevolver.json new file mode 100644 index 0000000000..ec0f83f857 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/VortexRevolver.json @@ -0,0 +1,6 @@ +{ + "type": "stun", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 +} diff --git a/libs/zzz/stats/Data/Wengine/WeepingCradle.json b/libs/zzz/stats/Data/Wengine/WeepingCradle.json new file mode 100644 index 0000000000..70e532337e --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/WeepingCradle.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "support", + "atk_base": 46, + "second_statkey": "pen_", + "second_statvalue": 0.096 +} diff --git a/libs/zzz/stats/Data/Wengine/WeepingGemini.json b/libs/zzz/stats/Data/Wengine/WeepingGemini.json new file mode 100644 index 0000000000..a5de823582 --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/WeepingGemini.json @@ -0,0 +1,7 @@ +{ + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 +} diff --git a/libs/zzz/stats/Data/Wengine/ZanshinHerbCase.json b/libs/zzz/stats/Data/Wengine/ZanshinHerbCase.json new file mode 100644 index 0000000000..240b0769da --- /dev/null +++ b/libs/zzz/stats/Data/Wengine/ZanshinHerbCase.json @@ -0,0 +1,7 @@ +{ + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_dmg_", + "second_statvalue": 0.192 +} diff --git a/libs/zzz/stats/README.md b/libs/zzz/stats/README.md new file mode 100644 index 0000000000..66bd263a46 --- /dev/null +++ b/libs/zzz/stats/README.md @@ -0,0 +1,7 @@ +# zzz-stats + +This library was generated with [Nx](https://nx.dev). + +## Building + +Run `nx build zzz-stats` to build the library. diff --git a/libs/zzz/stats/executors.json b/libs/zzz/stats/executors.json new file mode 100644 index 0000000000..eacd0ab9e3 --- /dev/null +++ b/libs/zzz/stats/executors.json @@ -0,0 +1,9 @@ +{ + "executors": { + "gen-stats": { + "implementation": "./src/executors/gen-stats/executor", + "schema": "./src/executors/gen-stats/schema.json", + "description": "gen-stats executor" + } + } +} diff --git a/libs/zzz/stats/jest.config.ts b/libs/zzz/stats/jest.config.ts new file mode 100644 index 0000000000..5ca296d91e --- /dev/null +++ b/libs/zzz/stats/jest.config.ts @@ -0,0 +1,15 @@ +/* eslint-disable */ +export default { + displayName: 'zzz-stats', + preset: '../../../jest.preset.js', + globals: { + 'ts-jest': { + tsconfig: '/tsconfig.spec.json', + }, + }, + transform: { + '^.+\\.[tj]s$': 'ts-jest', + }, + moduleFileExtensions: ['ts', 'js', 'html'], + coverageDirectory: '../../../coverage/libs/zzz/stats', +} diff --git a/libs/zzz/stats/package.json b/libs/zzz/stats/package.json new file mode 100644 index 0000000000..25d6a39c78 --- /dev/null +++ b/libs/zzz/stats/package.json @@ -0,0 +1,6 @@ +{ + "name": "@genshin-optimizer/zzz/stats", + "version": "0.0.1", + "type": "commonjs", + "executors": "./executors.json" +} diff --git a/libs/zzz/stats/project.json b/libs/zzz/stats/project.json new file mode 100644 index 0000000000..dacc863ca9 --- /dev/null +++ b/libs/zzz/stats/project.json @@ -0,0 +1,16 @@ +{ + "name": "zzz-stats", + "$schema": "../../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "libs/zzz/stats/src", + "projectType": "library", + "targets": { + "gen-file": { + "executor": "@genshin-optimizer/zzz/stats:gen-stats", + "outputs": [ + "{projectRoot}/Data/**/*", + "{projectRoot}/src/allStat_gen.json" + ] + } + }, + "tags": [] +} diff --git a/libs/zzz/stats/src/allStat_gen.json b/libs/zzz/stats/src/allStat_gen.json new file mode 100644 index 0000000000..1ceb4e8fab --- /dev/null +++ b/libs/zzz/stats/src/allStat_gen.json @@ -0,0 +1,1328 @@ +{ + "char": { + "Anby": { + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 95, + "atk_growth": 5.423, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 603, + "hp_growth": 81.8426, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 414, "atk": 34, "def": 34 }, + { "hp": 828, "atk": 68, "def": 68 }, + { "hp": 1242, "atk": 102, "def": 101 }, + { "hp": 1656, "atk": 135, "def": 135 }, + { "hp": 2069, "atk": 169, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Nekomata": { + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 131, + "atk_growth": 7.9762, + "def_base": 47, + "def_growth": 6.4166, + "hp_base": 608, + "hp_growth": 82.4778, + "anomMas": 97, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 417, "atk": 47, "def": 32 }, + { "hp": 834, "atk": 94, "def": 65 }, + { "hp": 1251, "atk": 140, "def": 97 }, + { "hp": 1668, "atk": 187, "def": 130 }, + { "hp": 2086, "atk": 234, "def": 162 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Nicole": { + "rarity": "A", + "element": "ether", + "stats": { + "atk_base": 93, + "atk_growth": 5.3249, + "def_base": 50, + "def_growth": 6.7901, + "hp_base": 655, + "hp_growth": 88.8787, + "anomMas": 90, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 449, "atk": 33, "def": 34 }, + { "hp": 899, "atk": 67, "def": 69 }, + { "hp": 1348, "atk": 100, "def": 103 }, + { "hp": 1798, "atk": 133, "def": 137 }, + { "hp": 2247, "atk": 167, "def": 172 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Soldier11": { + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 128, + "atk_growth": 7.7554, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 46, "def": 34 }, + { "hp": 847, "atk": 91, "def": 68 }, + { "hp": 1270, "atk": 137, "def": 101 }, + { "hp": 1694, "atk": 183, "def": 135 }, + { "hp": 2117, "atk": 228, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Corin": { + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 116, + "atk_growth": 6.9346, + "def_base": 49, + "def_growth": 6.5864, + "hp_base": 561, + "hp_growth": 76.1177, + "anomMas": 93, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 385, "atk": 41, "def": 33 }, + { "hp": 770, "atk": 83, "def": 67 }, + { "hp": 1155, "atk": 124, "def": 100 }, + { "hp": 1540, "atk": 166, "def": 133 }, + { "hp": 1925, "atk": 207, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.288 }, + { "atk_base": 75, "crit_dmg_": 0.288 } + ] + }, + "Caesar": { + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 101, + "atk_growth": 5.8761, + "def_base": 61, + "def_growth": 8.218, + "hp_base": 766, + "hp_growth": 103.9361, + "anomMas": 87, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 526, "atk": 38, "def": 42 }, + { "hp": 1051, "atk": 76, "def": 83 }, + { "hp": 1577, "atk": 113, "def": 125 }, + { "hp": 2102, "atk": 151, "def": 166 }, + { "hp": 2628, "atk": 189, "def": 208 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Billy": { + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 113, + "atk_growth": 6.7335, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 555, + "hp_growth": 75.3604, + "anomMas": 92, + "anomProf": 91 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 381, "atk": 40, "def": 33 }, + { "hp": 762, "atk": 81, "def": 67 }, + { "hp": 1143, "atk": 121, "def": 100 }, + { "hp": 1524, "atk": 162, "def": 134 }, + { "hp": 1906, "atk": 202, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Miyabi": { + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 127, + "atk_growth": 7.6728, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 116, + "anomProf": 148 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 45, "def": 33 }, + { "hp": 847, "atk": 90, "def": 67 }, + { "hp": 1270, "atk": 136, "def": 100 }, + { "hp": 1694, "atk": 181, "def": 134 }, + { "hp": 2117, "atk": 226, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "anomProf": 30 }, + { "atk_base": 25, "anomProf": 30 }, + { "atk_base": 25, "anomProf": 60 }, + { "atk_base": 50, "anomProf": 60 }, + { "atk_base": 50, "anomProf": 90 }, + { "atk_base": 75, "anomProf": 90 } + ] + }, + "Koleda": { + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 106, + "atk_growth": 6.2007, + "def_base": 48, + "def_growth": 6.4845, + "hp_base": 653, + "hp_growth": 88.6832, + "anomMas": 97, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 448, "atk": 38, "def": 33 }, + { "hp": 897, "atk": 76, "def": 66 }, + { "hp": 1345, "atk": 113, "def": 98 }, + { "hp": 1794, "atk": 151, "def": 131 }, + { "hp": 2242, "atk": 189, "def": 164 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Anton": { + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 114, + "atk_growth": 6.7737, + "def_base": 50, + "def_growth": 6.7901, + "hp_base": 580, + "hp_growth": 78.7644, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 398, "atk": 41, "def": 34 }, + { "hp": 797, "atk": 81, "def": 69 }, + { "hp": 1195, "atk": 122, "def": 103 }, + { "hp": 1593, "atk": 163, "def": 137 }, + { "hp": 1992, "atk": 203, "def": 172 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Ben": { + "rarity": "A", + "element": "fire", + "stats": { + "atk_base": 94, + "atk_growth": 5.3574, + "def_base": 58, + "def_growth": 7.8989, + "hp_base": 690, + "hp_growth": 93.5856, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 473, "atk": 34, "def": 40 }, + { "hp": 947, "atk": 67, "def": 80 }, + { "hp": 1420, "atk": 101, "def": 120 }, + { "hp": 1893, "atk": 134, "def": 160 }, + { "hp": 2366, "atk": 168, "def": 200 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Soukaku": { + "rarity": "A", + "element": "ice", + "stats": { + "atk_base": 96, + "atk_growth": 5.4887, + "def_base": 48, + "def_growth": 6.5185, + "hp_base": 645, + "hp_growth": 87.5757, + "anomMas": 93, + "anomProf": 96 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 443, "atk": 34, "def": 33 }, + { "hp": 886, "atk": 68, "def": 66 }, + { "hp": 1329, "atk": 103, "def": 99 }, + { "hp": 1772, "atk": 137, "def": 132 }, + { "hp": 2214, "atk": 171, "def": 165 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Lycaon": { + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 105, + "atk_growth": 6.1287, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 677, + "hp_growth": 91.8185, + "anomMas": 91, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 464, "atk": 37, "def": 33 }, + { "hp": 929, "atk": 75, "def": 67 }, + { "hp": 1393, "atk": 112, "def": 100 }, + { "hp": 1857, "atk": 150, "def": 134 }, + { "hp": 2322, "atk": 187, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Lucy": { + "rarity": "A", + "element": "fire", + "stats": { + "atk_base": 95, + "atk_growth": 5.423, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 645, + "hp_growth": 87.5757, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 443, "atk": 34, "def": 34 }, + { "hp": 886, "atk": 68, "def": 68 }, + { "hp": 1329, "atk": 102, "def": 101 }, + { "hp": 1772, "atk": 135, "def": 135 }, + { "hp": 2214, "atk": 169, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Lighter": { + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 109, + "atk_growth": 6.3891, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 677, + "hp_growth": 91.8185, + "anomMas": 91, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 432, "atk": 47, "def": 34 }, + { "hp": 864, "atk": 95, "def": 68 }, + { "hp": 1296, "atk": 142, "def": 101 }, + { "hp": 1727, "atk": 190, "def": 135 }, + { "hp": 2159, "atk": 237, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Burnice": { + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 124, + "atk_growth": 7.4992, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 592, + "hp_growth": 80.3931, + "anomMas": 118, + "anomProf": 120 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 407, "atk": 44, "def": 33 }, + { "hp": 813, "atk": 89, "def": 66 }, + { "hp": 1220, "atk": 133, "def": 99 }, + { "hp": 1626, "atk": 177, "def": 133 }, + { "hp": 2033, "atk": 222, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Grace": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 119, + "atk_growth": 7.1181, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 602, + "hp_growth": 81.6391, + "anomMas": 115, + "anomProf": 116 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 413, "atk": 42, "def": 33 }, + { "hp": 826, "atk": 85, "def": 66 }, + { "hp": 1239, "atk": 127, "def": 99 }, + { "hp": 1651, "atk": 170, "def": 133 }, + { "hp": 2064, "atk": 212, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] + }, + "Ellen": { + "rarity": "S", + "element": "ice", + "stats": { + "atk_base": 135, + "atk_growth": 8.2578, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 48, "def": 33 }, + { "hp": 847, "atk": 96, "def": 67 }, + { "hp": 1270, "atk": 145, "def": 100 }, + { "hp": 1694, "atk": 193, "def": 134 }, + { "hp": 2117, "atk": 241, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Harumasa": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 132, + "atk_growth": 8.027, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 595, + "hp_growth": 80.8084, + "anomMas": 80, + "anomProf": 95 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 409, "atk": 47, "def": 33 }, + { "hp": 817, "atk": 94, "def": 66 }, + { "hp": 1226, "atk": 141, "def": 99 }, + { "hp": 1635, "atk": 188, "def": 133 }, + { "hp": 2043, "atk": 235, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "Rina": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 103, + "atk_growth": 6.0201, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 692, + "hp_growth": 93.9358, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 475, "atk": 37, "def": 33 }, + { "hp": 950, "atk": 74, "def": 66 }, + { "hp": 1425, "atk": 111, "def": 99 }, + { "hp": 1900, "atk": 147, "def": 133 }, + { "hp": 2375, "atk": 184, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "pen_": 0.048 }, + { "atk_base": 25, "pen_": 0.048 }, + { "atk_base": 25, "pen_": 0.096 }, + { "atk_base": 50, "pen_": 0.096 }, + { "atk_base": 50, "pen_": 0.144 }, + { "atk_base": 75, "pen_": 0.144 } + ] + }, + "Yanagi": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 126, + "atk_growth": 7.586, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 112, + "anomProf": 114 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 45, "def": 34 }, + { "hp": 859, "atk": 90, "def": 68 }, + { "hp": 1289, "atk": 134, "def": 101 }, + { "hp": 1719, "atk": 179, "def": 135 }, + { "hp": 2149, "atk": 224, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] + }, + "ZhuYuan": { + "rarity": "S", + "element": "ether", + "stats": { + "atk_base": 132, + "atk_growth": 8.0729, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 602, + "hp_growth": 81.6391, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 413, "atk": 47, "def": 33 }, + { "hp": 826, "atk": 95, "def": 66 }, + { "hp": 1239, "atk": 142, "def": 99 }, + { "hp": 1651, "atk": 189, "def": 133 }, + { "hp": 2064, "atk": 236, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.096 }, + { "atk_base": 25, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.192 }, + { "atk_base": 50, "crit_dmg_": 0.288 }, + { "atk_base": 75, "crit_dmg_": 0.288 } + ] + }, + "QingYi": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 109, + "atk_growth": 6.4272, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 663, + "hp_growth": 90.0269, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 455, "atk": 39, "def": 34 }, + { "hp": 911, "atk": 78, "def": 68 }, + { "hp": 1366, "atk": 117, "def": 101 }, + { "hp": 1821, "atk": 156, "def": 135 }, + { "hp": 2276, "atk": 195, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Jane": { + "rarity": "S", + "element": "physical", + "stats": { + "atk_base": 127, + "atk_growth": 7.6728, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 112, + "anomProf": 114 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 45, "def": 33 }, + { "hp": 859, "atk": 90, "def": 67 }, + { "hp": 1289, "atk": 136, "def": 100 }, + { "hp": 1719, "atk": 181, "def": 134 }, + { "hp": 2149, "atk": 226, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 12 }, + { "atk_base": 25, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 24 }, + { "atk_base": 50, "anomMas": 36 }, + { "atk_base": 75, "anomMas": 36 } + ] + }, + "Seth": { + "rarity": "A", + "element": "electric", + "stats": { + "atk_base": 93, + "atk_growth": 5.2593, + "def_base": 60, + "def_growth": 8.1379, + "hp_base": 699, + "hp_growth": 94.9375, + "anomMas": 86, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 480, "atk": 33, "def": 41 }, + { "hp": 960, "atk": 66, "def": 82 }, + { "hp": 1440, "atk": 99, "def": 123 }, + { "hp": 1920, "atk": 132, "def": 165 }, + { "hp": 2401, "atk": 165, "def": 206 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Piper": { + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 109, + "atk_growth": 6.4308, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 561, + "hp_growth": 76.1177, + "anomMas": 116, + "anomProf": 118 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 385, "atk": 39, "def": 34 }, + { "hp": 770, "atk": 78, "def": 68 }, + { "hp": 1155, "atk": 117, "def": 101 }, + { "hp": 1540, "atk": 156, "def": 135 }, + { "hp": 1925, "atk": 195, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Astra": { + "rarity": "S", + "element": "ether", + "stats": { + "atk_base": 103, + "atk_growth": 5.9961, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 692, + "hp_growth": 93.9358, + "anomMas": 93, + "anomProf": 92 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 475, "atk": 37, "def": 33 }, + { "hp": 950, "atk": 74, "def": 66 }, + { "hp": 1425, "atk": 110, "def": 99 }, + { "hp": 1900, "atk": 147, "def": 133 }, + { "hp": 2375, "atk": 184, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 12 }, + { "atk_base": 25, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 24 }, + { "atk_base": 50, "base_enerRegen": 36 }, + { "atk_base": 75, "base_enerRegen": 36 } + ] + }, + "Evelyn": { + "rarity": "S", + "element": "fire", + "stats": { + "atk_base": 134, + "atk_growth": 8.1654, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 626, + "hp_growth": 84.9779, + "anomMas": 92, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 430, "atk": 48, "def": 34 }, + { "hp": 859, "atk": 95, "def": 68 }, + { "hp": 1289, "atk": 143, "def": 101 }, + { "hp": 1719, "atk": 191, "def": 135 }, + { "hp": 2149, "atk": 239, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + }, + "PulchraFeliny": { + "rarity": "A", + "element": "physical", + "stats": { + "atk_base": 96, + "atk_growth": 5.4887, + "def_base": 49, + "def_growth": 6.6203, + "hp_base": 612, + "hp_growth": 83.0642, + "anomMas": 92, + "anomProf": 90 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 420, "atk": 34, "def": 33 }, + { "hp": 840, "atk": 68, "def": 67 }, + { "hp": 1260, "atk": 103, "def": 100 }, + { "hp": 1680, "atk": 137, "def": 134 }, + { "hp": 2100, "atk": 171, "def": 167 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "Trigger": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 108, + "atk_growth": 6.3517, + "def_base": 48, + "def_growth": 6.5524, + "hp_base": 637, + "hp_growth": 86.4437, + "anomMas": 96, + "anomProf": 95 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 437, "atk": 39, "def": 33 }, + { "hp": 874, "atk": 77, "def": 66 }, + { "hp": 1311, "atk": 116, "def": 99 }, + { "hp": 1749, "atk": 154, "def": 133 }, + { "hp": 2186, "atk": 193, "def": 166 } + ], + "coreStats": [ + { "atk_base": 0, "impact": 6 }, + { "atk_base": 25, "impact": 6 }, + { "atk_base": 25, "impact": 12 }, + { "atk_base": 50, "impact": 12 }, + { "atk_base": 50, "impact": 18 }, + { "atk_base": 75, "impact": 18 } + ] + }, + "SilverAnby": { + "rarity": "S", + "element": "electric", + "stats": { + "atk_base": 134, + "atk_growth": 8.1654, + "def_base": 49, + "def_growth": 6.6882, + "hp_base": 617, + "hp_growth": 83.7238, + "anomMas": 94, + "anomProf": 93 + }, + "levelStats": [ + { "hp": 0, "atk": 0, "def": 0 }, + { "hp": 423, "atk": 48, "def": 34 }, + { "hp": 847, "atk": 95, "def": 68 }, + { "hp": 1270, "atk": 143, "def": 101 }, + { "hp": 1694, "atk": 191, "def": 135 }, + { "hp": 2117, "atk": 239, "def": 169 } + ], + "coreStats": [ + { "atk_base": 0, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.048 }, + { "atk_base": 25, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.096 }, + { "atk_base": 50, "crit_": 0.144 }, + { "atk_base": 75, "crit_": 0.144 } + ] + } + }, + "wengine": { + "LunarPleniluna": { + "type": "attack", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 + }, + "LunarDecrescent": { + "type": "attack", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 + }, + "LunarNoviluna": { + "type": "attack", + "atk_base": 32, + "second_statkey": "crit_", + "second_statvalue": 0.064 + }, + "ReverbMarkI": { + "type": "support", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 + }, + "ReverbMarkII": { + "type": "support", + "atk_base": 32, + "second_statkey": "enerRegen_", + "second_statvalue": 0.16 + }, + "ReverbMarkIII": { + "type": "support", + "atk_base": 32, + "second_statkey": "hp_", + "second_statvalue": 0.08 + }, + "VortexRevolver": { + "type": "stun", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 + }, + "VortexArrow": { + "type": "stun", + "atk_base": 32, + "second_statkey": "impact_", + "second_statvalue": 0.048 + }, + "VortexHatchet": { + "type": "stun", + "atk_base": 32, + "second_statkey": "enerRegen_", + "second_statvalue": 0.16 + }, + "MagneticStormAlpha": { + "type": "anomaly", + "atk_base": 32, + "second_statkey": "atk_", + "second_statvalue": 0.08 + }, + "MagneticStormBravo": { + "type": "anomaly", + "atk_base": 32, + "second_statkey": "anomProf", + "second_statvalue": 24 + }, + "MagneticStormCharlie": { + "type": "anomaly", + "atk_base": 32, + "second_statkey": "pen_", + "second_statvalue": 0.064 + }, + "IdentityBase": { + "type": "defense", + "atk_base": 32, + "second_statkey": "def_", + "second_statvalue": 0.128 + }, + "IdentityInflection": { + "type": "defense", + "atk_base": 32, + "second_statkey": "def_", + "second_statvalue": 0.128 + }, + "StreetSuperstar": { + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "SliceOfTime": { + "rarity": "A", + "type": "support", + "atk_base": 40, + "second_statkey": "pen_", + "second_statvalue": 0.08 + }, + "RainforestGourmet": { + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "anomProf", + "second_statvalue": 30 + }, + "StarlightEngine": { + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "SteamOven": { + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 + }, + "PreciousFossilizedCore": { + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "impact_", + "second_statvalue": 0.06 + }, + "OriginalTransmorpher": { + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "hp_", + "second_statvalue": 0.1 + }, + "WeepingGemini": { + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "ElectroLipGloss": { + "rarity": "A", + "type": "anomaly", + "atk_base": 40, + "second_statkey": "anomProf", + "second_statvalue": 30 + }, + "BunnyBand": { + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "def_", + "second_statvalue": 0.16 + }, + "SpringEmbrace": { + "rarity": "A", + "type": "defense", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "GildedBlossom": { + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "MarcatoDesire": { + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "crit_", + "second_statvalue": 0.08 + }, + "DemaraBatteryMarkII": { + "rarity": "A", + "type": "stun", + "atk_base": 42, + "second_statkey": "impact_", + "second_statvalue": 0.06 + }, + "TheVault": { + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 + }, + "Housekeeper": { + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "StarlightEngineReplica": { + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "DrillRigRedAxis": { + "rarity": "A", + "type": "attack", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 + }, + "BigCylinder": { + "rarity": "A", + "type": "defense", + "atk_base": 42, + "second_statkey": "def_", + "second_statvalue": 0.16 + }, + "BashfulDemon": { + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "KaboomTheCannon": { + "rarity": "A", + "type": "support", + "atk_base": 42, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 + }, + "PeacekeeperSpecialized": { + "rarity": "A", + "type": "defense", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "RoaringRide": { + "rarity": "A", + "type": "anomaly", + "atk_base": 42, + "second_statkey": "atk_", + "second_statvalue": 0.1 + }, + "CannonRotor": { + "rarity": "A", + "type": "attack", + "atk_base": 40, + "second_statkey": "crit_", + "second_statvalue": 0.08 + }, + "UnfetteredGameBall": { + "rarity": "A", + "type": "support", + "atk_base": 40, + "second_statkey": "enerRegen_", + "second_statvalue": 0.2 + }, + "SixShooter": { + "rarity": "A", + "type": "stun", + "atk_base": 40, + "second_statkey": "impact_", + "second_statvalue": 0.06 + }, + "SteelCushion": { + "rarity": "S", + "type": "attack", + "atk_base": 46, + "second_statkey": "crit_", + "second_statvalue": 0.096 + }, + "TheBrimstone": { + "rarity": "S", + "type": "attack", + "atk_base": 46, + "second_statkey": "atk_", + "second_statvalue": 0.12 + }, + "TusksOfFury": { + "rarity": "S", + "type": "defense", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 + }, + "HailstormShrine": { + "rarity": "S", + "type": "anomaly", + "atk_base": 50, + "second_statkey": "crit_", + "second_statvalue": 0.096 + }, + "HellfireGears": { + "rarity": "S", + "type": "stun", + "atk_base": 46, + "second_statkey": "impact_", + "second_statvalue": 0.072 + }, + "TheRestrained": { + "rarity": "S", + "type": "stun", + "atk_base": 46, + "second_statkey": "impact_", + "second_statvalue": 0.072 + }, + "BlazingLaurel": { + "rarity": "S", + "type": "stun", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 + }, + "FlamemakerShaker": { + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 + }, + "FusionCompiler": { + "rarity": "S", + "type": "anomaly", + "atk_base": 46, + "second_statkey": "pen_", + "second_statvalue": 0.096 + }, + "DeepSeaVisitor": { + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_", + "second_statvalue": 0.096 + }, + "ZanshinHerbCase": { + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_dmg_", + "second_statvalue": 0.192 + }, + "WeepingCradle": { + "rarity": "S", + "type": "support", + "atk_base": 46, + "second_statkey": "pen_", + "second_statvalue": 0.096 + }, + "Timeweaver": { + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 + }, + "RiotSuppressorMarkVI": { + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_dmg_", + "second_statvalue": 0.192 + }, + "IceJadeTeapot": { + "rarity": "S", + "type": "stun", + "atk_base": 48, + "second_statkey": "impact_", + "second_statvalue": 0.072 + }, + "SharpenedStinger": { + "rarity": "S", + "type": "anomaly", + "atk_base": 48, + "second_statkey": "anomProf", + "second_statvalue": 36 + }, + "ElegantVanity": { + "rarity": "S", + "type": "support", + "atk_base": 48, + "second_statkey": "atk_", + "second_statvalue": 0.12 + }, + "HeartstringNocturne": { + "rarity": "S", + "type": "attack", + "atk_base": 48, + "second_statkey": "crit_", + "second_statvalue": 0.096 + } + } +} diff --git a/libs/zzz/stats/src/allStats.ts b/libs/zzz/stats/src/allStats.ts new file mode 100644 index 0000000000..a04e4fb579 --- /dev/null +++ b/libs/zzz/stats/src/allStats.ts @@ -0,0 +1,9 @@ +import * as allStat_gen from './allStat_gen.json' +// Make sure these are type-only imports/exports. +// Importing the executor is quite costly. +import type { AllStats } from './executors/gen-stats/executor' + +const allStats = allStat_gen as unknown as AllStats + +export { allStats } +export type { AllStats } diff --git a/libs/zzz/stats/src/char.ts b/libs/zzz/stats/src/char.ts new file mode 100644 index 0000000000..aae3eb35e7 --- /dev/null +++ b/libs/zzz/stats/src/char.ts @@ -0,0 +1,51 @@ +import type { CharacterKey } from '@genshin-optimizer/zzz/consts' +import { allStats } from './allStats' + +export function getCharStat(ck: CharacterKey) { + return allStats.char[ck] +} + +export function getCharacterStats( + ck: CharacterKey, + level: number, + core: number +) { + const { + levelStats, + coreStats, + stats: { + atk_base, + atk_growth, + def_base, + def_growth, + hp_base, + hp_growth, + anomMas, + anomProf, + }, + } = getCharStat(ck) + const stats: Record = { + charLvl: level, + crit_: 0.05, + crit_dmg_: 0.5, + anomMas, + anomProf, + atk_base: + atk_base + + atk_growth * (level - 1) + + levelStats[Math.floor(level / 10) - 1].atk, + def_base: + def_base + + def_growth * (level - 1) + + levelStats[Math.floor(level / 10) - 1].def, + hp_base: + hp_base + + hp_growth * (level - 1) + + levelStats[Math.floor(level / 10) - 1].hp, + } + Object.entries(coreStats[core - 1]).forEach(([k, v]) => { + stats[k] = (stats[k] || 0) + v + }) + + return stats +} diff --git a/libs/zzz/stats/src/executors/gen-stats/executor.spec.ts b/libs/zzz/stats/src/executors/gen-stats/executor.spec.ts new file mode 100644 index 0000000000..bf42f6a3e2 --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/executor.spec.ts @@ -0,0 +1,11 @@ +import executor from './executor' +import type { GenStatsExecutorSchema } from './schema' + +const options: GenStatsExecutorSchema = {} + +describe('GenStats Executor', () => { + it('can run', async () => { + const output = await executor(options) + expect(output.success).toBe(true) + }) +}) diff --git a/libs/zzz/stats/src/executors/gen-stats/executor.ts b/libs/zzz/stats/src/executors/gen-stats/executor.ts new file mode 100644 index 0000000000..84da761a85 --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/executor.ts @@ -0,0 +1,39 @@ +import { dumpPrettyFile } from '@genshin-optimizer/common/pipeline' +import { workspaceRoot } from '@nx/devkit' +import type { GenStatsExecutorSchema } from './schema' +import { characterData } from './src/characterData' +import { WengineData } from './src/wengineData' + +const proj_path = `${workspaceRoot}/libs/zzz/stats` +const path = `${proj_path}/Data` +const characterDataDump = characterData() +const wengineDataDump = WengineData() + +const allStat = { + char: characterDataDump, + wengine: wengineDataDump, +} as const + +export type AllStats = typeof allStat + +export default async function runExecutor(_options: GenStatsExecutorSchema) { + console.log('Generating ZZZ stats') + console.log(`Writing character data to ${path}/Characters`) + await Promise.all( + Object.entries(characterDataDump).map(([key, data]) => + dumpPrettyFile(`${path}/Characters/${key}.json`, data) + ) + ) + + console.log(`Writing wengine data to ${path}/Wengine`) + await Promise.all( + Object.entries(wengineDataDump).map(([key, data]) => + dumpPrettyFile(`${path}/Wengine/${key}.json`, data) + ) + ) + + console.log(`Writing combined data to ${proj_path}/src/allStat_gen.json`) + await dumpPrettyFile(`${proj_path}/src/allStat_gen.json`, allStat) + + return { success: true } +} diff --git a/libs/zzz/stats/src/executors/gen-stats/schema.d.ts b/libs/zzz/stats/src/executors/gen-stats/schema.d.ts new file mode 100644 index 0000000000..81f72bc05b --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/schema.d.ts @@ -0,0 +1 @@ +export interface GenStatsExecutorSchema {} // eslint-disable-line diff --git a/libs/zzz/stats/src/executors/gen-stats/schema.json b/libs/zzz/stats/src/executors/gen-stats/schema.json new file mode 100644 index 0000000000..c7c1e52166 --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/schema.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json-schema.org/schema", + "version": 2, + "title": "GenStats executor", + "description": "", + "type": "object", + "properties": {}, + "required": [] +} diff --git a/libs/zzz/stats/src/executors/gen-stats/src/characterData.ts b/libs/zzz/stats/src/executors/gen-stats/src/characterData.ts new file mode 100644 index 0000000000..3d886c4739 --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/src/characterData.ts @@ -0,0 +1,10 @@ +import type { CharacterKey } from '@genshin-optimizer/zzz/consts' +import type { CharacterData } from '@genshin-optimizer/zzz/dm' +import { charactersDetailedJSONData } from '@genshin-optimizer/zzz/dm' + +export type CharacterDatum = CharacterData + +export type CharactersData = Record +export function characterData(): CharactersData { + return charactersDetailedJSONData +} diff --git a/libs/zzz/stats/src/executors/gen-stats/src/wengineData.ts b/libs/zzz/stats/src/executors/gen-stats/src/wengineData.ts new file mode 100644 index 0000000000..a3f2fa7e08 --- /dev/null +++ b/libs/zzz/stats/src/executors/gen-stats/src/wengineData.ts @@ -0,0 +1,10 @@ +import type { WengineKey } from '@genshin-optimizer/zzz/consts' +import type { WengineData } from '@genshin-optimizer/zzz/dm' +import { wengineDetailedJSONData } from '@genshin-optimizer/zzz/dm' + +export type WengineDatum = WengineData + +export type WenginesData = Record +export function WengineData(): WenginesData { + return wengineDetailedJSONData +} diff --git a/libs/zzz/stats/src/index.ts b/libs/zzz/stats/src/index.ts new file mode 100644 index 0000000000..fb085eb965 --- /dev/null +++ b/libs/zzz/stats/src/index.ts @@ -0,0 +1,2 @@ +export * from './char' +export * from './wengine' diff --git a/libs/zzz/stats/src/wengine.ts b/libs/zzz/stats/src/wengine.ts new file mode 100644 index 0000000000..0bf0ffb803 --- /dev/null +++ b/libs/zzz/stats/src/wengine.ts @@ -0,0 +1,18 @@ +import { clamp } from '@genshin-optimizer/common/util' +import type { WengineKey } from '@genshin-optimizer/zzz/consts' +import { allStats } from './allStats' + +export function getWengineStat(wKey: WengineKey) { + return allStats.wengine[wKey] +} + +export function getWengineStats(wk: WengineKey, level: number) { + const { atk_base, second_statkey, second_statvalue } = getWengineStat(wk) + const ascension = clamp(Math.floor(level / 10), 0, 5) + const stats: Record = { + atk_base: atk_base * (1 + 0.1568 * (level - 1) + 0.8922 * ascension), + [second_statkey]: second_statvalue * (1 + 0.3 * ascension), + } + + return stats +} diff --git a/libs/zzz/stats/tsconfig.eslint.json b/libs/zzz/stats/tsconfig.eslint.json new file mode 100644 index 0000000000..36a5010d67 --- /dev/null +++ b/libs/zzz/stats/tsconfig.eslint.json @@ -0,0 +1,8 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node"] + }, + "include": ["**/*.ts", "**/*.tsx"] +} diff --git a/libs/zzz/stats/tsconfig.json b/libs/zzz/stats/tsconfig.json new file mode 100644 index 0000000000..567f8141cd --- /dev/null +++ b/libs/zzz/stats/tsconfig.json @@ -0,0 +1,16 @@ +{ + "extends": "../../../tsconfig.base.json", + "compilerOptions": { + "esModuleInterop": true + }, + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} diff --git a/libs/zzz/stats/tsconfig.lib.json b/libs/zzz/stats/tsconfig.lib.json new file mode 100644 index 0000000000..032092404d --- /dev/null +++ b/libs/zzz/stats/tsconfig.lib.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["node", "object-overrides"] + }, + "include": ["src/**/*.ts"], + "exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"] +} diff --git a/libs/zzz/stats/tsconfig.spec.json b/libs/zzz/stats/tsconfig.spec.json new file mode 100644 index 0000000000..f8bfbb68ac --- /dev/null +++ b/libs/zzz/stats/tsconfig.spec.json @@ -0,0 +1,13 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "../../../dist/out-tsc", + "types": ["jest", "node"] + }, + "include": [ + "jest.config.ts", + "src/**/*.test.ts", + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} diff --git a/libs/zzz/ui/src/Wengine/WengineAutocomplete.tsx b/libs/zzz/ui/src/Wengine/WengineAutocomplete.tsx new file mode 100644 index 0000000000..21e81da116 --- /dev/null +++ b/libs/zzz/ui/src/Wengine/WengineAutocomplete.tsx @@ -0,0 +1,55 @@ +import type { GeneralAutocompleteOption } from '@genshin-optimizer/common/ui' +import { GeneralAutocomplete } from '@genshin-optimizer/common/ui' +import type { WengineKey } from '@genshin-optimizer/zzz/consts' +import { allWengineKeys } from '@genshin-optimizer/zzz/consts' +import type { AutocompleteProps } from '@mui/material' +import { Skeleton } from '@mui/material' +import { Suspense, useMemo } from 'react' + +export function WengineAutocomplete({ + wkey, + setWKey, + ...props +}: { + wkey: WengineKey | '' + setWKey: (v: WengineKey | '') => void +} & Omit< + AutocompleteProps< + GeneralAutocompleteOption, + false, + boolean, + false + >, + 'options' | 'valueKey' | 'onChange' | 'toImg' | 'renderInput' +>) { + // const { t } = useTranslation(['common', 'charNames_gen']) + + const options: GeneralAutocompleteOption[] = useMemo( + () => [ + { + key: '', + label: 'Select a Wengine', //t('inventory') + }, + ...allWengineKeys.map( + (key): GeneralAutocompleteOption => ({ + key, + label: key, //t(`charNames_gen:${key}`) + }) + ), + ], + [] + ) + + return ( + }> + <> } // TODO: + valueKey={wkey} + onChange={(k) => setWKey(k ?? '')} + {...props} + /> + + ) +} diff --git a/libs/zzz/ui/src/Wengine/index.ts b/libs/zzz/ui/src/Wengine/index.ts new file mode 100644 index 0000000000..bc6f36e0ff --- /dev/null +++ b/libs/zzz/ui/src/Wengine/index.ts @@ -0,0 +1 @@ +export * from './WengineAutocomplete' diff --git a/libs/zzz/ui/src/index.tsx b/libs/zzz/ui/src/index.tsx index f4be76a619..5fb898a44f 100644 --- a/libs/zzz/ui/src/index.tsx +++ b/libs/zzz/ui/src/index.tsx @@ -2,3 +2,4 @@ export * from './Character' export * from './compactConst' export * from './Disc' export * from './Settings' +export * from './Wengine' diff --git a/tsconfig.base.json b/tsconfig.base.json index ecb639c38e..20c4a01348 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -158,6 +158,7 @@ "@genshin-optimizer/zzz/disc-scanner": [ "libs/zzz/disc-scanner/src/index.ts" ], + "@genshin-optimizer/zzz/dm": ["libs/zzz/dm/src/index.ts"], "@genshin-optimizer/zzz/page-discs": [ "libs/zzz/page-discs/src/index.tsx" ], @@ -168,6 +169,7 @@ "libs/zzz/page-settings/src/index.tsx" ], "@genshin-optimizer/zzz/solver": ["libs/zzz/solver/src/index.ts"], + "@genshin-optimizer/zzz/stats": ["libs/zzz/stats/src/index.ts"], "@genshin-optimizer/zzz/ui": ["libs/zzz/ui/src/index.tsx"] } },