diff --git a/package.json b/package.json index 4d99019f8..3f4730e92 100644 --- a/package.json +++ b/package.json @@ -31,11 +31,11 @@ "name": "genshin-data", "author": "dvaJi", "devDependencies": { - "prettier": "^3.1.1", + "prettier": "^3.2.4", "rimraf": "^5.0.5", "tslib": "^2.6.2", "typescript": "^5.3.3", - "vite": "^5.0.10", - "vitest": "^1.1.0" + "vite": "^5.0.12", + "vitest": "^1.2.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88fafab9a..6d901e7ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: devDependencies: prettier: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.2.4 + version: 3.2.4 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -18,11 +18,11 @@ devDependencies: specifier: ^5.3.3 version: 5.3.3 vite: - specifier: ^5.0.10 - version: 5.0.10 + specifier: ^5.0.12 + version: 5.0.12 vitest: - specifier: ^1.1.0 - version: 1.1.0 + specifier: ^1.2.2 + version: 1.2.2 packages: @@ -362,46 +362,51 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@vitest/expect@1.1.0: - resolution: {integrity: sha512-9IE2WWkcJo2BR9eqtY5MIo3TPmS50Pnwpm66A6neb2hvk/QSLfPXBz2qdiwUOQkwyFuuXEUj5380CbwfzW4+/w==} + /@types/estree@1.0.5: + resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + dev: true + + /@vitest/expect@1.2.2: + resolution: {integrity: sha512-3jpcdPAD7LwHUUiT2pZTj2U82I2Tcgg2oVPvKxhn6mDI2On6tfvPQTjAI4628GUGDZrCm4Zna9iQHm5cEexOAg==} dependencies: - '@vitest/spy': 1.1.0 - '@vitest/utils': 1.1.0 + '@vitest/spy': 1.2.2 + '@vitest/utils': 1.2.2 chai: 4.3.10 dev: true - /@vitest/runner@1.1.0: - resolution: {integrity: sha512-zdNLJ00pm5z/uhbWF6aeIJCGMSyTyWImy3Fcp9piRGvueERFlQFbUwCpzVce79OLm2UHk9iwaMSOaU9jVHgNVw==} + /@vitest/runner@1.2.2: + resolution: {integrity: sha512-JctG7QZ4LSDXr5CsUweFgcpEvrcxOV1Gft7uHrvkQ+fsAVylmWQvnaAr/HDp3LAH1fztGMQZugIheTWjaGzYIg==} dependencies: - '@vitest/utils': 1.1.0 + '@vitest/utils': 1.2.2 p-limit: 5.0.0 pathe: 1.1.1 dev: true - /@vitest/snapshot@1.1.0: - resolution: {integrity: sha512-5O/wyZg09V5qmNmAlUgCBqflvn2ylgsWJRRuPrnHEfDNT6tQpQ8O1isNGgo+VxofISHqz961SG3iVvt3SPK/QQ==} + /@vitest/snapshot@1.2.2: + resolution: {integrity: sha512-SmGY4saEw1+bwE1th6S/cZmPxz/Q4JWsl7LvbQIky2tKE35US4gd0Mjzqfr84/4OD0tikGWaWdMja/nWL5NIPA==} dependencies: magic-string: 0.30.5 pathe: 1.1.1 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.1.0: - resolution: {integrity: sha512-sNOVSU/GE+7+P76qYo+VXdXhXffzWZcYIPQfmkiRxaNCSPiLANvQx5Mx6ZURJ/ndtEkUJEpvKLXqAYTKEY+lTg==} + /@vitest/spy@1.2.2: + resolution: {integrity: sha512-k9Gcahssw8d7X3pSLq3e3XEu/0L78mUkCjivUqCQeXJm9clfXR/Td8+AP+VC1O6fKPIDLcHDTAmBOINVuv6+7g==} dependencies: tinyspy: 2.2.0 dev: true - /@vitest/utils@1.1.0: - resolution: {integrity: sha512-z+s510fKmYz4Y41XhNs3vcuFTFhcij2YF7F8VQfMEYAAUfqQh0Zfg7+w9xdgFGhPf3tX3TicAe+8BDITk6ampQ==} + /@vitest/utils@1.2.2: + resolution: {integrity: sha512-WKITBHLsBHlpjnDQahr+XK6RE7MiAsgrIkr0pGhQ9ygoxBfUeG0lUG5iLlzqjmKSlBv3+j5EGsriBzh+C3Tq9g==} dependencies: diff-sequences: 29.6.3 + estree-walker: 3.0.3 loupe: 2.3.7 pretty-format: 29.7.0 dev: true - /acorn-walk@8.3.0: - resolution: {integrity: sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==} + /acorn-walk@8.3.2: + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} dev: true @@ -562,6 +567,12 @@ packages: '@esbuild/win32-x64': 0.19.9 dev: true + /estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + dependencies: + '@types/estree': 1.0.5 + dev: true + /execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} @@ -780,8 +791,8 @@ packages: source-map-js: 1.0.2 dev: true - /prettier@3.1.1: - resolution: {integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==} + /prettier@3.2.4: + resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -909,8 +920,8 @@ packages: resolution: {integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==} dev: true - /tinypool@0.8.1: - resolution: {integrity: sha512-zBTCK0cCgRROxvs9c0CGK838sPkeokNGdQVUUwHAbynHFlmyJYj825f/oRs528HaIJ97lo0pLIlDUzwN+IorWg==} + /tinypool@0.8.2: + resolution: {integrity: sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==} engines: {node: '>=14.0.0'} dev: true @@ -938,8 +949,8 @@ packages: resolution: {integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==} dev: true - /vite-node@1.1.0: - resolution: {integrity: sha512-jV48DDUxGLEBdHCQvxL1mEh7+naVy+nhUUUaPAZLd3FJgXuxQiewHcfeZebbJ6onDqNGkP4r3MhQ342PRlG81Q==} + /vite-node@1.2.2: + resolution: {integrity: sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -947,7 +958,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.10 + vite: 5.0.12 transitivePeerDependencies: - '@types/node' - less @@ -959,8 +970,8 @@ packages: - terser dev: true - /vite@5.0.10: - resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} + /vite@5.0.12: + resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -994,8 +1005,8 @@ packages: fsevents: 2.3.3 dev: true - /vitest@1.1.0: - resolution: {integrity: sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==} + /vitest@1.2.2: + resolution: {integrity: sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -1019,12 +1030,12 @@ packages: jsdom: optional: true dependencies: - '@vitest/expect': 1.1.0 - '@vitest/runner': 1.1.0 - '@vitest/snapshot': 1.1.0 - '@vitest/spy': 1.1.0 - '@vitest/utils': 1.1.0 - acorn-walk: 8.3.0 + '@vitest/expect': 1.2.2 + '@vitest/runner': 1.2.2 + '@vitest/snapshot': 1.2.2 + '@vitest/spy': 1.2.2 + '@vitest/utils': 1.2.2 + acorn-walk: 8.3.2 cac: 6.7.14 chai: 4.3.10 debug: 4.3.4 @@ -1036,9 +1047,9 @@ packages: std-env: 3.6.0 strip-literal: 1.3.0 tinybench: 2.5.1 - tinypool: 0.8.1 - vite: 5.0.10 - vite-node: 1.1.0 + tinypool: 0.8.2 + vite: 5.0.12 + vite-node: 1.2.2 why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/src/data/english/achievements/chenyus_splendor.json b/src/data/english/achievements/chenyus_splendor.json new file mode 100644 index 000000000..70ee6d197 --- /dev/null +++ b/src/data/english/achievements/chenyus_splendor.json @@ -0,0 +1,118 @@ +{ + "_id": 47, + "id": "chenyus_splendor", + "name": "Chenyu's Splendor", + "order": 48, + "achievements": [ + { + "id": 80300, + "name": "Continental Explorer: Where the Bishui Lingers", + "desc": "Light up the Chenyu Vale map in the Liyue region.", + "reward": 5, + "hidden": false, + "order": 276 + }, + { + "id": 80301, + "name": "Chenyu's Measure", + "desc": "Unlock all Teleport Waypoints in Chenyu Vale within the Liyue region.", + "reward": 5, + "hidden": false, + "order": 277 + }, + { + "id": 80302, + "name": "Jadehall Guide", + "desc": "Follow 4 Seelie in Chenyu Vale to their Seelie Courts.", + "reward": 5, + "hidden": false, + "order": 278 + }, + { + "id": 80303, + "name": "Jadehall Guide", + "desc": "Follow 8 Seelie in Chenyu Vale to their Seelie Courts.", + "reward": 10, + "hidden": false, + "order": 279, + "preStage": 80302 + }, + { + "id": 80304, + "name": "Jadehall Guide", + "desc": "Follow 16 Seelie in Chenyu Vale to their Seelie Courts.", + "reward": 20, + "hidden": false, + "order": 280, + "preStage": 80303 + }, + { + "id": 80305, + "name": "Jademound Treasure Hunter", + "desc": "Open 60 chests in Chenyu Vale.", + "reward": 5, + "hidden": false, + "order": 281 + }, + { + "id": 80306, + "name": "Jademound Treasure Hunter", + "desc": "Open 120 chests in Chenyu Vale.", + "reward": 10, + "hidden": false, + "order": 282, + "preStage": 80305 + }, + { + "id": 80307, + "name": "Jademound Treasure Hunter", + "desc": "Open 240 chests in Chenyu Vale.", + "reward": 20, + "hidden": false, + "order": 283, + "preStage": 80306 + }, + { + "id": 80308, + "name": "Jademound Adventurer", + "desc": "Complete 12 Open World mechanism-activated Time Trial Challenges in Chenyu Vale.", + "reward": 5, + "hidden": false, + "order": 284 + }, + { + "id": 80309, + "name": "Jademound Adventurer", + "desc": "Complete 24 Open World mechanism-activated Time Trial Challenges in Chenyu Vale.", + "reward": 10, + "hidden": false, + "order": 285, + "preStage": 80308 + }, + { + "id": 80310, + "name": "Jademound Adventurer", + "desc": "Complete 48 Open World mechanism-activated Time Trial Challenges in Chenyu Vale.", + "reward": 20, + "hidden": false, + "order": 286, + "preStage": 80309 + }, + { + "id": 80311, + "name": "One Ring for the Rite of All", + "desc": "Upgrade the Votive Rainjade in Carp's Rest to its maximum level.", + "reward": 20, + "hidden": false, + "order": 287 + }, + { + "id": 80312, + "name": "Chenyu's Blessings of Sunken Jade", + "desc": "Complete \"Chenyu's Blessings of Sunken Jade.\"", + "reward": 10, + "hidden": false, + "order": 288 + } + ] +} diff --git a/src/data/english/achievements/liyue_the_harbor_of_stone_and_contracts.json b/src/data/english/achievements/liyue_the_harbor_of_stone_and_contracts.json index 2061e33a0..2a6e34baa 100644 --- a/src/data/english/achievements/liyue_the_harbor_of_stone_and_contracts.json +++ b/src/data/english/achievements/liyue_the_harbor_of_stone_and_contracts.json @@ -15,7 +15,7 @@ { "id": 80044, "name": "Surveyor of Stone", - "desc": "Unlock all Teleport Waypoints in Liyue (The Chasm is counted separately).", + "desc": "Unlock all Teleport Waypoints in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 5, "hidden": false, "order": 44 @@ -39,7 +39,7 @@ { "id": 80047, "name": "Lithic Guide", - "desc": "Follow 20 Seelie in Liyue to their Seelie Courts (The Chasm is counted separately).", + "desc": "Follow 20 Seelie in Liyue to their Seelie Courts (The Chasm and Chenyu Vale are counted separately).", "reward": 5, "hidden": false, "order": 47 @@ -47,7 +47,7 @@ { "id": 80048, "name": "Lithic Guide", - "desc": "Follow 40 Seelie in Liyue to their Seelie Courts (The Chasm is counted separately).", + "desc": "Follow 40 Seelie in Liyue to their Seelie Courts (The Chasm and Chenyu Vale are counted separately).", "reward": 10, "hidden": false, "order": 48, @@ -56,7 +56,7 @@ { "id": 80049, "name": "Lithic Guide", - "desc": "Follow 60 Seelie in Liyue to their Seelie Courts (The Chasm is counted separately).", + "desc": "Follow 60 Seelie in Liyue to their Seelie Courts (The Chasm and Chenyu Vale are counted separately).", "reward": 20, "hidden": false, "order": 49, @@ -65,7 +65,7 @@ { "id": 80050, "name": "Rock-Steady Treasure Hunter", - "desc": "Open 200 chests in Liyue (The Chasm is counted separately).", + "desc": "Open 200 chests in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 5, "hidden": false, "order": 50 @@ -73,7 +73,7 @@ { "id": 80051, "name": "Rock-Steady Treasure Hunter", - "desc": "Open 400 chests in Liyue (The Chasm is counted separately).", + "desc": "Open 400 chests in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 10, "hidden": false, "order": 51, @@ -82,7 +82,7 @@ { "id": 80052, "name": "Rock-Steady Treasure Hunter", - "desc": "Open 800 chests in Liyue (The Chasm is counted separately).", + "desc": "Open 800 chests in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 20, "hidden": false, "order": 52, @@ -91,7 +91,7 @@ { "id": 80053, "name": "Rock-Steady Adventurer", - "desc": "Complete 10 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm is counted separately).", + "desc": "Complete 10 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 5, "hidden": false, "order": 53 @@ -99,7 +99,7 @@ { "id": 80054, "name": "Rock-Steady Adventurer", - "desc": "Complete 20 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm is counted separately).", + "desc": "Complete 20 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 10, "hidden": false, "order": 54, @@ -108,7 +108,7 @@ { "id": 80055, "name": "Rock-Steady Adventurer", - "desc": "Complete 40 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm is counted separately).", + "desc": "Complete 40 Open World mechanism-activated Time Trial Challenges in Liyue (The Chasm and Chenyu Vale are counted separately).", "reward": 20, "hidden": false, "order": 55, diff --git a/src/data/english/achievements/wonders_of_the_world.json b/src/data/english/achievements/wonders_of_the_world.json index b991f6a9f..e8c72fa30 100644 --- a/src/data/english/achievements/wonders_of_the_world.json +++ b/src/data/english/achievements/wonders_of_the_world.json @@ -2798,6 +2798,246 @@ "hidden": true, "order": 1421 }, + { + "id": 81438, + "name": "\"Rulers of the Chizhang Mountains\"", + "desc": "Defeat Local Legend, Rulers of the Chizhang Mountains.", + "reward": 5, + "hidden": true, + "order": 1422 + }, + { + "id": 81439, + "name": "The Supreme Secret", + "desc": "Find the Guhua treasure.", + "reward": 5, + "hidden": true, + "order": 1423 + }, + { + "id": 81440, + "name": "True Mastery of Spear and Sword", + "desc": "Complete all the trials in Wangshan Hall.", + "reward": 5, + "hidden": true, + "order": 1424 + }, + { + "id": 81441, + "name": "A Ruined Tale", + "desc": "Solve the mystery left behind by the ancestors.", + "reward": 5, + "hidden": true, + "order": 1425 + }, + { + "id": 81442, + "name": "Good as New", + "desc": "Complete the restoration and reconstruction of six ruined areas.", + "reward": 5, + "hidden": true, + "order": 1426 + }, + { + "id": 81443, + "name": "Break the Benighting", + "desc": "Destroy the seven sources of the miasma.", + "reward": 5, + "hidden": true, + "order": 1427 + }, + { + "id": 81444, + "name": "To Touch the Face of Heaven", + "desc": "Use adeptal energy to temporarily break free from the earth's shackles.", + "reward": 5, + "hidden": true, + "order": 1428 + }, + { + "id": 81445, + "name": "A Mere Rock...", + "desc": "...Should nonetheless be placed with care.", + "reward": 5, + "hidden": true, + "order": 1429 + }, + { + "id": 81446, + "name": "Tea I Am, Tea in a Cauldron", + "desc": "Help Uncle Luo repair the tea cauldron in Qiaoying Village.", + "reward": 5, + "hidden": true, + "order": 1430 + }, + { + "id": 81447, + "name": "When Comes Spring or Autumn?", + "desc": "Behold the ancient tree, returned to life.", + "reward": 5, + "hidden": true, + "order": 1431 + }, + { + "id": 81448, + "name": "\"What About Sliced Meat Now?\"", + "desc": "Find the habitat of the Venerable Jadestone Turtle.", + "reward": 5, + "hidden": true, + "order": 1432 + }, + { + "id": 81449, + "name": "Long Days in the Realm Within", + "desc": "Fill all the ancient teacups between Chenyu Vale's mountains and rivers.", + "reward": 5, + "hidden": true, + "order": 1433 + }, + { + "id": 81450, + "name": "Cloud-Parting Carpfall", + "desc": "Enter the long-sealed Carp's Rest with Lingyuan.", + "reward": 5, + "hidden": true, + "order": 1434 + }, + { + "id": 81452, + "name": "Five Blades Return to Wangshan", + "desc": "Find all five \"lost swords of Guhua.\"", + "reward": 5, + "hidden": true, + "order": 1436 + }, + { + "id": 81454, + "name": "\"Wanna Learn? I'll Teach You!\"", + "desc": "Defeat a special unofficial Guhua Clan disciple 3 times.", + "reward": 5, + "hidden": true, + "order": 1438 + }, + { + "id": 81455, + "name": "The Mural Veil", + "desc": "Witness four murals.", + "reward": 5, + "hidden": true, + "order": 1439 + }, + { + "id": 81457, + "name": "Breaking Iron and Stone", + "desc": "Help the Millelith investigate the Iron and Salt Gang's illegal trade activities.", + "reward": 5, + "hidden": true, + "order": 1441 + }, + { + "id": 81458, + "name": "Chenyu Vale Sights", + "desc": "Obtain a limited-edition \"Our Chenyu Vale Trek\" commemorative photo album.", + "reward": 5, + "hidden": true, + "order": 1442 + }, + { + "id": 81459, + "name": "Xiangjun's Dreams", + "desc": "Discover the secret behind the Spiritscent Flower.", + "reward": 5, + "hidden": true, + "order": 1443 + }, + { + "id": 81460, + "name": "Swift Acceptance", + "desc": "You've learned quite a bit about raising Sumpter Beasts... But is this really useful?", + "reward": 5, + "hidden": true, + "order": 1444 + }, + { + "id": 81461, + "name": "Non-Hidden Backup Energy Source", + "desc": "Restart the ruin machine in Chenyu Vale.", + "reward": 5, + "hidden": true, + "order": 1445 + }, + { + "id": 81462, + "name": "At the Construction of the Endless Wall", + "desc": "Find the items left behind by the Millelith.", + "reward": 5, + "hidden": true, + "order": 1446 + }, + { + "id": 81463, + "name": "Up the Bishui", + "desc": "Hear of the beauty of the Bishui River from boat-songs.", + "reward": 5, + "hidden": true, + "order": 1447 + }, + { + "id": 81465, + "name": "The Carp Leaps, Heaven's Gates Open", + "desc": "Witness the Golden Carp leap into the valley.", + "reward": 5, + "hidden": true, + "order": 1449 + }, + { + "id": 81466, + "name": "Spirits Adrift, Alas, in Water", + "desc": "Discover the secret of the Jademouth.", + "reward": 5, + "hidden": true, + "order": 1450 + }, + { + "id": 81467, + "name": "\"Jade, O Jade, Grant Me My Wish...\"", + "desc": "Retrieve the final Votive Rainjade.", + "reward": 5, + "hidden": true, + "order": 1451 + }, + { + "id": 81468, + "name": "As If Seen From Afar", + "desc": "Ascend to the heavens with the dreams of the past.", + "reward": 5, + "hidden": true, + "order": 1452 + }, + { + "id": 81469, + "name": "Ancient Shaman-Song", + "desc": "Witness the completion of the Rainjade Rite.", + "reward": 5, + "hidden": true, + "order": 1453 + }, + { + "id": 81470, + "name": "The Secluded Path", + "desc": "Return to Carp's Rest.", + "reward": 5, + "hidden": true, + "order": 1454 + }, + { + "id": 81471, + "name": "Secret Miracle", + "desc": "Discover the secret of the jade in Mt. Laixin.", + "reward": 5, + "hidden": true, + "order": 1455 + }, { "id": 82008, "name": "Juggernaut", @@ -3416,6 +3656,14 @@ "hidden": true, "order": 2187 }, + { + "id": 82189, + "name": "A Pulse of Ice and Wind", + "desc": "Search for the connection between Solitary Suanni and Cryo.", + "reward": 5, + "hidden": true, + "order": 2188 + }, { "id": 84000, "name": "The End of the Beginning", @@ -4112,6 +4360,22 @@ "hidden": true, "order": 4095 }, + { + "id": 84572, + "name": "Who Tells You the Truth?", + "desc": "Help Guijarro find new inspiration...?", + "reward": 5, + "hidden": true, + "order": 4096 + }, + { + "id": 84573, + "name": "The Conformist", + "desc": "Witness a certain story regarding light, shadow and hydrology...", + "reward": 5, + "hidden": true, + "order": 4097 + }, { "id": 85000, "name": "Nothing to Lose But Time", diff --git a/src/data/english/characters/chevreuse.json b/src/data/english/characters/chevreuse.json index a7877793f..614ea6b00 100644 --- a/src/data/english/characters/chevreuse.json +++ b/src/data/english/characters/chevreuse.json @@ -194,7 +194,7 @@ "_id": 10902, "id": "shortrange_rapid_interdiction_fire", "name": "Short-Range Rapid Interdiction Fire", - "description": "Chevreuse quickly shoulders her musket and fires at her opponent(s), dealing AoE Pyro DMG.
For a short duration after Chevreuse fires a shot, she will continuously restore HP to the active character on the field. The amount healed is based on her Max HP.
Hold to fire in a different fashion.

Hold
Enter Aiming Mode, locking a target in her sights to fire a precise interdiction shot. If Chevreuse has an Overcharged Ball, then she will fire the Overcharged Ball instead, dealing greater Pyro DMG in a larger area.
Chevreuse gains 1 Overcharged Ball every time a nearby character in the party triggers an Overloaded reaction, and can have up to 1 Overcharged Ball at a time.

Arkhe: Ousia
Periodically, after Chevreuse's Short-Range Rapid Interdiction Fire hits, a Surging Blade will be called forth that deals Ousia-aligned Pyro DMG.", + "description": "Chevreuse quickly shoulders her musket and fires at her opponent(s), dealing AoE Pyro DMG.
For a short duration after Chevreuse fires a shot, she will continuously restore HP to your active character on the field. The amount healed is based on her Max HP.
Hold to fire in a different fashion.

Hold
Enter Aiming Mode, locking a target in her sights to fire a precise interdiction shot. If Chevreuse has an Overcharged Ball, then she will fire the Overcharged Ball instead, dealing greater Pyro DMG in a larger area.
Chevreuse gains 1 Overcharged Ball every time a nearby character in the party triggers an Overloaded reaction, and can have up to 1 Overcharged Ball at a time.

Arkhe: Ousia
Periodically, after Chevreuse's Short-Range Rapid Interdiction Fire hits, a Surging Blade will be called forth that deals Ousia-aligned Pyro DMG.", "info": "\"Actually, training regulations only had the phrase \"interdiction fire,\" but the protagonist of this novel believes that even how stylish your terminology is can affect how motivated your troops are, which can put your opponents on the back foot right from the get-go... I think that's a good point, so I changed the regulations!\"", "attributes": [ { @@ -364,7 +364,7 @@ "id": "ring_of_bursting_grenades", "name": "Ring of Bursting Grenades", "description": "Chevreuse fires an explosive grenade at opponents with her musket, dealing AoE Pyro DMG. After the projectile hits, it will split into many secondary explosive shells.
The secondary explosive shells will burst after a short interval, dealing Pyro DMG to nearby opponents.", - "info": "\"Theoretically, a rectangular blast would be most efficient at destroying enemy formations. Unfortunately, the cross-section of an explosive shock wave is round, like most cakes. So, the secondary explosive shells can only be arranged like the fruit on a cake, forming a ring around the edge.", + "info": "\"Theoretically, a rectangular blast would be most efficient at destroying enemy formations. Unfortunately, the cross-section of an explosive shock wave is round, like most cakes. So, the secondary explosive shells can only be arranged like the fruit on a cake, forming a ring around the edge.\"", "attributes": [ { "label": "Explosive Grenade DMG", diff --git a/src/data/english/characters/gaming.json b/src/data/english/characters/gaming.json new file mode 100644 index 000000000..0af24b78b --- /dev/null +++ b/src/data/english/characters/gaming.json @@ -0,0 +1,1062 @@ +{ + "_id": 10000092, + "id": "gaming", + "name": "Gaming", + "title": "Leonine Vanguard", + "description": "Guard of the Sword and Strongbox Secure Transport Agency, and the head of the \"Mighty Mythical Beasts\" Wushou troupe.", + "weapon_type": "Claymore", + "element": "Pyro", + "gender": "Male", + "substat": "ATK%", + "affiliation": "Sword and Strongbox Secure Transport Agency", + "region": "Liyue", + "rarity": 4, + "birthday": [22, 12], + "constellation": "Leo Expergiscens", + "domain": "Taishan Mansion", + "cv": { + "english": "Caleb Yen", + "chinese": "谢莹", + "japanese": "小松昌平", + "korean": "Kim Yoon-Gi" + }, + "skills": [ + { + "_id": 10921, + "id": "normal_attack_stellar_rend", + "name": "Normal Attack: Stellar Rend", + "description": "Normal Attack
Performs up to 4 consecutive strikes.

Charged Attack
Drains Stamina over time to perform continuous spinning attacks against all nearby opponents.
At the end of the sequence, performs a more powerful slash.

Plunging Attack
Plunges from mid-air to strike the ground below, damaging opponents along the path and dealing AoE DMG upon impact.", + "info": "", + "attributes": [ + { + "label": "1-Hit DMG", + "values": [ + "83.86%", + "90.68%", + "97.51%", + "107.26%", + "114.08%", + "121.88%", + "132.61%", + "143.34%", + "154.06%", + "165.76%", + "177.46%", + "189.16%", + "200.86%", + "212.57%", + "224.27%" + ] + }, + { + "label": "2-Hit DMG", + "values": [ + "79.04%", + "85.48%", + "91.91%", + "101.1%", + "107.54%", + "114.89%", + "125%", + "135.11%", + "145.22%", + "156.25%", + "167.28%", + "178.31%", + "189.34%", + "200.37%", + "211.4%" + ] + }, + { + "label": "3-Hit DMG", + "values": [ + "106.65%", + "115.33%", + "124.01%", + "136.41%", + "145.09%", + "155.01%", + "168.65%", + "182.29%", + "195.93%", + "210.81%", + "225.69%", + "240.57%", + "255.45%", + "270.34%", + "285.22%" + ] + }, + { + "label": "4-Hit DMG", + "values": [ + "127.95%", + "138.36%", + "148.78%", + "163.66%", + "174.07%", + "185.97%", + "202.34%", + "218.7%", + "235.07%", + "252.92%", + "270.78%", + "288.63%", + "306.48%", + "324.34%", + "342.19%" + ] + }, + { + "label": "Charged Attack Cyclic DMG", + "values": [ + "62.52%", + "67.61%", + "72.7%", + "79.97%", + "85.06%", + "90.87%", + "98.87%", + "106.87%", + "114.87%", + "123.59%", + "132.31%", + "141.04%", + "149.76%", + "158.49%", + "167.21%" + ] + }, + { + "label": "Charged Attack Final DMG", + "values": [ + "113.09%", + "122.29%", + "131.5%", + "144.65%", + "153.86%", + "164.37%", + "178.84%", + "193.31%", + "207.77%", + "223.55%", + "239.33%", + "255.11%", + "270.89%", + "286.67%", + "302.45%" + ] + }, + { + "label": "Charged Attack Stamina Cost", + "values": [ + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s", + "40/s" + ] + }, + { + "label": "Max Duration", + "values": [ + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s", + "5s" + ] + }, + { + "label": "Plunge DMG", + "values": [ + "64.15%", + "69.37%", + "74.59%", + "82.05%", + "87.27%", + "93.23%", + "101.44%", + "109.64%", + "117.85%", + "126.8%", + "135.75%", + "144.7%", + "153.65%", + "162.6%", + "171.55%" + ] + }, + { + "label": "Low/High Plunge DMG", + "values": [ + "128.26% / 160.21%", + "138.7% / 173.25%", + "149.14% / 186.29%", + "164.06% / 204.92%", + "174.5% / 217.96%", + "186.43% / 232.86%", + "202.84% / 253.35%", + "219.24% / 273.84%", + "235.65% / 294.34%", + "253.54% / 316.69%", + "271.44% / 339.05%", + "289.34% / 361.4%", + "307.24% / 383.76%", + "325.13% / 406.11%", + "343.03% / 428.46%" + ] + } + ] + }, + { + "_id": 10922, + "id": "bestial_ascent", + "name": "Bestial Ascent", + "description": "Pounces forward using the Wushou arts, leaping high into the air after coming into contact with a target or surface.
After Gaming has used Bestial Ascent to rise into the air, he will use the especially powerful Plunging Attack: Charmed Cloudstrider when performing a Plunging Attack.

Plunging Attack: Charmed Cloudstrider
The DMG from Plunging Attacks caused by Bestial Ascent is converted to Pyro DMG that cannot be overridden by other elemental infusions. Upon landing, Gaming will consume a fixed amount of HP. Gaming's HP cannot be reduced below 10% by this method.
Charmed Cloudstrider DMG is considered Plunging Attack DMG.", + "info": "\"Auspicious beasts leap high to pluck the greens — that symbolizes good fortune and knowing how to make some serious green, y'know — so may we all rise to new heights, one step at a time!\"", + "attributes": [ + { + "label": "Plunging Attack: Charmed Cloudstrider DMG", + "values": [ + "230.4%", + "247.68%", + "264.96%", + "288%", + "305.28%", + "322.56%", + "345.6%", + "368.64%", + "391.68%", + "414.72%", + "437.76%", + "460.8%", + "489.6%", + "518.4%", + "547.2%" + ] + }, + { + "label": "HP Cost", + "values": [ + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP", + "15% Max HP" + ] + }, + { + "label": "CD", + "values": [ + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s", + "6s" + ] + } + ] + }, + { + "_id": 10925, + "id": "suannis_gilded_dance", + "name": "Suanni's Gilded Dance", + "description": "Gaming enters Wushou Stance, briefly applying Pyro to him, recovering a fixed amount of HP, and summons his companion, the Suanni Man Chai, to smash into his target, dealing AoE Pyro DMG.
After bashing its target, Man Chai will roll to a nearby location before moving towards Gaming. When it links up with Gaming, Man Chai will leave the field and reset the CD for Gaming's Elemental Skill, Bestial Ascent.
While Wushou Stance is active, his resistance to interruption is increased, and when Gaming lands with Charmed Cloudstrider attack or completes the forward pounce attack from Bestial Ascent with over 50% HP, he will summon Man Chai again.
Each Gaming can only have 1 Man Chai on the field simultaneously.
This effect will be canceled once Gaming leaves the field.", + "info": "\"The gilded Suanni spits out fortune like a fireworks show! Hey, now that's what's called prosperity, when business is really 'booming'!\"", + "attributes": [ + { + "label": "Suanni Man Chai Smash DMG", + "values": [ + "370.4%", + "398.18%", + "425.96%", + "463%", + "490.78%", + "518.56%", + "555.6%", + "592.64%", + "629.68%", + "666.72%", + "703.76%", + "740.8%", + "787.1%", + "833.4%", + "879.7%" + ] + }, + { + "label": "Skill Healing", + "values": [ + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP", + "30% Max HP" + ] + }, + { + "label": "Wushou Stance Duration", + "values": [ + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s" + ] + }, + { + "label": "CD", + "values": [ + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s", + "15s" + ] + }, + { + "label": "Energy Cost", + "values": [ + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60", + "60" + ] + } + ] + } + ], + "passives": [ + { + "id": "dance_of_amity", + "name": "Dance of Amity", + "description": "After Bestial Ascent's Plunging Attack: Charmed Cloudstrider hits an opponent, Gaming will regain 1.5% of his Max HP once every 0.2s for 0.8s.", + "level": 1 + }, + { + "id": "air_of_prosperity", + "name": "Air of Prosperity", + "description": "When Gaming has less than 50% HP, he will receive a 20% Incoming Healing Bonus. When Gaming has 50% HP or more, Plunging Attack: Charmed Cloudstrider will deal 20% more DMG.", + "level": 4 + }, + { + "id": "the_striding_beast", + "name": "The Striding Beast", + "description": "Increases the Movement SPD of your own party members by 10% during the day (6:00 – 18:00).
Does not take effect in Domains, Trounce Domains, or Spiral Abyss. Not stackable with Passive Talents that provide the exact same effects.", + "level": 0 + } + ], + "constellations": [ + { + "_id": 921, + "id": "bringer_of_blessing", + "name": "Bringer of Blessing", + "description": "When the Suanni Man Chai from Suanni's Gilded Dance meets back up with Gaming, it will heal 15% of Gaming's HP.", + "level": 1 + }, + { + "_id": 922, + "id": "plum_blossoms_underfoot", + "name": "Plum Blossoms Underfoot", + "description": "When Gaming receives healing and this instance of healing overflows, his ATK will be increased by 20% for 5s.", + "level": 2 + }, + { + "_id": 923, + "id": "awakening_spirit", + "name": "Awakening Spirit", + "description": "Increases the Level of Bestial Ascent by 3.
Maximum upgrade level is 15.", + "level": 3 + }, + { + "_id": 924, + "id": "soar_across_mountains", + "name": "Soar Across Mountains", + "description": "When Bestial Ascent's Plunging Attack: Charmed Cloudstrider hits an opponent, it will restore 2 Energy to Gaming. This effect can be triggered once every 0.2s.", + "level": 4 + }, + { + "_id": 925, + "id": "evildaunting_roar", + "name": "Evil-Daunting Roar", + "description": "Increases the Level of Suanni's Gilded Dance by 3.
Maximum upgrade level is 15.", + "level": 5 + }, + { + "_id": 926, + "id": "to_tame_all_beasts", + "name": "To Tame All Beasts", + "description": "Bestial Ascent's Plunging Attack: Charmed Cloudstrider CRIT Rate increased by 20% and CRIT DMG increased by 40%, and its attack radius will be increased.", + "level": 6 + } + ], + "ascension": [ + { + "level": [1], + "stats": [ + { + "label": "Ascend", + "values": ["-", 1] + }, + { + "label": "Base HP", + "values": ["-", "957"] + }, + { + "label": "Base ATK", + "values": ["-", "25"] + }, + { + "label": "Base DEF", + "values": ["-", "59"] + }, + { + "label": "ATK%", + "values": ["-", "0.0%"] + } + ] + }, + { + "level": [20], + "stats": [ + { + "label": "Ascend", + "values": [0, 1] + }, + { + "label": "Base HP", + "values": ["2460", "3175"] + }, + { + "label": "Base ATK", + "values": ["65", "84"] + }, + { + "label": "Base DEF", + "values": ["151", "195"] + }, + { + "label": "ATK%", + "values": ["0.0%", "0.0%"] + } + ] + }, + { + "level": [40], + "cost": 20000, + "stats": [ + { + "label": "Ascend", + "values": [1, 2] + }, + { + "label": "Base HP", + "values": ["4755", "5264"] + }, + { + "label": "Base ATK", + "values": ["126", "139"] + }, + { + "label": "Base DEF", + "values": ["293", "324"] + }, + { + "label": "ATK%", + "values": ["0.0%", "6.0%"] + } + ], + "mat1": { + "_id": 104111, + "id": "agnidus_agate_sliver", + "name": "Agnidus Agate Sliver", + "amount": 1, + "rarity": 2 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 3, + "rarity": 1 + }, + "mat4": { + "_id": 112002, + "id": "slime_condensate", + "name": "Slime Condensate", + "amount": 3, + "rarity": 1 + } + }, + { + "level": [50], + "cost": 40000, + "stats": [ + { + "label": "Ascend", + "values": [2, 3] + }, + { + "label": "Base HP", + "values": ["6054", "6732"] + }, + { + "label": "Base ATK", + "values": ["160", "178"] + }, + { + "label": "Base DEF", + "values": ["373", "414"] + }, + { + "label": "ATK%", + "values": ["6.0%", "12.0%"] + } + ], + "mat1": { + "_id": 104112, + "id": "agnidus_agate_fragment", + "name": "Agnidus Agate Fragment", + "amount": 3, + "rarity": 3 + }, + "mat2": { + "_id": 113051, + "id": "emperors_resolution", + "name": "Emperor's Resolution", + "amount": 2, + "rarity": 4 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 10, + "rarity": 1 + }, + "mat4": { + "_id": 112002, + "id": "slime_condensate", + "name": "Slime Condensate", + "amount": 15, + "rarity": 1 + } + }, + { + "level": [60], + "cost": 60000, + "stats": [ + { + "label": "Ascend", + "values": [3, 4] + }, + { + "label": "Base HP", + "values": ["7523", "8031"] + }, + { + "label": "Base ATK", + "values": ["199", "212"] + }, + { + "label": "Base DEF", + "values": ["463", "494"] + }, + { + "label": "ATK%", + "values": ["12.0%", "12.0%"] + } + ], + "mat1": { + "_id": 104112, + "id": "agnidus_agate_fragment", + "name": "Agnidus Agate Fragment", + "amount": 6, + "rarity": 3 + }, + "mat2": { + "_id": 113051, + "id": "emperors_resolution", + "name": "Emperor's Resolution", + "amount": 4, + "rarity": 4 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 20, + "rarity": 1 + }, + "mat4": { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 12, + "rarity": 2 + } + }, + { + "level": [70], + "cost": 80000, + "stats": [ + { + "label": "Ascend", + "values": [4, 5] + }, + { + "label": "Base HP", + "values": ["8821", "9329"] + }, + { + "label": "Base ATK", + "values": ["233", "246"] + }, + { + "label": "Base DEF", + "values": ["543", "574"] + }, + { + "label": "ATK%", + "values": ["12.0%", "18.0%"] + } + ], + "mat1": { + "_id": 104113, + "id": "agnidus_agate_chunk", + "name": "Agnidus Agate Chunk", + "amount": 3, + "rarity": 4 + }, + "mat2": { + "_id": 113051, + "id": "emperors_resolution", + "name": "Emperor's Resolution", + "amount": 8, + "rarity": 4 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 30, + "rarity": 1 + }, + "mat4": { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 18, + "rarity": 2 + } + }, + { + "level": [80], + "cost": 100000, + "stats": [ + { + "label": "Ascend", + "values": [5, 6] + }, + { + "label": "Base HP", + "values": ["10120", "10628"] + }, + { + "label": "Base ATK", + "values": ["267", "281"] + }, + { + "label": "Base DEF", + "values": ["623", "654"] + }, + { + "label": "ATK%", + "values": ["18.0%", "24.0%"] + } + ], + "mat1": { + "_id": 104113, + "id": "agnidus_agate_chunk", + "name": "Agnidus Agate Chunk", + "amount": 6, + "rarity": 4 + }, + "mat2": { + "_id": 113051, + "id": "emperors_resolution", + "name": "Emperor's Resolution", + "amount": 12, + "rarity": 4 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 45, + "rarity": 1 + }, + "mat4": { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 12, + "rarity": 3 + } + }, + { + "level": [90], + "cost": 120000, + "stats": [ + { + "label": "Ascend", + "values": [6, 7] + }, + { + "label": "Base HP", + "values": ["11419", "11419"] + }, + { + "label": "Base ATK", + "values": ["302", "302"] + }, + { + "label": "Base DEF", + "values": ["703", "703"] + }, + { + "label": "ATK%", + "values": ["24.0%", "24.0%"] + } + ], + "mat1": { + "_id": 104114, + "id": "agnidus_agate_gemstone", + "name": "Agnidus Agate Gemstone", + "amount": 6, + "rarity": 5 + }, + "mat2": { + "_id": 113051, + "id": "emperors_resolution", + "name": "Emperor's Resolution", + "amount": 20, + "rarity": 4 + }, + "mat3": { + "_id": 100033, + "id": "starconch", + "name": "Starconch", + "amount": 60, + "rarity": 1 + }, + "mat4": { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 24, + "rarity": 3 + } + } + ], + "talent_materials": [ + { + "level": 2, + "cost": 12500, + "items": [ + { + "_id": 104310, + "id": "teachings_of_prosperity", + "name": "Teachings of Prosperity", + "amount": 3, + "rarity": 2 + }, + { + "_id": 112002, + "id": "slime_condensate", + "name": "Slime Condensate", + "amount": 6, + "rarity": 1 + } + ] + }, + { + "level": 3, + "cost": 17500, + "items": [ + { + "_id": 104311, + "id": "guide_to_prosperity", + "name": "Guide to Prosperity", + "amount": 2, + "rarity": 3 + }, + { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 3, + "rarity": 2 + } + ] + }, + { + "level": 4, + "cost": 25000, + "items": [ + { + "_id": 104311, + "id": "guide_to_prosperity", + "name": "Guide to Prosperity", + "amount": 4, + "rarity": 3 + }, + { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 4, + "rarity": 2 + } + ] + }, + { + "level": 5, + "cost": 30000, + "items": [ + { + "_id": 104311, + "id": "guide_to_prosperity", + "name": "Guide to Prosperity", + "amount": 6, + "rarity": 3 + }, + { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 6, + "rarity": 2 + } + ] + }, + { + "level": 6, + "cost": 37500, + "items": [ + { + "_id": 104311, + "id": "guide_to_prosperity", + "name": "Guide to Prosperity", + "amount": 9, + "rarity": 3 + }, + { + "_id": 112003, + "id": "slime_secretions", + "name": "Slime Secretions", + "amount": 9, + "rarity": 2 + } + ] + }, + { + "level": 7, + "cost": 120000, + "items": [ + { + "_id": 104312, + "id": "philosophies_of_prosperity", + "name": "Philosophies of Prosperity", + "amount": 4, + "rarity": 4 + }, + { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 4, + "rarity": 3 + }, + { + "_id": 113056, + "id": "lightless_mass", + "name": "Lightless Mass", + "amount": 1, + "rarity": 5 + } + ] + }, + { + "level": 8, + "cost": 260000, + "items": [ + { + "_id": 104312, + "id": "philosophies_of_prosperity", + "name": "Philosophies of Prosperity", + "amount": 6, + "rarity": 4 + }, + { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 6, + "rarity": 3 + }, + { + "_id": 113056, + "id": "lightless_mass", + "name": "Lightless Mass", + "amount": 1, + "rarity": 5 + } + ] + }, + { + "level": 9, + "cost": 450000, + "items": [ + { + "_id": 104312, + "id": "philosophies_of_prosperity", + "name": "Philosophies of Prosperity", + "amount": 12, + "rarity": 4 + }, + { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 9, + "rarity": 3 + }, + { + "_id": 113056, + "id": "lightless_mass", + "name": "Lightless Mass", + "amount": 2, + "rarity": 5 + } + ] + }, + { + "level": 10, + "cost": 700000, + "items": [ + { + "_id": 104312, + "id": "philosophies_of_prosperity", + "name": "Philosophies of Prosperity", + "amount": 16, + "rarity": 4 + }, + { + "_id": 112004, + "id": "slime_concentrate", + "name": "Slime Concentrate", + "amount": 12, + "rarity": 3 + }, + { + "_id": 113056, + "id": "lightless_mass", + "name": "Lightless Mass", + "amount": 2, + "rarity": 5 + }, + { + "_id": 104319, + "id": "crown_of_insight", + "name": "Crown of Insight", + "amount": 1, + "rarity": 5 + } + ] + } + ] +} diff --git a/src/data/english/characters/xianyun.json b/src/data/english/characters/xianyun.json new file mode 100644 index 000000000..1d5fd3f6a --- /dev/null +++ b/src/data/english/characters/xianyun.json @@ -0,0 +1,1062 @@ +{ + "_id": 10000093, + "id": "xianyun", + "name": "Xianyun", + "title": "Passerine Herald", + "description": "One of the Mighty and Illuminated Adepti of Jueyun, known as \"Cloud Retainer.\" Expert in all kinds of mechanical contraptions, her heart now turns towards the affairs of the mortal world, through which she walks under the name \"Xianyun.\"", + "weapon_type": "Catalyst", + "element": "Anemo", + "gender": "Female", + "substat": "ATK%", + "affiliation": "Mt. Aocang", + "region": "Liyue", + "rarity": 5, + "birthday": [11, 4], + "constellation": "Grus Serena", + "domain": "Taishan Mansion", + "cv": { + "english": "Stephanie Panisello", + "chinese": "秦紫翼", + "japanese": "中臣真菜", + "korean": "Kang Si-Hyun" + }, + "skills": [ + { + "_id": 10931, + "id": "normal_attack_word_of_wind_and_flower", + "name": "Normal Attack: Word of Wind and Flower", + "description": "Normal Attack
Summons swirling winds to perform up to 4 attacks, dealing Anemo DMG.

Charged Attack
Consumes a certain amount of Stamina and launches a Breeze Bolt in a straight line that deals Anemo DMG to opponents along its path.

Plunging Attack
Gathers the power of Anemo and plunges towards the ground from mid-air, damaging all opponents in her path. Deals AoE Anemo DMG upon impact with the ground.", + "info": "", + "attributes": [ + { + "label": "1-Hit DMG", + "values": [ + "40.3%", + "43.33%", + "46.35%", + "50.38%", + "53.4%", + "56.42%", + "60.45%", + "64.48%", + "68.51%", + "72.54%", + "76.57%", + "80.6%", + "85.64%", + "90.68%", + "95.72%" + ] + }, + { + "label": "2-Hit DMG", + "values": [ + "38.86%", + "41.77%", + "44.68%", + "48.57%", + "51.48%", + "54.4%", + "58.28%", + "62.17%", + "66.05%", + "69.94%", + "73.82%", + "77.71%", + "82.57%", + "87.42%", + "92.28%" + ] + }, + { + "label": "3-Hit DMG", + "values": [ + "48.88%", + "52.54%", + "56.21%", + "61.1%", + "64.76%", + "68.43%", + "73.32%", + "78.2%", + "83.09%", + "87.98%", + "92.87%", + "97.76%", + "103.86%", + "109.97%", + "116.08%" + ] + }, + { + "label": "4-Hit DMG", + "values": [ + "64.92%", + "69.79%", + "74.65%", + "81.15%", + "86.01%", + "90.88%", + "97.38%", + "103.87%", + "110.36%", + "116.85%", + "123.34%", + "129.83%", + "137.95%", + "146.06%", + "154.18%" + ] + }, + { + "label": "Charged Attack DMG", + "values": [ + "123.12%", + "132.35%", + "141.59%", + "153.9%", + "163.13%", + "172.37%", + "184.68%", + "196.99%", + "209.3%", + "221.62%", + "233.93%", + "246.24%", + "261.63%", + "277.02%", + "292.41%" + ] + }, + { + "label": "Charged Attack Stamina Cost", + "values": [ + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50", + "50" + ] + }, + { + "label": "Plunge DMG", + "values": [ + "56.83%", + "61.45%", + "66.08%", + "72.69%", + "77.31%", + "82.6%", + "89.87%", + "97.14%", + "104.41%", + "112.34%", + "120.27%", + "128.2%", + "136.12%", + "144.05%", + "151.98%" + ] + }, + { + "label": "Low/High Plunge DMG", + "values": [ + "113.63% / 141.93%", + "122.88% / 153.49%", + "132.13% / 165.04%", + "145.35% / 181.54%", + "154.59% / 193.1%", + "165.16% / 206.3%", + "179.7% / 224.45%", + "194.23% / 242.61%", + "208.77% / 260.76%", + "224.62% / 280.57%", + "240.48% / 300.37%", + "256.34% / 320.18%", + "272.19% / 339.98%", + "288.05% / 359.79%", + "303.9% / 379.59%" + ] + } + ] + }, + { + "_id": 10932, + "id": "white_clouds_at_dawn", + "name": "White Clouds at Dawn", + "description": "Xianyun enters the Cloud Transmogrification state, in which she will not take Fall DMG, and uses Skyladder once.
In this state, her Plunging Attack will be converted into Driftcloud Wave instead, which deals AoE Anemo DMG and ends the Cloud Transmogrification state. This DMG is considered Plunging Attack DMG.
Each use of Skyladder while in this state increases the DMG and AoE of the next Driftcloud Wave used.

Skyladder
Can be used while in mid-air. Xianyun leaps forward, dealing Anemo DMG to targets along her path.
During each Cloud Transmogrification state Xianyun enters, Skyladder may be used up to 3 times and only 1 instance of Skyladder DMG can be dealt to any one opponent.
If Skyladder is not used again in a short period, the Cloud Transmogrification state will be canceled.

If Xianyun does not use Driftcloud Wave while in this state, the next CD of White Clouds at Dawn will be decreased by 3s.", + "info": "Do not shake Cloud Retainer's hand too tightly; cranes are quite adept at gripping.", + "attributes": [ + { + "label": "Skill DMG", + "values": [ + "24.8%", + "26.66%", + "28.52%", + "31%", + "32.86%", + "34.72%", + "37.2%", + "39.68%", + "42.16%", + "44.64%", + "47.12%", + "49.6%", + "52.7%", + "55.8%", + "58.9%" + ] + }, + { + "label": "Driftcloud Wave DMG", + "values": [ + "116% / 148% / 337.6%", + "124.7% / 159.1% / 362.92%", + "133.4% / 170.2% / 388.24%", + "145% / 185% / 422%", + "153.7% / 196.1% / 447.32%", + "162.4% / 207.2% / 472.64%", + "174% / 222% / 506.4%", + "185.6% / 236.8% / 540.16%", + "197.2% / 251.6% / 573.92%", + "208.8% / 266.4% / 607.68%", + "220.4% / 281.2% / 641.44%", + "232% / 296% / 675.2%", + "246.5% / 314.5% / 717.4%", + "261% / 333% / 759.6%", + "275.5% / 351.5% / 801.8%" + ] + }, + { + "label": "CD", + "values": [ + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s", + "12s" + ] + } + ] + }, + { + "_id": 10935, + "id": "stars_gather_at_dusk", + "name": "Stars Gather at Dusk", + "description": "Brings forth a sacred breeze that deals AoE Anemo DMG and heals all nearby characters based on Xianyun's ATK. It will also summon the \"Starwicker\" mechanism.

Starwicker
·Continuously follows the active character and periodically heals all nearby party members based on Xianyun's ATK.
·Starts with 8 stacks of Adeptal Assistance. While Adeptal Assistance is active, nearby active characters in the party will have their jump height increased.
·When the active character completes a Plunging Attack, Starwicker will consume 1 stack of Adeptal Assistance and deal AoE Anemo DMG.
Only 1 Starwicker can exist simultaneously.", + "info": "This is the newest invention in the \"Lunastar Artifices\" series, of which previous creations include the Supreme Cuisine Machine, the Snowdrift Mechanism, the Supreme Housekeeping Machine, the Floating Toting Device, and the Bloom Pruner. This series was intended for young humans Cloud Retainer held in great esteem, and so was not designed with a certain half-adeptus in mind. However, when offered Starwicker, a certain female disciple of hers had these emotionless words to say: \"No thank you.\"
Cloud Retainer thus had no choice but to keep it herself.", + "attributes": [ + { + "label": "Skill DMG", + "values": [ + "108%", + "116.1%", + "124.2%", + "135%", + "143.1%", + "151.2%", + "162%", + "172.8%", + "183.6%", + "194.4%", + "205.2%", + "216%", + "229.5%", + "243%", + "256.5%" + ] + }, + { + "label": "Starwicker DMG", + "values": [ + "39.2%", + "42.14%", + "45.08%", + "49%", + "51.94%", + "54.88%", + "58.8%", + "62.72%", + "66.64%", + "70.56%", + "74.48%", + "78.4%", + "83.3%", + "88.2%", + "93.1%" + ] + }, + { + "label": "Healing", + "values": [ + "92.16% ATK + 578", + "99.07% ATK + 636", + "105.98% ATK + 698", + "115.2% ATK + 766", + "122.11% ATK + 838", + "129.02% ATK + 915", + "138.24% ATK + 997", + "147.46% ATK + 1083", + "156.67% ATK + 1175", + "165.89% ATK + 1271", + "175.1% ATK + 1372", + "184.32% ATK + 1478", + "195.84% ATK + 1589", + "207.36% ATK + 1705", + "218.88% ATK + 1825" + ] + }, + { + "label": "Continuous Healing", + "values": [ + "43.01% ATK + 270", + "46.23% ATK + 297", + "49.46% ATK + 326", + "53.76% ATK + 357", + "56.99% ATK + 391", + "60.21% ATK + 427", + "64.51% ATK + 465", + "68.81% ATK + 506", + "73.11% ATK + 548", + "77.41% ATK + 593", + "81.72% ATK + 640", + "86.02% ATK + 690", + "91.39% ATK + 742", + "96.77% ATK + 795", + "102.14% ATK + 852" + ] + }, + { + "label": "Duration", + "values": [ + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s", + "16s" + ] + }, + { + "label": "CD", + "values": [ + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s", + "18s" + ] + }, + { + "label": "Energy Cost", + "values": [ + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70", + "70" + ] + } + ] + } + ], + "passives": [ + { + "id": "galefeather_pursuit", + "name": "Galefeather Pursuit", + "description": "Each opponent hit by Driftcloud Waves from White Clouds at Dawn will grant all nearby party members 1 stack of Storm Pinion for 20s. Max 4 stacks. These will cause the characters' Plunging Attack CRIT Rate to increase by 4%/6%/8%/10% respectively.
Each Storm Pinion created by hitting an opponent has an independent duration.", + "level": 1 + }, + { + "id": "consider_the_adeptus_in_her_realm", + "name": "Consider, the Adeptus in Her Realm", + "description": "When the Starwicker created by Stars Gather at Dusk has Adeptal Assistance stacks, nearby active characters' Plunging Attack shockwave DMG will be increased by 200% of Xianyun's ATK. The maximum DMG increase that can be achieved this way is 9,000.
Each Plunging Attack shockwave DMG instance can only apply this increased DMG effect to a single opponent. Each character can trigger this effect once every 0.4s.", + "level": 4 + }, + { + "id": "crane_form", + "name": "Crane Form", + "description": "Increases gliding SPD for your own party members by 15%.
Not stackable with Passive Talents that provide the exact same effects.", + "level": 0 + } + ], + "constellations": [ + { + "_id": 931, + "id": "purifying_wind", + "name": "Purifying Wind", + "description": "White Clouds at Dawn gains 1 additional charge.", + "level": 1 + }, + { + "_id": 932, + "id": "aloof_from_the_world", + "name": "Aloof From the World", + "description": "After using a Skyladder from White Clouds at Dawn, Xianyun's ATK will be increased by 20% for 15s.
Additionally, the effects of the Passive Talent \"Consider, the Adeptus in Her Realm\" will be enhanced: When the Starwicker created by Stars Gather at Dusk has Adeptal Assistance stacks, nearby active characters' Plunging Attack shockwave DMG will be increased by 400% of Xianyun's ATK. The maximum DMG increase that can be achieved this way is 18,000.
Each Plunging Attack shockwave DMG instance can only apply this increased DMG effect to a single opponent. Each character can trigger this effect once every 0.4s.
You must first unlock the Passive Talent \"Consider, the Adeptus in Her Realm.\"", + "level": 2 + }, + { + "_id": 933, + "id": "creations_of_star_and_moon", + "name": "Creations of Star and Moon", + "description": "Increases the Level of Stars Gather at Dusk by 3.
Maximum upgrade level is 15.", + "level": 3 + }, + { + "_id": 934, + "id": "mystery_millet_gourmet", + "name": "Mystery Millet Gourmet", + "description": "After using Skyladder 1/2/3 times during one White Clouds at Dawn Cloud Transmogrification state, when a Driftcloud Wave unleashed during that instance hits an opponent, it will heal all nearby party members for 50%/80%/150% of Xianyun's ATK. This effect can be triggered once every 5s.", + "level": 4 + }, + { + "_id": 935, + "id": "astride_rosecolored_clouds", + "name": "Astride Rose-Colored Clouds", + "description": "Increases the Level of White Clouds at Dawn by 3.
Maximum upgrade level is 15.", + "level": 5 + }, + { + "_id": 936, + "id": "they_call_her_cloud_retainer", + "name": "They Call Her Cloud Retainer", + "description": "After Xianyun uses 1/2/3 Skyladders within one Cloud Transmogrification caused by White Clouds at Dawn, the CRIT DMG of a Driftcloud Wave created in this instance of Cloud Transmogrification will be increased by 15%/35%/70%.
Within 16s after Xianyun has used Stars Gather at Dusk, White Clouds at Dawn will not enter CD. This effect will be canceled once she has used White Clouds at Dawn 8 times.", + "level": 6 + } + ], + "ascension": [ + { + "level": [1], + "stats": [ + { + "label": "Ascend", + "values": ["-", 1] + }, + { + "label": "Base HP", + "values": ["-", "810"] + }, + { + "label": "Base ATK", + "values": ["-", "26"] + }, + { + "label": "Base DEF", + "values": ["-", "45"] + }, + { + "label": "ATK%", + "values": ["-", "0.0%"] + } + ] + }, + { + "level": [20], + "stats": [ + { + "label": "Ascend", + "values": [0, 1] + }, + { + "label": "Base HP", + "values": ["2102", "2797"] + }, + { + "label": "Base ATK", + "values": ["68", "90"] + }, + { + "label": "Base DEF", + "values": ["116", "154"] + }, + { + "label": "ATK%", + "values": ["0.0%", "0.0%"] + } + ] + }, + { + "level": [40], + "cost": 20000, + "stats": [ + { + "label": "Ascend", + "values": [1, 2] + }, + { + "label": "Base HP", + "values": ["4185", "4678"] + }, + { + "label": "Base ATK", + "values": ["135", "151"] + }, + { + "label": "Base DEF", + "values": ["230", "257"] + }, + { + "label": "ATK%", + "values": ["0.0%", "7.2%"] + } + ], + "mat1": { + "_id": 104151, + "id": "vayuda_turquoise_sliver", + "name": "Vayuda Turquoise Sliver", + "amount": 1, + "rarity": 2 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 3, + "rarity": 1 + }, + "mat4": { + "_id": 112008, + "id": "divining_scroll", + "name": "Divining Scroll", + "amount": 3, + "rarity": 1 + } + }, + { + "level": [50], + "cost": 40000, + "stats": [ + { + "label": "Ascend", + "values": [2, 3] + }, + { + "label": "Base HP", + "values": ["5383", "6041"] + }, + { + "label": "Base ATK", + "values": ["173", "194"] + }, + { + "label": "Base DEF", + "values": ["296", "332"] + }, + { + "label": "ATK%", + "values": ["7.2%", "14.4%"] + } + ], + "mat1": { + "_id": 104152, + "id": "vayuda_turquoise_fragment", + "name": "Vayuda Turquoise Fragment", + "amount": 3, + "rarity": 3 + }, + "mat2": { + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "amount": 2, + "rarity": 4 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 10, + "rarity": 1 + }, + "mat4": { + "_id": 112008, + "id": "divining_scroll", + "name": "Divining Scroll", + "amount": 15, + "rarity": 1 + } + }, + { + "level": [60], + "cost": 60000, + "stats": [ + { + "label": "Ascend", + "values": [3, 4] + }, + { + "label": "Base HP", + "values": ["6752", "7246"] + }, + { + "label": "Base ATK", + "values": ["217", "233"] + }, + { + "label": "Base DEF", + "values": ["371", "399"] + }, + { + "label": "ATK%", + "values": ["14.4%", "14.4%"] + } + ], + "mat1": { + "_id": 104152, + "id": "vayuda_turquoise_fragment", + "name": "Vayuda Turquoise Fragment", + "amount": 6, + "rarity": 3 + }, + "mat2": { + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "amount": 4, + "rarity": 4 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 20, + "rarity": 1 + }, + "mat4": { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 12, + "rarity": 2 + } + }, + { + "level": [70], + "cost": 80000, + "stats": [ + { + "label": "Ascend", + "values": [4, 5] + }, + { + "label": "Base HP", + "values": ["7964", "8458"] + }, + { + "label": "Base ATK", + "values": ["256", "272"] + }, + { + "label": "Base DEF", + "values": ["438", "465"] + }, + { + "label": "ATK%", + "values": ["14.4%", "21.6%"] + } + ], + "mat1": { + "_id": 104153, + "id": "vayuda_turquoise_chunk", + "name": "Vayuda Turquoise Chunk", + "amount": 3, + "rarity": 4 + }, + "mat2": { + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "amount": 8, + "rarity": 4 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 30, + "rarity": 1 + }, + "mat4": { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 18, + "rarity": 2 + } + }, + { + "level": [80], + "cost": 100000, + "stats": [ + { + "label": "Ascend", + "values": [5, 6] + }, + { + "label": "Base HP", + "values": ["9184", "9677"] + }, + { + "label": "Base ATK", + "values": ["295", "311"] + }, + { + "label": "Base DEF", + "values": ["505", "532"] + }, + { + "label": "ATK%", + "values": ["21.6%", "28.8%"] + } + ], + "mat1": { + "_id": 104153, + "id": "vayuda_turquoise_chunk", + "name": "Vayuda Turquoise Chunk", + "amount": 6, + "rarity": 4 + }, + "mat2": { + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "amount": 12, + "rarity": 4 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 45, + "rarity": 1 + }, + "mat4": { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 12, + "rarity": 3 + } + }, + { + "level": [90], + "cost": 120000, + "stats": [ + { + "label": "Ascend", + "values": [6, 7] + }, + { + "label": "Base HP", + "values": ["10409", "10409"] + }, + { + "label": "Base ATK", + "values": ["335", "335"] + }, + { + "label": "Base DEF", + "values": ["573", "573"] + }, + { + "label": "ATK%", + "values": ["28.8%", "28.8%"] + } + ], + "mat1": { + "_id": 104154, + "id": "vayuda_turquoise_gemstone", + "name": "Vayuda Turquoise Gemstone", + "amount": 6, + "rarity": 5 + }, + "mat2": { + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "amount": 20, + "rarity": 4 + }, + "mat3": { + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "amount": 60, + "rarity": 1 + }, + "mat4": { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 24, + "rarity": 3 + } + } + ], + "talent_materials": [ + { + "level": 2, + "cost": 12500, + "items": [ + { + "_id": 104316, + "id": "teachings_of_gold", + "name": "Teachings of Gold", + "amount": 3, + "rarity": 2 + }, + { + "_id": 112008, + "id": "divining_scroll", + "name": "Divining Scroll", + "amount": 6, + "rarity": 1 + } + ] + }, + { + "level": 3, + "cost": 17500, + "items": [ + { + "_id": 104317, + "id": "guide_to_gold", + "name": "Guide to Gold", + "amount": 2, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 3, + "rarity": 2 + } + ] + }, + { + "level": 4, + "cost": 25000, + "items": [ + { + "_id": 104317, + "id": "guide_to_gold", + "name": "Guide to Gold", + "amount": 4, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 4, + "rarity": 2 + } + ] + }, + { + "level": 5, + "cost": 30000, + "items": [ + { + "_id": 104317, + "id": "guide_to_gold", + "name": "Guide to Gold", + "amount": 6, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 6, + "rarity": 2 + } + ] + }, + { + "level": 6, + "cost": 37500, + "items": [ + { + "_id": 104317, + "id": "guide_to_gold", + "name": "Guide to Gold", + "amount": 9, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 9, + "rarity": 2 + } + ] + }, + { + "level": 7, + "cost": 120000, + "items": [ + { + "_id": 104318, + "id": "philosophies_of_gold", + "name": "Philosophies of Gold", + "amount": 4, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 4, + "rarity": 3 + }, + { + "_id": 113055, + "id": "lightless_eye_of_the_maelstrom", + "name": "Lightless Eye of the Maelstrom", + "amount": 1, + "rarity": 5 + } + ] + }, + { + "level": 8, + "cost": 260000, + "items": [ + { + "_id": 104318, + "id": "philosophies_of_gold", + "name": "Philosophies of Gold", + "amount": 6, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 6, + "rarity": 3 + }, + { + "_id": 113055, + "id": "lightless_eye_of_the_maelstrom", + "name": "Lightless Eye of the Maelstrom", + "amount": 1, + "rarity": 5 + } + ] + }, + { + "level": 9, + "cost": 450000, + "items": [ + { + "_id": 104318, + "id": "philosophies_of_gold", + "name": "Philosophies of Gold", + "amount": 12, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 9, + "rarity": 3 + }, + { + "_id": 113055, + "id": "lightless_eye_of_the_maelstrom", + "name": "Lightless Eye of the Maelstrom", + "amount": 2, + "rarity": 5 + } + ] + }, + { + "level": 10, + "cost": 700000, + "items": [ + { + "_id": 104318, + "id": "philosophies_of_gold", + "name": "Philosophies of Gold", + "amount": 16, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 12, + "rarity": 3 + }, + { + "_id": 113055, + "id": "lightless_eye_of_the_maelstrom", + "name": "Lightless Eye of the Maelstrom", + "amount": 2, + "rarity": 5 + }, + { + "_id": 104319, + "id": "crown_of_insight", + "name": "Crown of Insight", + "amount": 1, + "rarity": 5 + } + ] + } + ] +} diff --git a/src/data/english/domains.json b/src/data/english/domains.json index 19b946b89..ebdb5cbf7 100644 --- a/src/data/english/domains.json +++ b/src/data/english/domains.json @@ -180,7 +180,15 @@ "rotation": [ { "day": "Monday", - "ids": ["xiao", "ningguang", "qiqi", "keqing", "yelan", "shenhe"] + "ids": [ + "xiao", + "ningguang", + "qiqi", + "keqing", + "yelan", + "shenhe", + "gaming" + ] }, { "day": "Tuesday", @@ -203,12 +211,21 @@ "xinyan", "yanfei", "baizhu", + "xianyun", "traveler_geo" ] }, { "day": "Thursday", - "ids": ["xiao", "ningguang", "qiqi", "keqing", "yelan", "shenhe"] + "ids": [ + "xiao", + "ningguang", + "qiqi", + "keqing", + "yelan", + "shenhe", + "gaming" + ] }, { "day": "Friday", @@ -231,6 +248,7 @@ "xinyan", "yanfei", "baizhu", + "xianyun", "traveler_geo" ] }, @@ -256,6 +274,8 @@ "yun_jin", "yaoyao", "baizhu", + "gaming", + "xianyun", "traveler_geo" ] } @@ -647,6 +667,7 @@ "twin_nephrite", "prototype_amber", "eye_of_perception", + "cranes_echoing_call", "messenger", "prototype_crescent" ] @@ -712,6 +733,7 @@ "twin_nephrite", "prototype_amber", "eye_of_perception", + "cranes_echoing_call", "messenger", "prototype_crescent" ] @@ -781,6 +803,7 @@ "sacrificial_jade", "memory_of_dust", "jadefalls_splendor", + "cranes_echoing_call", "slingshot", "messenger", "rust", diff --git a/src/data/english/elemental_stone_materials/cloudseam_scale.json b/src/data/english/elemental_stone_materials/cloudseam_scale.json new file mode 100644 index 000000000..d74f28fc8 --- /dev/null +++ b/src/data/english/elemental_stone_materials/cloudseam_scale.json @@ -0,0 +1,8 @@ +{ + "_id": 113058, + "id": "cloudseam_scale", + "name": "Cloudseam Scale", + "description": "Ordinary beasts can sometimes be affected by errant adeptal energy and become more powerful than usual. However, a suanni's adeptal energy originates from within themselves, which is why their leader is often regarded as equal to adepti.", + "source": ["Dropped by Lv. 30+ Solitary Suanni"], + "rarity": 4 +} diff --git a/src/data/english/fish/jade_heartfeather_bass.json b/src/data/english/fish/jade_heartfeather_bass.json new file mode 100644 index 000000000..07118a46e --- /dev/null +++ b/src/data/english/fish/jade_heartfeather_bass.json @@ -0,0 +1,8 @@ +{ + "_id": 131037, + "id": "jade_heartfeather_bass", + "name": "Jade Heartfeather Bass", + "description": "Peculiar fish that look like a heart from the side, which are said to be related to bass. Their dorsal and ventral fins are comprised of flexible bones that are as slender as feathers, hence the proposed name \"Heartfeather Bass.\"
Jade Heartfeather Bass are named for the jade-like coloration they take on in the water. Despite their gentle appearances, they possess remarkable resilience and can adapt to diverse aquatic environments. The clear water in Chenyu Vale is especially suitable for them, where they thrive and live a carefree, comfortable life.", + "rarity": 3, + "source": ["Obtained from fishing"] +} diff --git a/src/data/english/food/braised_meatball.json b/src/data/english/food/braised_meatball.json new file mode 100644 index 000000000..45516da16 --- /dev/null +++ b/src/data/english/food/braised_meatball.json @@ -0,0 +1,65 @@ +{ + "_id": 3122, + "id": "braised_meatball", + "name": "Braised Meatball", + "description": "A classic Liyue dish. Fatty and lean chunks of meat are mixed with crunchy bamboo shoots before being kneaded into a ball, fried, and then boiled. The finished dish is very popular, finding a place at home meals or banquets alike.", + "rarity": 3, + "ingredients": [ + { + "_id": 100061, + "id": "raw_meat", + "name": "Raw Meat", + "amount": 4 + }, + { + "_id": 100091, + "id": "bamboo_shoot", + "name": "Bamboo Shoot", + "amount": 2 + }, + { + "_id": 100062, + "id": "bird_egg", + "name": "Bird Egg", + "amount": 2 + }, + { + "_id": 100075, + "id": "salt", + "name": "Salt", + "amount": 1 + } + ], + "dish_type": "ATK-Boosting Dish", + "results": { + "suspicious": { + "_id": 108642, + "name": "Suspicious Braised Meatball", + "description": "A classic Liyue dish. The round shape and fragrant aroma seem on point, but it proves overly dry once you taste it. Perhaps you used too much lean meat in this one?", + "effect": "Increases all party members' ATK by 160 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108643, + "name": "Braised Meatball", + "description": "A classic Liyue dish. Fatty and lean chunks of meat are mixed with crunchy bamboo shoots before being kneaded into a ball, fried, and then boiled. The finished dish is very popular, finding a place at home meals or banquets alike.", + "effect": "Increases all party members' ATK by 194 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108644, + "name": "Delicious Braised Meatball", + "description": "A classic Liyue dish. Emerald green onions and the ruby red meatball complement each other perfectly, while exquisite and extraordinary knife skills make for a melt-in-your-mouth meatball, fatty but not greasy, guaranteed to have you praising it all week. Don't forget to clean your plate for good luck!", + "effect": "Increases all party members' ATK by 228 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "special": { + "_id": 108663, + "id": "encompassing_gladness", + "name": "Encompassing Gladness", + "description": "Xianyun's specialty. Before you can even look shocked to see these fragrant meatballs, she says: \"Ah, and you thought such pedestrian culinary work could confound one? Now then, enjoy it while it remains hot — and may one wish you peace, joy, prosperity, and freedom from distress... *cough* What? A little ritual formality now and then could do no ill.\"", + "effect": "Increases all party members' ATK by 274 for 300s. In Co-Op Mode, this effect only applies to your own character(s).", + "character": { + "id": "xianyun", + "name": "Xianyun" + } + } + } +} diff --git a/src/data/english/food/chenyu_brew.json b/src/data/english/food/chenyu_brew.json new file mode 100644 index 000000000..2dfc3af7e --- /dev/null +++ b/src/data/english/food/chenyu_brew.json @@ -0,0 +1,36 @@ +{ + "_id": 1107, + "id": "chenyu_brew", + "name": "Chenyu Brew", + "description": "Common Liyue tea. Sometimes, one might compare life to the sweet aftertaste savored upon sipping a cup of tea.", + "rarity": 1, + "ingredients": [ + { + "_id": 101242, + "id": "chenyu_adeptea", + "name": "Chenyu Adeptea", + "amount": 2 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108660, + "name": "Suspicious Chenyu Brew", + "description": "Common Liyue tea. You find yourself constantly sipping at it doubtfully, only to confirm that yes, this so-called tea still tastes like water. Was the low temperature the problem, or has it not had enough time to steep?", + "effect": "Restores 8% of Max HP to the selected character and regenerates 210 HP every 5s for 30s." + }, + "normal": { + "_id": 108661, + "name": "Chenyu Brew", + "description": "Common Liyue tea. Sometimes, one might compare life to the sweet aftertaste savored upon sipping a cup of tea.", + "effect": "Restores 9% of Max HP to the selected character and regenerates 260 HP every 5s for 30s." + }, + "delicious": { + "_id": 108662, + "name": "Delicious Chenyu Brew", + "description": "Common Liyue tea. Your initial sip brings forth flavor on an elegant light breeze, the sweet fragrances of Chenyu Vale alighting upon your lips and tongue. Hark — is that the sweet tinkling of the mountain springs singing in your ear?", + "effect": "Restores 10% of Max HP to the selected character and regenerates 300 HP every 5s for 30s." + } + } +} diff --git a/src/data/english/food/deepfried_doublecrisp.json b/src/data/english/food/deepfried_doublecrisp.json new file mode 100644 index 000000000..cb0f67d97 --- /dev/null +++ b/src/data/english/food/deepfried_doublecrisp.json @@ -0,0 +1,42 @@ +{ + "_id": 2114, + "id": "deepfried_doublecrisp", + "name": "Deep-Fried Doublecrisp", + "description": "One of Liyue's famous dishes. Between the fierce heat, the boiling oil, and the sautéing process, this is a stern test of one's skills. Cook for a few seconds too few, and your ingredients might be left raw. Too many, and they will be overcooked and lacking in crispness. As such, this dish is often chosen by experienced Liyue chefs to display their mastery.", + "rarity": 2, + "ingredients": [ + { + "_id": 100064, + "id": "fowl", + "name": "Fowl", + "amount": 2 + }, + { + "_id": 100061, + "id": "raw_meat", + "name": "Raw Meat", + "amount": 2 + } + ], + "dish_type": "ATK-Boosting Dish", + "results": { + "suspicious": { + "_id": 108639, + "name": "Suspicious Deep-Fried Doublecrisp", + "description": "One of Liyue's famous dishes. One careless flip and the raging fire mercilessly swept all crispness and tenderness aside, leaving naught but charred, blackened chunks in its wake.", + "effect": "Increases all party members' CRIT Rate by 6% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108640, + "name": "Deep-Fried Doublecrisp", + "description": "One of Liyue's famous dishes. Between the fierce heat, the boiling oil, and the sautéing process, this is a stern test of one's skills. Cook for a few seconds too few, and your ingredients might be left raw. Too many, and they will be overcooked and lacking in crispness. As such, this dish is often chosen by experienced Liyue chefs to display their mastery.", + "effect": "Increases all party members' CRIT Rate by 9% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108641, + "name": "Delicious Deep-Fried Doublecrisp", + "description": "One of Liyue's famous dishes. Scalloped red and white meat flowers, stir-fried as one, bloom tastiness on the tip of the tongue. Smooth, crispy, salty, and delicious, this is a must-have dish. You won't stop singing its praises even as you lick the plate clean.", + "effect": "Increases all party members' CRIT Rate by 12% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/food/eighttreasure_duck.json b/src/data/english/food/eighttreasure_duck.json new file mode 100644 index 000000000..83c2c4af4 --- /dev/null +++ b/src/data/english/food/eighttreasure_duck.json @@ -0,0 +1,54 @@ +{ + "_id": 4105, + "id": "eighttreasure_duck", + "name": "Eight-Treasure Duck", + "description": "A dish that needs true skill to make. Eight kinds of meat and vegetables, known as the eight treasures, are stuffed into a deboned duck. This is then molded into the shape of a gourd, to represent good fortune and auspiciousness. Exquisite ingredients, superb cutting skills, and phenomenal timing are all needed, that the finished dish might be worthy of its place as the final course at any banquet.", + "rarity": 4, + "ingredients": [ + { + "_id": 100064, + "id": "fowl", + "name": "Fowl", + "amount": 4 + }, + { + "_id": 100084, + "id": "fish", + "name": "Fish", + "amount": 3 + }, + { + "_id": 100063, + "id": "matsutake", + "name": "Matsutake", + "amount": 2 + }, + { + "_id": 110005, + "id": "ham", + "name": "Ham", + "amount": 1 + } + ], + "dish_type": "DEF-Boosting Dish", + "results": { + "suspicious": { + "_id": 108636, + "name": "Suspicious Eight-Treasure Duck", + "description": "A dish that needs true skills to make. Your eyes ache by the time you finish removing all the bones. It seems this dish has proved a test not only for your knife skills but also for your physical endurance and patience. Shame, then, that the duck, so carefully arranged, practically blew apart inside the pan... Forget about trying this again. Just close your eyes and take it easy for a bit.", + "effect": "Increases all party members' Shield Strength by 25% and DEF by 165 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108637, + "name": "Eight-Treasure Duck", + "description": "A dish that needs true skill to make. Eight kinds of meat and vegetables, known as the eight treasures, are stuffed into a deboned duck. This is then molded into the shape of a gourd, to represent good fortune and auspiciousness. Exquisite ingredients, superb cutting skills, and phenomenal timing are all needed, that the finished dish might be worthy of its place as the final course at any banquet.", + "effect": "Increases all party members' Shield Strength by 30% and DEF by 200 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108638, + "name": "Delicious Eight-Treasure Duck", + "description": "A dish that needs true skill to make. The plump and juicy lucky duck is irresistible as soon as it's out of the pot. Add fragrant gravy and a touch of rosy gloss, and this can be said to be the perfect combination of color, flavor, and shape, every bite a veritable flood of flavor with an enduring aftertaste.", + "effect": "Increases all party members' Shield Strength by 35% and DEF by 235 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/food/fine_tea_full_moon.json b/src/data/english/food/fine_tea_full_moon.json new file mode 100644 index 000000000..c16c5a259 --- /dev/null +++ b/src/data/english/food/fine_tea_full_moon.json @@ -0,0 +1,54 @@ +{ + "_id": 3123, + "id": "fine_tea_full_moon", + "name": "Fine Tea, Full Moon", + "description": "A tea pastry containing egg yolk. The salted yolk is first steamed, then stuffed and wrapped in tea powder-infused dough. It's then kneaded into the shape of a full moon before being baked. This results in a crispy, flaky exterior with a salty and sweet interior, the different layers forming a delicious and addictive delicacy.", + "rarity": 3, + "ingredients": [ + { + "_id": 101242, + "id": "chenyu_adeptea", + "name": "Chenyu Adeptea", + "amount": 3 + }, + { + "_id": 100062, + "id": "bird_egg", + "name": "Bird Egg", + "amount": 2 + }, + { + "_id": 110001, + "id": "flour", + "name": "Flour", + "amount": 2 + }, + { + "_id": 110006, + "id": "sugar", + "name": "Sugar", + "amount": 1 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108648, + "name": "Suspicious Fine Tea, Full Moon", + "description": "A tea pastry containing egg yolk. As you pick it up, layers flake away like loose earth in a landslide. The first bite is sticky, sweet, cloying... And uh-oh, something gets stuck in your throat. Get some water to wash it down, then think about what to do with the rest.", + "effect": "Restores 30% of Max HP and an additional 600 HP to the selected character." + }, + "normal": { + "_id": 108649, + "name": "Fine Tea, Full Moon", + "description": "A tea pastry containing egg yolk. The salted yolk is first steamed, then stuffed and wrapped in tea powder-infused dough. It's then kneaded into the shape of a full moon before being baked. This results in a crispy, flaky exterior with a salty and sweet interior, the different layers forming a delicious and addictive delicacy.", + "effect": "Restores 32% of Max HP and an additional 1,250 HP to the selected character." + }, + "delicious": { + "_id": 108650, + "name": "Delicious Fine Tea, Full Moon", + "description": "A tea pastry containing egg yolk. The loose and delicate texture of the grainy egg yolk mingles with a faint fragrance of tea. One small mouthful brings earthy happiness enough to make you swoon. You could pop several in your mouth at once, and woe betide any who should seek to steal a single crumb from the corner of your lips.", + "effect": "Restores 34% of Max HP and an additional 1,900 HP to the selected character." + } + } +} diff --git a/src/data/english/food/fish_with_cream_sauce.json b/src/data/english/food/fish_with_cream_sauce.json index c535243ff..5bc8011ec 100644 --- a/src/data/english/food/fish_with_cream_sauce.json +++ b/src/data/english/food/fish_with_cream_sauce.json @@ -41,7 +41,7 @@ "delicious": { "_id": 108435, "name": "Delicious Fish With Cream Sauce", - "description": "A fish dish served in sauce. The translucent fillet lies upon exquisite cream sauce. With only a small mouthful, one might even see fish leaping on the sea surface.", + "description": "A fish dish served with sauce. The translucent fillet lies upon exquisite cream sauce, offering a burst of freshness reminiscent of fish leaping from water with just one bite.", "effect": "Restores 22% of Max HP to the selected character and regenerates 470 HP every 5s for 30s." } } diff --git a/src/data/english/food/guhua_fish_lamb_soup.json b/src/data/english/food/guhua_fish_lamb_soup.json new file mode 100644 index 000000000..7d1ee9ac3 --- /dev/null +++ b/src/data/english/food/guhua_fish_lamb_soup.json @@ -0,0 +1,42 @@ +{ + "_id": 2116, + "id": "guhua_fish_lamb_soup", + "name": "Guhua Fish & Lamb Soup", + "description": "An ancient dish, long recorded throughout history. Fresh fish and mutton are stewed together, with the tenderness of the fish and the juiciness of the lamb blending transforming the dish into a true delicacy.", + "rarity": 2, + "ingredients": [ + { + "_id": 100061, + "id": "raw_meat", + "name": "Raw Meat", + "amount": 2 + }, + { + "_id": 100084, + "id": "fish", + "name": "Fish", + "amount": 2 + } + ], + "dish_type": "DEF-Boosting Dish", + "results": { + "suspicious": { + "_id": 108657, + "name": "Suspicious Guhua Fish & Lamb Soup", + "description": "An ancient dish, long recorded throughout history. Alas, there's no time to worry about such matters, as the gamey mutton and rank fish vie for dominance within your mouth. Your poor taste buds sure could use an eternity of rinsing after that.", + "effect": "Increases all party members' DEF by 88 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108658, + "name": "Guhua Fish & Lamb Soup", + "description": "An ancient dish, long recorded throughout history. Fresh fish and mutton are stewed together, with the tenderness of the fish and the juiciness of the lamb blending transforming the dish into a true delicacy.", + "effect": "Increases all party members' DEF by 107 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108659, + "name": "Delicious Guhua Fish & Lamb Soup", + "description": "An ancient dish, long recorded throughout history. As the milky white soup slides down the throat, you can only wish you had two stomachs. Eat a pot of this in winter, and you'll wish you were still eating it the following spring.", + "effect": "Increases all party members' DEF by 126 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/food/honey_char_siu.json b/src/data/english/food/honey_char_siu.json new file mode 100644 index 000000000..d6001e2b2 --- /dev/null +++ b/src/data/english/food/honey_char_siu.json @@ -0,0 +1,53 @@ +{ + "_id": 1105, + "id": "honey_char_siu", + "name": "Honey Char Siu", + "description": "A type of roasted meat from Liyue. As the name implies, the marinated meat skewered with a special metal fork is hung above the stove and roasted. The taste of freshly roasted Char Siu is a favorite of many a gourmand.", + "rarity": 1, + "ingredients": [ + { + "_id": 100061, + "id": "raw_meat", + "name": "Raw Meat", + "amount": 1 + }, + { + "_id": 110006, + "id": "sugar", + "name": "Sugar", + "amount": 1 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108645, + "name": "Suspicious Honey Char Siu", + "description": "A type of roasted meat from Liyue. Overly sweet seasoning makes for cloying torment of the tongue. As the local saying goes, a minute error can make a huge difference, and it seems that this holds true with cooking.", + "effect": "Restores 8% of Max HP to the selected character and regenerates 210 HP every 5s for 30s." + }, + "normal": { + "_id": 108646, + "name": "Honey Char Siu", + "description": "A type of roasted meat from Liyue. As the name implies, the marinated meat skewered with a special metal fork is hung above the stove and roasted. The taste of freshly roasted Char Siu is a favorite of many a gourmand.", + "effect": "Restores 9% of Max HP to the selected character and regenerates 260 HP every 5s for 30s." + }, + "delicious": { + "_id": 108647, + "name": "Delicious Honey Char Siu", + "description": "A type of roasted meat from Liyue. Richly red in color, aromatic, and intensely flavorful. Why, one might even faint from gluttony if one stares at it for too long. Between mouthfuls of delicious meat and rich sauce, one bowl of rice might seem too measly a match for this taste experience!", + "effect": "Restores 10% of Max HP to the selected character and regenerates 300 HP every 5s for 30s." + }, + "special": { + "_id": 108664, + "id": "yummy_yum_cha", + "name": "Yummy Yum Cha", + "description": "Gaming's specialty. Row upon row of lifelike suanni buns sit pretty within the steamer, bringing the formidable, clever youth leaping amidst the Plum Blossom Pole... \"What's with that dumbfounded expression? Have a cup of tea first, eh?\" With that, the cheerfully smiling fellow passes you another cup.", + "effect": "Restores 14% of Max HP to the selected character and regenerates 350 HP every 5s for 30s.", + "character": { + "id": "gaming", + "name": "Gaming" + } + } + } +} diff --git a/src/data/english/food/humbly_enough.json b/src/data/english/food/humbly_enough.json new file mode 100644 index 000000000..9ff406434 --- /dev/null +++ b/src/data/english/food/humbly_enough.json @@ -0,0 +1,54 @@ +{ + "_id": 3120, + "id": "humbly_enough", + "name": "Humbly Enough", + "description": "A spiced tofu dish. Sautéed tofu is stir-fried with the sauce until browned and ready to serve. Despite the ordinary ingredients, the resulting dish is particularly mellow and fragrant, a perfect partner for rice. It can be said to be the home cook's dish of choice.", + "rarity": 3, + "ingredients": [ + { + "_id": 100088, + "id": "tofu", + "name": "Tofu", + "amount": 2 + }, + { + "_id": 100027, + "id": "jueyun_chili", + "name": "Jueyun Chili", + "amount": 2 + }, + { + "_id": 110001, + "id": "flour", + "name": "Flour", + "amount": 1 + }, + { + "_id": 110006, + "id": "sugar", + "name": "Sugar", + "amount": 1 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108630, + "name": "Suspicious Humbly Enough", + "description": "A spiced tofu dish. The tofu is far too spicy to enjoy as-is, but if you spend some time rinsing the excess seasoning off, you might be able to stomach it...", + "effect": "Restores 26% of Max HP to the selected character and regenerates 450 HP every 5s for 30s." + }, + "normal": { + "_id": 108631, + "name": "Humbly Enough", + "description": "A spiced tofu dish. Sautéed tofu is stir-fried with the sauce until browned and ready to serve. Despite the ordinary ingredients, the resulting dish is particularly mellow and fragrant, a perfect partner for rice. It can be said to be the home cook's dish of choice.", + "effect": "Restores 28% of Max HP to the selected character and regenerates 620 HP every 5s for 30s." + }, + "delicious": { + "_id": 108632, + "name": "Delicious Humbly Enough", + "description": "A spiced tofu dish. The fried tofu comes with a rich soybean sauce as its classy chaperone. A single bite proves spicy with a hint of a meaty aroma, flooding your mouth with its mellow fragrance and long-lasting aftertaste.", + "effect": "Restores 30% of Max HP to the selected character and regenerates 790 HP every 5s for 30s." + } + } +} diff --git a/src/data/english/food/jadevein_tea_eggs.json b/src/data/english/food/jadevein_tea_eggs.json new file mode 100644 index 000000000..c732b40d9 --- /dev/null +++ b/src/data/english/food/jadevein_tea_eggs.json @@ -0,0 +1,42 @@ +{ + "_id": 1106, + "id": "jadevein_tea_eggs", + "name": "Jadevein Tea Eggs", + "description": "A traditional snack that is widely popular in the streets and alleys of Liyue. The flavor of the tea seeps into the egg through cracks in its shell while it is boiling, and the cracks are as beautiful as the fractured patterns of jade.", + "rarity": 1, + "ingredients": [ + { + "_id": 101242, + "id": "chenyu_adeptea", + "name": "Chenyu Adeptea", + "amount": 1 + }, + { + "_id": 100062, + "id": "bird_egg", + "name": "Bird Egg", + "amount": 1 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108651, + "name": "Suspicious Jadevein Tea Eggs", + "description": "A traditional Liyue snack. It tastes no different from a standard boiled egg. Did something go wrong with the tea leaves or the cooking process?", + "effect": "Revives a character and restores 50 HP." + }, + "normal": { + "_id": 108652, + "name": "Jadevein Tea Eggs", + "description": "A traditional snack that is widely popular in the streets and alleys of Liyue. The flavor of the tea seeps into the egg through cracks in its shell while it is boiling, and the cracks are as beautiful as the fractured patterns of jade.", + "effect": "Revives a character and restores 100 HP." + }, + "delicious": { + "_id": 108653, + "name": "Delicious Jadevein Tea Eggs", + "description": "A traditional Liyue snack. The aroma of tea finds itself perfectly blended into the eggs. A dollop of deliciousness whether eaten all in one go or savored in small nibbles.", + "effect": "Revives a character and restores 150 HP." + } + } +} diff --git a/src/data/english/food/right_at_home.json b/src/data/english/food/right_at_home.json new file mode 100644 index 000000000..f6d5e116e --- /dev/null +++ b/src/data/english/food/right_at_home.json @@ -0,0 +1,54 @@ +{ + "_id": 3121, + "id": "right_at_home", + "name": "Right at Home", + "description": "A staple dish made by frying ham, bird eggs, and other ingredients with rice. The wide choice of constituent ingredients that may be chosen and different ways of cooking make it a welcome dish in almost every house in Liyue.", + "rarity": 3, + "ingredients": [ + { + "_id": 100092, + "id": "rice", + "name": "Rice", + "amount": 2 + }, + { + "_id": 110005, + "id": "ham", + "name": "Ham", + "amount": 2 + }, + { + "_id": 100062, + "id": "bird_egg", + "name": "Bird Egg", + "amount": 1 + }, + { + "_id": 100091, + "id": "bamboo_shoot", + "name": "Bamboo Shoot", + "amount": 1 + } + ], + "dish_type": "DEF-Boosting Dish", + "results": { + "suspicious": { + "_id": 108633, + "name": "Suspicious Right at Home", + "description": "A staple dish with many ingredients. Insufficient heat and all-too-abundant moisture have left the taste lackluster, lacking the smoky flavor it should have. Better luck next time, preferably while frying on higher heat...", + "effect": "Increases all party members' DEF by 165 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108634, + "name": "Right at Home", + "description": "A staple dish made by frying ham, bird eggs, and other ingredients with rice. The wide choice of constituent ingredients that may be chosen and different ways of cooking make it a welcome dish in almost every house in Liyue.", + "effect": "Increases all party members' DEF by 200 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108635, + "name": "Delicious Right at Home", + "description": "A staple dish with many ingredients. Golden egg yolk coats each grain of rice, the high heat having infused the rich flavor of the ham within. Such a familiar, home-style flavor will surely make any family or friends who've traveled from afar feel right at home.", + "effect": "Increases all party members' DEF by 235 for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/food/teasmoked_squab.json b/src/data/english/food/teasmoked_squab.json new file mode 100644 index 000000000..e9934bfa5 --- /dev/null +++ b/src/data/english/food/teasmoked_squab.json @@ -0,0 +1,42 @@ +{ + "_id": 2115, + "id": "teasmoked_squab", + "name": "Tea-Smoked Squab", + "description": "A very popular dish. Squab is marinated in tea and sauce overnight before being dried and deep-fried, suffusing the meat with the wonderful aroma of tea. This technique has been passed down for many years and is a banquet delicacy.", + "rarity": 2, + "ingredients": [ + { + "_id": 101242, + "id": "chenyu_adeptea", + "name": "Chenyu Adeptea", + "amount": 2 + }, + { + "_id": 100064, + "id": "fowl", + "name": "Fowl", + "amount": 2 + } + ], + "dish_type": "Recovery Dish", + "results": { + "suspicious": { + "_id": 108654, + "name": "Suspicious Tea-Smoked Squab", + "description": "A very popular dish. The char on the squab's legs and wings show a lack of control over the heat, but with a bit of patience, you might just about get it in your mouth.", + "effect": "Restores 20% of Max HP and an additional 900 HP to the selected character." + }, + "normal": { + "_id": 108655, + "name": "Tea-Smoked Squab", + "description": "A very popular dish. Squab is marinated in tea and sauce overnight before being dried and deep-fried, suffusing the meat with the wonderful aroma of tea. This technique has been passed down for many years and is a banquet delicacy.", + "effect": "Restores 22% of Max HP and an additional 1,200 HP to the selected character." + }, + "delicious": { + "_id": 108656, + "name": "Delicious Tea-Smoked Squab", + "description": "A very popular dish. The translucent squab skin is crispy and thin as a sheet of ochre paper, and the meat is firm and plump. Accompanied by delicate gravy, this dish will capture hearts and stomachs alike.", + "effect": "Restores 24% of Max HP and an additional 1,500 HP to the selected character." + } + } +} diff --git a/src/data/english/food/the_palace_jewels.json b/src/data/english/food/the_palace_jewels.json new file mode 100644 index 000000000..2614b0db4 --- /dev/null +++ b/src/data/english/food/the_palace_jewels.json @@ -0,0 +1,54 @@ +{ + "_id": 3118, + "id": "the_palace_jewels", + "name": "The Palace Jewels", + "description": "A deliciously fragrant Liyue dish. Shrimp meat is battered and cooked with rich crab roe. The roe is as radiant gold, while the shrimp sparkles like jade, hence the name \"The Palace Jewels.\"", + "rarity": 3, + "ingredients": [ + { + "_id": 100093, + "id": "shrimp_meat", + "name": "Shrimp Meat", + "amount": 3 + }, + { + "_id": 100074, + "id": "crab_roe", + "name": "Crab Roe", + "amount": 1 + }, + { + "_id": 100015, + "id": "snapdragon", + "name": "Snapdragon", + "amount": 1 + }, + { + "_id": 100075, + "id": "salt", + "name": "Salt", + "amount": 1 + } + ], + "dish_type": "DEF-Boosting Dish", + "results": { + "suspicious": { + "_id": 108624, + "name": "Suspicious The Palace Jewels", + "description": "A deliciously fragrant Liyue dish. The roughly processed shrimp and half-cooked crab roe give off an odd smell, reeking of the charnel stench of some brutal crab-shrimp war. Considering that the raw ingredients themselves are still quite fresh, this shambling nightmare could still be classified as food... if one were to ignore the stink, anyway.", + "effect": "Increases all party members' Max HP by 20% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108625, + "name": "The Palace Jewels", + "description": "A deliciously fragrant Liyue dish. Shrimp meat is battered and cooked with rich crab roe. The roe is as radiant gold, while the shrimp sparkles like jade, hence the name \"The Palace Jewels.\"", + "effect": "Increases all party members' Max HP by 22% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108626, + "name": "Delicious The Palace Jewels", + "description": "A deliciously fragrant Liyue dish. Soft, smooth crab meat is wrapped in tender, chewy shrimp meat, like a luxurious treasure that people unconsciously reach for. One delicate bite fills your mouth with flavor, like waves billowing across your palate as you float in a delicious river of shrimp and crab.", + "effect": "Increases all party members' Max HP by 25% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/food/trembling_strings_and_rushing_reeds.json b/src/data/english/food/trembling_strings_and_rushing_reeds.json new file mode 100644 index 000000000..eb3be87d0 --- /dev/null +++ b/src/data/english/food/trembling_strings_and_rushing_reeds.json @@ -0,0 +1,54 @@ +{ + "_id": 3119, + "id": "trembling_strings_and_rushing_reeds", + "name": "Trembling Strings and Rushing Reeds", + "description": "A unique meat dish. A variety of shredded meat is kneaded and fried for flavor. The complex ingredients and different textures make this dish quite the test of a chef's skills and is a rarity even in some of the most well-known restaurants.", + "rarity": 3, + "ingredients": [ + { + "_id": 100061, + "id": "raw_meat", + "name": "Raw Meat", + "amount": 2 + }, + { + "_id": 110005, + "id": "ham", + "name": "Ham", + "amount": 2 + }, + { + "_id": 100064, + "id": "fowl", + "name": "Fowl", + "amount": 1 + }, + { + "_id": 100077, + "id": "pepper", + "name": "Pepper", + "amount": 1 + } + ], + "dish_type": "ATK-Boosting Dish", + "results": { + "suspicious": { + "_id": 108627, + "name": "Suspicious Trembling Strings and Rushing Reeds", + "description": "A unique meat dish. The mixed shredded meat was fused from being cooked over far too high a temperature, turning the whole dish into a meat slurry. A single bite — a roused rabble of different flavors — leaves your taste buds in utter turmoil.", + "effect": "Increases all party members' CRIT Rate by 10% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "normal": { + "_id": 108628, + "name": "Trembling Strings and Rushing Reeds", + "description": "A unique meat dish. A variety of shredded meat is kneaded and fried for flavor. The complex ingredients and different textures make this dish quite the test of a chef's skills and is a rarity even in some of the most well-known restaurants.", + "effect": "Increases all party members' CRIT Rate by 15% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + }, + "delicious": { + "_id": 108629, + "name": "Delicious Trembling Strings and Rushing Reeds", + "description": "A unique meat dish. Each type of shredded meat plays its role in an orchestra of flavor, while the delicate seasoning skillfully blends the various tonal tastes. As one critic put it, just as there are myriad modes, nuanced notes, and complex compositional correspondence, so is it with flavor, the apex of which might even transport you to a different realm...", + "effect": "Increases all party members' CRIT Rate by 20% for 300s. In Co-Op Mode, this effect only applies to your own character(s)." + } + } +} diff --git a/src/data/english/furnishing/a_bloatty_floattys_dream_of_the_sky.json b/src/data/english/furnishing/a_bloatty_floattys_dream_of_the_sky.json index 3f4e91210..7cae88d45 100644 --- a/src/data/english/furnishing/a_bloatty_floattys_dream_of_the_sky.json +++ b/src/data/english/furnishing/a_bloatty_floattys_dream_of_the_sky.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/a_different_kind_of_sweetness.json b/src/data/english/furnishing/a_different_kind_of_sweetness.json index 79f2a0dcd..838e831e1 100644 --- a/src/data/english/furnishing/a_different_kind_of_sweetness.json +++ b/src/data/english/furnishing/a_different_kind_of_sweetness.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/a_forest_corners_miracle.json b/src/data/english/furnishing/a_forest_corners_miracle.json index 41d6fed85..4ae9a44e6 100644 --- a/src/data/english/furnishing/a_forest_corners_miracle.json +++ b/src/data/english/furnishing/a_forest_corners_miracle.json @@ -8,8 +8,8 @@ "energy": 30, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/a_guide_in_the_summer_woods.json b/src/data/english/furnishing/a_guide_in_the_summer_woods.json index f45032288..75c4d93b1 100644 --- a/src/data/english/furnishing/a_guide_in_the_summer_woods.json +++ b/src/data/english/furnishing/a_guide_in_the_summer_woods.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/a_mask.json b/src/data/english/furnishing/a_mask.json index d8a4deea0..7239f63d5 100644 --- a/src/data/english/furnishing/a_mask.json +++ b/src/data/english/furnishing/a_mask.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/a_messenger_in_the_summer_woods.json b/src/data/english/furnishing/a_messenger_in_the_summer_woods.json index bd1100326..cce78dbcf 100644 --- a/src/data/english/furnishing/a_messenger_in_the_summer_woods.json +++ b/src/data/english/furnishing/a_messenger_in_the_summer_woods.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/a_seat_in_the_wilderness.json b/src/data/english/furnishing/a_seat_in_the_wilderness.json index af4588072..1197b76e7 100644 --- a/src/data/english/furnishing/a_seat_in_the_wilderness.json +++ b/src/data/english/furnishing/a_seat_in_the_wilderness.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/a_thousand_petals_of_red_glaze.json b/src/data/english/furnishing/a_thousand_petals_of_red_glaze.json index 53598e15a..c7feb20bf 100644 --- a/src/data/english/furnishing/a_thousand_petals_of_red_glaze.json +++ b/src/data/english/furnishing/a_thousand_petals_of_red_glaze.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/abiding_angelfish.json b/src/data/english/furnishing/abiding_angelfish.json index 621536368..cd9a13d01 100644 --- a/src/data/english/furnishing/abiding_angelfish.json +++ b/src/data/english/furnishing/abiding_angelfish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/aizen_medaka.json b/src/data/english/furnishing/aizen_medaka.json index 5833998b1..9e2c8c152 100644 --- a/src/data/english/furnishing/aizen_medaka.json +++ b/src/data/english/furnishing/aizen_medaka.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/akai_maou.json b/src/data/english/furnishing/akai_maou.json index 579163206..016d7a8a5 100644 --- a/src/data/english/furnishing/akai_maou.json +++ b/src/data/english/furnishing/akai_maou.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/allegro_bloom_special_tuning.json b/src/data/english/furnishing/allegro_bloom_special_tuning.json index 67c8e368c..68d30dc1f 100644 --- a/src/data/english/furnishing/allegro_bloom_special_tuning.json +++ b/src/data/english/furnishing/allegro_bloom_special_tuning.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7016, + "category": "Realm Mechanism", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/amber_pearlroot_tree.json b/src/data/english/furnishing/amber_pearlroot_tree.json index 53dc98aae..eab372b1e 100644 --- a/src/data/english/furnishing/amber_pearlroot_tree.json +++ b/src/data/english/furnishing/amber_pearlroot_tree.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/amidst_dewcovered_lilac_leaves.json b/src/data/english/furnishing/amidst_dewcovered_lilac_leaves.json index 24f438d7d..60293e307 100644 --- a/src/data/english/furnishing/amidst_dewcovered_lilac_leaves.json +++ b/src/data/english/furnishing/amidst_dewcovered_lilac_leaves.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/amidst_the_fleeing_smoke.json b/src/data/english/furnishing/amidst_the_fleeing_smoke.json index b7dde7f72..89fadb0c6 100644 --- a/src/data/english/furnishing/amidst_the_fleeing_smoke.json +++ b/src/data/english/furnishing/amidst_the_fleeing_smoke.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/ancestral_sword_rack_four_core_principles.json b/src/data/english/furnishing/ancestral_sword_rack_four_core_principles.json index ec9ed3688..fd690a7eb 100644 --- a/src/data/english/furnishing/ancestral_sword_rack_four_core_principles.json +++ b/src/data/english/furnishing/ancestral_sword_rack_four_core_principles.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/ancestral_sword_rack_iron_sharpens_iron.json b/src/data/english/furnishing/ancestral_sword_rack_iron_sharpens_iron.json index 228a4185e..b1cb0284f 100644 --- a/src/data/english/furnishing/ancestral_sword_rack_iron_sharpens_iron.json +++ b/src/data/english/furnishing/ancestral_sword_rack_iron_sharpens_iron.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/aquamarine_butterfly_bush.json b/src/data/english/furnishing/aquamarine_butterfly_bush.json index ea314e2f7..e81f6f9bb 100644 --- a/src/data/english/furnishing/aquamarine_butterfly_bush.json +++ b/src/data/english/furnishing/aquamarine_butterfly_bush.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/artisan_fish_lantern_spring_profits.json b/src/data/english/furnishing/artisan_fish_lantern_spring_profits.json new file mode 100644 index 000000000..e3ed801a9 --- /dev/null +++ b/src/data/english/furnishing/artisan_fish_lantern_spring_profits.json @@ -0,0 +1,31 @@ +{ + "_id": 360445, + "id": "artisan_fish_lantern_spring_profits", + "rarity": 4, + "name": "Artisan Fish Lantern: Spring Profits", + "description": "These small carp lanterns are quite light and can be seen everywhere in Chenyu Vale.\\nUnlike the large fish lanterns used for display, some small ones are used primarily for carp lantern dances. Performers will visit the homes of villagers and perform spring dances holding said lanterns to wish the inhabitants a happy and fortuitous new year, and the recipient will repay the well-wishers for their blessings with benefits. Thus comes the saying that benefits bring the start of spring. Small fish lanterns that are fixed in place, however, carry the meaning of good omens that will remain in place for a long time.", + "load": 85, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 4 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/artisanal_fish_lantern_carps_well.json b/src/data/english/furnishing/artisanal_fish_lantern_carps_well.json new file mode 100644 index 000000000..916baa70e --- /dev/null +++ b/src/data/english/furnishing/artisanal_fish_lantern_carps_well.json @@ -0,0 +1,31 @@ +{ + "_id": 360444, + "id": "artisanal_fish_lantern_carps_well", + "rarity": 4, + "name": "Artisanal Fish Lantern: Carp's Well", + "description": "A large paper lantern in the shape of carp symbolizing prayers for good fortune that can be seen throughout Chenyu Vale.\\nIt is said that in Chenyu Vale, the nimble carp is not only the form an adeptus took, but also signifies abundance and great fortune. For this reason, the people commission specialists to create large carp lanterns that vividly recreate the graceful and agile appearance of carp swimming in the water, hoping for good luck and success in the coming year.", + "load": 105, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 12 + } + ] +} diff --git a/src/data/english/furnishing/athel_wood_light_cargo_boxes.json b/src/data/english/furnishing/athel_wood_light_cargo_boxes.json index 300f3d5a2..d9a620b8e 100644 --- a/src/data/english/furnishing/athel_wood_light_cargo_boxes.json +++ b/src/data/english/furnishing/athel_wood_light_cargo_boxes.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/balancing_dye.json b/src/data/english/furnishing/balancing_dye.json index d35e8a978..e72f7c39c 100644 --- a/src/data/english/furnishing/balancing_dye.json +++ b/src/data/english/furnishing/balancing_dye.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/banquet_screen_crying_swallows_and_chirping_sparrows.json b/src/data/english/furnishing/banquet_screen_crying_swallows_and_chirping_sparrows.json new file mode 100644 index 000000000..0a67e0d3a --- /dev/null +++ b/src/data/english/furnishing/banquet_screen_crying_swallows_and_chirping_sparrows.json @@ -0,0 +1,31 @@ +{ + "_id": 373444, + "id": "banquet_screen_crying_swallows_and_chirping_sparrows", + "rarity": 4, + "name": "Banquet Screen: Crying Swallows and Chirping Sparrows", + "description": "This delicate, quaint, and propitious folding screen uses precious Sandbearer Wood as the core around which the finest brocade is wrapped, and can be seen around Liyue during Lantern Rite.\\nThe brocade on the screen depicts a scene showing the world coming back to life with the coming of spring, the scissor-tailed swallow and the sparrow singing in harmony. According to legend, this scene was painted at the interstice of winter and spring, and the painter imbued it with their hopes for clement weather, peace, and an auspicious new year. No matter when or where, beautiful wishes are the best gift, and during a festive season, such wishes embroider the festival with a radiant rainbow of joy.", + "load": 65, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 8 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 10 + } + ] +} diff --git a/src/data/english/furnishing/banquet_screen_dancing_butterflies_and_leaping_fish.json b/src/data/english/furnishing/banquet_screen_dancing_butterflies_and_leaping_fish.json new file mode 100644 index 000000000..061bc008b --- /dev/null +++ b/src/data/english/furnishing/banquet_screen_dancing_butterflies_and_leaping_fish.json @@ -0,0 +1,31 @@ +{ + "_id": 373443, + "id": "banquet_screen_dancing_butterflies_and_leaping_fish", + "rarity": 4, + "name": "Banquet Screen: Dancing Butterflies and Leaping Fish", + "description": "This delicate, quaint, and propitious folding screen uses precious Sandbearer Wood as the core around which the finest brocade is wrapped, and can be seen around Liyue during Lantern Rite.\\nThe brocade on the screen depicts vibrant scenes of butterflies dancing up and down, and of fish swimmingly exuberantly to and fro, as though it contained the maker's yearning for a leisurely, contented life...", + "load": 65, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 8 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 10 + } + ] +} diff --git a/src/data/english/furnishing/bellflower_haze.json b/src/data/english/furnishing/bellflower_haze.json index 2e223eb83..48f425e5f 100644 --- a/src/data/english/furnishing/bellflower_haze.json +++ b/src/data/english/furnishing/bellflower_haze.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/betta.json b/src/data/english/furnishing/betta.json index c2e2554d6..5bdfad9e5 100644 --- a/src/data/english/furnishing/betta.json +++ b/src/data/english/furnishing/betta.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/bitter_pufferfish.json b/src/data/english/furnishing/bitter_pufferfish.json index a80769926..1c0008f26 100644 --- a/src/data/english/furnishing/bitter_pufferfish.json +++ b/src/data/english/furnishing/bitter_pufferfish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/blazing_heartfeather_bass.json b/src/data/english/furnishing/blazing_heartfeather_bass.json index 345dd02e8..d00097723 100644 --- a/src/data/english/furnishing/blazing_heartfeather_bass.json +++ b/src/data/english/furnishing/blazing_heartfeather_bass.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/blooming_hedge.json b/src/data/english/furnishing/blooming_hedge.json index 25b550a43..4444bae17 100644 --- a/src/data/english/furnishing/blooming_hedge.json +++ b/src/data/english/furnishing/blooming_hedge.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/boxing_target_of_the_forbidden_fortress.json b/src/data/english/furnishing/boxing_target_of_the_forbidden_fortress.json index 8c50d5e43..9f4e2cd51 100644 --- a/src/data/english/furnishing/boxing_target_of_the_forbidden_fortress.json +++ b/src/data/english/furnishing/boxing_target_of_the_forbidden_fortress.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/brightcrown_plumebush.json b/src/data/english/furnishing/brightcrown_plumebush.json index 2bc4428c4..00655e89d 100644 --- a/src/data/english/furnishing/brightcrown_plumebush.json +++ b/src/data/english/furnishing/brightcrown_plumebush.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/brightwood_fabric_box_platform.json b/src/data/english/furnishing/brightwood_fabric_box_platform.json index 66b9cc990..7553db6cd 100644 --- a/src/data/english/furnishing/brightwood_fabric_box_platform.json +++ b/src/data/english/furnishing/brightwood_fabric_box_platform.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/brightwood_selftightening_wine_buckets.json b/src/data/english/furnishing/brightwood_selftightening_wine_buckets.json index 4a2e2940b..c16e1c173 100644 --- a/src/data/english/furnishing/brightwood_selftightening_wine_buckets.json +++ b/src/data/english/furnishing/brightwood_selftightening_wine_buckets.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/brilliant_lantern_peace_and_joy.json b/src/data/english/furnishing/brilliant_lantern_peace_and_joy.json new file mode 100644 index 000000000..d54e4e71e --- /dev/null +++ b/src/data/english/furnishing/brilliant_lantern_peace_and_joy.json @@ -0,0 +1,16 @@ +{ + "_id": 360443, + "id": "brilliant_lantern_peace_and_joy", + "rarity": 4, + "name": "Brilliant Lantern: Peace and Joy", + "description": "A grand and gorgeous Xiao Lantern that vividly recreates the shape of the mighty Suanni that can be seen in the \"Just Wushou Dance!\" venue. If you carefully examine this auspicious beast-shaped Xiao Lantern, another sort of sense of security will rise in your heart. Perhaps this is the auspicious sight that inspired the legendary scene of \"peace and joy reigns, all evil retreats\" when the Suanni lifts its head.", + "load": 325, + "energy": 90, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/brown_shirakodai.json b/src/data/english/furnishing/brown_shirakodai.json index da4bbd9fc..f771dea67 100644 --- a/src/data/english/furnishing/brown_shirakodai.json +++ b/src/data/english/furnishing/brown_shirakodai.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/brown_treeshroom.json b/src/data/english/furnishing/brown_treeshroom.json index 5c8e8d314..6cc352727 100644 --- a/src/data/english/furnishing/brown_treeshroom.json +++ b/src/data/english/furnishing/brown_treeshroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/camp_barricade_taking_sides.json b/src/data/english/furnishing/camp_barricade_taking_sides.json index 8556cb02c..8c54b6d89 100644 --- a/src/data/english/furnishing/camp_barricade_taking_sides.json +++ b/src/data/english/furnishing/camp_barricade_taking_sides.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/camp_bonfire_glorious_clarity.json b/src/data/english/furnishing/camp_bonfire_glorious_clarity.json index 813fc2fad..2a995bcbd 100644 --- a/src/data/english/furnishing/camp_bonfire_glorious_clarity.json +++ b/src/data/english/furnishing/camp_bonfire_glorious_clarity.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/camp_bowrack_fletching.json b/src/data/english/furnishing/camp_bowrack_fletching.json index 6a7877a68..e6b9396a0 100644 --- a/src/data/english/furnishing/camp_bowrack_fletching.json +++ b/src/data/english/furnishing/camp_bowrack_fletching.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/camp_spearrack_point_break.json b/src/data/english/furnishing/camp_spearrack_point_break.json index 1d6fffd8f..12c3239d9 100644 --- a/src/data/english/furnishing/camp_spearrack_point_break.json +++ b/src/data/english/furnishing/camp_spearrack_point_break.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/caravan_ribat_type_iii_land_transport_pallet.json b/src/data/english/furnishing/caravan_ribat_type_iii_land_transport_pallet.json index e14f0dce9..1fab44397 100644 --- a/src/data/english/furnishing/caravan_ribat_type_iii_land_transport_pallet.json +++ b/src/data/english/furnishing/caravan_ribat_type_iii_land_transport_pallet.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/cauldron_of_herbs.json b/src/data/english/furnishing/cauldron_of_herbs.json index f250e2fe7..57c49ca62 100644 --- a/src/data/english/furnishing/cauldron_of_herbs.json +++ b/src/data/english/furnishing/cauldron_of_herbs.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/celebratory_kite_alls_well.json b/src/data/english/furnishing/celebratory_kite_alls_well.json new file mode 100644 index 000000000..c7cb6647f --- /dev/null +++ b/src/data/english/furnishing/celebratory_kite_alls_well.json @@ -0,0 +1,31 @@ +{ + "_id": 373449, + "id": "celebratory_kite_alls_well", + "rarity": 4, + "name": "Celebratory Kite: All's Well", + "description": "A kite with a Whopperflower pattern made of bamboo, paper, and other such materials that can be seen at kite stalls during the Lantern Rite festival. They say that in Liyue, the bizarre Whopperflower is not merely a symbol of cunning and treachery, but is also imbued with connotations of intelligence, alertness, and the ability to foresee danger. Those engaged in more dangerous professions may carry Whopperflower talismans in the hope of detecting danger as soon as possible to avoid disaster. For those who wish for all to be well and for being safe and sound, without mishap, flying such a kite may be a good choice.", + "load": 35, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/celebratory_kite_butterfly_dance.json b/src/data/english/furnishing/celebratory_kite_butterfly_dance.json new file mode 100644 index 000000000..b7ca18d1e --- /dev/null +++ b/src/data/english/furnishing/celebratory_kite_butterfly_dance.json @@ -0,0 +1,31 @@ +{ + "_id": 373450, + "id": "celebratory_kite_butterfly_dance", + "rarity": 4, + "name": "Celebratory Kite: Butterfly Dance", + "description": "A kite with a butterfly pattern made of bamboo, paper, and other such materials that can be seen at kite stalls during the Lantern Rite festival. Since one of the defining characteristics of butterflies is that they emerge from cocoons, they are often associated with freedom and happiness. Flying a butterfly kite implies breaking through constraints and pursuing freedom.", + "load": 35, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/celebratory_kite_prosperity_and_wealth.json b/src/data/english/furnishing/celebratory_kite_prosperity_and_wealth.json new file mode 100644 index 000000000..6c2853f33 --- /dev/null +++ b/src/data/english/furnishing/celebratory_kite_prosperity_and_wealth.json @@ -0,0 +1,31 @@ +{ + "_id": 373451, + "id": "celebratory_kite_prosperity_and_wealth", + "rarity": 4, + "name": "Celebratory Kite: Prosperity and Wealth", + "description": "A kite in the shape of the Jade Chamber, made of bamboo, paper, and other such materials. It can be seen at kite stalls during the Lantern Rite festival, and is this year's newest model.\\nIn Liyue, this style of kite symbolizes prosperity, and as an ever-popular model, demand has always outstripped supply. Rumor has it that even adepti are enamored of this \"lucky\" kite, thus proving just how popular it is.", + "load": 35, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/celebratory_kite_successive_prosperity.json b/src/data/english/furnishing/celebratory_kite_successive_prosperity.json new file mode 100644 index 000000000..24fdd5844 --- /dev/null +++ b/src/data/english/furnishing/celebratory_kite_successive_prosperity.json @@ -0,0 +1,31 @@ +{ + "_id": 373448, + "id": "celebratory_kite_successive_prosperity", + "rarity": 4, + "name": "Celebratory Kite: Successive Prosperity", + "description": "A kite with a ricefish pattern made of bamboo, paper, and other such materials that can be seen at kite stalls during the Lantern Rite festival. In Liyue, fish are associated with wealth and abundance, so fish-patterned kites are practically the most popular type of kite. If you want to fly one during Lantern Rite, you may need to book well in advance...", + "load": 35, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101305, + "id": "bamboo_segment", + "name": "Bamboo Segment", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/cerulean_gem.json b/src/data/english/furnishing/cerulean_gem.json index 960242d0c..c7f8b7ace 100644 --- a/src/data/english/furnishing/cerulean_gem.json +++ b/src/data/english/furnishing/cerulean_gem.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/cheese_and_dew_teatime.json b/src/data/english/furnishing/cheese_and_dew_teatime.json index c1b7bfe75..3a746566e 100644 --- a/src/data/english/furnishing/cheese_and_dew_teatime.json +++ b/src/data/english/furnishing/cheese_and_dew_teatime.json @@ -8,8 +8,8 @@ "energy": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/chilling_sand_grilling.json b/src/data/english/furnishing/chilling_sand_grilling.json index 244ea7b43..ee9ee6d67 100644 --- a/src/data/english/furnishing/chilling_sand_grilling.json +++ b/src/data/english/furnishing/chilling_sand_grilling.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/coloration_and_precipitation.json b/src/data/english/furnishing/coloration_and_precipitation.json index e378d2c0c..82fd19a78 100644 --- a/src/data/english/furnishing/coloration_and_precipitation.json +++ b/src/data/english/furnishing/coloration_and_precipitation.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/colors_in_the_water_roiling.json b/src/data/english/furnishing/colors_in_the_water_roiling.json index 216d31ed4..98c5461fa 100644 --- a/src/data/english/furnishing/colors_in_the_water_roiling.json +++ b/src/data/english/furnishing/colors_in_the_water_roiling.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/common_cooking_device.json b/src/data/english/furnishing/common_cooking_device.json index 3e6ba981c..02291bcff 100644 --- a/src/data/english/furnishing/common_cooking_device.json +++ b/src/data/english/furnishing/common_cooking_device.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/concealing_leaves.json b/src/data/english/furnishing/concealing_leaves.json index 8b6b5021e..57462a627 100644 --- a/src/data/english/furnishing/concealing_leaves.json +++ b/src/data/english/furnishing/concealing_leaves.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/concentrated_alabaster.json b/src/data/english/furnishing/concentrated_alabaster.json index 0a4144c28..553af07e6 100644 --- a/src/data/english/furnishing/concentrated_alabaster.json +++ b/src/data/english/furnishing/concentrated_alabaster.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/cosmos_within.json b/src/data/english/furnishing/cosmos_within.json index bc39eb4a0..8341c3ff8 100644 --- a/src/data/english/furnishing/cosmos_within.json +++ b/src/data/english/furnishing/cosmos_within.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/countryside_tea_stand.json b/src/data/english/furnishing/countryside_tea_stand.json index 06b961a04..229689044 100644 --- a/src/data/english/furnishing/countryside_tea_stand.json +++ b/src/data/english/furnishing/countryside_tea_stand.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/court_of_justices_trivia.json b/src/data/english/furnishing/court_of_justices_trivia.json index 98ae9a8d3..29d481755 100644 --- a/src/data/english/furnishing/court_of_justices_trivia.json +++ b/src/data/english/furnishing/court_of_justices_trivia.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/courtyard_cleansing_pool.json b/src/data/english/furnishing/courtyard_cleansing_pool.json index b5a5ae89d..25833a158 100644 --- a/src/data/english/furnishing/courtyard_cleansing_pool.json +++ b/src/data/english/furnishing/courtyard_cleansing_pool.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/crimson_qiuyue_frostflower.json b/src/data/english/furnishing/crimson_qiuyue_frostflower.json new file mode 100644 index 000000000..767d62012 --- /dev/null +++ b/src/data/english/furnishing/crimson_qiuyue_frostflower.json @@ -0,0 +1,16 @@ +{ + "_id": 372346, + "id": "crimson_qiuyue_frostflower", + "rarity": 3, + "name": "Crimson Qiuyue Frostflower", + "description": "A type of tree commonly found in Yilong Wharf famous for its bright crimson leaves. It is said that this tree was once seen as a symbol of somber, harsh austerity due to its leaves turning scarlet when the first frosts fell, and poets especially abhorred it. However, this view has undergone a dramatic shift in recent years. Poets have gradually come to realize that this stunning scenery blooming in the chilling cold has a tenacious and natural feel. For this reason, it has gained a new name— \"Frostflower.\"", + "load": 250, + "energy": 20, + "category": [ + { + "id": 10003, + "category": "Tree", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/crystalfish.json b/src/data/english/furnishing/crystalfish.json index 91db29f9d..4882bbe72 100644 --- a/src/data/english/furnishing/crystalfish.json +++ b/src/data/english/furnishing/crystalfish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/crystalflys_perch.json b/src/data/english/furnishing/crystalflys_perch.json index 0a1282ffa..427c9e42f 100644 --- a/src/data/english/furnishing/crystalflys_perch.json +++ b/src/data/english/furnishing/crystalflys_perch.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/dawncatcher.json b/src/data/english/furnishing/dawncatcher.json index 78ce8a6db..1d42dccec 100644 --- a/src/data/english/furnishing/dawncatcher.json +++ b/src/data/english/furnishing/dawncatcher.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/deadwood_road_sign.json b/src/data/english/furnishing/deadwood_road_sign.json index e9a3e029b..c59962a88 100644 --- a/src/data/english/furnishing/deadwood_road_sign.json +++ b/src/data/english/furnishing/deadwood_road_sign.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/desert_study_conscientiousness.json b/src/data/english/furnishing/desert_study_conscientiousness.json index 077cdf3e8..2ad3ae9b4 100644 --- a/src/data/english/furnishing/desert_study_conscientiousness.json +++ b/src/data/english/furnishing/desert_study_conscientiousness.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/desk_combo_middlelake_isle.json b/src/data/english/furnishing/desk_combo_middlelake_isle.json index d5e58a5cc..485f257c4 100644 --- a/src/data/english/furnishing/desk_combo_middlelake_isle.json +++ b/src/data/english/furnishing/desk_combo_middlelake_isle.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/desk_combo_verdant_totem.json b/src/data/english/furnishing/desk_combo_verdant_totem.json index e3db52a86..2d49e98b6 100644 --- a/src/data/english/furnishing/desk_combo_verdant_totem.json +++ b/src/data/english/furnishing/desk_combo_verdant_totem.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/divda_ray.json b/src/data/english/furnishing/divda_ray.json index 5ddb4aa27..9e82219ab 100644 --- a/src/data/english/furnishing/divda_ray.json +++ b/src/data/english/furnishing/divda_ray.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/divine_nose_kitsukitsu_daruma.json b/src/data/english/furnishing/divine_nose_kitsukitsu_daruma.json index f9735a621..6bb8f8e7e 100644 --- a/src/data/english/furnishing/divine_nose_kitsukitsu_daruma.json +++ b/src/data/english/furnishing/divine_nose_kitsukitsu_daruma.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/dodocos_dodo_stove.json b/src/data/english/furnishing/dodocos_dodo_stove.json index 74788ba38..6135ddd68 100644 --- a/src/data/english/furnishing/dodocos_dodo_stove.json +++ b/src/data/english/furnishing/dodocos_dodo_stove.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/dodocos_sunshade_umbrella.json b/src/data/english/furnishing/dodocos_sunshade_umbrella.json index 158daae63..5857e0d8e 100644 --- a/src/data/english/furnishing/dodocos_sunshade_umbrella.json +++ b/src/data/english/furnishing/dodocos_sunshade_umbrella.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/dodocos_travel_bag.json b/src/data/english/furnishing/dodocos_travel_bag.json index 3c6f8efb2..c9eb67688 100644 --- a/src/data/english/furnishing/dodocos_travel_bag.json +++ b/src/data/english/furnishing/dodocos_travel_bag.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/dream_of_dandelions_and_wolfhooks.json b/src/data/english/furnishing/dream_of_dandelions_and_wolfhooks.json index c2ddda317..9c9c20e5b 100644 --- a/src/data/english/furnishing/dream_of_dandelions_and_wolfhooks.json +++ b/src/data/english/furnishing/dream_of_dandelions_and_wolfhooks.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/dream_of_kalpalata_lotus_and_rose_leaves.json b/src/data/english/furnishing/dream_of_kalpalata_lotus_and_rose_leaves.json index 5983a71cc..0fd2a7b56 100644 --- a/src/data/english/furnishing/dream_of_kalpalata_lotus_and_rose_leaves.json +++ b/src/data/english/furnishing/dream_of_kalpalata_lotus_and_rose_leaves.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/dream_of_mora_growing_on_trees.json b/src/data/english/furnishing/dream_of_mora_growing_on_trees.json index 1991f6ee7..fe5226e09 100644 --- a/src/data/english/furnishing/dream_of_mora_growing_on_trees.json +++ b/src/data/english/furnishing/dream_of_mora_growing_on_trees.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/dream_of_sakura_and_sea_ganoderma.json b/src/data/english/furnishing/dream_of_sakura_and_sea_ganoderma.json index 4b53c6413..1db0b1a2a 100644 --- a/src/data/english/furnishing/dream_of_sakura_and_sea_ganoderma.json +++ b/src/data/english/furnishing/dream_of_sakura_and_sea_ganoderma.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/embodiment_of_warfare.json b/src/data/english/furnishing/embodiment_of_warfare.json index 794eb4e36..10e657698 100644 --- a/src/data/english/furnishing/embodiment_of_warfare.json +++ b/src/data/english/furnishing/embodiment_of_warfare.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/ersatz_balloon_bumper_shroom.json b/src/data/english/furnishing/ersatz_balloon_bumper_shroom.json index e77bdbb56..a0d572d5a 100644 --- a/src/data/english/furnishing/ersatz_balloon_bumper_shroom.json +++ b/src/data/english/furnishing/ersatz_balloon_bumper_shroom.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/ersatz_balloon_spherical_squall.json b/src/data/english/furnishing/ersatz_balloon_spherical_squall.json index aa2d3bb55..6df90d3af 100644 --- a/src/data/english/furnishing/ersatz_balloon_spherical_squall.json +++ b/src/data/english/furnishing/ersatz_balloon_spherical_squall.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/ersatz_balloon_whispering_breeze.json b/src/data/english/furnishing/ersatz_balloon_whispering_breeze.json index ecb301eed..b43a88929 100644 --- a/src/data/english/furnishing/ersatz_balloon_whispering_breeze.json +++ b/src/data/english/furnishing/ersatz_balloon_whispering_breeze.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/euphonium_unbound_soaring.json b/src/data/english/furnishing/euphonium_unbound_soaring.json index bfbf4ad6e..e02d89c0b 100644 --- a/src/data/english/furnishing/euphonium_unbound_soaring.json +++ b/src/data/english/furnishing/euphonium_unbound_soaring.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/evernight_blazeshrub.json b/src/data/english/furnishing/evernight_blazeshrub.json index 5c7ebc410..3948f465d 100644 --- a/src/data/english/furnishing/evernight_blazeshrub.json +++ b/src/data/english/furnishing/evernight_blazeshrub.json @@ -8,8 +8,8 @@ "energy": 30, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/evernight_glitterbough.json b/src/data/english/furnishing/evernight_glitterbough.json index b707c9ffe..ed978d9b0 100644 --- a/src/data/english/furnishing/evernight_glitterbough.json +++ b/src/data/english/furnishing/evernight_glitterbough.json @@ -8,8 +8,8 @@ "energy": 30, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/fabled_emperor_onikabuto.json b/src/data/english/furnishing/fabled_emperor_onikabuto.json index 319938c4a..2eef1e8a5 100644 --- a/src/data/english/furnishing/fabled_emperor_onikabuto.json +++ b/src/data/english/furnishing/fabled_emperor_onikabuto.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/farmers_scarecrow.json b/src/data/english/furnishing/farmers_scarecrow.json index 2dcbb0056..932507c6b 100644 --- a/src/data/english/furnishing/farmers_scarecrow.json +++ b/src/data/english/furnishing/farmers_scarecrow.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/featherlight_praise.json b/src/data/english/furnishing/featherlight_praise.json index 16138673e..87e436bb0 100644 --- a/src/data/english/furnishing/featherlight_praise.json +++ b/src/data/english/furnishing/featherlight_praise.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/festive_fragrance_goods_piled_high.json b/src/data/english/furnishing/festive_fragrance_goods_piled_high.json index c6b574ad5..18422b499 100644 --- a/src/data/english/furnishing/festive_fragrance_goods_piled_high.json +++ b/src/data/english/furnishing/festive_fragrance_goods_piled_high.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/festive_fragrance_of_gold_and_jade.json b/src/data/english/furnishing/festive_fragrance_of_gold_and_jade.json index fa0e43daa..e927ce491 100644 --- a/src/data/english/furnishing/festive_fragrance_of_gold_and_jade.json +++ b/src/data/english/furnishing/festive_fragrance_of_gold_and_jade.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/fir_shelves.json b/src/data/english/furnishing/fir_shelves.json index dc86411b3..2b5b92277 100644 --- a/src/data/english/furnishing/fir_shelves.json +++ b/src/data/english/furnishing/fir_shelves.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fir_weapon_rack.json b/src/data/english/furnishing/fir_weapon_rack.json index a2cc35d7f..26c5c32ee 100644 --- a/src/data/english/furnishing/fir_weapon_rack.json +++ b/src/data/english/furnishing/fir_weapon_rack.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_catch.json b/src/data/english/furnishing/fishermans_catch.json index 06eae1290..e7a546719 100644 --- a/src/data/english/furnishing/fishermans_catch.json +++ b/src/data/english/furnishing/fishermans_catch.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_clemency.json b/src/data/english/furnishing/fishermans_clemency.json index c4e54e983..747eb150e 100644 --- a/src/data/english/furnishing/fishermans_clemency.json +++ b/src/data/english/furnishing/fishermans_clemency.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_craftsmanship.json b/src/data/english/furnishing/fishermans_craftsmanship.json index 11f0edcda..77592e3ac 100644 --- a/src/data/english/furnishing/fishermans_craftsmanship.json +++ b/src/data/english/furnishing/fishermans_craftsmanship.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_delicacy.json b/src/data/english/furnishing/fishermans_delicacy.json index 0dc246347..19ba9967d 100644 --- a/src/data/english/furnishing/fishermans_delicacy.json +++ b/src/data/english/furnishing/fishermans_delicacy.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_efforts.json b/src/data/english/furnishing/fishermans_efforts.json index 68acb6e8a..a0e79d4d8 100644 --- a/src/data/english/furnishing/fishermans_efforts.json +++ b/src/data/english/furnishing/fishermans_efforts.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_preservation_trick.json b/src/data/english/furnishing/fishermans_preservation_trick.json index e0985fbcc..72a5815ad 100644 --- a/src/data/english/furnishing/fishermans_preservation_trick.json +++ b/src/data/english/furnishing/fishermans_preservation_trick.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fishermans_storage_solution.json b/src/data/english/furnishing/fishermans_storage_solution.json index 7a939658a..e1423c368 100644 --- a/src/data/english/furnishing/fishermans_storage_solution.json +++ b/src/data/english/furnishing/fishermans_storage_solution.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/flaming_azure.json b/src/data/english/furnishing/flaming_azure.json index 1dd672892..0479a9778 100644 --- a/src/data/english/furnishing/flaming_azure.json +++ b/src/data/english/furnishing/flaming_azure.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flaming_catalyst.json b/src/data/english/furnishing/flaming_catalyst.json index a0a89a8b9..f6d92491c 100644 --- a/src/data/english/furnishing/flaming_catalyst.json +++ b/src/data/english/furnishing/flaming_catalyst.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/floral_screen_jade_and_gold.json b/src/data/english/furnishing/floral_screen_jade_and_gold.json index e116a25b1..e4a7efc3a 100644 --- a/src/data/english/furnishing/floral_screen_jade_and_gold.json +++ b/src/data/english/furnishing/floral_screen_jade_and_gold.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/flowering_shrub_amidst_harbor_mists.json b/src/data/english/furnishing/flowering_shrub_amidst_harbor_mists.json index 451406282..ee45c1695 100644 --- a/src/data/english/furnishing/flowering_shrub_amidst_harbor_mists.json +++ b/src/data/english/furnishing/flowering_shrub_amidst_harbor_mists.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_horned_owl_air_time.json b/src/data/english/furnishing/flowfire_horned_owl_air_time.json index b6beca922..371d86e01 100644 --- a/src/data/english/furnishing/flowfire_horned_owl_air_time.json +++ b/src/data/english/furnishing/flowfire_horned_owl_air_time.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_horned_owl_dancing.json b/src/data/english/furnishing/flowfire_horned_owl_dancing.json index 4221e8ab1..415251f79 100644 --- a/src/data/english/furnishing/flowfire_horned_owl_dancing.json +++ b/src/data/english/furnishing/flowfire_horned_owl_dancing.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_horned_owl_turning.json b/src/data/english/furnishing/flowfire_horned_owl_turning.json index b28bc2028..7c3890f99 100644 --- a/src/data/english/furnishing/flowfire_horned_owl_turning.json +++ b/src/data/english/furnishing/flowfire_horned_owl_turning.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_triped_dancing.json b/src/data/english/furnishing/flowfire_triped_dancing.json index 25ae44e19..657329156 100644 --- a/src/data/english/furnishing/flowfire_triped_dancing.json +++ b/src/data/english/furnishing/flowfire_triped_dancing.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_triped_sitting.json b/src/data/english/furnishing/flowfire_triped_sitting.json index 822ee0b0b..e65f1baf7 100644 --- a/src/data/english/furnishing/flowfire_triped_sitting.json +++ b/src/data/english/furnishing/flowfire_triped_sitting.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flowfire_triped_tipping.json b/src/data/english/furnishing/flowfire_triped_tipping.json index 85badd724..4f7e85482 100644 --- a/src/data/english/furnishing/flowfire_triped_tipping.json +++ b/src/data/english/furnishing/flowfire_triped_tipping.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/flufffleece_goat.json b/src/data/english/furnishing/flufffleece_goat.json new file mode 100644 index 000000000..6232cc4e5 --- /dev/null +++ b/src/data/english/furnishing/flufffleece_goat.json @@ -0,0 +1,16 @@ +{ + "_id": 369186, + "id": "flufffleece_goat", + "rarity": 3, + "name": "Fluff-Fleece Goat", + "description": "These gentle beasts can be found all over Teyvat and were among the earliest livestock tamed by humans.\\nAfter arriving in The Realm Within, they quickly adapted to the environment and expanded their usual range from flat ground to every corner of the teapot realm. Fortunately, the canines within instinctively shouldered the responsibility of protecting the Fluff-Fleece Goats. Obviously, this is excellent news for Tubby, who is in charge of managing the place...", + "load": 535, + "energy": 100, + "category": [ + { + "id": 9002, + "category": "Outdoor Creature", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/formalo_ray.json b/src/data/english/furnishing/formalo_ray.json index d628a7eed..346849961 100644 --- a/src/data/english/furnishing/formalo_ray.json +++ b/src/data/english/furnishing/formalo_ray.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/fountain_of_scorching_sands.json b/src/data/english/furnishing/fountain_of_scorching_sands.json index c6eb95f61..2a1a23962 100644 --- a/src/data/english/furnishing/fountain_of_scorching_sands.json +++ b/src/data/english/furnishing/fountain_of_scorching_sands.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/fragrant_cedar_wood_announcement_board.json b/src/data/english/furnishing/fragrant_cedar_wood_announcement_board.json new file mode 100644 index 000000000..68b87f390 --- /dev/null +++ b/src/data/english/furnishing/fragrant_cedar_wood_announcement_board.json @@ -0,0 +1,31 @@ +{ + "_id": 373452, + "id": "fragrant_cedar_wood_announcement_board", + "rarity": 3, + "name": "Fragrant Cedar Wood Announcement Board", + "description": "A large signboard made of Fragrant Cedar Wood featuring ceramic tile rain eaves emblematic of the Chenyu Vale style of architecture. Simple yet elegant, they are also extremely strong and durable and can be found in Yilong Wharf.\\nAs Yilong Wharf's climate is relatively humid, conventional paper notices posted would easily be washed away by rain or damaged by moisture, making their text difficult to discern. Thus, the carpenters customized the rain eaves for this announcement board, making it rainproof while maintaining its aesthetics— a classic case of object modification.", + "load": 95, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 6 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/friendly_aranara_carving.json b/src/data/english/furnishing/friendly_aranara_carving.json index 605c33dfd..d8fc3b951 100644 --- a/src/data/english/furnishing/friendly_aranara_carving.json +++ b/src/data/english/furnishing/friendly_aranara_carving.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/fruit_of_floral_waters.json b/src/data/english/furnishing/fruit_of_floral_waters.json index 62bd5baa5..65635fead 100644 --- a/src/data/english/furnishing/fruit_of_floral_waters.json +++ b/src/data/english/furnishing/fruit_of_floral_waters.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/fruit_sellers_caution.json b/src/data/english/furnishing/fruit_sellers_caution.json index df8ebe65d..4795198ed 100644 --- a/src/data/english/furnishing/fruit_sellers_caution.json +++ b/src/data/english/furnishing/fruit_sellers_caution.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/fruit_sellers_toil.json b/src/data/english/furnishing/fruit_sellers_toil.json index 687a54bf4..849d2c1f9 100644 --- a/src/data/english/furnishing/fruit_sellers_toil.json +++ b/src/data/english/furnishing/fruit_sellers_toil.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/furys_torch.json b/src/data/english/furnishing/furys_torch.json index cd61eed54..e31ead41c 100644 --- a/src/data/english/furnishing/furys_torch.json +++ b/src/data/english/furnishing/furys_torch.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/gaming.json b/src/data/english/furnishing/gaming.json new file mode 100644 index 000000000..feb4df183 --- /dev/null +++ b/src/data/english/furnishing/gaming.json @@ -0,0 +1,20 @@ +{ + "_id": 368178, + "id": "gaming", + "rarity": 1, + "name": "Gaming", + "description": "Character In-Residence", + "load": 1200, + "energy": 300, + "category": [ + { + "id": 8001, + "category": "Companion", + "type": "Exterior" + }, + { + "id": 8002, + "category": "Companion" + } + ] +} diff --git a/src/data/english/furnishing/gemini_jasmine.json b/src/data/english/furnishing/gemini_jasmine.json index c7cef4a92..f47bbff5d 100644 --- a/src/data/english/furnishing/gemini_jasmine.json +++ b/src/data/english/furnishing/gemini_jasmine.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/gemini_verdance.json b/src/data/english/furnishing/gemini_verdance.json index 32b9b8b37..e479a4769 100644 --- a/src/data/english/furnishing/gemini_verdance.json +++ b/src/data/english/furnishing/gemini_verdance.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/glaze_medaka.json b/src/data/english/furnishing/glaze_medaka.json index 7cafc8bfc..633af39ed 100644 --- a/src/data/english/furnishing/glaze_medaka.json +++ b/src/data/english/furnishing/glaze_medaka.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/glimmering_firework.json b/src/data/english/furnishing/glimmering_firework.json index e984ada6a..055f2cefa 100644 --- a/src/data/english/furnishing/glimmering_firework.json +++ b/src/data/english/furnishing/glimmering_firework.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/golden_koi.json b/src/data/english/furnishing/golden_koi.json index e1158f642..36a7e5785 100644 --- a/src/data/english/furnishing/golden_koi.json +++ b/src/data/english/furnishing/golden_koi.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/golden_pearlroot_tree.json b/src/data/english/furnishing/golden_pearlroot_tree.json index b230e0bc5..706cdde6f 100644 --- a/src/data/english/furnishing/golden_pearlroot_tree.json +++ b/src/data/english/furnishing/golden_pearlroot_tree.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/green_fountain.json b/src/data/english/furnishing/green_fountain.json index f95339001..4ce9a516e 100644 --- a/src/data/english/furnishing/green_fountain.json +++ b/src/data/english/furnishing/green_fountain.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/green_pearlroot_tree.json b/src/data/english/furnishing/green_pearlroot_tree.json index 001786d7c..df7f13039 100644 --- a/src/data/english/furnishing/green_pearlroot_tree.json +++ b/src/data/english/furnishing/green_pearlroot_tree.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/greenery_of_floral_waters.json b/src/data/english/furnishing/greenery_of_floral_waters.json index 2c0a4b5c1..55bf71d22 100644 --- a/src/data/english/furnishing/greenery_of_floral_waters.json +++ b/src/data/english/furnishing/greenery_of_floral_waters.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/halcyon_jade_axe_marlin.json b/src/data/english/furnishing/halcyon_jade_axe_marlin.json index 8024fb8b5..1bc36513a 100644 --- a/src/data/english/furnishing/halcyon_jade_axe_marlin.json +++ b/src/data/english/furnishing/halcyon_jade_axe_marlin.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/halted_spoondrift.json b/src/data/english/furnishing/halted_spoondrift.json index c53464bbe..5c7523cab 100644 --- a/src/data/english/furnishing/halted_spoondrift.json +++ b/src/data/english/furnishing/halted_spoondrift.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/hardened_glazed_vase.json b/src/data/english/furnishing/hardened_glazed_vase.json index 1575b7dc6..9e0973242 100644 --- a/src/data/english/furnishing/hardened_glazed_vase.json +++ b/src/data/english/furnishing/hardened_glazed_vase.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/hardwood_screen_morning_mist_in_jueyun.json b/src/data/english/furnishing/hardwood_screen_morning_mist_in_jueyun.json index 51309f82e..42737eae8 100644 --- a/src/data/english/furnishing/hardwood_screen_morning_mist_in_jueyun.json +++ b/src/data/english/furnishing/hardwood_screen_morning_mist_in_jueyun.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hardwood_weapon_rack.json b/src/data/english/furnishing/hardwood_weapon_rack.json index 7353bd77b..de6709025 100644 --- a/src/data/english/furnishing/hardwood_weapon_rack.json +++ b/src/data/english/furnishing/hardwood_weapon_rack.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/hatamoto_armor_eijin_genkou.json b/src/data/english/furnishing/hatamoto_armor_eijin_genkou.json index 065245793..73fcd618d 100644 --- a/src/data/english/furnishing/hatamoto_armor_eijin_genkou.json +++ b/src/data/english/furnishing/hatamoto_armor_eijin_genkou.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hazel_wildvest.json b/src/data/english/furnishing/hazel_wildvest.json index 756be6a37..f8c21c2fe 100644 --- a/src/data/english/furnishing/hazel_wildvest.json +++ b/src/data/english/furnishing/hazel_wildvest.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/headquarters_alarm_sound_of_thunder.json b/src/data/english/furnishing/headquarters_alarm_sound_of_thunder.json index 541d8f985..84fef4d46 100644 --- a/src/data/english/furnishing/headquarters_alarm_sound_of_thunder.json +++ b/src/data/english/furnishing/headquarters_alarm_sound_of_thunder.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/heavy_brightwood_pottery_wheel.json b/src/data/english/furnishing/heavy_brightwood_pottery_wheel.json index 44c081d21..6974c1e08 100644 --- a/src/data/english/furnishing/heavy_brightwood_pottery_wheel.json +++ b/src/data/english/furnishing/heavy_brightwood_pottery_wheel.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/heavy_hay_bale.json b/src/data/english/furnishing/heavy_hay_bale.json index 52ccf185e..d1f7aba10 100644 --- a/src/data/english/furnishing/heavy_hay_bale.json +++ b/src/data/english/furnishing/heavy_hay_bale.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/heavyduty_restaurant_stove.json b/src/data/english/furnishing/heavyduty_restaurant_stove.json index 81c206813..2792fccbe 100644 --- a/src/data/english/furnishing/heavyduty_restaurant_stove.json +++ b/src/data/english/furnishing/heavyduty_restaurant_stove.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/help.json b/src/data/english/furnishing/help.json new file mode 100644 index 000000000..3acf7f033 --- /dev/null +++ b/src/data/english/furnishing/help.json @@ -0,0 +1,16 @@ +{ + "_id": 373446, + "id": "help", + "rarity": 4, + "name": "\"Help!!!\"", + "description": "A kite the Traveler made under the guidance of Cloud Retainer. It captures Paimon's expression of abject terror, as though she were shouting for help at the top of her little lungs: \"It's too high! Someone save Paimon! She's about to faint!\"\\nThe only question is... Why would one such as Paimon, who can fly, have a fear of heights?", + "load": 65, + "energy": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/heyhahoo_slime_box_trio.json b/src/data/english/furnishing/heyhahoo_slime_box_trio.json index 2a6445d7c..c9cc0b113 100644 --- a/src/data/english/furnishing/heyhahoo_slime_box_trio.json +++ b/src/data/english/furnishing/heyhahoo_slime_box_trio.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/hilichurl_archery_target.json b/src/data/english/furnishing/hilichurl_archery_target.json index 850cd6164..7c9321354 100644 --- a/src/data/english/furnishing/hilichurl_archery_target.json +++ b/src/data/english/furnishing/hilichurl_archery_target.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/hilichurl_horned_pot.json b/src/data/english/furnishing/hilichurl_horned_pot.json index 842edec21..e0230acb8 100644 --- a/src/data/english/furnishing/hilichurl_horned_pot.json +++ b/src/data/english/furnishing/hilichurl_horned_pot.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/honorary_senior_researcher_award.json b/src/data/english/furnishing/honorary_senior_researcher_award.json index 8017b6a65..4313c1ddc 100644 --- a/src/data/english/furnishing/honorary_senior_researcher_award.json +++ b/src/data/english/furnishing/honorary_senior_researcher_award.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/hued_vase_ajilenakh.json b/src/data/english/furnishing/hued_vase_ajilenakh.json index 618b8a159..16a37f004 100644 --- a/src/data/english/furnishing/hued_vase_ajilenakh.json +++ b/src/data/english/furnishing/hued_vase_ajilenakh.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_amber.json b/src/data/english/furnishing/hued_vase_amber.json index 3192539bc..19ac7a952 100644 --- a/src/data/english/furnishing/hued_vase_amber.json +++ b/src/data/english/furnishing/hued_vase_amber.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_cerulean.json b/src/data/english/furnishing/hued_vase_cerulean.json index 998564abe..6e0c77526 100644 --- a/src/data/english/furnishing/hued_vase_cerulean.json +++ b/src/data/english/furnishing/hued_vase_cerulean.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_crimson_sands.json b/src/data/english/furnishing/hued_vase_crimson_sands.json index 3df010d8c..bbee3f098 100644 --- a/src/data/english/furnishing/hued_vase_crimson_sands.json +++ b/src/data/english/furnishing/hued_vase_crimson_sands.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_dark_rock.json b/src/data/english/furnishing/hued_vase_dark_rock.json index 259ee09d1..7c6457c93 100644 --- a/src/data/english/furnishing/hued_vase_dark_rock.json +++ b/src/data/english/furnishing/hued_vase_dark_rock.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_malachite.json b/src/data/english/furnishing/hued_vase_malachite.json index a7636f053..1cdf5a884 100644 --- a/src/data/english/furnishing/hued_vase_malachite.json +++ b/src/data/english/furnishing/hued_vase_malachite.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_molten_sand.json b/src/data/english/furnishing/hued_vase_molten_sand.json index 223b8fe34..2010522f4 100644 --- a/src/data/english/furnishing/hued_vase_molten_sand.json +++ b/src/data/english/furnishing/hued_vase_molten_sand.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hued_vase_seashell.json b/src/data/english/furnishing/hued_vase_seashell.json index db9e84c5c..5f1f78451 100644 --- a/src/data/english/furnishing/hued_vase_seashell.json +++ b/src/data/english/furnishing/hued_vase_seashell.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/hung_condensed_bladebone.json b/src/data/english/furnishing/hung_condensed_bladebone.json new file mode 100644 index 000000000..108f7f124 --- /dev/null +++ b/src/data/english/furnishing/hung_condensed_bladebone.json @@ -0,0 +1,16 @@ +{ + "_id": 372345, + "id": "hung_condensed_bladebone", + "rarity": 3, + "name": "Hung Condensed Bladebone", + "description": "A tree commonly found in Chenyu Vale with sharp, slender leaves that remain evergreen. This straight-trunked tree is often called a \"Bladebone\" in Liyue. Legend has it that such trees were shaped over long years by the mountain winds blowing from Mt. Xuanlian, hardening them and giving them a solid and dense wood that is favored by carpenters and other artisans.", + "load": 100, + "energy": 20, + "category": [ + { + "id": 10003, + "category": "Tree", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/hunters_vantage.json b/src/data/english/furnishing/hunters_vantage.json index c98c2291b..0bc3ddacc 100644 --- a/src/data/english/furnishing/hunters_vantage.json +++ b/src/data/english/furnishing/hunters_vantage.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/ingenuity_of_the_forest_forager.json b/src/data/english/furnishing/ingenuity_of_the_forest_forager.json index f562725d6..d79b90820 100644 --- a/src/data/english/furnishing/ingenuity_of_the_forest_forager.json +++ b/src/data/english/furnishing/ingenuity_of_the_forest_forager.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/iron_blood_broken_armor.json b/src/data/english/furnishing/iron_blood_broken_armor.json index e53eb927d..6041a85e5 100644 --- a/src/data/english/furnishing/iron_blood_broken_armor.json +++ b/src/data/english/furnishing/iron_blood_broken_armor.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/iron_sand_treasure.json b/src/data/english/furnishing/iron_sand_treasure.json index 0e35b6a77..065f2eb26 100644 --- a/src/data/english/furnishing/iron_sand_treasure.json +++ b/src/data/english/furnishing/iron_sand_treasure.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/iron_water_steam.json b/src/data/english/furnishing/iron_water_steam.json index e8e6454ee..fa089a373 100644 --- a/src/data/english/furnishing/iron_water_steam.json +++ b/src/data/english/furnishing/iron_water_steam.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/it_just_might_work.json b/src/data/english/furnishing/it_just_might_work.json index dd899272d..a9e413248 100644 --- a/src/data/english/furnishing/it_just_might_work.json +++ b/src/data/english/furnishing/it_just_might_work.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/jade_heartfeather_bass.json b/src/data/english/furnishing/jade_heartfeather_bass.json new file mode 100644 index 000000000..465929b43 --- /dev/null +++ b/src/data/english/furnishing/jade_heartfeather_bass.json @@ -0,0 +1,18 @@ +{ + "_id": 379038, + "id": "jade_heartfeather_bass", + "rarity": 4, + "name": "Jade Heartfeather Bass", + "description": "A valuable Ornamental Fish that may be kept as a pet in the Pool of Sapphire Grace and Shaded Clarity.\\nPeculiar fish that look like a heart from the side, which are said to be related to bass. Their dorsal and ventral fins are comprised of flexible bones that are as slender as feathers, hence the proposed name \"Heartfeather Bass.\"\\nJade Heartfeather Bass are named for the jade-like coloration they take on in the water. Despite their gentle appearance, they possess remarkable resilience and can adapt to diverse aquatic environments. The clear water in Chenyu Vale is especially suitable for them, where they thrive and live a carefree, comfortable life.", + "category": [ + { + "id": 14001, + "category": "Ornamental Fish", + "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" + } + ] +} diff --git a/src/data/english/furnishing/karmaphala_wood_liquid_cargo_rack.json b/src/data/english/furnishing/karmaphala_wood_liquid_cargo_rack.json index 2887f8c39..e8bab362a 100644 --- a/src/data/english/furnishing/karmaphala_wood_liquid_cargo_rack.json +++ b/src/data/english/furnishing/karmaphala_wood_liquid_cargo_rack.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/kindletree.json b/src/data/english/furnishing/kindletree.json index 69a83369b..9e78cd993 100644 --- a/src/data/english/furnishing/kindletree.json +++ b/src/data/english/furnishing/kindletree.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/kokutan_thickwalled_clay_water_tank.json b/src/data/english/furnishing/kokutan_thickwalled_clay_water_tank.json index 1a6568f09..45f959e0b 100644 --- a/src/data/english/furnishing/kokutan_thickwalled_clay_water_tank.json +++ b/src/data/english/furnishing/kokutan_thickwalled_clay_water_tank.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/ladle_of_the_leisurely_seabeast.json b/src/data/english/furnishing/ladle_of_the_leisurely_seabeast.json new file mode 100644 index 000000000..3e03c164e --- /dev/null +++ b/src/data/english/furnishing/ladle_of_the_leisurely_seabeast.json @@ -0,0 +1,15 @@ +{ + "_id": 363363, + "id": "ladle_of_the_leisurely_seabeast", + "rarity": 4, + "name": "\"Ladle of the Leisurely Sea-Beast\"", + "description": "A soup ladle gifted to you by Neuvillette during Lantern Rite. Its creation by his own hand was a product of a \"spontaneous decision\" during his \"spontaneous outing\" and thus holds exceptional meaning. However, perhaps because the Iudex was on vacation at that time, this fantastical sea creature-inspired soup ladle gives off a sense of leisure.\\nIf this ladle is used to taste various waters, you might perhaps gain insights you would not normally...", + "load": 85, + "energy": 90, + "category": [ + { + "id": 11004, + "category": "Memento" + } + ] +} diff --git a/src/data/english/furnishing/lane_shrub_standard_.json b/src/data/english/furnishing/lane_shrub_standard_.json index c55323904..20fa44419 100644 --- a/src/data/english/furnishing/lane_shrub_standard_.json +++ b/src/data/english/furnishing/lane_shrub_standard_.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/lanternlit_stage_crescendo.json b/src/data/english/furnishing/lanternlit_stage_crescendo.json index a9520b182..f96fb94e0 100644 --- a/src/data/english/furnishing/lanternlit_stage_crescendo.json +++ b/src/data/english/furnishing/lanternlit_stage_crescendo.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/lazurite_axe_marlin.json b/src/data/english/furnishing/lazurite_axe_marlin.json index 55d3f08c1..cb6dbef53 100644 --- a/src/data/english/furnishing/lazurite_axe_marlin.json +++ b/src/data/english/furnishing/lazurite_axe_marlin.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/leisure_device_bouncy_chubby.json b/src/data/english/furnishing/leisure_device_bouncy_chubby.json index af99c0823..16f6990c6 100644 --- a/src/data/english/furnishing/leisure_device_bouncy_chubby.json +++ b/src/data/english/furnishing/leisure_device_bouncy_chubby.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7016, + "category": "Realm Mechanism", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/leisure_device_bouncy_tubby.json b/src/data/english/furnishing/leisure_device_bouncy_tubby.json index 228f6da79..5f42e9aee 100644 --- a/src/data/english/furnishing/leisure_device_bouncy_tubby.json +++ b/src/data/english/furnishing/leisure_device_bouncy_tubby.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7016, + "category": "Realm Mechanism", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/leisure_device_puffy_tubby.json b/src/data/english/furnishing/leisure_device_puffy_tubby.json index fa09332a4..afac567ca 100644 --- a/src/data/english/furnishing/leisure_device_puffy_tubby.json +++ b/src/data/english/furnishing/leisure_device_puffy_tubby.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7016, + "category": "Realm Mechanism", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/leisurely_fireworks.json b/src/data/english/furnishing/leisurely_fireworks.json index 6c85a7786..19134612b 100644 --- a/src/data/english/furnishing/leisurely_fireworks.json +++ b/src/data/english/furnishing/leisurely_fireworks.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/letters_in_the_sands_halfburied.json b/src/data/english/furnishing/letters_in_the_sands_halfburied.json index d23950abd..45ba64f4c 100644 --- a/src/data/english/furnishing/letters_in_the_sands_halfburied.json +++ b/src/data/english/furnishing/letters_in_the_sands_halfburied.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_an_omen_of_daybreak.json b/src/data/english/furnishing/like_an_omen_of_daybreak.json index fb92bc509..a963f8c89 100644 --- a/src/data/english/furnishing/like_an_omen_of_daybreak.json +++ b/src/data/english/furnishing/like_an_omen_of_daybreak.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_the_blistering_sunlight.json b/src/data/english/furnishing/like_the_blistering_sunlight.json index ec40da510..7107c746c 100644 --- a/src/data/english/furnishing/like_the_blistering_sunlight.json +++ b/src/data/english/furnishing/like_the_blistering_sunlight.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_the_dangling_white_stars.json b/src/data/english/furnishing/like_the_dangling_white_stars.json index a93bddcf4..08856b454 100644 --- a/src/data/english/furnishing/like_the_dangling_white_stars.json +++ b/src/data/english/furnishing/like_the_dangling_white_stars.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_the_encircling_eventide.json b/src/data/english/furnishing/like_the_encircling_eventide.json index 077193271..7b6264cce 100644 --- a/src/data/english/furnishing/like_the_encircling_eventide.json +++ b/src/data/english/furnishing/like_the_encircling_eventide.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_the_moons_shattered_shards.json b/src/data/english/furnishing/like_the_moons_shattered_shards.json index a41ba9606..c52c1ac94 100644 --- a/src/data/english/furnishing/like_the_moons_shattered_shards.json +++ b/src/data/english/furnishing/like_the_moons_shattered_shards.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/like_the_shimmering_distant_stars.json b/src/data/english/furnishing/like_the_shimmering_distant_stars.json index 7ed741980..e1c34e9e1 100644 --- a/src/data/english/furnishing/like_the_shimmering_distant_stars.json +++ b/src/data/english/furnishing/like_the_shimmering_distant_stars.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/lunged_stickleback.json b/src/data/english/furnishing/lunged_stickleback.json index c79100b87..5b69be3f5 100644 --- a/src/data/english/furnishing/lunged_stickleback.json +++ b/src/data/english/furnishing/lunged_stickleback.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/luscious_bloom.json b/src/data/english/furnishing/luscious_bloom.json index 8b30dd2a0..fdd42b4c3 100644 --- a/src/data/english/furnishing/luscious_bloom.json +++ b/src/data/english/furnishing/luscious_bloom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/maintenance_mek_gold_leader.json b/src/data/english/furnishing/maintenance_mek_gold_leader.json index 58ceefcf8..cf2a95978 100644 --- a/src/data/english/furnishing/maintenance_mek_gold_leader.json +++ b/src/data/english/furnishing/maintenance_mek_gold_leader.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/maintenance_mek_initial_configuration.json b/src/data/english/furnishing/maintenance_mek_initial_configuration.json index e79068c8d..d3f7bc599 100644 --- a/src/data/english/furnishing/maintenance_mek_initial_configuration.json +++ b/src/data/english/furnishing/maintenance_mek_initial_configuration.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/maintenance_mek_platinum_collection.json b/src/data/english/furnishing/maintenance_mek_platinum_collection.json index 87a8a9dfe..b955443ad 100644 --- a/src/data/english/furnishing/maintenance_mek_platinum_collection.json +++ b/src/data/english/furnishing/maintenance_mek_platinum_collection.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/maintenance_mek_situation_controller.json b/src/data/english/furnishing/maintenance_mek_situation_controller.json index 6d2101f32..dfb05c4ea 100644 --- a/src/data/english/furnishing/maintenance_mek_situation_controller.json +++ b/src/data/english/furnishing/maintenance_mek_situation_controller.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/maintenance_mek_technical_demo_type.json b/src/data/english/furnishing/maintenance_mek_technical_demo_type.json index ea5cc82ea..a21769f50 100644 --- a/src/data/english/furnishing/maintenance_mek_technical_demo_type.json +++ b/src/data/english/furnishing/maintenance_mek_technical_demo_type.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/maintenance_mek_water_body_cleaner.json b/src/data/english/furnishing/maintenance_mek_water_body_cleaner.json index b9efa0d7f..d2119a14e 100644 --- a/src/data/english/furnishing/maintenance_mek_water_body_cleaner.json +++ b/src/data/english/furnishing/maintenance_mek_water_body_cleaner.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/majestic_scene_within_the_sphere_lucky_glow.json b/src/data/english/furnishing/majestic_scene_within_the_sphere_lucky_glow.json index 52866efed..cd3ff5cca 100644 --- a/src/data/english/furnishing/majestic_scene_within_the_sphere_lucky_glow.json +++ b/src/data/english/furnishing/majestic_scene_within_the_sphere_lucky_glow.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/majesty_of_the_forbidden_fortress.json b/src/data/english/furnishing/majesty_of_the_forbidden_fortress.json index d0fdbfe7e..bba6140c6 100644 --- a/src/data/english/furnishing/majesty_of_the_forbidden_fortress.json +++ b/src/data/english/furnishing/majesty_of_the_forbidden_fortress.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/malachitin_lumibug.json b/src/data/english/furnishing/malachitin_lumibug.json new file mode 100644 index 000000000..f13e0a9f1 --- /dev/null +++ b/src/data/english/furnishing/malachitin_lumibug.json @@ -0,0 +1,16 @@ +{ + "_id": 369185, + "id": "malachitin_lumibug", + "rarity": 3, + "name": "Malachitin Lumibug", + "description": "An incredible creature that absorbs the faint energy radiating from jade to stay alive.\\nWhen motionless, it is sometimes mistaken for jade by careless adventurers, hence the moniker, \"Malachitin.\"\\nAfter arriving in The Realm Within, their desire to locomote has been greatly increased by the high concentration of adeptal energy, and the range across which they roam has increased correspondingly, so they often seem to disappear. Perhaps only a teapot spirit such as Tubby has a hope of tracking their whereabouts.", + "load": 450, + "energy": 100, + "category": [ + { + "id": 9002, + "category": "Outdoor Creature", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/maple_wood_ritual_drum_a_great_din.json b/src/data/english/furnishing/maple_wood_ritual_drum_a_great_din.json index ec9f69ba4..dc8927695 100644 --- a/src/data/english/furnishing/maple_wood_ritual_drum_a_great_din.json +++ b/src/data/english/furnishing/maple_wood_ritual_drum_a_great_din.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/maple_wood_ritual_drum_festive_music.json b/src/data/english/furnishing/maple_wood_ritual_drum_festive_music.json index aae7e6916..226e93eec 100644 --- a/src/data/english/furnishing/maple_wood_ritual_drum_festive_music.json +++ b/src/data/english/furnishing/maple_wood_ritual_drum_festive_music.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/maple_wood_tanuki.json b/src/data/english/furnishing/maple_wood_tanuki.json index 8f8457070..6ea68d355 100644 --- a/src/data/english/furnishing/maple_wood_tanuki.json +++ b/src/data/english/furnishing/maple_wood_tanuki.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/maple_wood_white_kitsune.json b/src/data/english/furnishing/maple_wood_white_kitsune.json index a3b489d02..210fde83b 100644 --- a/src/data/english/furnishing/maple_wood_white_kitsune.json +++ b/src/data/english/furnishing/maple_wood_white_kitsune.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/mauve_lutesedge_shroom.json b/src/data/english/furnishing/mauve_lutesedge_shroom.json index 0da9b6870..f65b7a366 100644 --- a/src/data/english/furnishing/mauve_lutesedge_shroom.json +++ b/src/data/english/furnishing/mauve_lutesedge_shroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mauve_shiverstroke_shroom.json b/src/data/english/furnishing/mauve_shiverstroke_shroom.json index 122f847dc..5b8013919 100644 --- a/src/data/english/furnishing/mauve_shiverstroke_shroom.json +++ b/src/data/english/furnishing/mauve_shiverstroke_shroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/meadow_bloom.json b/src/data/english/furnishing/meadow_bloom.json index b01229384..614c0ec94 100644 --- a/src/data/english/furnishing/meadow_bloom.json +++ b/src/data/english/furnishing/meadow_bloom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/medaka.json b/src/data/english/furnishing/medaka.json index 594399e70..40b17d528 100644 --- a/src/data/english/furnishing/medaka.json +++ b/src/data/english/furnishing/medaka.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/mega_mystifying_samachurl_statue.json b/src/data/english/furnishing/mega_mystifying_samachurl_statue.json new file mode 100644 index 000000000..fd4e4fd50 --- /dev/null +++ b/src/data/english/furnishing/mega_mystifying_samachurl_statue.json @@ -0,0 +1,16 @@ +{ + "_id": 373440, + "id": "mega_mystifying_samachurl_statue", + "rarity": 4, + "name": "Mega Mystifying Samachurl Statue", + "description": "A unique statue discovered during \"Journey Through Hilinigmatic Terrain\" and that has the same shape as the statue that suddenly appeared in Dadaupa Gorge. Indeed, it is that \"Mystifying Megachurl\" that has left you confused about its origin, unable to understand its objective, and otherwise confuzzled. Perhaps the next time you visit the Divine Ingenuity Domain, you will have a chance to meet this unique Hilichurl once more?", + "load": 130, + "energy": 90, + "category": [ + { + "id": 7014, + "category": "Large Object", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/melancholy_the_dewgrass_shadowing.json b/src/data/english/furnishing/melancholy_the_dewgrass_shadowing.json index 6b50504ca..aa85d42c8 100644 --- a/src/data/english/furnishing/melancholy_the_dewgrass_shadowing.json +++ b/src/data/english/furnishing/melancholy_the_dewgrass_shadowing.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/messy_pile_of_fir_crates.json b/src/data/english/furnishing/messy_pile_of_fir_crates.json index 53d7cb6e5..2958c0fa7 100644 --- a/src/data/english/furnishing/messy_pile_of_fir_crates.json +++ b/src/data/english/furnishing/messy_pile_of_fir_crates.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/midsummer_teafragrance.json b/src/data/english/furnishing/midsummer_teafragrance.json index 11f120e3f..8986f40b2 100644 --- a/src/data/english/furnishing/midsummer_teafragrance.json +++ b/src/data/english/furnishing/midsummer_teafragrance.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/miniature_zubayr_theater.json b/src/data/english/furnishing/miniature_zubayr_theater.json index 9d8d0aad3..1a283e6f9 100644 --- a/src/data/english/furnishing/miniature_zubayr_theater.json +++ b/src/data/english/furnishing/miniature_zubayr_theater.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/mirrorpool_horned_owl_air_time.json b/src/data/english/furnishing/mirrorpool_horned_owl_air_time.json index 2010ed144..ea19183d7 100644 --- a/src/data/english/furnishing/mirrorpool_horned_owl_air_time.json +++ b/src/data/english/furnishing/mirrorpool_horned_owl_air_time.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mirrorpool_horned_owl_dancing.json b/src/data/english/furnishing/mirrorpool_horned_owl_dancing.json index ef94fb944..263055d27 100644 --- a/src/data/english/furnishing/mirrorpool_horned_owl_dancing.json +++ b/src/data/english/furnishing/mirrorpool_horned_owl_dancing.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mirrorpool_horned_owl_turning.json b/src/data/english/furnishing/mirrorpool_horned_owl_turning.json index 83610682d..4054d48d2 100644 --- a/src/data/english/furnishing/mirrorpool_horned_owl_turning.json +++ b/src/data/english/furnishing/mirrorpool_horned_owl_turning.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mirrorpool_triped_jiggy.json b/src/data/english/furnishing/mirrorpool_triped_jiggy.json index 447ef5cf1..942f4f955 100644 --- a/src/data/english/furnishing/mirrorpool_triped_jiggy.json +++ b/src/data/english/furnishing/mirrorpool_triped_jiggy.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mirrorpool_triped_sitting.json b/src/data/english/furnishing/mirrorpool_triped_sitting.json index b73a161db..203e74ed1 100644 --- a/src/data/english/furnishing/mirrorpool_triped_sitting.json +++ b/src/data/english/furnishing/mirrorpool_triped_sitting.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mirrorpool_triped_tipping.json b/src/data/english/furnishing/mirrorpool_triped_tipping.json index a371b35b1..0d52cd28d 100644 --- a/src/data/english/furnishing/mirrorpool_triped_tipping.json +++ b/src/data/english/furnishing/mirrorpool_triped_tipping.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/model_contraption_repair.json b/src/data/english/furnishing/model_contraption_repair.json index e6afce39f..7c1a1dff4 100644 --- a/src/data/english/furnishing/model_contraption_repair.json +++ b/src/data/english/furnishing/model_contraption_repair.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/model_contraption_rockcracker_anchor.json b/src/data/english/furnishing/model_contraption_rockcracker_anchor.json index ee9389b4e..8a3c706c7 100644 --- a/src/data/english/furnishing/model_contraption_rockcracker_anchor.json +++ b/src/data/english/furnishing/model_contraption_rockcracker_anchor.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/monthly_frustrationbegone.json b/src/data/english/furnishing/monthly_frustrationbegone.json index 82f4a87a8..43dacfc72 100644 --- a/src/data/english/furnishing/monthly_frustrationbegone.json +++ b/src/data/english/furnishing/monthly_frustrationbegone.json @@ -9,7 +9,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/moonfin.json b/src/data/english/furnishing/moonfin.json index e488cb58f..98fe9584e 100644 --- a/src/data/english/furnishing/moonfin.json +++ b/src/data/english/furnishing/moonfin.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/motorized_autonomous_fonta_vending_machine_modified.json b/src/data/english/furnishing/motorized_autonomous_fonta_vending_machine_modified.json index 9dca180f4..8f26e2cda 100644 --- a/src/data/english/furnishing/motorized_autonomous_fonta_vending_machine_modified.json +++ b/src/data/english/furnishing/motorized_autonomous_fonta_vending_machine_modified.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/mountain_of_festive_gifts.json b/src/data/english/furnishing/mountain_of_festive_gifts.json index fb6128952..24a5c842d 100644 --- a/src/data/english/furnishing/mountain_of_festive_gifts.json +++ b/src/data/english/furnishing/mountain_of_festive_gifts.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/mysterious_lamp_of_fate_ordained.json b/src/data/english/furnishing/mysterious_lamp_of_fate_ordained.json index 9b23a7a84..695c80410 100644 --- a/src/data/english/furnishing/mysterious_lamp_of_fate_ordained.json +++ b/src/data/english/furnishing/mysterious_lamp_of_fate_ordained.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/naught_but_indignation_for_the_peoples_lot.json b/src/data/english/furnishing/naught_but_indignation_for_the_peoples_lot.json new file mode 100644 index 000000000..2f103864f --- /dev/null +++ b/src/data/english/furnishing/naught_but_indignation_for_the_peoples_lot.json @@ -0,0 +1,16 @@ +{ + "_id": 360442, + "id": "naught_but_indignation_for_the_peoples_lot", + "rarity": 4, + "name": "\"Naught but Indignation for the People's Lot\"", + "description": "The impressive, imposing, solemn, and majestic Mingxiao Lantern is said to have been made in memory of a certain yaksha. The ape-like yaksha in the lantern is wearing a mask of wrath and rage, with the power to subdue all demons, regardless of from whence they come. After the lantern is lit, its majesty and power reach new heights. Not only can it bless those who see it, but it also protects the tranquility of Liyue Harbor. If you look closely at this lantern, an impression of its elegance will linger on in your thoughts.", + "load": 285, + "energy": 90, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/neat_stack_of_fir_kegs.json b/src/data/english/furnishing/neat_stack_of_fir_kegs.json index cf5c55e51..a21ba7c78 100644 --- a/src/data/english/furnishing/neat_stack_of_fir_kegs.json +++ b/src/data/english/furnishing/neat_stack_of_fir_kegs.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/nno_way.json b/src/data/english/furnishing/nno_way.json new file mode 100644 index 000000000..1ddbf7971 --- /dev/null +++ b/src/data/english/furnishing/nno_way.json @@ -0,0 +1,16 @@ +{ + "_id": 373447, + "id": "nno_way", + "rarity": 4, + "name": "\"N—No Way!\"", + "description": "A kite the Traveler made under the guidance of Cloud Retainer. It captures Paimon being ill at ease, as though she was doing her utmost to explain: \"Paimon totally hasn't been strung up here for doing something wrong...\"\\nIt's best to be forgiving on an auspicious day like Lantern Rite... Surely, stealing a little dessert isn't the worst thing Paimon's ever done.", + "load": 65, + "energy": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/no_jumping_no_tramping.json b/src/data/english/furnishing/no_jumping_no_tramping.json index e4147d4ea..d87bbca7c 100644 --- a/src/data/english/furnishing/no_jumping_no_tramping.json +++ b/src/data/english/furnishing/no_jumping_no_tramping.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/of_bamboo_teal.json b/src/data/english/furnishing/of_bamboo_teal.json index d53dd9dcf..a951fc0c7 100644 --- a/src/data/english/furnishing/of_bamboo_teal.json +++ b/src/data/english/furnishing/of_bamboo_teal.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/of_promises_unkept_the_night_flowers_speak.json b/src/data/english/furnishing/of_promises_unkept_the_night_flowers_speak.json index a5fdbfae7..245564da8 100644 --- a/src/data/english/furnishing/of_promises_unkept_the_night_flowers_speak.json +++ b/src/data/english/furnishing/of_promises_unkept_the_night_flowers_speak.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/old_well.json b/src/data/english/furnishing/old_well.json index 953568daf..6886a2293 100644 --- a/src/data/english/furnishing/old_well.json +++ b/src/data/english/furnishing/old_well.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/omnidirector.json b/src/data/english/furnishing/omnidirector.json index be9d1d97d..82f69a163 100644 --- a/src/data/english/furnishing/omnidirector.json +++ b/src/data/english/furnishing/omnidirector.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/ordinary_garden_hedge.json b/src/data/english/furnishing/ordinary_garden_hedge.json index f5c181250..721aa774d 100644 --- a/src/data/english/furnishing/ordinary_garden_hedge.json +++ b/src/data/english/furnishing/ordinary_garden_hedge.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/ornamental_shrub_aquadew_view.json b/src/data/english/furnishing/ornamental_shrub_aquadew_view.json index 2b688c8c9..26d8863a5 100644 --- a/src/data/english/furnishing/ornamental_shrub_aquadew_view.json +++ b/src/data/english/furnishing/ornamental_shrub_aquadew_view.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/otogi_rikuyou_wooden_barrel.json b/src/data/english/furnishing/otogi_rikuyou_wooden_barrel.json index 2318dce7f..44091bfcb 100644 --- a/src/data/english/furnishing/otogi_rikuyou_wooden_barrel.json +++ b/src/data/english/furnishing/otogi_rikuyou_wooden_barrel.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/otogi_tanin_wood_barrel.json b/src/data/english/furnishing/otogi_tanin_wood_barrel.json index d33ea2b34..9fba81bb3 100644 --- a/src/data/english/furnishing/otogi_tanin_wood_barrel.json +++ b/src/data/english/furnishing/otogi_tanin_wood_barrel.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/overburdening_of_the_forbidden_fortress.json b/src/data/english/furnishing/overburdening_of_the_forbidden_fortress.json index 92a5e5b70..1eec54e40 100644 --- a/src/data/english/furnishing/overburdening_of_the_forbidden_fortress.json +++ b/src/data/english/furnishing/overburdening_of_the_forbidden_fortress.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/overgrown_wildvest.json b/src/data/english/furnishing/overgrown_wildvest.json index 41a54e6bf..6ced78214 100644 --- a/src/data/english/furnishing/overgrown_wildvest.json +++ b/src/data/english/furnishing/overgrown_wildvest.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/passages_parasol.json b/src/data/english/furnishing/passages_parasol.json index 481b1e075..b48159a84 100644 --- a/src/data/english/furnishing/passages_parasol.json +++ b/src/data/english/furnishing/passages_parasol.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/peaceful_hibiscus_purple.json b/src/data/english/furnishing/peaceful_hibiscus_purple.json index 6ff1ca0a1..3eb81953e 100644 --- a/src/data/english/furnishing/peaceful_hibiscus_purple.json +++ b/src/data/english/furnishing/peaceful_hibiscus_purple.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/peaceful_purple_dream.json b/src/data/english/furnishing/peaceful_purple_dream.json index f5abfd0f5..b54f3782a 100644 --- a/src/data/english/furnishing/peaceful_purple_dream.json +++ b/src/data/english/furnishing/peaceful_purple_dream.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/peach_of_the_deep_waves.json b/src/data/english/furnishing/peach_of_the_deep_waves.json index e7dec9966..16df076f2 100644 --- a/src/data/english/furnishing/peach_of_the_deep_waves.json +++ b/src/data/english/furnishing/peach_of_the_deep_waves.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/pear_orchard_percussion_gong_on_the_dot.json b/src/data/english/furnishing/pear_orchard_percussion_gong_on_the_dot.json index d690f869f..7b954a02a 100644 --- a/src/data/english/furnishing/pear_orchard_percussion_gong_on_the_dot.json +++ b/src/data/english/furnishing/pear_orchard_percussion_gong_on_the_dot.json @@ -9,7 +9,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/pear_orchard_snare_drum_a_quartet_chorus.json b/src/data/english/furnishing/pear_orchard_snare_drum_a_quartet_chorus.json index da272d34d..20384a9c9 100644 --- a/src/data/english/furnishing/pear_orchard_snare_drum_a_quartet_chorus.json +++ b/src/data/english/furnishing/pear_orchard_snare_drum_a_quartet_chorus.json @@ -9,7 +9,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/petaled_shade.json b/src/data/english/furnishing/petaled_shade.json index 2da938874..567d848cf 100644 --- a/src/data/english/furnishing/petaled_shade.json +++ b/src/data/english/furnishing/petaled_shade.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/pine_folding_screen_billowing_sails.json b/src/data/english/furnishing/pine_folding_screen_billowing_sails.json index 1ae6a0961..6109225b7 100644 --- a/src/data/english/furnishing/pine_folding_screen_billowing_sails.json +++ b/src/data/english/furnishing/pine_folding_screen_billowing_sails.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/plain_vase_bronze.json b/src/data/english/furnishing/plain_vase_bronze.json index a29d61efb..095088578 100644 --- a/src/data/english/furnishing/plain_vase_bronze.json +++ b/src/data/english/furnishing/plain_vase_bronze.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/plain_vase_drinks_for_a_hundred.json b/src/data/english/furnishing/plain_vase_drinks_for_a_hundred.json index 179285952..a9c551ec3 100644 --- a/src/data/english/furnishing/plain_vase_drinks_for_a_hundred.json +++ b/src/data/english/furnishing/plain_vase_drinks_for_a_hundred.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/plain_vase_ocher.json b/src/data/english/furnishing/plain_vase_ocher.json index ddbd0268c..baa815ee8 100644 --- a/src/data/english/furnishing/plain_vase_ocher.json +++ b/src/data/english/furnishing/plain_vase_ocher.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/plain_vase_sepia.json b/src/data/english/furnishing/plain_vase_sepia.json index b918c01b4..f1dd3d6be 100644 --- a/src/data/english/furnishing/plain_vase_sepia.json +++ b/src/data/english/furnishing/plain_vase_sepia.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/plain_vase_stupor_for_ten.json b/src/data/english/furnishing/plain_vase_stupor_for_ten.json index 7eeda19ec..43459eafe 100644 --- a/src/data/english/furnishing/plain_vase_stupor_for_ten.json +++ b/src/data/english/furnishing/plain_vase_stupor_for_ten.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/plain_vase_tawny.json b/src/data/english/furnishing/plain_vase_tawny.json index a7747876f..8aed43beb 100644 --- a/src/data/english/furnishing/plain_vase_tawny.json +++ b/src/data/english/furnishing/plain_vase_tawny.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/poisson_door_frame.json b/src/data/english/furnishing/poisson_door_frame.json index bede779f5..50464fb25 100644 --- a/src/data/english/furnishing/poisson_door_frame.json +++ b/src/data/english/furnishing/poisson_door_frame.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/poisson_triggertransmission_fishing_rod.json b/src/data/english/furnishing/poisson_triggertransmission_fishing_rod.json index dd90e1d4b..73c9196fd 100644 --- a/src/data/english/furnishing/poisson_triggertransmission_fishing_rod.json +++ b/src/data/english/furnishing/poisson_triggertransmission_fishing_rod.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/port_floor_light_wisp_of_fragrance.json b/src/data/english/furnishing/port_floor_light_wisp_of_fragrance.json new file mode 100644 index 000000000..6499cff50 --- /dev/null +++ b/src/data/english/furnishing/port_floor_light_wisp_of_fragrance.json @@ -0,0 +1,31 @@ +{ + "_id": 360446, + "id": "port_floor_light_wisp_of_fragrance", + "rarity": 3, + "name": "Port Floor Light: Wisp of Fragrance", + "description": "A simple Liyue floor lamp with a traditional wood frame design that is light and durable. The frame of this type of lamp uses Fragrant Cedar Wood, and when the wick burns, the rising temperature will heat the wooden frame, causing the resin within the Fragrant Cedar Wood to evaporate, emitting a light aroma. This fragrance not only repels insects and fleas, but also has a slight cough suppressant effect. For those reasons, this style of cheap and effective floor lamp is popular throughout Chenyu Vale.", + "load": 85, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 2 + } + ] +} diff --git a/src/data/english/furnishing/port_street_light_good_things_come_in_pairs.json b/src/data/english/furnishing/port_street_light_good_things_come_in_pairs.json new file mode 100644 index 000000000..4fe763f80 --- /dev/null +++ b/src/data/english/furnishing/port_street_light_good_things_come_in_pairs.json @@ -0,0 +1,31 @@ +{ + "_id": 360447, + "id": "port_street_light_good_things_come_in_pairs", + "rarity": 3, + "name": "Port Street Light: Good Things Come in Pairs", + "description": "This elegant-looking Liyue streetlamp utilizes strong and durable Cuihua Wood for its primary structure, with linked lanterns as the light source.\\nRumor holds that some residents of Yilong Wharf believe that even numbers are auspicious, and therefore strongly advise against taking down just a single lantern at a time. In reality, artisans chose this design for more practical reasons — dual sources of illumination provide redundancy, preventing damage to a single lantern from rendering the light source ineffective, while also making it easier for the Millelith to use them as an emergency source for lanterns in certain extenuating circumstances. As for its meaning regarding good fortune, that can be regarded more as a happy coincidence...", + "load": 90, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101302, + "id": "cuihua_wood", + "name": "Cuihua Wood", + "amount": 8 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 4 + } + ] +} diff --git a/src/data/english/furnishing/preys_cloak_of_refuge.json b/src/data/english/furnishing/preys_cloak_of_refuge.json index 4aeec4447..70563187d 100644 --- a/src/data/english/furnishing/preys_cloak_of_refuge.json +++ b/src/data/english/furnishing/preys_cloak_of_refuge.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/princes_weeping_fish.json b/src/data/english/furnishing/princes_weeping_fish.json index 64c61d5a2..a49a936f7 100644 --- a/src/data/english/furnishing/princes_weeping_fish.json +++ b/src/data/english/furnishing/princes_weeping_fish.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/profuse_awlking.json b/src/data/english/furnishing/profuse_awlking.json index 8c2f97a52..6bcb8cd5f 100644 --- a/src/data/english/furnishing/profuse_awlking.json +++ b/src/data/english/furnishing/profuse_awlking.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/profuse_lacquerleaf.json b/src/data/english/furnishing/profuse_lacquerleaf.json index fc3157a8a..6f5d41dd4 100644 --- a/src/data/english/furnishing/profuse_lacquerleaf.json +++ b/src/data/english/furnishing/profuse_lacquerleaf.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/profuse_smokeleaf.json b/src/data/english/furnishing/profuse_smokeleaf.json index 1222d0e1f..f6b94ad95 100644 --- a/src/data/english/furnishing/profuse_smokeleaf.json +++ b/src/data/english/furnishing/profuse_smokeleaf.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/prolongation_medium.json b/src/data/english/furnishing/prolongation_medium.json index 8fba0a6a2..afda64bd0 100644 --- a/src/data/english/furnishing/prolongation_medium.json +++ b/src/data/english/furnishing/prolongation_medium.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/pufferfish.json b/src/data/english/furnishing/pufferfish.json index 8a017e3ae..e470f34f4 100644 --- a/src/data/english/furnishing/pufferfish.json +++ b/src/data/english/furnishing/pufferfish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/purple_shirakodai.json b/src/data/english/furnishing/purple_shirakodai.json index 94d385772..ba914f92d 100644 --- a/src/data/english/furnishing/purple_shirakodai.json +++ b/src/data/english/furnishing/purple_shirakodai.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/raimei_angelfish.json b/src/data/english/furnishing/raimei_angelfish.json index 18b79d4c8..6fd09ff38 100644 --- a/src/data/english/furnishing/raimei_angelfish.json +++ b/src/data/english/furnishing/raimei_angelfish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/rainjade_statuette_tender_discourse.json b/src/data/english/furnishing/rainjade_statuette_tender_discourse.json new file mode 100644 index 000000000..990cc4cd6 --- /dev/null +++ b/src/data/english/furnishing/rainjade_statuette_tender_discourse.json @@ -0,0 +1,16 @@ +{ + "_id": 373183, + "id": "rainjade_statuette_tender_discourse", + "rarity": 4, + "name": "Rainjade Statuette: Tender Discourse", + "description": "A strangely shaped stone carving that imitates the form of the Carefree Simulacra scattered throughout Chenyu Vale. It appears nearly identical to the originals, besides possessing no magical power whatsoever.\\nIt is said that these stone carvings were first made by the ancestors of the people of Chenyu Vale, but none can say why they chose such a shape, or why this shape gives people a carefree feeling...", + "load": 65, + "energy": 100, + "category": [ + { + "id": 7015, + "category": "Special Object", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/rainproof_fir_cargo_container.json b/src/data/english/furnishing/rainproof_fir_cargo_container.json index 5732c615a..6adf564d6 100644 --- a/src/data/english/furnishing/rainproof_fir_cargo_container.json +++ b/src/data/english/furnishing/rainproof_fir_cargo_container.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/redbill_pelican.json b/src/data/english/furnishing/redbill_pelican.json new file mode 100644 index 000000000..8c39177f6 --- /dev/null +++ b/src/data/english/furnishing/redbill_pelican.json @@ -0,0 +1,16 @@ +{ + "_id": 369184, + "id": "redbill_pelican", + "rarity": 3, + "name": "Redbill Pelican", + "description": "A type of waterfowl that dwells in open water bodies such as lakes and rivers. A pointed crimson-hued beak and magnificently colored plumage are its distinguishing characteristics.\\nRedbill Pelicans are born to fish, and their innate talent for doing so remains unchanged even when they are in a place like The Realm Within with its abundant supply of food. Their greatest joy is to silently observe the movements of fish within the Pool of Sapphire Grace. But fret not— these avians with keen eyesight will never even entertain the notion of attacking unless Tubby allows it.", + "load": 520, + "energy": 100, + "category": [ + { + "id": 9002, + "category": "Outdoor Creature", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/replica_ancient_otogi_crate.json b/src/data/english/furnishing/replica_ancient_otogi_crate.json index 4ad7985ae..292807b30 100644 --- a/src/data/english/furnishing/replica_ancient_otogi_crate.json +++ b/src/data/english/furnishing/replica_ancient_otogi_crate.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/replica_ancient_otogi_keg.json b/src/data/english/furnishing/replica_ancient_otogi_keg.json index cefd140c0..5435b922c 100644 --- a/src/data/english/furnishing/replica_ancient_otogi_keg.json +++ b/src/data/english/furnishing/replica_ancient_otogi_keg.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/resonant_melody.json b/src/data/english/furnishing/resonant_melody.json index c3de04f40..fd5e42916 100644 --- a/src/data/english/furnishing/resonant_melody.json +++ b/src/data/english/furnishing/resonant_melody.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/rippling_heartfeather_bass.json b/src/data/english/furnishing/rippling_heartfeather_bass.json index 21ff1bab6..c8de40767 100644 --- a/src/data/english/furnishing/rippling_heartfeather_bass.json +++ b/src/data/english/furnishing/rippling_heartfeather_bass.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/roofed_well_for_purity.json b/src/data/english/furnishing/roofed_well_for_purity.json index 4b07c097b..8bd17e241 100644 --- a/src/data/english/furnishing/roofed_well_for_purity.json +++ b/src/data/english/furnishing/roofed_well_for_purity.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/rusty_koi.json b/src/data/english/furnishing/rusty_koi.json index 0184d38cb..d4b4a7454 100644 --- a/src/data/english/furnishing/rusty_koi.json +++ b/src/data/english/furnishing/rusty_koi.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/sandstorm_angler.json b/src/data/english/furnishing/sandstorm_angler.json index 10a6f1566..762ebcbe6 100644 --- a/src/data/english/furnishing/sandstorm_angler.json +++ b/src/data/english/furnishing/sandstorm_angler.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/sandy_domeshroom.json b/src/data/english/furnishing/sandy_domeshroom.json index 591dd4dda..6e5d2a1a3 100644 --- a/src/data/english/furnishing/sandy_domeshroom.json +++ b/src/data/english/furnishing/sandy_domeshroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/scarlet_swayshroom.json b/src/data/english/furnishing/scarlet_swayshroom.json index ccf1679e1..1442ff3fa 100644 --- a/src/data/english/furnishing/scarlet_swayshroom.json +++ b/src/data/english/furnishing/scarlet_swayshroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/scarletscented_fan_dance.json b/src/data/english/furnishing/scarletscented_fan_dance.json index 7017c5a6b..07189119a 100644 --- a/src/data/english/furnishing/scarletscented_fan_dance.json +++ b/src/data/english/furnishing/scarletscented_fan_dance.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/scripts_requirements_and_principles.json b/src/data/english/furnishing/scripts_requirements_and_principles.json index 41d4e8219..28aaaedbe 100644 --- a/src/data/english/furnishing/scripts_requirements_and_principles.json +++ b/src/data/english/furnishing/scripts_requirements_and_principles.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/serene_flames.json b/src/data/english/furnishing/serene_flames.json index 87f1b1495..f39687a16 100644 --- a/src/data/english/furnishing/serene_flames.json +++ b/src/data/english/furnishing/serene_flames.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/shrine_statue_seirai_ward.json b/src/data/english/furnishing/shrine_statue_seirai_ward.json index 90f58b37a..5f02eb89e 100644 --- a/src/data/english/furnishing/shrine_statue_seirai_ward.json +++ b/src/data/english/furnishing/shrine_statue_seirai_ward.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/silk_curtains_fetching_the_sanguine_sky.json b/src/data/english/furnishing/silk_curtains_fetching_the_sanguine_sky.json index b40309cbf..8227f4ab4 100644 --- a/src/data/english/furnishing/silk_curtains_fetching_the_sanguine_sky.json +++ b/src/data/english/furnishing/silk_curtains_fetching_the_sanguine_sky.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/simple_cargo_cart.json b/src/data/english/furnishing/simple_cargo_cart.json index e8a817d95..86e104c2a 100644 --- a/src/data/english/furnishing/simple_cargo_cart.json +++ b/src/data/english/furnishing/simple_cargo_cart.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/simple_otogi_workshop.json b/src/data/english/furnishing/simple_otogi_workshop.json index 06943a602..8ce01c237 100644 --- a/src/data/english/furnishing/simple_otogi_workshop.json +++ b/src/data/english/furnishing/simple_otogi_workshop.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/simulation_device_ideal_accuracy.json b/src/data/english/furnishing/simulation_device_ideal_accuracy.json index 9f6085b24..bee72efe7 100644 --- a/src/data/english/furnishing/simulation_device_ideal_accuracy.json +++ b/src/data/english/furnishing/simulation_device_ideal_accuracy.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/singing_majalis.json b/src/data/english/furnishing/singing_majalis.json index 78e8e4349..c92850425 100644 --- a/src/data/english/furnishing/singing_majalis.json +++ b/src/data/english/furnishing/singing_majalis.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/sky_kitsune_statue_hakushins_legacy.json b/src/data/english/furnishing/sky_kitsune_statue_hakushins_legacy.json index fac23846b..1fd134d34 100644 --- a/src/data/english/furnishing/sky_kitsune_statue_hakushins_legacy.json +++ b/src/data/english/furnishing/sky_kitsune_statue_hakushins_legacy.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/slumbering_fireworks.json b/src/data/english/furnishing/slumbering_fireworks.json index df96f2e3e..5662dd4b5 100644 --- a/src/data/english/furnishing/slumbering_fireworks.json +++ b/src/data/english/furnishing/slumbering_fireworks.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/snowstrider.json b/src/data/english/furnishing/snowstrider.json index 76591ae16..3f011e174 100644 --- a/src/data/english/furnishing/snowstrider.json +++ b/src/data/english/furnishing/snowstrider.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/songs_amongst_the_stones.json b/src/data/english/furnishing/songs_amongst_the_stones.json index 770657d5d..ad0131091 100644 --- a/src/data/english/furnishing/songs_amongst_the_stones.json +++ b/src/data/english/furnishing/songs_amongst_the_stones.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/southern_sweetleaves.json b/src/data/english/furnishing/southern_sweetleaves.json index cb1d44a55..93d72213a 100644 --- a/src/data/english/furnishing/southern_sweetleaves.json +++ b/src/data/english/furnishing/southern_sweetleaves.json @@ -10,7 +10,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/special_jumpy_dumpty_dodoco.json b/src/data/english/furnishing/special_jumpy_dumpty_dodoco.json index 745ee3903..5712f522a 100644 --- a/src/data/english/furnishing/special_jumpy_dumpty_dodoco.json +++ b/src/data/english/furnishing/special_jumpy_dumpty_dodoco.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/spiraling_duet.json b/src/data/english/furnishing/spiraling_duet.json index 25a3d1845..c5029d4ea 100644 --- a/src/data/english/furnishing/spiraling_duet.json +++ b/src/data/english/furnishing/spiraling_duet.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/splendorous_night_overflowing_light.json b/src/data/english/furnishing/splendorous_night_overflowing_light.json new file mode 100644 index 000000000..1fc1eb36d --- /dev/null +++ b/src/data/english/furnishing/splendorous_night_overflowing_light.json @@ -0,0 +1,31 @@ +{ + "_id": 360436, + "id": "splendorous_night_overflowing_light", + "rarity": 4, + "name": "Splendorous Night: Overflowing Light", + "description": "This stylish and magnificent lantern stand adorned with a pair of Liyue lanterns is a custom-made item specially designed for the Neighboring Nations Congenial Poetry Gala's lantern riddles event.\\nIt is said that these lanterns are bright yet not gaudy or glaring, allowing guests to read the riddles written there easily without affecting their agile imaginations, and the well-balanced warmth of its colors adds just a bit of extra elegance to the poetry gala.", + "load": 175, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 12 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/square_tea_table_friendly_welcome.json b/src/data/english/furnishing/square_tea_table_friendly_welcome.json new file mode 100644 index 000000000..2a641ee5a --- /dev/null +++ b/src/data/english/furnishing/square_tea_table_friendly_welcome.json @@ -0,0 +1,25 @@ +{ + "_id": 374321, + "id": "square_tea_table_friendly_welcome", + "rarity": 3, + "name": "Square Tea Table: Friendly Welcome", + "description": "This proper and elegant square wooden table is made from affordable and durable Fragrant Cedar Wood, and is often found in the teahouses around Yilong Wharf. It is so named because it can seat guests on all four sides.\\nRumors say that having been washed with tea water for so long has caused them to absorb the essence of the tea leaves, preventing cracking and making the table shinier and giving it a light tea fragrance over time. Such rumors even attracted the attention of buyers from numerous other nations.\\nBut in reality, the luster of tables and chairs depends entirely on constant care and maintenance by the staff, and there's no silver bullet to magically solve everything... Also, it would truly be a waste if guests spilled too much tea on the table...", + "load": 35, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7002, + "category": "Table", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 12 + } + ] +} diff --git a/src/data/english/furnishing/stabilization_mek_pwetty_pwease.json b/src/data/english/furnishing/stabilization_mek_pwetty_pwease.json index 945dcc537..50df1adf5 100644 --- a/src/data/english/furnishing/stabilization_mek_pwetty_pwease.json +++ b/src/data/english/furnishing/stabilization_mek_pwetty_pwease.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/standard_music_stand_accurate_tuning.json b/src/data/english/furnishing/standard_music_stand_accurate_tuning.json index 2c5976cda..d9975ea63 100644 --- a/src/data/english/furnishing/standard_music_stand_accurate_tuning.json +++ b/src/data/english/furnishing/standard_music_stand_accurate_tuning.json @@ -3,7 +3,7 @@ "id": "standard_music_stand_accurate_tuning", "rarity": 4, "name": "Standard Music Stand: Accurate Tuning", - "description": "This music stand, though simple and unadorned in appearance, is sturdy, reliable, and extremely durable.\\nIn some novels, exceptional musicians will often rely on memory to play and improvise when inspiration strikes. Readers unfamiliar with instrumentation may instinctively believe that consulting sheet music during a performance is \"unprofessional\" or a sign of being \"not familiar enough with the melody.\" In reality, few if any musicians can remember every last detail in hundreds of pieces of music. For larger performances with a diverse repertoire, a music stand is an indispensable tool.", + "description": "This music stand, though simple and unadorned in appearance, is sturdy, reliable, and extremely durable.\\nIn some novels, exceptional musicians will often rely on memory to play and improvise when inspiration strikes. Readers unfamiliar with instrumentation may instinctively believe that consulting sheet music during a performance is \"unprofessional\" or a sign of being \"not familiar enough with the melody.\" In reality, few if any musicians can remember every last detail in hundreds of pieces of music. For larger performances with a diverse repertoire, a music stand is an indispensable tool.\\nThanks to this stand standing out from the competition in its durability, it can be spied standing about many a venue, even those unconventional \"places of mystery\"...\\nBut perhaps, no matter how unconventional a place may be, where you need to place to put a book, you'll still need a sturdy stand.", "load": 85, "energy": 90, "exp": 90, diff --git a/src/data/english/furnishing/steel_stopper.json b/src/data/english/furnishing/steel_stopper.json index 72e2dba0a..cfd8934e5 100644 --- a/src/data/english/furnishing/steel_stopper.json +++ b/src/data/english/furnishing/steel_stopper.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/steps_of_floral_waters.json b/src/data/english/furnishing/steps_of_floral_waters.json index fdcbdec81..fe0a6bc35 100644 --- a/src/data/english/furnishing/steps_of_floral_waters.json +++ b/src/data/english/furnishing/steps_of_floral_waters.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/stone_cupshaped_pool.json b/src/data/english/furnishing/stone_cupshaped_pool.json index e37678649..a3e5fca2f 100644 --- a/src/data/english/furnishing/stone_cupshaped_pool.json +++ b/src/data/english/furnishing/stone_cupshaped_pool.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/stone_drum_sonic_reverberation.json b/src/data/english/furnishing/stone_drum_sonic_reverberation.json new file mode 100644 index 000000000..6712897d9 --- /dev/null +++ b/src/data/english/furnishing/stone_drum_sonic_reverberation.json @@ -0,0 +1,31 @@ +{ + "_id": 373439, + "id": "stone_drum_sonic_reverberation", + "rarity": 3, + "name": "Stone Drum: Sonic Reverberation", + "description": "Stone carvings shaped like war drums with exquisite carved patterns that can be found throughout Chenyu Vale.\\nIt is said that these stone carvings originated from the war drums used by the Millelith. Hundreds of years ago, the Millelith would use such drums while doing battle with evil spirits in various places across Liyue. After immigrants from Liyue Harbor had settled in Chenyu Vale for some time, the idea that \"war drums can exorcise evil, guard the home, and deter evil spirits\" spread and took root, and the custom of placing war drums at the entrance to the home for protection became commonplace. Over time, this tradition evolved into the current practice of stone drums being used as guardians.", + "load": 65, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7001, + "category": "Small Object", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 4 + }, + { + "_id": 101002, + "id": "white_iron_chunk", + "name": "White Iron Chunk", + "amount": 4 + } + ] +} diff --git a/src/data/english/furnishing/stone_lion_statue_the_knowing.json b/src/data/english/furnishing/stone_lion_statue_the_knowing.json index 44257f04c..323412855 100644 --- a/src/data/english/furnishing/stone_lion_statue_the_knowing.json +++ b/src/data/english/furnishing/stone_lion_statue_the_knowing.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/stone_lion_statue_the_warding.json b/src/data/english/furnishing/stone_lion_statue_the_warding.json index 1261dec3b..5e68acd2f 100644 --- a/src/data/english/furnishing/stone_lion_statue_the_warding.json +++ b/src/data/english/furnishing/stone_lion_statue_the_warding.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/storage_sack_buzzoff_bag.json b/src/data/english/furnishing/storage_sack_buzzoff_bag.json index f611992c4..746f09cd7 100644 --- a/src/data/english/furnishing/storage_sack_buzzoff_bag.json +++ b/src/data/english/furnishing/storage_sack_buzzoff_bag.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/storm_braver.json b/src/data/english/furnishing/storm_braver.json index dae8fa86c..9c6ac81f8 100644 --- a/src/data/english/furnishing/storm_braver.json +++ b/src/data/english/furnishing/storm_braver.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/streaming_axe_marlin.json b/src/data/english/furnishing/streaming_axe_marlin.json index 3cf254429..b03fdcef3 100644 --- a/src/data/english/furnishing/streaming_axe_marlin.json +++ b/src/data/english/furnishing/streaming_axe_marlin.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/string_feather_trajectory.json b/src/data/english/furnishing/string_feather_trajectory.json index e9882deae..f3aea3e64 100644 --- a/src/data/english/furnishing/string_feather_trajectory.json +++ b/src/data/english/furnishing/string_feather_trajectory.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/sturdy_stone_well.json b/src/data/english/furnishing/sturdy_stone_well.json index 0b8875185..7c979625a 100644 --- a/src/data/english/furnishing/sturdy_stone_well.json +++ b/src/data/english/furnishing/sturdy_stone_well.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/sturdy_wooden_barrel.json b/src/data/english/furnishing/sturdy_wooden_barrel.json index 51b5880da..05ab3d459 100644 --- a/src/data/english/furnishing/sturdy_wooden_barrel.json +++ b/src/data/english/furnishing/sturdy_wooden_barrel.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/sublime_crane_feather_strings.json b/src/data/english/furnishing/sublime_crane_feather_strings.json index 641ddfa4c..d4d53d614 100644 --- a/src/data/english/furnishing/sublime_crane_feather_strings.json +++ b/src/data/english/furnishing/sublime_crane_feather_strings.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/sunflower_aquarelle.json b/src/data/english/furnishing/sunflower_aquarelle.json index 8d8c15489..d9e3b4e7c 100644 --- a/src/data/english/furnishing/sunflower_aquarelle.json +++ b/src/data/english/furnishing/sunflower_aquarelle.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/sunset_cloud_angler.json b/src/data/english/furnishing/sunset_cloud_angler.json index 779a67640..7a4e61a4e 100644 --- a/src/data/english/furnishing/sunset_cloud_angler.json +++ b/src/data/english/furnishing/sunset_cloud_angler.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/sunset_reflection.json b/src/data/english/furnishing/sunset_reflection.json index 4abd373d1..5862ebebd 100644 --- a/src/data/english/furnishing/sunset_reflection.json +++ b/src/data/english/furnishing/sunset_reflection.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/suspensus_somnium_mechanism.json b/src/data/english/furnishing/suspensus_somnium_mechanism.json new file mode 100644 index 000000000..59ea7d886 --- /dev/null +++ b/src/data/english/furnishing/suspensus_somnium_mechanism.json @@ -0,0 +1,16 @@ +{ + "_id": 373438, + "id": "suspensus_somnium_mechanism", + "rarity": 4, + "name": "Suspensus Somnium Mechanism", + "description": "A complex and intricate adeptal mechanism created by the hand of Cloud Retainer that can miraculously soothe the mind, aid with sleep, and help those afflicted with amnesia find themselves.\\nHowever, as its creator said: \"We adepti can only help those who first resolve to help themselves.\" Although adeptal mechanisms are truly wondrous, they are not omnipotent. If you wish to realize your dream, you must ultimately rely upon your indefatigable efforts...", + "load": 120, + "energy": 90, + "category": [ + { + "id": 7015, + "category": "Special Object", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/sweetflower_medaka.json b/src/data/english/furnishing/sweetflower_medaka.json index 558d74392..cb796f093 100644 --- a/src/data/english/furnishing/sweetflower_medaka.json +++ b/src/data/english/furnishing/sweetflower_medaka.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/tall_wooden_pole.json b/src/data/english/furnishing/tall_wooden_pole.json index 893191add..028604210 100644 --- a/src/data/english/furnishing/tall_wooden_pole.json +++ b/src/data/english/furnishing/tall_wooden_pole.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/taste_of_warmth.json b/src/data/english/furnishing/taste_of_warmth.json index 771159eb6..9e686da64 100644 --- a/src/data/english/furnishing/taste_of_warmth.json +++ b/src/data/english/furnishing/taste_of_warmth.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/tavern_shaker_grumous_oscillation.json b/src/data/english/furnishing/tavern_shaker_grumous_oscillation.json index 081014832..cce490bcb 100644 --- a/src/data/english/furnishing/tavern_shaker_grumous_oscillation.json +++ b/src/data/english/furnishing/tavern_shaker_grumous_oscillation.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/tea_chair_cool_breeze.json b/src/data/english/furnishing/tea_chair_cool_breeze.json new file mode 100644 index 000000000..29a8af4b5 --- /dev/null +++ b/src/data/english/furnishing/tea_chair_cool_breeze.json @@ -0,0 +1,25 @@ +{ + "_id": 374211, + "id": "tea_chair_cool_breeze", + "rarity": 3, + "name": "Tea Chair: Cool Breeze", + "description": "Simple and elegant, this handsome wooden seat is made of hard Sandbearer Wood and can be commonly seen around the Jiulue Teahouse in Yilong Wharf and other such establishments. It is specially designed for guests to enjoy tea and listen to stories.\\nListening to a captivating opera story, indulging in the sweet nectar of aromatic tea as the breeze gently washes over you, as the fragrant beverage seems to whisper sweet subtleties only you can comprehend. Ah, now that's how to kick back and spend your day relaxing in Yilong Wharf! Now that's happiness.", + "load": 35, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7007, + "category": "Seating", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/teabreak_shade.json b/src/data/english/furnishing/teabreak_shade.json index 2ddeaa36d..868561327 100644 --- a/src/data/english/furnishing/teabreak_shade.json +++ b/src/data/english/furnishing/teabreak_shade.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/teacolored_shirakodai.json b/src/data/english/furnishing/teacolored_shirakodai.json index a71c76bc1..2b96c5aab 100644 --- a/src/data/english/furnishing/teacolored_shirakodai.json +++ b/src/data/english/furnishing/teacolored_shirakodai.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/teahouse_cushion_nightwoven.json b/src/data/english/furnishing/teahouse_cushion_nightwoven.json index 743636f95..b7966b737 100644 --- a/src/data/english/furnishing/teahouse_cushion_nightwoven.json +++ b/src/data/english/furnishing/teahouse_cushion_nightwoven.json @@ -9,8 +9,8 @@ "exp": 30, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/teahouse_folding_screen_hidden_heart_of_gold.json b/src/data/english/furnishing/teahouse_folding_screen_hidden_heart_of_gold.json index ea115845b..797104c3a 100644 --- a/src/data/english/furnishing/teahouse_folding_screen_hidden_heart_of_gold.json +++ b/src/data/english/furnishing/teahouse_folding_screen_hidden_heart_of_gold.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/team_spirit.json b/src/data/english/furnishing/team_spirit.json index 901bcd355..751c3a0cf 100644 --- a/src/data/english/furnishing/team_spirit.json +++ b/src/data/english/furnishing/team_spirit.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_adventurers_burdens.json b/src/data/english/furnishing/the_adventurers_burdens.json index 8f00b48d4..c52a19f3f 100644 --- a/src/data/english/furnishing/the_adventurers_burdens.json +++ b/src/data/english/furnishing/the_adventurers_burdens.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_adventurers_treasures.json b/src/data/english/furnishing/the_adventurers_treasures.json index 2a73dc45d..f0646f136 100644 --- a/src/data/english/furnishing/the_adventurers_treasures.json +++ b/src/data/english/furnishing/the_adventurers_treasures.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_arrayed_stars_mirrored.json b/src/data/english/furnishing/the_arrayed_stars_mirrored.json index 1fe50c27d..a06be1907 100644 --- a/src/data/english/furnishing/the_arrayed_stars_mirrored.json +++ b/src/data/english/furnishing/the_arrayed_stars_mirrored.json @@ -8,8 +8,8 @@ "energy": 30, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_asters_sigh.json b/src/data/english/furnishing/the_asters_sigh.json index d40394bdd..fe7fc20fe 100644 --- a/src/data/english/furnishing/the_asters_sigh.json +++ b/src/data/english/furnishing/the_asters_sigh.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_bamboos_call.json b/src/data/english/furnishing/the_bamboos_call.json index 48bbac955..0c7538e28 100644 --- a/src/data/english/furnishing/the_bamboos_call.json +++ b/src/data/english/furnishing/the_bamboos_call.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_belying_toughness.json b/src/data/english/furnishing/the_belying_toughness.json index 60d01e1f9..c6803e3b7 100644 --- a/src/data/english/furnishing/the_belying_toughness.json +++ b/src/data/english/furnishing/the_belying_toughness.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_bountiful_waterside.json b/src/data/english/furnishing/the_bountiful_waterside.json index 4c31f5d5c..808be3701 100644 --- a/src/data/english/furnishing/the_bountiful_waterside.json +++ b/src/data/english/furnishing/the_bountiful_waterside.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_concealed_salt.json b/src/data/english/furnishing/the_concealed_salt.json index 3a8bf53df..429ca6c94 100644 --- a/src/data/english/furnishing/the_concealed_salt.json +++ b/src/data/english/furnishing/the_concealed_salt.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_eremites_flame_of_vigor.json b/src/data/english/furnishing/the_eremites_flame_of_vigor.json index ce707d863..09594c799 100644 --- a/src/data/english/furnishing/the_eremites_flame_of_vigor.json +++ b/src/data/english/furnishing/the_eremites_flame_of_vigor.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_eremites_odyssey.json b/src/data/english/furnishing/the_eremites_odyssey.json index 0d7cd01e7..78a8fdd02 100644 --- a/src/data/english/furnishing/the_eremites_odyssey.json +++ b/src/data/english/furnishing/the_eremites_odyssey.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_essentials.json b/src/data/english/furnishing/the_essentials.json index 6d838920d..c139ecffe 100644 --- a/src/data/english/furnishing/the_essentials.json +++ b/src/data/english/furnishing/the_essentials.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/the_fragrant_branches_asleep.json b/src/data/english/furnishing/the_fragrant_branches_asleep.json index 2781d4b57..84da719d3 100644 --- a/src/data/english/furnishing/the_fragrant_branches_asleep.json +++ b/src/data/english/furnishing/the_fragrant_branches_asleep.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_general_mahamatra_on_duty.json b/src/data/english/furnishing/the_general_mahamatra_on_duty.json index ea178f040..437bf428c 100644 --- a/src/data/english/furnishing/the_general_mahamatra_on_duty.json +++ b/src/data/english/furnishing/the_general_mahamatra_on_duty.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/the_hidden_sweetness.json b/src/data/english/furnishing/the_hidden_sweetness.json index f9b2f722e..3b509157f 100644 --- a/src/data/english/furnishing/the_hidden_sweetness.json +++ b/src/data/english/furnishing/the_hidden_sweetness.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_leaf_veins_supple_and_subtle.json b/src/data/english/furnishing/the_leaf_veins_supple_and_subtle.json index 8507491ce..d2ddb07e1 100644 --- a/src/data/english/furnishing/the_leaf_veins_supple_and_subtle.json +++ b/src/data/english/furnishing/the_leaf_veins_supple_and_subtle.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/the_title_of_champion_is_mine.json b/src/data/english/furnishing/the_title_of_champion_is_mine.json new file mode 100644 index 000000000..ca439c294 --- /dev/null +++ b/src/data/english/furnishing/the_title_of_champion_is_mine.json @@ -0,0 +1,16 @@ +{ + "_id": 373445, + "id": "the_title_of_champion_is_mine", + "rarity": 4, + "name": "\"The Title of Champion Is Mine!\"", + "description": "A kite the Traveler made under the guidance of Cloud Retainer. It captures Paimon's triumphant expression, as though she were declaring victory in the kite contest: \"Mwahahahaha! The title of champion kite-flyer is mine!\"\\nThere can be no doubt that a kite decorated with such a fine image is a strong contender for champion. But to avoid any misunderstandings, do try not to fly it within any Fontainian cities during the first three days of the month...", + "load": 65, + "energy": 90, + "category": [ + { + "id": 7005, + "category": "Ornament", + "type": "Exterior" + } + ] +} diff --git a/src/data/english/furnishing/thricedyed_crimson_snowmelt.json b/src/data/english/furnishing/thricedyed_crimson_snowmelt.json index 17dfadc3f..670ef22b0 100644 --- a/src/data/english/furnishing/thricedyed_crimson_snowmelt.json +++ b/src/data/english/furnishing/thricedyed_crimson_snowmelt.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/through_white_foam_the_jade_butterfly_soars.json b/src/data/english/furnishing/through_white_foam_the_jade_butterfly_soars.json index 50118ef1d..960f0bbe5 100644 --- a/src/data/english/furnishing/through_white_foam_the_jade_butterfly_soars.json +++ b/src/data/english/furnishing/through_white_foam_the_jade_butterfly_soars.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_heavens_drum.json b/src/data/english/furnishing/thundering_heavens_drum.json index 2dcc513fa..ec5aa49ee 100644 --- a/src/data/english/furnishing/thundering_heavens_drum.json +++ b/src/data/english/furnishing/thundering_heavens_drum.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/thundering_horned_owl_air_time.json b/src/data/english/furnishing/thundering_horned_owl_air_time.json index 2ac5c0805..07a02a7ab 100644 --- a/src/data/english/furnishing/thundering_horned_owl_air_time.json +++ b/src/data/english/furnishing/thundering_horned_owl_air_time.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_horned_owl_dancing.json b/src/data/english/furnishing/thundering_horned_owl_dancing.json index 66c4b0bb2..a2f00b221 100644 --- a/src/data/english/furnishing/thundering_horned_owl_dancing.json +++ b/src/data/english/furnishing/thundering_horned_owl_dancing.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_horned_owl_turning.json b/src/data/english/furnishing/thundering_horned_owl_turning.json index ab73b2cb2..d257ec857 100644 --- a/src/data/english/furnishing/thundering_horned_owl_turning.json +++ b/src/data/english/furnishing/thundering_horned_owl_turning.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_triped_jiggy.json b/src/data/english/furnishing/thundering_triped_jiggy.json index 34cfc8b05..8aac69725 100644 --- a/src/data/english/furnishing/thundering_triped_jiggy.json +++ b/src/data/english/furnishing/thundering_triped_jiggy.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_triped_sitting.json b/src/data/english/furnishing/thundering_triped_sitting.json index 33e380b77..6dad6732b 100644 --- a/src/data/english/furnishing/thundering_triped_sitting.json +++ b/src/data/english/furnishing/thundering_triped_sitting.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/thundering_triped_tipping.json b/src/data/english/furnishing/thundering_triped_tipping.json index 648440a9f..123cf17e4 100644 --- a/src/data/english/furnishing/thundering_triped_tipping.json +++ b/src/data/english/furnishing/thundering_triped_tipping.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/toy_adventurers_beatdance.json b/src/data/english/furnishing/toy_adventurers_beatdance.json index 589d83fe4..85a67dcbf 100644 --- a/src/data/english/furnishing/toy_adventurers_beatdance.json +++ b/src/data/english/furnishing/toy_adventurers_beatdance.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/toy_stand_dazzling_delights.json b/src/data/english/furnishing/toy_stand_dazzling_delights.json index b014698f8..13caabd67 100644 --- a/src/data/english/furnishing/toy_stand_dazzling_delights.json +++ b/src/data/english/furnishing/toy_stand_dazzling_delights.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/trail_of_floral_waters.json b/src/data/english/furnishing/trail_of_floral_waters.json index 94f1108eb..ac989def0 100644 --- a/src/data/english/furnishing/trail_of_floral_waters.json +++ b/src/data/english/furnishing/trail_of_floral_waters.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/training_ground_support_stakes.json b/src/data/english/furnishing/training_ground_support_stakes.json index b05aa400f..d5d5625a7 100644 --- a/src/data/english/furnishing/training_ground_support_stakes.json +++ b/src/data/english/furnishing/training_ground_support_stakes.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/traveling_horned_owl.json b/src/data/english/furnishing/traveling_horned_owl.json index f65c011d3..8e73f60e8 100644 --- a/src/data/english/furnishing/traveling_horned_owl.json +++ b/src/data/english/furnishing/traveling_horned_owl.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/traveling_triped.json b/src/data/english/furnishing/traveling_triped.json index cfb27fe2a..20f039b5e 100644 --- a/src/data/english/furnishing/traveling_triped.json +++ b/src/data/english/furnishing/traveling_triped.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/trees_of_azure_jade.json b/src/data/english/furnishing/trees_of_azure_jade.json index 471d37a41..29a49ff78 100644 --- a/src/data/english/furnishing/trees_of_azure_jade.json +++ b/src/data/english/furnishing/trees_of_azure_jade.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/true_cookery_nukinuki_daruma.json b/src/data/english/furnishing/true_cookery_nukinuki_daruma.json index 79042b7f4..a7d5927b6 100644 --- a/src/data/english/furnishing/true_cookery_nukinuki_daruma.json +++ b/src/data/english/furnishing/true_cookery_nukinuki_daruma.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ], "recipe": [ diff --git a/src/data/english/furnishing/true_fruit_angler.json b/src/data/english/furnishing/true_fruit_angler.json index 17900a571..c52b87a7a 100644 --- a/src/data/english/furnishing/true_fruit_angler.json +++ b/src/data/english/furnishing/true_fruit_angler.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/trumpet_and_firewood.json b/src/data/english/furnishing/trumpet_and_firewood.json index e4e6f2f51..954dd65da 100644 --- a/src/data/english/furnishing/trumpet_and_firewood.json +++ b/src/data/english/furnishing/trumpet_and_firewood.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/umbrella_of_calm.json b/src/data/english/furnishing/umbrella_of_calm.json index daf31c8ef..877623b0d 100644 --- a/src/data/english/furnishing/umbrella_of_calm.json +++ b/src/data/english/furnishing/umbrella_of_calm.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/umbrella_of_dewdrops.json b/src/data/english/furnishing/umbrella_of_dewdrops.json index e8afb6386..60b553a1c 100644 --- a/src/data/english/furnishing/umbrella_of_dewdrops.json +++ b/src/data/english/furnishing/umbrella_of_dewdrops.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/umbrella_of_refuge.json b/src/data/english/furnishing/umbrella_of_refuge.json index c55fb0a4b..78c4426a9 100644 --- a/src/data/english/furnishing/umbrella_of_refuge.json +++ b/src/data/english/furnishing/umbrella_of_refuge.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/umbrella_shop_kaleidoscope_of_parasol_colors.json b/src/data/english/furnishing/umbrella_shop_kaleidoscope_of_parasol_colors.json index 9129576b8..eef0bd7d0 100644 --- a/src/data/english/furnishing/umbrella_shop_kaleidoscope_of_parasol_colors.json +++ b/src/data/english/furnishing/umbrella_shop_kaleidoscope_of_parasol_colors.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/valley_cave_the_fans_winding_path.json b/src/data/english/furnishing/valley_cave_the_fans_winding_path.json new file mode 100644 index 000000000..08314b472 --- /dev/null +++ b/src/data/english/furnishing/valley_cave_the_fans_winding_path.json @@ -0,0 +1,31 @@ +{ + "_id": 371255, + "id": "valley_cave_the_fans_winding_path", + "rarity": 3, + "name": "Valley Cave: The Fan's Winding Path", + "description": "This stone gateway is round like the full moon, and similar designs are seen in some courtyards in Chenyu Vale.\\nIt is said that the artisans of Liyue like to use the technique of borrowing scenery and allowing it to leak through to create an artistic conception of the beauty of a secluded, winding path. Skilled artisans will use such a full moon door as a canvas for a fan painting, using it to create a painted landscape that changes with every step. Therefore, should you be fortunate enough to pass by such a door in such a courtyard, consider slowing your steps while passing by.", + "load": 95, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 4 + } + ] +} diff --git a/src/data/english/furnishing/valley_gable_rain_shelter.json b/src/data/english/furnishing/valley_gable_rain_shelter.json new file mode 100644 index 000000000..90ffa0c72 --- /dev/null +++ b/src/data/english/furnishing/valley_gable_rain_shelter.json @@ -0,0 +1,31 @@ +{ + "_id": 371261, + "id": "valley_gable_rain_shelter", + "rarity": 3, + "name": "Valley Gable: Rain Shelter", + "description": "A towering exterior wall that can be found in Chenyu Vale, it has a special design that overlaps with the slope of the roof. It is said that unlike ordinary pediments, this design which segments the \"eaves\" can ensure the house stays dry while also optimizing courtyard lighting. Generally speaking, the more sections, the better the effect. However, segmenting the eaves like this means longer construction times and greater maintenance requirements. Thus, those planning to build a new home are faced with difficult decision-making tradeoffs...", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_gable_warding_wind_and_fire.json b/src/data/english/furnishing/valley_gable_warding_wind_and_fire.json new file mode 100644 index 000000000..19bce4871 --- /dev/null +++ b/src/data/english/furnishing/valley_gable_warding_wind_and_fire.json @@ -0,0 +1,31 @@ +{ + "_id": 371260, + "id": "valley_gable_warding_wind_and_fire", + "rarity": 3, + "name": "Valley Gable: Warding Wind and Fire", + "description": "These exterior walls, towering like mountains, can be found within Chenyu Vale. They effectively act as fire breaks among the narrow streets and valleys, preventing disaster and protecting the surrounding buildings. To better protect against fire, the walls are made of reliable brick and are designed to be taller than the roof.\\nOf course, as the saying goes, \"The wise take precautions before disaster strikes.\" Walls, no matter how sturdy, are not as reliable as fire prevention awareness. Planning ahead and preparing for different eventualities is key.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_gate_bustling_yard.json b/src/data/english/furnishing/valley_gate_bustling_yard.json new file mode 100644 index 000000000..4464a66af --- /dev/null +++ b/src/data/english/furnishing/valley_gate_bustling_yard.json @@ -0,0 +1,31 @@ +{ + "_id": 371253, + "id": "valley_gate_bustling_yard", + "rarity": 3, + "name": "Valley Gate: Bustling Yard", + "description": "A type of courtyard wall commonly seen in Yilong Wharf. It has a wide entrance and its sturdy stone structure is supplemented by Sandbearer Wood, giving it a majestic beauty. To meet the logistical requirements of most customers, the dimensions of the gate are large enough to allow a large cart to pass through. \"Effort required to push open the gate\" has become a sort of standard to assess the strength of hired guards.", + "load": 135, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 6 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_gate_mountains_beyond_the_gate.json b/src/data/english/furnishing/valley_gate_mountains_beyond_the_gate.json new file mode 100644 index 000000000..a54bbcd66 --- /dev/null +++ b/src/data/english/furnishing/valley_gate_mountains_beyond_the_gate.json @@ -0,0 +1,31 @@ +{ + "_id": 371254, + "id": "valley_gate_mountains_beyond_the_gate", + "rarity": 3, + "name": "Valley Gate: Mountains Beyond the Gate", + "description": "Ingeniously arched courtyard gates can be found in many locations throughout Chenyu Vale. As Chenyu Vale is quite mountainous with obvious changes in elevation and narrow streets and narrower alleys, courtyards with normal dimensions would appear to have cramped layouts, while the requirements for wider courtyards are too many. For these reasons, some door frames make meticulous use of the height of the frame itself to widen one's field of view, aiming to enhance the feeling of the openness of the space.\\nLegends say that someone passed through such a door and saw a tall mountain in the distance, and suddenly felt very open-minded and generous. Perhaps this embodies the beauty of \"getting straight to the summit\" unique to these gates.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 4 + } + ] +} diff --git a/src/data/english/furnishing/valley_pavilion_warm_daylight.json b/src/data/english/furnishing/valley_pavilion_warm_daylight.json new file mode 100644 index 000000000..015e39741 --- /dev/null +++ b/src/data/english/furnishing/valley_pavilion_warm_daylight.json @@ -0,0 +1,25 @@ +{ + "_id": 370121, + "id": "valley_pavilion_warm_daylight", + "rarity": 3, + "name": "Valley Pavilion: Warm Daylight", + "description": "A building built for taking in the scenery, supported by several pillars. It features an open design, allowing those within to drink in the landscapes on all four sides. In terms of design, while it varies from the water pavilion before Hezhe Post on Yilong Wharf, it achieves similarly stellar results.\\nReportedly, sailors from Fontaine refer to it as \"Lumidouce Longing,\" because the passage from the water pavilion in front of Yilong Wharf faces directly towards Lumidouce Harbor. Homesick Fontainian sailors will sometimes stand here, gazing out towards Lumidouce Harbor from afar. Fortunately, the voyage from Yilong Wharf back to Lumidouce is not terribly long, and the boundless hospitality of Yilong Wharf gives the sailors a feeling of comfort and cordiality, almost as though they had never left their homeland.", + "load": 600, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 18 + } + ] +} diff --git a/src/data/english/furnishing/valley_pergola_sun_and_rain.json b/src/data/english/furnishing/valley_pergola_sun_and_rain.json new file mode 100644 index 000000000..e7710af67 --- /dev/null +++ b/src/data/english/furnishing/valley_pergola_sun_and_rain.json @@ -0,0 +1,25 @@ +{ + "_id": 370123, + "id": "valley_pergola_sun_and_rain", + "rarity": 3, + "name": "Valley Pergola: Sun and Rain", + "description": "This unique two-story hexagonal pavilion has a similar design to those of Chenyu Vale. The tall cornices are exquisite, elegantly weaving the scenery like fine needlework. When the sun shines, the shadows will be woven into a muslin veil by the high eaves, and when the gentle rains sweep over, the raindrops will be strung into curtains of pearls. Thus, some have praised it, saying: \"Curtains of pearl, veils of shadow, rain or shine, a suitable place to recline.\"", + "load": 155, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 18 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_custom_complexity.json b/src/data/english/furnishing/valley_residence_custom_complexity.json new file mode 100644 index 000000000..aa150204a --- /dev/null +++ b/src/data/english/furnishing/valley_residence_custom_complexity.json @@ -0,0 +1,31 @@ +{ + "_id": 370127, + "id": "valley_residence_custom_complexity", + "rarity": 3, + "name": "Valley Residence: Custom Complexity", + "description": "Large two-story buildings with large transverse windows and a unique asymmetrical layout that can be found in Chenyu Vale.\\nThis type of house has an expansive interior, and if necessary, a small storage space or platform can be expanded on the same side as the long window, making it suitable for both residential use and also for conducting commercial activities. It is said that the Feiyun Commerce Guild specifically rents such buildings in Yilong Wharf, thus demonstrating exactly where its advantages lie.", + "load": 150, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101302, + "id": "cuihua_wood", + "name": "Cuihua Wood", + "amount": 12 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_measured_building.json b/src/data/english/furnishing/valley_residence_measured_building.json new file mode 100644 index 000000000..0f3691d45 --- /dev/null +++ b/src/data/english/furnishing/valley_residence_measured_building.json @@ -0,0 +1,31 @@ +{ + "_id": 370130, + "id": "valley_residence_measured_building", + "rarity": 3, + "name": "Valley Residence: Measured Building", + "description": "A tall residential building commonly found in Chenyu Vale. It uses a special \"mezzanine\" design that allows it to provide considerable usable space while also occupying a relatively small area.\\nThus, this kind of design is often used to expand storage space, fill gaps, or create partitions. There is just such a building next to the Jiulue Teahouse stage in Yilong Wharf. There it simultaneously serves as storage and a resting room, showcasing the advantages it offers in terms of space utilization.", + "load": 160, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101302, + "id": "cuihua_wood", + "name": "Cuihua Wood", + "amount": 6 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_tender_countryside.json b/src/data/english/furnishing/valley_residence_tender_countryside.json new file mode 100644 index 000000000..ad1fb2c80 --- /dev/null +++ b/src/data/english/furnishing/valley_residence_tender_countryside.json @@ -0,0 +1,31 @@ +{ + "_id": 370129, + "id": "valley_residence_tender_countryside", + "rarity": 3, + "name": "Valley Residence: Tender Countryside", + "description": "A small yet exquisite dwelling extremely commonplace in Chenyu Vale, with a traditional pitched roof design. This helps maintain the interior temperature, helping it stay warm in winter and cool in summer, and greatly increasing the comfort of the occupants. The interior utilizes Fragrant Cedar Wood, making it reliable and affordable. The structure is quite adaptable to both the owner's needs and the outside environment, as it is easy to modify and can also be constructed on all sorts of terrain. Thus, most residential buildings in Chenyu Vale utilize this type of framework or one of its derivatives.", + "load": 160, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 6 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_total_focus.json b/src/data/english/furnishing/valley_residence_total_focus.json new file mode 100644 index 000000000..6d5522afe --- /dev/null +++ b/src/data/english/furnishing/valley_residence_total_focus.json @@ -0,0 +1,25 @@ +{ + "_id": 370128, + "id": "valley_residence_total_focus", + "rarity": 3, + "name": "Valley Residence: Total Focus", + "description": "A medium-sized building with a unique shape, its advantages include its considerable internal space and excellent soundproofing, making it eminently suitable for usage as a workshop or warehouse. The entire building is constructed using bricks, a rarity in Chenyu Vale. The lighting and ventilation are intentionally restricted, with only a single door and window. It is said that this is to isolate the people within, reducing distractions and improving concentration.\\nAfter all, for artisans carving jade and other work that requires extreme precision, the smallest error can make a huge difference...", + "load": 160, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 18 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_towering_mountains.json b/src/data/english/furnishing/valley_residence_towering_mountains.json new file mode 100644 index 000000000..411475ec4 --- /dev/null +++ b/src/data/english/furnishing/valley_residence_towering_mountains.json @@ -0,0 +1,31 @@ +{ + "_id": 370125, + "id": "valley_residence_towering_mountains", + "rarity": 3, + "name": "Valley Residence: Towering Mountains", + "description": "Grand, solemn residential buildings that can be found in Yilong Wharf. Unlike most buildings in Yilong Wharf that have roofs made only of wood, gable-like load-bearing walls have been constructed on the top and sides to expand the available space. This design allows the house to have an open interior space and a magnificent exterior without changing the original foundations. Truly, an example of inspired craftsmanship.", + "load": 290, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101302, + "id": "cuihua_wood", + "name": "Cuihua Wood", + "amount": 12 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_residence_tranquility.json b/src/data/english/furnishing/valley_residence_tranquility.json new file mode 100644 index 000000000..46b811789 --- /dev/null +++ b/src/data/english/furnishing/valley_residence_tranquility.json @@ -0,0 +1,31 @@ +{ + "_id": 370126, + "id": "valley_residence_tranquility", + "rarity": 3, + "name": "Valley Residence: Tranquility", + "description": "These medium-sized residential buildings found in Yilong Wharf are so named because they are sandwiched between two tall gables, making them appear as though they were living in a valley of tranquility. This construction method is different from first erecting columns and then building walls, as it uses the already-built gables as the basis for its construction. Not only does this greatly reduce costs, but it also makes optimal use of the space between the two gables, killing two birds with one stone.", + "load": 155, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101302, + "id": "cuihua_wood", + "name": "Cuihua Wood", + "amount": 6 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_stage_billowing_cloud_waves.json b/src/data/english/furnishing/valley_stage_billowing_cloud_waves.json new file mode 100644 index 000000000..f929e4aea --- /dev/null +++ b/src/data/english/furnishing/valley_stage_billowing_cloud_waves.json @@ -0,0 +1,25 @@ +{ + "_id": 370118, + "id": "valley_stage_billowing_cloud_waves", + "rarity": 4, + "name": "Valley Stage: Billowing Cloud Waves", + "description": "A gorgeous, dignified single-level stage with a similar structure to the stage found in Yilong Wharf's Jiulue Teahouse. The roof is akin to a surging sea of billowing clouds, thus earning it the honorific \"Billowing Cloud Waves.\" The frame, floorboards, steps, and even the carved wooden screens are all made from Sandbearer Wood. The craftsmanship is exquisite, and the product stable and durable.\\nEvery evening, a substantial audience gathers to listen to storytellers and watch operas and plays.\\nHowever, there is a saying: \"Ancient past to recent present, what things have not come to pass? Conduct yourself with humility.\" Though the stories in operas are amazing, one cannot blindly believe them. When acting, hold fast to your principles and keep your feet firmly planted on the ground.", + "load": 775, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 24 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_archway_recurring_omen_of_abundance.json b/src/data/english/furnishing/valley_stone_archway_recurring_omen_of_abundance.json new file mode 100644 index 000000000..9c7abf62b --- /dev/null +++ b/src/data/english/furnishing/valley_stone_archway_recurring_omen_of_abundance.json @@ -0,0 +1,31 @@ +{ + "_id": 370122, + "id": "valley_stone_archway_recurring_omen_of_abundance", + "rarity": 3, + "name": "Valley Stone Archway: Recurring Omen of Abundance", + "description": "An elegant memorial archway with three gates and four pillars that gives off an aura of solemnity and spiritual power, often seen in Yilong Wharf.\\nThe people of Liyue say that \"Good things come in pairs\" and so the road is divided into two directions, and thus \"good things come and go.\" But such an arch with three gates not only has the symbolism of a \"Bountiful Year,\" but also follows \"The Rule of Three.\"\\nRegardless, it represents an auspicious omen for those who pass by.", + "load": 135, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 12 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_lamp_everbright_light.json b/src/data/english/furnishing/valley_stone_lamp_everbright_light.json new file mode 100644 index 000000000..fc8f9e489 --- /dev/null +++ b/src/data/english/furnishing/valley_stone_lamp_everbright_light.json @@ -0,0 +1,31 @@ +{ + "_id": 360448, + "id": "valley_stone_lamp_everbright_light", + "rarity": 3, + "name": "Valley Stone Lamp: Everbright Light", + "description": "A heavy, simple stone lantern that can be found throughout Chenyu Vale. As a stone product, it is relatively costly to produce, but its pagoda-like design is both beautiful and durable. In theory, this stone lantern is highly resistant to damage, being able to withstand wind, rain, and even being attacked by wild beasts. This actually allows stone lanterns to indirectly save a lot on maintenance costs, especially over the long term. For this reason, many areas in Chenyu Vale that require permanent lighting have such stone lamps installed.", + "load": 85, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7008, + "category": "Lighting", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + }, + { + "_id": 101002, + "id": "white_iron_chunk", + "name": "White Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_steps_foundation_stone.json b/src/data/english/furnishing/valley_stone_steps_foundation_stone.json new file mode 100644 index 000000000..a7afb37c9 --- /dev/null +++ b/src/data/english/furnishing/valley_stone_steps_foundation_stone.json @@ -0,0 +1,25 @@ +{ + "_id": 371262, + "id": "valley_stone_steps_foundation_stone", + "rarity": 3, + "name": "Valley Stone Steps: Foundation Stone", + "description": "These stairs made of heavy bluestone are tough and durable. While building steps, the stonemasons discovered that simply laying lightly polished rough stone over the surface of the steps can effectively reduce the risk of slipping and falling and that there is no need at all to polish the stone until it is mirror-smooth just for the sake of aesthetics. Coincidentally, this also saves a lot of labor in processing the stone, killing two birds with one... stone, so to speak.", + "load": 65, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_wall_carp_and_kite.json b/src/data/english/furnishing/valley_stone_wall_carp_and_kite.json new file mode 100644 index 000000000..6ee56f090 --- /dev/null +++ b/src/data/english/furnishing/valley_stone_wall_carp_and_kite.json @@ -0,0 +1,31 @@ +{ + "_id": 371259, + "id": "valley_stone_wall_carp_and_kite", + "rarity": 3, + "name": "Valley Stone Wall: Carp and Kite", + "description": "A kind of low stone wall that can be found in Yilong Wharf, it earned the name \"Carp and Kite\" due to its shape resembling the body of a carp and the tail feathers of a kite.\\nIt is said that due to the special shape of this low, decorative wall, stonemasons prefer to build them near the water at the feet of mountains, to give the impression of \"fish entering the sea and birds flying into the sky.\" This sense of freedom adds a sense of liveliness and energy to the courtyard. Of course, if a line of fresh greenery can be planted beside it, the landscape effect would be even more ideal.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_wall_flowers_and_willows.json b/src/data/english/furnishing/valley_stone_wall_flowers_and_willows.json new file mode 100644 index 000000000..a92b505e6 --- /dev/null +++ b/src/data/english/furnishing/valley_stone_wall_flowers_and_willows.json @@ -0,0 +1,31 @@ +{ + "_id": 371258, + "id": "valley_stone_wall_flowers_and_willows", + "rarity": 3, + "name": "Valley Stone Wall: Flowers and Willows", + "description": "Plain white stone walls with dark gray tiles are a common sight in Chenyu Vale. Because they are unadorned, they are often mistaken for being rough or even temporary external walls. But in reality, the courtyards of Liyue are full of hidden meanings, and their designs abhor everything being visible at a glance. There may be a completely different and fascinating world hidden behind their simplicity.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_stone_wall_jade_belt_river.json b/src/data/english/furnishing/valley_stone_wall_jade_belt_river.json new file mode 100644 index 000000000..15ce5d9c3 --- /dev/null +++ b/src/data/english/furnishing/valley_stone_wall_jade_belt_river.json @@ -0,0 +1,31 @@ +{ + "_id": 371257, + "id": "valley_stone_wall_jade_belt_river", + "rarity": 3, + "name": "Valley Stone Wall: Jade Belt River", + "description": "A stone wall with patterned reliefs shaped like waves, so named because the courtyard wall is shaped like a river, and the sculpted reliefs like jade belt buckles. It is said that a reporter from The Steambird once believed that the walls of Chenyu Vale's residences were all made of jade, and published an article titled as such with commentary. This resulted in numerous Fontainian citizens having very unrealistic views of Chenyu Vale.\\nThough the ridiculous and irresponsible fabrications were quickly refuted by detailed travelogues, the moniker \"city of jade\" had become synonymous with Chenyu Vale for many authors, and thus were the seeds of many odd novels sown.\\nPerhaps this is what \"the sprouting of unintentional consequences\" refers to...", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_store_the_leisure_of_tea.json b/src/data/english/furnishing/valley_store_the_leisure_of_tea.json new file mode 100644 index 000000000..f52d99d6e --- /dev/null +++ b/src/data/english/furnishing/valley_store_the_leisure_of_tea.json @@ -0,0 +1,25 @@ +{ + "_id": 370117, + "id": "valley_store_the_leisure_of_tea", + "rarity": 4, + "name": "Valley Store: The Leisure of Tea", + "description": "A two-story storefront with an open plan and a sturdy platform made from Fragrant Cedar Wood. The overall design is quite similar to the main building of the Jiulue Teahouse in Yilong Wharf.\\nAmong architectural styles, the signature white walls and black roof tiles of Chenyu Vale are quite unique, and newcomers to the area are routinely astounded. If unsure where to begin a tour, the Jiulue Teahouse is an excellent place to begin. Starting from a cup of Single-Origin Yauwan or another local brew, tea is a superb guide to learning about Chenyu Vale.", + "load": 425, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 24 + } + ] +} diff --git a/src/data/english/furnishing/valley_veranda_distant_beginnings.json b/src/data/english/furnishing/valley_veranda_distant_beginnings.json new file mode 100644 index 000000000..1b96cba16 --- /dev/null +++ b/src/data/english/furnishing/valley_veranda_distant_beginnings.json @@ -0,0 +1,25 @@ +{ + "_id": 370119, + "id": "valley_veranda_distant_beginnings", + "rarity": 3, + "name": "Valley Veranda: Distant Beginnings", + "description": "A Liyue-style passageway with exquisite craftsmanship, made with the same design as the passageways in Yilong Wharf. In Liyue, walkways are not merely practical pathways for pedestrians but are themselves important sightseeing spots. Sometimes, artisans utilize the concept of overlapping scenery in their creations, allowing sightseers to focus on the details while close by, yet when seen from afar it will appear to open up, with far better views than from up close. Mayhap this is what the people of Liyue mean when they say \"A mountain is most magnificent from a distance.\"", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/valley_veranda_from_solid_foundations_to_thrive.json b/src/data/english/furnishing/valley_veranda_from_solid_foundations_to_thrive.json new file mode 100644 index 000000000..1fb8a7df8 --- /dev/null +++ b/src/data/english/furnishing/valley_veranda_from_solid_foundations_to_thrive.json @@ -0,0 +1,25 @@ +{ + "_id": 370120, + "id": "valley_veranda_from_solid_foundations_to_thrive", + "rarity": 3, + "name": "Valley Veranda: From Solid Foundations to Thrive", + "description": "A perfectly straight and sturdy Liyue-style wooden passageway with an arch that connects buildings while protecting pedestrians from wind and rain. The traditions of Chenyu Vale require that apprentice artisans create a precise wooden model of a passageway with no mistake or error to prove themselves before they may begin their studies. This is because though walkways may appear ordinary at first glance, their designs involve all types of basic wooden frames, and only those with a firm foundation in the fundamentals have a chance at creating truly extraordinary architecture.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101307, + "id": "fragrant_cedar_wood", + "name": "Fragrant Cedar Wood", + "amount": 12 + } + ] +} diff --git a/src/data/english/furnishing/valley_wall_corner_like_gathering_waves.json b/src/data/english/furnishing/valley_wall_corner_like_gathering_waves.json new file mode 100644 index 000000000..eac66924f --- /dev/null +++ b/src/data/english/furnishing/valley_wall_corner_like_gathering_waves.json @@ -0,0 +1,31 @@ +{ + "_id": 371256, + "id": "valley_wall_corner_like_gathering_waves", + "rarity": 3, + "name": "Valley Wall Corner: Like Gathering Waves", + "description": "A courtyard wall structure that is often found at the corners, forming a connection between the two wall sections. It is said that the abundance of Chenyu Vale is due to the meandering waterways of the environment and that the ancestors saw the surging waves as symbols of stability, and the leaping fish as symbols of the fertility of the land. Thus the shapes of both waves and fish became common for walls. More than just decorations, they represent a desire for prosperity and calm.", + "load": 125, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 6002, + "category": "Courtyard Wall", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 4 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 4 + } + ] +} diff --git a/src/data/english/furnishing/valley_watchtower_vigilance.json b/src/data/english/furnishing/valley_watchtower_vigilance.json new file mode 100644 index 000000000..7ad82ba5b --- /dev/null +++ b/src/data/english/furnishing/valley_watchtower_vigilance.json @@ -0,0 +1,31 @@ +{ + "_id": 370124, + "id": "valley_watchtower_vigilance", + "rarity": 3, + "name": "Valley Watchtower: Vigilance", + "description": "The structure of this lighthouse-cum-watchtower uses a mixture of wood and stone. The visibility from the top is unparalleled, giving it strong early warning capabilities. The large lanterns installed at the top are lights most luminous and can guide ships through the waters when visibility is poor. In addition to its functions of aiding marine navigation and surveilling the seas, its interior contains a large store of weapons, armor, and crossbows that could be used to defend against invasion by evil from without. Though many years have passed since that great war, the Millelith stationed here have never let down their guard, and remain constantly on alert against any potential dangers...", + "load": 650, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 13001, + "category": "Liyue", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101304, + "id": "sandbearer_wood", + "name": "Sandbearer Wood", + "amount": 12 + }, + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + } + ] +} diff --git a/src/data/english/furnishing/venomspine_fish.json b/src/data/english/furnishing/venomspine_fish.json index ff41b9dda..4afba4fa9 100644 --- a/src/data/english/furnishing/venomspine_fish.json +++ b/src/data/english/furnishing/venomspine_fish.json @@ -9,6 +9,10 @@ "id": 14001, "category": "Ornamental Fish", "type": "Exterior" + }, + { + "id": 14008, + "category": "Ornamental Fish" } ] } diff --git a/src/data/english/furnishing/verdant_bloom.json b/src/data/english/furnishing/verdant_bloom.json index 30b9a017e..41d4904a1 100644 --- a/src/data/english/furnishing/verdant_bloom.json +++ b/src/data/english/furnishing/verdant_bloom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/verdurous_feast.json b/src/data/english/furnishing/verdurous_feast.json index 94ad637c8..8d69427ec 100644 --- a/src/data/english/furnishing/verdurous_feast.json +++ b/src/data/english/furnishing/verdurous_feast.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/verdurous_waiter.json b/src/data/english/furnishing/verdurous_waiter.json index c3f550134..01100702a 100644 --- a/src/data/english/furnishing/verdurous_waiter.json +++ b/src/data/english/furnishing/verdurous_waiter.json @@ -8,8 +8,8 @@ "energy": 20, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/village_well_subterranean_secrets.json b/src/data/english/furnishing/village_well_subterranean_secrets.json index 78a17c6f4..5870ef362 100644 --- a/src/data/english/furnishing/village_well_subterranean_secrets.json +++ b/src/data/english/furnishing/village_well_subterranean_secrets.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/village_well_underground_spring.json b/src/data/english/furnishing/village_well_underground_spring.json index b65ca93a5..835af7fd1 100644 --- a/src/data/english/furnishing/village_well_underground_spring.json +++ b/src/data/english/furnishing/village_well_underground_spring.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/vip_guest_bleachers.json b/src/data/english/furnishing/vip_guest_bleachers.json index cd7724e01..87d90c0e2 100644 --- a/src/data/english/furnishing/vip_guest_bleachers.json +++ b/src/data/english/furnishing/vip_guest_bleachers.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/vivacious_awlking.json b/src/data/english/furnishing/vivacious_awlking.json index ba118f43c..0ec5f366e 100644 --- a/src/data/english/furnishing/vivacious_awlking.json +++ b/src/data/english/furnishing/vivacious_awlking.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/vivacious_lacquerleaf.json b/src/data/english/furnishing/vivacious_lacquerleaf.json index fea564465..e6807c724 100644 --- a/src/data/english/furnishing/vivacious_lacquerleaf.json +++ b/src/data/english/furnishing/vivacious_lacquerleaf.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/vivacious_smokeleaf.json b/src/data/english/furnishing/vivacious_smokeleaf.json index e39ff8a1d..37090a038 100644 --- a/src/data/english/furnishing/vivacious_smokeleaf.json +++ b/src/data/english/furnishing/vivacious_smokeleaf.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/war_drum_linebreaking_reverb.json b/src/data/english/furnishing/war_drum_linebreaking_reverb.json index 1c99493f3..e92c884e8 100644 --- a/src/data/english/furnishing/war_drum_linebreaking_reverb.json +++ b/src/data/english/furnishing/war_drum_linebreaking_reverb.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/water_imp_prince.json b/src/data/english/furnishing/water_imp_prince.json index d2e9b7c46..26f9ce841 100644 --- a/src/data/english/furnishing/water_imp_prince.json +++ b/src/data/english/furnishing/water_imp_prince.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/white_heron_hairpin.json b/src/data/english/furnishing/white_heron_hairpin.json index d12313a51..c82fdd5f9 100644 --- a/src/data/english/furnishing/white_heron_hairpin.json +++ b/src/data/english/furnishing/white_heron_hairpin.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/windup_great_owl_spirit_mechanism.json b/src/data/english/furnishing/windup_great_owl_spirit_mechanism.json index d0f0c8cb9..87e0f9cdd 100644 --- a/src/data/english/furnishing/windup_great_owl_spirit_mechanism.json +++ b/src/data/english/furnishing/windup_great_owl_spirit_mechanism.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7001, - "category": "Item", + "id": 7015, + "category": "Special Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/wine_jar_with_bamboo_casing_spirits_awaiting_moonrise.json b/src/data/english/furnishing/wine_jar_with_bamboo_casing_spirits_awaiting_moonrise.json index adf15412e..169d66218 100644 --- a/src/data/english/furnishing/wine_jar_with_bamboo_casing_spirits_awaiting_moonrise.json +++ b/src/data/english/furnishing/wine_jar_with_bamboo_casing_spirits_awaiting_moonrise.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/winered_wildvest.json b/src/data/english/furnishing/winered_wildvest.json index 057846475..1ad3c6ec9 100644 --- a/src/data/english/furnishing/winered_wildvest.json +++ b/src/data/english/furnishing/winered_wildvest.json @@ -8,8 +8,8 @@ "energy": 10, "category": [ { - "id": 10004, - "category": "Shrub", + "id": 10007, + "category": "Small Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/wisdom_orb_model.json b/src/data/english/furnishing/wisdom_orb_model.json index afb77837f..d655f906d 100644 --- a/src/data/english/furnishing/wisdom_orb_model.json +++ b/src/data/english/furnishing/wisdom_orb_model.json @@ -8,8 +8,8 @@ "energy": 90, "category": [ { - "id": 11002, - "category": "Utensil" + "id": 11004, + "category": "Memento" } ] } diff --git a/src/data/english/furnishing/witchs_chorus.json b/src/data/english/furnishing/witchs_chorus.json index 448e03cbe..14f39de6c 100644 --- a/src/data/english/furnishing/witchs_chorus.json +++ b/src/data/english/furnishing/witchs_chorus.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7001, + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/withered_buttershroom.json b/src/data/english/furnishing/withered_buttershroom.json index 8a8c5a55a..26333128c 100644 --- a/src/data/english/furnishing/withered_buttershroom.json +++ b/src/data/english/furnishing/withered_buttershroom.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/withered_pearlroot_tree.json b/src/data/english/furnishing/withered_pearlroot_tree.json index 2c3f4dfe5..a58d46f3a 100644 --- a/src/data/english/furnishing/withered_pearlroot_tree.json +++ b/src/data/english/furnishing/withered_pearlroot_tree.json @@ -9,7 +9,7 @@ "category": [ { "id": 10004, - "category": "Shrub", + "category": "Large Shrub", "type": "Exterior" } ] diff --git a/src/data/english/furnishing/wood_bundle.json b/src/data/english/furnishing/wood_bundle.json index edf940ddf..ecd735c3c 100644 --- a/src/data/english/furnishing/wood_bundle.json +++ b/src/data/english/furnishing/wood_bundle.json @@ -10,7 +10,7 @@ "category": [ { "id": 7001, - "category": "Item", + "category": "Small Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/woven_depth.json b/src/data/english/furnishing/woven_depth.json index 82fa3b4a1..51e6bba89 100644 --- a/src/data/english/furnishing/woven_depth.json +++ b/src/data/english/furnishing/woven_depth.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/woven_fruition.json b/src/data/english/furnishing/woven_fruition.json index 76c6d81df..6504a4a9d 100644 --- a/src/data/english/furnishing/woven_fruition.json +++ b/src/data/english/furnishing/woven_fruition.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/woven_length.json b/src/data/english/furnishing/woven_length.json index ed57c8ca2..0a88d9454 100644 --- a/src/data/english/furnishing/woven_length.json +++ b/src/data/english/furnishing/woven_length.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7001, - "category": "Item", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/wushou_dance_costume_roaring_suanni.json b/src/data/english/furnishing/wushou_dance_costume_roaring_suanni.json new file mode 100644 index 000000000..3487c8c68 --- /dev/null +++ b/src/data/english/furnishing/wushou_dance_costume_roaring_suanni.json @@ -0,0 +1,31 @@ +{ + "_id": 373441, + "id": "wushou_dance_costume_roaring_suanni", + "rarity": 4, + "name": "Wushou Dance Costume: Roaring Suanni", + "description": "Wushou Dance props made by Xiaqing specifically for \"Just Wushou Dance!\" They are filled with a special stone powder that can expand and take shape instantly during the game, allowing participants to use the skill \"Bumper Wushou,\" while also taking great care to ensure the safety of the user.\\nIt may be due to the festive atmosphere of Lantern Rite, but these dance costumes put people in a good mood, filling them with an eagerness to try and in the highest of spirits. Why not wear it and step onto the \"Just Wushou Dance!\" stage, and win yourself some sweet swag?", + "load": 270, + "energy": 90, + "exp": 90, + "category": [ + { + "id": 7015, + "category": "Special Object", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 6 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/wushou_dance_doll_sleepy_suanni.json b/src/data/english/furnishing/wushou_dance_doll_sleepy_suanni.json new file mode 100644 index 000000000..b7b143db8 --- /dev/null +++ b/src/data/english/furnishing/wushou_dance_doll_sleepy_suanni.json @@ -0,0 +1,31 @@ +{ + "_id": 373442, + "id": "wushou_dance_doll_sleepy_suanni", + "rarity": 3, + "name": "Wushou Dance Doll: Sleepy Suanni", + "description": "This soft yet exquisite Wushou Dance doll vividly reproduces the adorable yet sleepy nature of the animal itself, while adopting the same design as the props and costumes used in Just Wushou Dance!\\nWhen it comes to festivals, people often think of a joyful celebration, of not needing to get up early to go to work, so why not be just like this little Suanni and lie down to enjoy a little breather?", + "load": 100, + "energy": 60, + "exp": 60, + "category": [ + { + "id": 7015, + "category": "Special Object", + "type": "Exterior" + } + ], + "recipe": [ + { + "_id": 101001, + "id": "iron_chunk", + "name": "Iron Chunk", + "amount": 4 + }, + { + "_id": 101401, + "id": "fabric", + "name": "Fabric", + "amount": 8 + } + ] +} diff --git a/src/data/english/furnishing/xianyun.json b/src/data/english/furnishing/xianyun.json new file mode 100644 index 000000000..59de5cb0a --- /dev/null +++ b/src/data/english/furnishing/xianyun.json @@ -0,0 +1,20 @@ +{ + "_id": 368179, + "id": "xianyun", + "rarity": 1, + "name": "Xianyun", + "description": "Character In-Residence", + "load": 1200, + "energy": 300, + "category": [ + { + "id": 8001, + "category": "Companion", + "type": "Exterior" + }, + { + "id": 8002, + "category": "Companion" + } + ] +} diff --git a/src/data/english/furnishing/yumemiru_decorum_kimono_rack.json b/src/data/english/furnishing/yumemiru_decorum_kimono_rack.json index a9b7d5dcf..7d0a2eb27 100644 --- a/src/data/english/furnishing/yumemiru_decorum_kimono_rack.json +++ b/src/data/english/furnishing/yumemiru_decorum_kimono_rack.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/yumemiru_jukaku_folding_screen.json b/src/data/english/furnishing/yumemiru_jukaku_folding_screen.json index 8455c594f..55f4801dc 100644 --- a/src/data/english/furnishing/yumemiru_jukaku_folding_screen.json +++ b/src/data/english/furnishing/yumemiru_jukaku_folding_screen.json @@ -9,8 +9,8 @@ "exp": 90, "category": [ { - "id": 4002, - "category": "Ornament" + "id": 4003, + "category": "Craftwork" } ], "recipe": [ diff --git a/src/data/english/furnishing/yumemiru_saikyo_fortune_slip_hanger.json b/src/data/english/furnishing/yumemiru_saikyo_fortune_slip_hanger.json index e68dc244a..e7d782bca 100644 --- a/src/data/english/furnishing/yumemiru_saikyo_fortune_slip_hanger.json +++ b/src/data/english/furnishing/yumemiru_saikyo_fortune_slip_hanger.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/furnishing/yumemiru_seiken_offering_box.json b/src/data/english/furnishing/yumemiru_seiken_offering_box.json index aafef9190..c175a8d1f 100644 --- a/src/data/english/furnishing/yumemiru_seiken_offering_box.json +++ b/src/data/english/furnishing/yumemiru_seiken_offering_box.json @@ -9,8 +9,8 @@ "exp": 60, "category": [ { - "id": 7005, - "category": "Ornament", + "id": 7014, + "category": "Large Object", "type": "Exterior" } ], diff --git a/src/data/english/ingredients/bamboo_shoot.json b/src/data/english/ingredients/bamboo_shoot.json index 44e2155b6..4df435e82 100644 --- a/src/data/english/ingredients/bamboo_shoot.json +++ b/src/data/english/ingredients/bamboo_shoot.json @@ -19,6 +19,16 @@ "id": "triplelayered_consomm", "name": "Triple-Layered Consommé" }, + { + "_id": 3121, + "id": "right_at_home", + "name": "Right at Home" + }, + { + "_id": 3122, + "id": "braised_meatball", + "name": "Braised Meatball" + }, { "_id": 3202, "id": "tonkotsu_ramen", diff --git a/src/data/english/ingredients/bird_egg.json b/src/data/english/ingredients/bird_egg.json index c32067fec..93ca68782 100644 --- a/src/data/english/ingredients/bird_egg.json +++ b/src/data/english/ingredients/bird_egg.json @@ -9,6 +9,11 @@ "id": "teyvat_fried_egg", "name": "Teyvat Fried Egg" }, + { + "_id": 1106, + "id": "jadevein_tea_eggs", + "name": "Jadevein Tea Eggs" + }, { "_id": 1201, "id": "egg_roll", @@ -49,6 +54,21 @@ "id": "fullmoon_egg", "name": "Fullmoon Egg" }, + { + "_id": 3121, + "id": "right_at_home", + "name": "Right at Home" + }, + { + "_id": 3122, + "id": "braised_meatball", + "name": "Braised Meatball" + }, + { + "_id": 3123, + "id": "fine_tea_full_moon", + "name": "Fine Tea, Full Moon" + }, { "_id": 3202, "id": "tonkotsu_ramen", diff --git a/src/data/english/ingredients/chenyu_adeptea.json b/src/data/english/ingredients/chenyu_adeptea.json new file mode 100644 index 000000000..0d484023e --- /dev/null +++ b/src/data/english/ingredients/chenyu_adeptea.json @@ -0,0 +1,29 @@ +{ + "_id": 101242, + "id": "chenyu_adeptea", + "name": "Chenyu Adeptea", + "description": "Tea grown in warm, moist areas in Chenyu Vale. After millennia of careful cultivation, the tea today emits a rich fragrance that can be savored from several streets away.", + "recipes": [ + { + "_id": 1106, + "id": "jadevein_tea_eggs", + "name": "Jadevein Tea Eggs" + }, + { + "_id": 1107, + "id": "chenyu_brew", + "name": "Chenyu Brew" + }, + { + "_id": 2115, + "id": "teasmoked_squab", + "name": "Tea-Smoked Squab" + }, + { + "_id": 3123, + "id": "fine_tea_full_moon", + "name": "Fine Tea, Full Moon" + } + ], + "source": ["Found in the wild", "Recommendation: Found in Qiaoying Village"] +} diff --git a/src/data/english/ingredients/crab_roe.json b/src/data/english/ingredients/crab_roe.json index 57326a92a..73062755d 100644 --- a/src/data/english/ingredients/crab_roe.json +++ b/src/data/english/ingredients/crab_roe.json @@ -26,6 +26,11 @@ "_id": 3005, "id": "crab_ham_veggie_bake", "name": "Crab, Ham & Veggie Bake" + }, + { + "_id": 3118, + "id": "the_palace_jewels", + "name": "The Palace Jewels" } ], "source": ["Processed"] diff --git a/src/data/english/ingredients/fish.json b/src/data/english/ingredients/fish.json index 95ad45b2e..fb22c0c94 100644 --- a/src/data/english/ingredients/fish.json +++ b/src/data/english/ingredients/fish.json @@ -42,6 +42,11 @@ "id": "stirfried_fish_noodles", "name": "Stir-Fried Fish Noodles" }, + { + "_id": 2116, + "id": "guhua_fish_lamb_soup", + "name": "Guhua Fish & Lamb Soup" + }, { "_id": 2201, "id": "tuna_sushi", @@ -147,6 +152,11 @@ "id": "feastos", "name": "Feast-O's" }, + { + "_id": 4105, + "id": "eighttreasure_duck", + "name": "Eight-Treasure Duck" + }, { "_id": 4201, "id": "sashimi_platter", diff --git a/src/data/english/ingredients/flour.json b/src/data/english/ingredients/flour.json index 61a843a9e..a1621b8a2 100644 --- a/src/data/english/ingredients/flour.json +++ b/src/data/english/ingredients/flour.json @@ -142,6 +142,16 @@ "id": "stirfried_shrimp", "name": "Stir-Fried Shrimp" }, + { + "_id": 3120, + "id": "humbly_enough", + "name": "Humbly Enough" + }, + { + "_id": 3123, + "id": "fine_tea_full_moon", + "name": "Fine Tea, Full Moon" + }, { "_id": 3202, "id": "tonkotsu_ramen", diff --git a/src/data/english/ingredients/fowl.json b/src/data/english/ingredients/fowl.json index e0b39303f..3e82e2883 100644 --- a/src/data/english/ingredients/fowl.json +++ b/src/data/english/ingredients/fowl.json @@ -24,6 +24,16 @@ "id": "jueyun_chili_chicken", "name": "Jueyun Chili Chicken" }, + { + "_id": 2114, + "id": "deepfried_doublecrisp", + "name": "Deep-Fried Doublecrisp" + }, + { + "_id": 2115, + "id": "teasmoked_squab", + "name": "Tea-Smoked Squab" + }, { "_id": 2406, "id": "fontaine_aspic", @@ -39,6 +49,11 @@ "id": "triplelayered_consomm", "name": "Triple-Layered Consommé" }, + { + "_id": 3119, + "id": "trembling_strings_and_rushing_reeds", + "name": "Trembling Strings and Rushing Reeds" + }, { "_id": 3204, "id": "imported_poultry", @@ -99,6 +114,11 @@ "id": "chicken_tofu_pudding", "name": "Chicken Tofu Pudding" }, + { + "_id": 4105, + "id": "eighttreasure_duck", + "name": "Eight-Treasure Duck" + }, { "_id": 4302, "id": "tandoori_roast_chicken", diff --git a/src/data/english/ingredients/ham.json b/src/data/english/ingredients/ham.json index 41033269e..d28ab38b8 100644 --- a/src/data/english/ingredients/ham.json +++ b/src/data/english/ingredients/ham.json @@ -53,6 +53,16 @@ "id": "cured_pork_dry_hotpot", "name": "Cured Pork Dry Hotpot" }, + { + "_id": 3119, + "id": "trembling_strings_and_rushing_reeds", + "name": "Trembling Strings and Rushing Reeds" + }, + { + "_id": 3121, + "id": "right_at_home", + "name": "Right at Home" + }, { "_id": 3211, "id": "oncidium_tofu", @@ -73,6 +83,11 @@ "id": "chicken_tofu_pudding", "name": "Chicken Tofu Pudding" }, + { + "_id": 4105, + "id": "eighttreasure_duck", + "name": "Eight-Treasure Duck" + }, { "_id": 4205, "id": "super_magnificent_pizza", diff --git a/src/data/english/ingredients/matsutake.json b/src/data/english/ingredients/matsutake.json index 9b0c34f7b..a22bfcb62 100644 --- a/src/data/english/ingredients/matsutake.json +++ b/src/data/english/ingredients/matsutake.json @@ -34,6 +34,11 @@ "id": "tianshu_meat", "name": "Tianshu Meat" }, + { + "_id": 4105, + "id": "eighttreasure_duck", + "name": "Eight-Treasure Duck" + }, { "_id": 4202, "id": "butter_crab", diff --git a/src/data/english/ingredients/pepper.json b/src/data/english/ingredients/pepper.json index bbbda6507..d2b9d7de9 100644 --- a/src/data/english/ingredients/pepper.json +++ b/src/data/english/ingredients/pepper.json @@ -44,6 +44,11 @@ "id": "cured_pork_dry_hotpot", "name": "Cured Pork Dry Hotpot" }, + { + "_id": 3119, + "id": "trembling_strings_and_rushing_reeds", + "name": "Trembling Strings and Rushing Reeds" + }, { "_id": 4002, "id": "golden_fried_chicken", diff --git a/src/data/english/ingredients/raw_meat.json b/src/data/english/ingredients/raw_meat.json index 6a2e13e4b..696955ae1 100644 --- a/src/data/english/ingredients/raw_meat.json +++ b/src/data/english/ingredients/raw_meat.json @@ -27,6 +27,11 @@ "id": "stirfried_filet", "name": "Stir-Fried Filet" }, + { + "_id": 1105, + "id": "honey_char_siu", + "name": "Honey Char Siu" + }, { "_id": 2001, "id": "flaming_red_bolognese", @@ -47,6 +52,16 @@ "id": "noodles_with_mountain_delicacies", "name": "Noodles with Mountain Delicacies" }, + { + "_id": 2114, + "id": "deepfried_doublecrisp", + "name": "Deep-Fried Doublecrisp" + }, + { + "_id": 2116, + "id": "guhua_fish_lamb_soup", + "name": "Guhua Fish & Lamb Soup" + }, { "_id": 2203, "id": "mixed_yakisoba", @@ -112,6 +127,16 @@ "id": "minty_meat_rolls", "name": "Minty Meat Rolls" }, + { + "_id": 3119, + "id": "trembling_strings_and_rushing_reeds", + "name": "Trembling Strings and Rushing Reeds" + }, + { + "_id": 3122, + "id": "braised_meatball", + "name": "Braised Meatball" + }, { "_id": 3202, "id": "tonkotsu_ramen", diff --git a/src/data/english/ingredients/rice.json b/src/data/english/ingredients/rice.json index a2112ca1e..a2d106570 100644 --- a/src/data/english/ingredients/rice.json +++ b/src/data/english/ingredients/rice.json @@ -64,6 +64,11 @@ "id": "jueyun_guoba", "name": "Jueyun Guoba" }, + { + "_id": 3121, + "id": "right_at_home", + "name": "Right at Home" + }, { "_id": 3201, "id": "tricolor_dango", diff --git a/src/data/english/ingredients/salt.json b/src/data/english/ingredients/salt.json index 0f49051ec..e1b05c1b7 100644 --- a/src/data/english/ingredients/salt.json +++ b/src/data/english/ingredients/salt.json @@ -39,6 +39,16 @@ "id": "blackback_perch_stew", "name": "Black-Back Perch Stew" }, + { + "_id": 3118, + "id": "the_palace_jewels", + "name": "The Palace Jewels" + }, + { + "_id": 3122, + "id": "braised_meatball", + "name": "Braised Meatball" + }, { "_id": 3216, "id": "unagi_chazuke", diff --git a/src/data/english/ingredients/shrimp_meat.json b/src/data/english/ingredients/shrimp_meat.json index 42330cac4..7347ad132 100644 --- a/src/data/english/ingredients/shrimp_meat.json +++ b/src/data/english/ingredients/shrimp_meat.json @@ -39,6 +39,11 @@ "id": "stirfried_shrimp", "name": "Stir-Fried Shrimp" }, + { + "_id": 3118, + "id": "the_palace_jewels", + "name": "The Palace Jewels" + }, { "_id": 3208, "id": "sakura_tempura", diff --git a/src/data/english/ingredients/snapdragon.json b/src/data/english/ingredients/snapdragon.json index 2b3aeecd0..aa6df22e3 100644 --- a/src/data/english/ingredients/snapdragon.json +++ b/src/data/english/ingredients/snapdragon.json @@ -39,6 +39,11 @@ "id": "stirfried_shrimp", "name": "Stir-Fried Shrimp" }, + { + "_id": 3118, + "id": "the_palace_jewels", + "name": "The Palace Jewels" + }, { "_id": 3201, "id": "tricolor_dango", diff --git a/src/data/english/ingredients/sugar.json b/src/data/english/ingredients/sugar.json index 62fd197b0..011a0c691 100644 --- a/src/data/english/ingredients/sugar.json +++ b/src/data/english/ingredients/sugar.json @@ -17,6 +17,11 @@ "id": "mint_jelly", "name": "Mint Jelly" }, + { + "_id": 1105, + "id": "honey_char_siu", + "name": "Honey Char Siu" + }, { "_id": 1201, "id": "egg_roll", @@ -82,6 +87,16 @@ "id": "fruity_smoothie", "name": "Fruity Smoothie" }, + { + "_id": 3120, + "id": "humbly_enough", + "name": "Humbly Enough" + }, + { + "_id": 3123, + "id": "fine_tea_full_moon", + "name": "Fine Tea, Full Moon" + }, { "_id": 3205, "id": "sakura_mochi", diff --git a/src/data/english/ingredients/tofu.json b/src/data/english/ingredients/tofu.json index 69d4517cf..209084f05 100644 --- a/src/data/english/ingredients/tofu.json +++ b/src/data/english/ingredients/tofu.json @@ -24,6 +24,11 @@ "id": "come_and_get_it", "name": "Come and Get It" }, + { + "_id": 3120, + "id": "humbly_enough", + "name": "Humbly Enough" + }, { "_id": 3207, "id": "rice_cake_soup", diff --git a/src/data/english/jewels_materials/agnidus_agate_chunk.json b/src/data/english/jewels_materials/agnidus_agate_chunk.json index 16150aaee..e29853468 100644 --- a/src/data/english/jewels_materials/agnidus_agate_chunk.json +++ b/src/data/english/jewels_materials/agnidus_agate_chunk.json @@ -3,12 +3,7 @@ "id": "agnidus_agate_chunk", "name": "Agnidus Agate Chunk", "description": "\"A pilgrimage for a wish; a battle to earn a name...
Burnt to cinders for a dream.\"", - "source": [ - "Dropped by Lv. 60+ Pyro Regisvines", - "Dropped by Lv. 60+ Pyro Hypostases", - "Dropped by Lv. 60+ Emperor of Fire and Iron", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/agnidus_agate_fragment.json b/src/data/english/jewels_materials/agnidus_agate_fragment.json index 6f34eb816..2c8581fb4 100644 --- a/src/data/english/jewels_materials/agnidus_agate_fragment.json +++ b/src/data/english/jewels_materials/agnidus_agate_fragment.json @@ -3,12 +3,7 @@ "id": "agnidus_agate_fragment", "name": "Agnidus Agate Fragment", "description": "\"A pilgrimage for a wish; a battle to earn a name...\"", - "source": [ - "Dropped by Lv. 40+ Pyro Regisvines", - "Dropped by Lv. 40+ Pyro Hypostases", - "Dropped by Lv. 40+ Emperor of Fire and Iron", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/agnidus_agate_gemstone.json b/src/data/english/jewels_materials/agnidus_agate_gemstone.json index 93076f482..8f8654e1c 100644 --- a/src/data/english/jewels_materials/agnidus_agate_gemstone.json +++ b/src/data/english/jewels_materials/agnidus_agate_gemstone.json @@ -3,12 +3,7 @@ "id": "agnidus_agate_gemstone", "name": "Agnidus Agate Gemstone", "description": "\"A pilgrimage for a wish; a battle to earn a name...
Burnt to cinders for a dream.
If the intention yet remains, achieved ██'s truth he has.\"", - "source": [ - "Dropped by Lv. 75+ Pyro Regisvines", - "Dropped by Lv. 75+ Pyro Hypostases", - "Dropped by Lv. 75+ Emperor of Fire and Iron", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/agnidus_agate_sliver.json b/src/data/english/jewels_materials/agnidus_agate_sliver.json index e75e0aa61..c0053261d 100644 --- a/src/data/english/jewels_materials/agnidus_agate_sliver.json +++ b/src/data/english/jewels_materials/agnidus_agate_sliver.json @@ -4,10 +4,8 @@ "name": "Agnidus Agate Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Pyro Regisvines", - "Dropped by Pyro Hypostases", - "Dropped by the Emperor of Fire and Iron", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/jewels_materials/nagadus_emerald_chunk.json b/src/data/english/jewels_materials/nagadus_emerald_chunk.json index e3a987df1..d4f979a04 100644 --- a/src/data/english/jewels_materials/nagadus_emerald_chunk.json +++ b/src/data/english/jewels_materials/nagadus_emerald_chunk.json @@ -3,11 +3,7 @@ "id": "nagadus_emerald_chunk", "name": "Nagadus Emerald Chunk", "description": "\"I had a very, very long dream...\"
\"In it, people were holding hands, dancing in a circle, be they sages or fools, dancers or warriors, puppets or statues of gods...\"", - "source": [ - "Dropped by Lv. 60+ Jadeplume Terrorshroom", - "Dropped by Lv. 60+ Dendro Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/nagadus_emerald_fragment.json b/src/data/english/jewels_materials/nagadus_emerald_fragment.json index ab418ddf9..e642159b2 100644 --- a/src/data/english/jewels_materials/nagadus_emerald_fragment.json +++ b/src/data/english/jewels_materials/nagadus_emerald_fragment.json @@ -3,11 +3,7 @@ "id": "nagadus_emerald_fragment", "name": "Nagadus Emerald Fragment", "description": "\"I had a very, very long dream...\"", - "source": [ - "Dropped by Lv. 40+ Jadeplume Terrorshroom", - "Dropped by Lv. 40+ Dendro Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/nagadus_emerald_gemstone.json b/src/data/english/jewels_materials/nagadus_emerald_gemstone.json index fb7f862cf..63d6e3837 100644 --- a/src/data/english/jewels_materials/nagadus_emerald_gemstone.json +++ b/src/data/english/jewels_materials/nagadus_emerald_gemstone.json @@ -3,11 +3,7 @@ "id": "nagadus_emerald_gemstone", "name": "Nagadus Emerald Gemstone", "description": "\"I had a very, very long dream...\"
\"In it, people were holding hands, dancing in a circle, be they sages or fools, dancers or warriors, puppets or statues of gods...\"
\"That dancing circle embodied everything about the universe. Life has always been the end, while it is wisdom that shall be the means.\"", - "source": [ - "Dropped by Lv. 75+ Jadeplume Terrorshroom", - "Dropped by Lv. 75+ Dendro Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/nagadus_emerald_sliver.json b/src/data/english/jewels_materials/nagadus_emerald_sliver.json index be2fed99c..a6247f345 100644 --- a/src/data/english/jewels_materials/nagadus_emerald_sliver.json +++ b/src/data/english/jewels_materials/nagadus_emerald_sliver.json @@ -3,10 +3,7 @@ "id": "nagadus_emerald_sliver", "name": "Nagadus Emerald Sliver", "description": "Character Ascension material.", - "source": [ - "Dropped by Jadeplume Terrorshroom", - "Dropped by Dendro Hypostases" - ], + "source": ["Check the Enemies Tab in the Adventurer Handbook"], "rarity": 2, "convert": [ [ diff --git a/src/data/english/jewels_materials/prithiva_topaz_chunk.json b/src/data/english/jewels_materials/prithiva_topaz_chunk.json index d9b001fcb..e05acc7be 100644 --- a/src/data/english/jewels_materials/prithiva_topaz_chunk.json +++ b/src/data/english/jewels_materials/prithiva_topaz_chunk.json @@ -3,13 +3,7 @@ "id": "prithiva_topaz_chunk", "name": "Prithiva Topaz Chunk", "description": "\"The currencies that flow through this land are my flesh and blood.
For thus did I become the guarantor of the people's hard work, wisdom, and future.\"", - "source": [ - "Dropped by Lv. 60+ Geo Hypostases", - "Dropped by Lv. 60+ Golden Wolflords", - "Dropped by Lv. 60+ Ruin Serpents", - "Dropped by Lv. 60+ Experimental Field Generators", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/prithiva_topaz_fragment.json b/src/data/english/jewels_materials/prithiva_topaz_fragment.json index 6452826c8..5e648ef2e 100644 --- a/src/data/english/jewels_materials/prithiva_topaz_fragment.json +++ b/src/data/english/jewels_materials/prithiva_topaz_fragment.json @@ -3,13 +3,7 @@ "id": "prithiva_topaz_fragment", "name": "Prithiva Topaz Fragment", "description": "\"The currencies that flow through this land are my flesh and blood.\"", - "source": [ - "Dropped by Lv. 40+ Geo Hypostases", - "Dropped by Lv. 40+ Golden Wolflords", - "Dropped by Lv. 40+ Ruin Serpents", - "Dropped by Lv. 40+ Experimental Field Generators", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/prithiva_topaz_gemstone.json b/src/data/english/jewels_materials/prithiva_topaz_gemstone.json index 626b99177..991952ab3 100644 --- a/src/data/english/jewels_materials/prithiva_topaz_gemstone.json +++ b/src/data/english/jewels_materials/prithiva_topaz_gemstone.json @@ -3,13 +3,7 @@ "id": "prithiva_topaz_gemstone", "name": "Prithiva Topaz Gemstone", "description": "\"The currencies that flow through this land are my flesh and blood.
For thus did I become the guarantor of the people's hard work, wisdom, and future.
This is the trust I have placed in them. Betray it, and you taint my blood.\"", - "source": [ - "Dropped by Lv. 75+ Geo Hypostases", - "Dropped by Lv. 75+ Golden Wolflords", - "Dropped by Lv. 75+ Ruin Serpents", - "Dropped by Lv. 75+ Experimental Field Generators", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/prithiva_topaz_sliver.json b/src/data/english/jewels_materials/prithiva_topaz_sliver.json index 9f379be78..ae07cda23 100644 --- a/src/data/english/jewels_materials/prithiva_topaz_sliver.json +++ b/src/data/english/jewels_materials/prithiva_topaz_sliver.json @@ -4,11 +4,8 @@ "name": "Prithiva Topaz Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Geo Hypostases", - "Dropped by Golden Wolflords", - "Dropped by Ruin Serpents", - "Dropped by Experimental Field Generators", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/jewels_materials/shivada_jade_chunk.json b/src/data/english/jewels_materials/shivada_jade_chunk.json index ced0121ac..0954f7ddc 100644 --- a/src/data/english/jewels_materials/shivada_jade_chunk.json +++ b/src/data/english/jewels_materials/shivada_jade_chunk.json @@ -3,11 +3,7 @@ "id": "shivada_jade_chunk", "name": "Shivada Jade Chunk", "description": "\"Sorry...\"
\"...to also have you shoulder the grievances of the world.\"", - "source": [ - "Dropped by Lv. 60+ Cryo Regisvines", - "Dropped by Lv. 60+ Cryo Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/shivada_jade_fragment.json b/src/data/english/jewels_materials/shivada_jade_fragment.json index 659389d23..1ed49e69d 100644 --- a/src/data/english/jewels_materials/shivada_jade_fragment.json +++ b/src/data/english/jewels_materials/shivada_jade_fragment.json @@ -3,11 +3,7 @@ "id": "shivada_jade_fragment", "name": "Shivada Jade Fragment", "description": "\"Sorry...\"", - "source": [ - "Dropped by Lv. 40+ Cryo Regisvines", - "Dropped by Lv. 40+ Cryo Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/shivada_jade_gemstone.json b/src/data/english/jewels_materials/shivada_jade_gemstone.json index 0308d0b39..f95af01fa 100644 --- a/src/data/english/jewels_materials/shivada_jade_gemstone.json +++ b/src/data/english/jewels_materials/shivada_jade_gemstone.json @@ -3,11 +3,7 @@ "id": "shivada_jade_gemstone", "name": "Shivada Jade Gemstone", "description": "\"Sorry... to also have you shoulder the grievances of the world.
\"Since you could endure my bitter cold, you must have the desire to burn?
\"Then, burn away the old world for me.\"", - "source": [ - "Dropped by Lv. 75+ Cryo Regisvines", - "Dropped by Lv. 75+ Cryo Hypostases", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/shivada_jade_sliver.json b/src/data/english/jewels_materials/shivada_jade_sliver.json index 2d4afa870..1767e9f82 100644 --- a/src/data/english/jewels_materials/shivada_jade_sliver.json +++ b/src/data/english/jewels_materials/shivada_jade_sliver.json @@ -4,9 +4,8 @@ "name": "Shivada Jade Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Cryo Regisvines", - "Dropped by Cryo Hypostases", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/jewels_materials/vajrada_amethyst_chunk.json b/src/data/english/jewels_materials/vajrada_amethyst_chunk.json index 0b783c10c..b34522233 100644 --- a/src/data/english/jewels_materials/vajrada_amethyst_chunk.json +++ b/src/data/english/jewels_materials/vajrada_amethyst_chunk.json @@ -3,13 +3,7 @@ "id": "vajrada_amethyst_chunk", "name": "Vajrada Amethyst Chunk", "description": "\"This body is the noblest and most eminent of all in this world.
It should hold absolute control over this world.\"", - "source": [ - "Dropped by Lv. 60+ Electro Hypostases", - "Dropped by Lv. 60+ Thunder Manifestations", - "Dropped by Lv. 60+ Electro Regisvines", - "Dropped by Lv. 60+ Millennial Pearl Seahorses", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/vajrada_amethyst_fragment.json b/src/data/english/jewels_materials/vajrada_amethyst_fragment.json index 2352a6470..fc310635c 100644 --- a/src/data/english/jewels_materials/vajrada_amethyst_fragment.json +++ b/src/data/english/jewels_materials/vajrada_amethyst_fragment.json @@ -3,13 +3,7 @@ "id": "vajrada_amethyst_fragment", "name": "Vajrada Amethyst Fragment", "description": "\"This body is the noblest and most eminent of all in this world.\"", - "source": [ - "Dropped by Lv. 40+ Electro Hypostases", - "Dropped by Lv. 40+ Thunder Manifestations", - "Dropped by Lv. 40+ Electro Regisvines", - "Dropped by Lv. 40+ Millennial Pearl Seahorses", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/vajrada_amethyst_gemstone.json b/src/data/english/jewels_materials/vajrada_amethyst_gemstone.json index 5329f0f30..6e97cf9cf 100644 --- a/src/data/english/jewels_materials/vajrada_amethyst_gemstone.json +++ b/src/data/english/jewels_materials/vajrada_amethyst_gemstone.json @@ -3,13 +3,7 @@ "id": "vajrada_amethyst_gemstone", "name": "Vajrada Amethyst Gemstone", "description": "\"This body is the noblest and most eminent of all in this world.
\"It should hold absolute control over this world.
\"It once promised its people a dream: the never-changing 'eternity.'\"", - "source": [ - "Dropped by Lv. 75+ Electro Hypostases", - "Dropped by Lv. 75+ Thunder Manifestations", - "Dropped by Lv. 75+ Electro Regisvines", - "Dropped by Lv. 75+ Millennial Pearl Seahorses", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/vajrada_amethyst_sliver.json b/src/data/english/jewels_materials/vajrada_amethyst_sliver.json index b98f638e5..4d6120086 100644 --- a/src/data/english/jewels_materials/vajrada_amethyst_sliver.json +++ b/src/data/english/jewels_materials/vajrada_amethyst_sliver.json @@ -4,11 +4,8 @@ "name": "Vajrada Amethyst Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Electro Hypostases", - "Dropped by Thunder Manifestations", - "Dropped by Electro Regisvines", - "Dropped by Millennial Pearl Seahorses", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/jewels_materials/varunada_lazurite_chunk.json b/src/data/english/jewels_materials/varunada_lazurite_chunk.json index 88a5173ef..a301962eb 100644 --- a/src/data/english/jewels_materials/varunada_lazurite_chunk.json +++ b/src/data/english/jewels_materials/varunada_lazurite_chunk.json @@ -3,12 +3,7 @@ "id": "varunada_lazurite_chunk", "name": "Varunada Lazurite Chunk", "description": "\"My ideals have no stains.
I must correct you. People here bear no sins in the eyes of the gods...\"", - "source": [ - "Dropped by Lv. 60+ Oceanids", - "Dropped by Lv. 60+ Hydro Hypostases", - "Dropped by Lv. 60+ Hydro Tulpas", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/varunada_lazurite_fragment.json b/src/data/english/jewels_materials/varunada_lazurite_fragment.json index 1f809fea6..feb3fd1c3 100644 --- a/src/data/english/jewels_materials/varunada_lazurite_fragment.json +++ b/src/data/english/jewels_materials/varunada_lazurite_fragment.json @@ -3,12 +3,7 @@ "id": "varunada_lazurite_fragment", "name": "Varunada Lazurite Fragment", "description": "\"My ideals have no stains.\"", - "source": [ - "Dropped by Lv. 40+ Oceanids", - "Dropped by Lv. 40+ Hydro Hypostases", - "Dropped by Lv. 40+ Hydro Tulpas", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/varunada_lazurite_gemstone.json b/src/data/english/jewels_materials/varunada_lazurite_gemstone.json index c22e74a87..4bc15674e 100644 --- a/src/data/english/jewels_materials/varunada_lazurite_gemstone.json +++ b/src/data/english/jewels_materials/varunada_lazurite_gemstone.json @@ -3,12 +3,7 @@ "id": "varunada_lazurite_gemstone", "name": "Varunada Lazurite Gemstone", "description": "\"My ideals have no stains.
I must correct you. People here bear no sins in the eyes of the gods... Only laws and the Tribunal can judge someone.
They can judge even me. So praise my magnificence and purity.\"", - "source": [ - "Dropped by Lv. 75+ Oceanids", - "Dropped by Lv. 75+ Hydro Hypostases", - "Dropped by Lv. 75+ Hydro Tulpas", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/varunada_lazurite_sliver.json b/src/data/english/jewels_materials/varunada_lazurite_sliver.json index 29dc18eb8..5d4aad149 100644 --- a/src/data/english/jewels_materials/varunada_lazurite_sliver.json +++ b/src/data/english/jewels_materials/varunada_lazurite_sliver.json @@ -4,10 +4,8 @@ "name": "Varunada Lazurite Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Oceanids", - "Dropped by Hydro Hypostases", - "Dropped by Hydro Tulpas", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/jewels_materials/vayuda_turquoise_chunk.json b/src/data/english/jewels_materials/vayuda_turquoise_chunk.json index da86d71f2..3b3fa0c49 100644 --- a/src/data/english/jewels_materials/vayuda_turquoise_chunk.json +++ b/src/data/english/jewels_materials/vayuda_turquoise_chunk.json @@ -3,11 +3,7 @@ "id": "vayuda_turquoise_chunk", "name": "Vayuda Turquoise Chunk", "description": "\"Still, the winds change direction.
Someday, they will blow towards a brighter future...\"", - "source": [ - "Dropped by Lv. 60+ Anemo Hypostases", - "Dropped by Lv. 60+ Setekh Wenut", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 4, "craft": { "cost": 900, diff --git a/src/data/english/jewels_materials/vayuda_turquoise_fragment.json b/src/data/english/jewels_materials/vayuda_turquoise_fragment.json index f22e64c9a..18fbf6d4f 100644 --- a/src/data/english/jewels_materials/vayuda_turquoise_fragment.json +++ b/src/data/english/jewels_materials/vayuda_turquoise_fragment.json @@ -3,11 +3,7 @@ "id": "vayuda_turquoise_fragment", "name": "Vayuda Turquoise Fragment", "description": "\"Still, the winds change direction.\"", - "source": [ - "Dropped by Lv. 40+ Anemo Hypostases", - "Dropped by Lv. 40+ Setekh Wenut", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 3, "craft": { "cost": 300, diff --git a/src/data/english/jewels_materials/vayuda_turquoise_gemstone.json b/src/data/english/jewels_materials/vayuda_turquoise_gemstone.json index c25b95600..eb9795b32 100644 --- a/src/data/english/jewels_materials/vayuda_turquoise_gemstone.json +++ b/src/data/english/jewels_materials/vayuda_turquoise_gemstone.json @@ -3,11 +3,7 @@ "id": "vayuda_turquoise_gemstone", "name": "Vayuda Turquoise Gemstone", "description": "\"Still, the winds change direction.
\"Someday, they will blow towards a brighter future...
\"Take my blessings and live leisurely from this day onward.\"", - "source": [ - "Dropped by Lv. 75+ Anemo Hypostases", - "Dropped by Lv. 75+ Setekh Wenut", - "Crafted" - ], + "source": ["Crafted", "Check the Enemies Tab in the Adventurer Handbook"], "rarity": 5, "craft": { "cost": 2700, diff --git a/src/data/english/jewels_materials/vayuda_turquoise_sliver.json b/src/data/english/jewels_materials/vayuda_turquoise_sliver.json index 88d354c77..cc374df71 100644 --- a/src/data/english/jewels_materials/vayuda_turquoise_sliver.json +++ b/src/data/english/jewels_materials/vayuda_turquoise_sliver.json @@ -4,9 +4,8 @@ "name": "Vayuda Turquoise Sliver", "description": "Character Ascension material.", "source": [ - "Dropped by Anemo Hypostases", - "Dropped by Setekh Wenut", - "Purchase from the Souvenir Shop" + "Purchase from the Souvenir Shop", + "Check the Enemies Tab in the Adventurer Handbook" ], "rarity": 2, "convert": [ diff --git a/src/data/english/local_materials/clearwater_jade.json b/src/data/english/local_materials/clearwater_jade.json new file mode 100644 index 000000000..1d7c602ba --- /dev/null +++ b/src/data/english/local_materials/clearwater_jade.json @@ -0,0 +1,11 @@ +{ + "_id": 101241, + "id": "clearwater_jade", + "name": "Clearwater Jade", + "description": "Jade from Chenyu Vale. Named for its cool, refreshing touch, that is much like clear water.", + "source": [ + "Found in the wild", + "Recommendation: Found in Chenyu Vale: Southern Mountain" + ], + "location": "Liyue" +} diff --git a/src/data/english/tcg_action/a_subordinates_skills.json b/src/data/english/tcg_action/a_subordinates_skills.json new file mode 100644 index 000000000..609dc8d20 --- /dev/null +++ b/src/data/english/tcg_action/a_subordinates_skills.json @@ -0,0 +1,35 @@ +{ + "_id": 213111, + "id": "a_subordinates_skills", + "name": "A Subordinate's Skills", + "title": "Thoma: A Subordinate's Skills", + "desc": "\"It looks like I'm responsible for another smile.\"", + "in_play_description": "When your Thoma, who has this card equipped, creates a Scorching Ooyoroi, its starting Usage(s) +1.", + "attributes": { + "cost": 3, + "cost_type": "Pyro", + "card_type": "Equipment Card", + "energy": [ + { + "_id": 1103, + "id": "pyro", + "type": "Pyro", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ], + "source": "Reward for inviting Thoma to a duel at The Cat's Tail and achieving all corresponding challenge objectives", + "tags": ["Talent", "Combat Action"] + }, + "skills": [ + { + "name": "", + "desc": "Combat Action: When your active character is Thoma, equip this card.
After Thoma equips this card, immediately use Crimson Ooyoroi once.
When your Thoma, who has this card equipped, creates a Scorching Ooyoroi, its starting Usage(s) +1.
(You must have Thoma in your deck to add this card to your deck.)" + } + ] +} diff --git a/src/data/english/tcg_action/echoes_of_an_offering.json b/src/data/english/tcg_action/echoes_of_an_offering.json index 376d82042..6c0c34768 100644 --- a/src/data/english/tcg_action/echoes_of_an_offering.json +++ b/src/data/english/tcg_action/echoes_of_an_offering.json @@ -17,6 +17,12 @@ "count": 2 } ], + "artifact": { + "_id": 215024, + "id": "echoes_of_an_offering", + "name": "Echoes of an Offering", + "rarity": 5 + }, "tags": ["Artifact"] }, "skills": [ diff --git a/src/data/english/tcg_action/fish_and_chips.json b/src/data/english/tcg_action/fish_and_chips.json index 96ec7446c..8774ec571 100644 --- a/src/data/english/tcg_action/fish_and_chips.json +++ b/src/data/english/tcg_action/fish_and_chips.json @@ -17,6 +17,12 @@ "count": 2 } ], + "food": { + "_id": 3402, + "id": "fish_and_chips", + "name": "Fish and Chips", + "rarity": 3 + }, "tags": ["Food"] }, "skills": [ diff --git a/src/data/english/tcg_action/flowing_rings.json b/src/data/english/tcg_action/flowing_rings.json index b71ee2ae1..948beea8f 100644 --- a/src/data/english/tcg_action/flowing_rings.json +++ b/src/data/english/tcg_action/flowing_rings.json @@ -9,6 +9,12 @@ "cost": 0, "card_type": "Equipment Card", "energy": [], + "artifact": { + "_id": 215024, + "id": "echoes_of_an_offering", + "name": "Echoes of an Offering", + "rarity": 5 + }, "tags": ["Artifact"] }, "skills": [ diff --git a/src/data/english/tcg_action/gilded_dreams.json b/src/data/english/tcg_action/gilded_dreams.json index 172eca68b..48dab5b9c 100644 --- a/src/data/english/tcg_action/gilded_dreams.json +++ b/src/data/english/tcg_action/gilded_dreams.json @@ -17,6 +17,12 @@ "count": 3 } ], + "artifact": { + "_id": 215026, + "id": "gilded_dreams", + "name": "Gilded Dreams", + "rarity": 5 + }, "tags": ["Artifact"] }, "skills": [ diff --git a/src/data/english/tcg_action/grieving_echo.json b/src/data/english/tcg_action/grieving_echo.json index e49aae969..7757242ef 100644 --- a/src/data/english/tcg_action/grieving_echo.json +++ b/src/data/english/tcg_action/grieving_echo.json @@ -6,16 +6,24 @@ "desc": "That which drives the Thunder Manifestation is a much more primal fury...", "in_play_description": "When Thunder Manifestation, with this card equipped, is in play, when opponents with Lightning Rod attached take DMG: You draw 1 card (Once per Round)", "attributes": { - "cost": 0, + "cost": 3, + "cost_type": "Electro", "card_type": "Equipment Card", - "energy": [], + "energy": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 3 + } + ], "source": "Reward for accepting the Tavern Challenge against the Thunder Manifestation at The Cat's Tail and achieving all corresponding challenge objectives in a Friendly Fracas", - "tags": ["Talent"] + "tags": ["Talent", "Combat Action"] }, "skills": [ { "name": "", - "desc": "When Thunder Manifestation, with this card equipped, is in play, when opponents with Lightning Rod attached take DMG: You draw 1 card (Once per Round)
(Your deck must contain Thunder Manifestation to add this card to your deck)" + "desc": "Combat Action: When your active character is Thunder Manifestation, equip this card.
After Thunder Manifestation equips this card, immediately use Strifeful Lightning once.
When your Thunder Manifestation is on the field and has this card equipped, when an opponent with Lightning Rod attached takes DMG: You draw 1 card. (Once per Round)
(You must have Thunder Manifestation in your deck to add this card to your deck.)" } ] } diff --git a/src/data/english/tcg_action/heart_of_khvarenas_brilliance.json b/src/data/english/tcg_action/heart_of_khvarenas_brilliance.json index c0c90f094..fe014c9da 100644 --- a/src/data/english/tcg_action/heart_of_khvarenas_brilliance.json +++ b/src/data/english/tcg_action/heart_of_khvarenas_brilliance.json @@ -9,6 +9,12 @@ "cost": 0, "card_type": "Equipment Card", "energy": [], + "artifact": { + "_id": 215030, + "id": "vourukashas_glow", + "name": "Vourukasha's Glow", + "rarity": 5 + }, "tags": ["Artifact"] }, "skills": [ diff --git a/src/data/english/tcg_action/in_every_house_a_stove.json b/src/data/english/tcg_action/in_every_house_a_stove.json index ffde3ed18..f280db29a 100644 --- a/src/data/english/tcg_action/in_every_house_a_stove.json +++ b/src/data/english/tcg_action/in_every_house_a_stove.json @@ -22,7 +22,7 @@ "skills": [ { "name": "", - "desc": "Draw a number of cards equal to the current Round number. (Up to 4 cards can be drawn in this way)
(Only one \"Arcane Legend\" card can be played for the entire game. This card will be in your starting hand.)" + "desc": "Draw a number of cards equal to the current Round number minus 1. (Up to 4 cards can be drawn in this way)
(Only one \"Arcane Legend\" card can be played for the entire game. This card will be in your starting hand.)" } ] } diff --git a/src/data/english/tcg_action/jeht.json b/src/data/english/tcg_action/jeht.json new file mode 100644 index 000000000..44e964928 --- /dev/null +++ b/src/data/english/tcg_action/jeht.json @@ -0,0 +1,28 @@ +{ + "_id": 322022, + "id": "jeht", + "name": "Jeht", + "title": "Drifting Sand, Drifting Dreams: Jeht", + "desc": "\"Here's a thousand hugs! We will meet again!\"\\n\"May we meet again under a lovelier sun.\"", + "in_play_description": "", + "attributes": { + "cost": 2, + "cost_type": "Unaligned Element", + "card_type": "Support Card", + "energy": [ + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ], + "tags": ["Companion"] + }, + "skills": [ + { + "name": "", + "desc": "This card will record the number of cards discarded from your Support Zone during this match as Sophistication points. (Max 6 points)
After your characters use an Elemental Burst: If this card has recorded at least 5 Sophistication points, discard this card and generate Omni Element equal to the number of Sophistication points minus 2." + } + ] +} diff --git a/src/data/english/tcg_action/machine_assembly_line.json b/src/data/english/tcg_action/machine_assembly_line.json new file mode 100644 index 000000000..5598db205 --- /dev/null +++ b/src/data/english/tcg_action/machine_assembly_line.json @@ -0,0 +1,19 @@ +{ + "_id": 332028, + "id": "machine_assembly_line", + "name": "Machine Assembly Line", + "title": "Machine Assembly Line", + "desc": "Countless widgets, heated and forged, eventually go into making these exceptional machines, and to the inmates of the Fortress of Meropide, they mean valuable Credit Coupons...", + "in_play_description": "", + "attributes": { + "cost": 0, + "card_type": "Event Card", + "energy": [] + }, + "skills": [ + { + "name": "", + "desc": "Each time after your character is targeted by and takes DMG or is healed: Accumulate 1 point of Battle-Readiness (Max 2 points).
When you play a Weapon or Artifact with an original cost of no more Dice than you have Battle-Readiness points: Clear all Battle-Readiness points and play that card for free." + } + ] +} diff --git a/src/data/english/tcg_action/matsutake_meat_rolls.json b/src/data/english/tcg_action/matsutake_meat_rolls.json new file mode 100644 index 000000000..9fb853dec --- /dev/null +++ b/src/data/english/tcg_action/matsutake_meat_rolls.json @@ -0,0 +1,28 @@ +{ + "_id": 333014, + "id": "matsutake_meat_rolls", + "name": "Matsutake Meat Rolls", + "title": "Matsutake Meat Rolls", + "desc": "Ground meat is put on the Matsutake and gently pan-fried on low heat so the Matsutake can fully take in the aromatic juice of the meat. It's a mouthwatering delicacy in all of its glory.", + "in_play_description": "", + "attributes": { + "cost": 2, + "cost_type": "Matching Element", + "card_type": "Event Card", + "energy": [ + { + "_id": 1108, + "id": "matching_element", + "type": "Matching Element", + "count": 2 + } + ], + "tags": ["Food"] + }, + "skills": [ + { + "name": "", + "desc": "Heal the target character for 2 HP. For the next 3 Rounds, heal this character for 1 HP again during the End Phase.
(A character can consume at most 1 Food per Round)" + } + ] +} diff --git a/src/data/english/tcg_action/pearl_solidification.json b/src/data/english/tcg_action/pearl_solidification.json new file mode 100644 index 000000000..8d49c2f29 --- /dev/null +++ b/src/data/english/tcg_action/pearl_solidification.json @@ -0,0 +1,21 @@ +{ + "_id": 224031, + "id": "pearl_solidification", + "name": "Pearl Solidification", + "title": "Millennial Pearl Seahorse: Pearl Solidification", + "desc": "Xenomare Pearl, Fontemer Hoarthunder... The seahorse-shaped phantasmal beast, though a solitary king, has neither an opulent court nor the ruins of one. What it does have, however, is the majesty and might to send other Fontemer Aberrants skittering away from it in terror...", + "in_play_description": "When the Fontemer Pearl attached to Millennial Pearl Seahorse negates DMG from Summons, change to Usage(s) not being consumed twice per Round.", + "attributes": { + "cost": 0, + "card_type": "Equipment Card", + "energy": [], + "source": "Reward for accepting the Tavern Challenge against Millennial Pearl Seahorse at The Cat's Tail and achieving all corresponding challenge objectives in a Friendly Fracas", + "tags": ["Talent"] + }, + "skills": [ + { + "name": "", + "desc": "Can only be played if your active character is Millennial Pearl Seahorse: When played, Millennial Pearl Seahorse will have Fontemer Pearl with 1 Usage(s) attached to them. If they already have Fontemer Pearl attached, Usage(s) +1 instead.
When the Fontemer Pearl attached to Millennial Pearl Seahorse negates DMG from Summons, change to Usage(s) not being consumed twice per Round.
(Your deck must contain Millennial Pearl Seahorse to add this card to your deck)" + } + ] +} diff --git a/src/data/english/tcg_action/rending_vortex.json b/src/data/english/tcg_action/rending_vortex.json index a83495242..4cace0612 100644 --- a/src/data/english/tcg_action/rending_vortex.json +++ b/src/data/english/tcg_action/rending_vortex.json @@ -4,7 +4,7 @@ "name": "Rending Vortex", "title": "Dvalin: Rending Vortex", "desc": "But never forget that dust can be wiped away, and the power of doubt and poison can be shattered.", - "in_play_description": "When your Dvalin, who has this card equipped, is on the field, when Total Collapse attached to opposing active character is removed: Apply Total Collapse to the next opposing standby character. (Once per Round)", + "in_play_description": "When your Dvalin, who has this card equipped, is on the field, when Total Collapse attached to an opposing character is removed: Apply Total Collapse to the next opposing standby character. (Once per Round)", "attributes": { "cost": 3, "cost_type": "Anemo", @@ -23,7 +23,7 @@ "skills": [ { "name": "", - "desc": "Combat Action: When your active character is Dvalin, equip this card.
After Dvalin equips this card, immediately use Tempestuous Barrage once.
When your Dvalin, who has this card equipped, is on the field, when Total Collapse attached to opposing active character is removed: Apply Total Collapse to the next opposing standby character. (Once per Round)
(You must have Dvalinin your deck to add this card to your deck.)" + "desc": "Combat Action: When your active character is Dvalin, equip this card.
After Dvalin equips this card, immediately use Tempestuous Barrage once.
When your Dvalin, who has this card equipped, is on the field, when Total Collapse attached to an opposing character is removed: Apply Total Collapse to the next opposing standby character. (Once per Round)
(You must have Dvalinin your deck to add this card to your deck.)" } ] } diff --git a/src/data/english/tcg_action/sapwood_blade.json b/src/data/english/tcg_action/sapwood_blade.json new file mode 100644 index 000000000..947b7422a --- /dev/null +++ b/src/data/english/tcg_action/sapwood_blade.json @@ -0,0 +1,28 @@ +{ + "_id": 311507, + "id": "sapwood_blade", + "name": "Sapwood Blade", + "title": "Forest Sanctuary: Sapwood Blade", + "desc": "\"...Even so, your stories and mine will leave their traces in the depths of the desert, like the footprints of the Forest Kind.\"\\n\"So shall past friendships peacefully sleep, like an Aranara transformed into a seed.\"", + "in_play_description": "Character deals +1 DMG.", + "attributes": { + "cost": 3, + "cost_type": "Unaligned Element", + "card_type": "Equipment Card", + "energy": [ + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 3 + } + ], + "tags": ["Weapon", "Sword"] + }, + "skills": [ + { + "name": "", + "desc": "The character deals +1 DMG.
When entering play: When the character to which this is attached next uses a Normal Attack during this Round: Create 2 Elemental Dice of this character's Elemental Type.
(Only Sword Characters can equip this. A character can equip a maximum of 1 Weapon)" + } + ] +} diff --git a/src/data/english/tcg_action/silver_and_melus.json b/src/data/english/tcg_action/silver_and_melus.json new file mode 100644 index 000000000..cf26ca622 --- /dev/null +++ b/src/data/english/tcg_action/silver_and_melus.json @@ -0,0 +1,28 @@ +{ + "_id": 322023, + "id": "silver_and_melus", + "name": "Silver and Melus", + "title": "The Best Attendants: Silver and Melus", + "desc": "\"Don't be afraid. We will protect you to the very end.\"", + "in_play_description": "", + "attributes": { + "cost": 1, + "cost_type": "Matching Element", + "card_type": "Support Card", + "energy": [ + { + "_id": 1108, + "id": "matching_element", + "type": "Matching Element", + "count": 1 + } + ], + "tags": ["Companion"] + }, + "skills": [ + { + "name": "", + "desc": "This card will record the number of types of Elemental DMG opposing characters have taken during this match as points of Attendant's Attentiveness. (Max 4 points)
End Phase: If you have at least 3 Attendant's Attentiveness points, discard this card and draw cards equal to the amount of Attendant's Attentiveness points." + } + ] +} diff --git a/src/data/english/tcg_action/skiving_new_and_improved.json b/src/data/english/tcg_action/skiving_new_and_improved.json new file mode 100644 index 000000000..3499e476e --- /dev/null +++ b/src/data/english/tcg_action/skiving_new_and_improved.json @@ -0,0 +1,29 @@ +{ + "_id": 215071, + "id": "skiving_new_and_improved", + "name": "Skiving: New and Improved", + "title": "Sayu: Skiving: New and Improved", + "desc": "\"I should have just stayed in bed today.\"", + "in_play_description": "When your Sayu who has this card equipped is the active character, draw 2 cards when you trigger a Swirl reaction. (Once per Round)", + "attributes": { + "cost": 3, + "cost_type": "Anemo", + "card_type": "Equipment Card", + "energy": [ + { + "_id": 1105, + "id": "anemo", + "type": "Anemo", + "count": 3 + } + ], + "source": "Reward for inviting Sayu to a duel at The Cat's Tail and achieving all corresponding challenge objectives", + "tags": ["Talent", "Combat Action"] + }, + "skills": [ + { + "name": "", + "desc": "Combat Action: When your active character is Sayu, equip this card.
When Sayu equips this card, immediately use Yoohoo Art: Fuuin Dash once.
When your Sayu who has this card equipped is the active character, draw 2 cards when you trigger a Swirl reaction. (Once per Round)
(You must have Sayu in your deck to add this card to your deck.)" + } + ] +} diff --git a/src/data/english/tcg_action/sternfrost_prism.json b/src/data/english/tcg_action/sternfrost_prism.json new file mode 100644 index 000000000..13f05c4f2 --- /dev/null +++ b/src/data/english/tcg_action/sternfrost_prism.json @@ -0,0 +1,29 @@ +{ + "_id": 221031, + "id": "sternfrost_prism", + "name": "Sternfrost Prism", + "title": "Cryo Hypostasis: Sternfrost Prism", + "desc": "Despite its highly stable form and almost machine-like movements, it must still meticulously defend its weak spot...", + "in_play_description": "After Cryo Hypostasis, who has this card equipped, triggers Cryo Crystal Core: Attach Sheer Cold to the opposing active character.", + "attributes": { + "cost": 1, + "cost_type": "Cryo", + "card_type": "Equipment Card", + "energy": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 1 + } + ], + "source": "Reward for accepting the Tavern Challenge against the Cryo Hypostasis at The Cat's Tail and achieving all corresponding challenge objectives in a Friendly Fracas", + "tags": ["Talent"] + }, + "skills": [ + { + "name": "", + "desc": "Can only be played if your active character is Cryo Hypostasis: Attach Cryo Crystal Core to them.
After Cryo Hypostasis, who has this card equipped, triggers Cryo Crystal Core: Attach Sheer Cold to the opposing active character.
(Your deck must contain Cryo Hypostasis to add this card to your deck)" + } + ] +} diff --git a/src/data/english/tcg_action/sunyata_flower.json b/src/data/english/tcg_action/sunyata_flower.json new file mode 100644 index 000000000..5737b6704 --- /dev/null +++ b/src/data/english/tcg_action/sunyata_flower.json @@ -0,0 +1,19 @@ +{ + "_id": 332029, + "id": "sunyata_flower", + "name": "Sunyata Flower", + "title": "Sunyata Flower", + "desc": "\"This vibrant color is the miracle of life's flowing springs.\"\\n\"Abide with me, sing and caper with me, and let us weave eternal joy\"...", + "in_play_description": "", + "attributes": { + "cost": 0, + "card_type": "Event Card", + "energy": [] + }, + "skills": [ + { + "name": "", + "desc": "Select a card from your Support Zone and discard it. After that, randomly generate 2 Support Cards in your hand.
During the Round, the next time you play a Support Card: Spend 1 less Elemental Die." + } + ] +} diff --git a/src/data/english/tcg_action/timaeus.json b/src/data/english/tcg_action/timaeus.json index 205f2466e..5e0453296 100644 --- a/src/data/english/tcg_action/timaeus.json +++ b/src/data/english/tcg_action/timaeus.json @@ -23,7 +23,7 @@ "skills": [ { "name": "", - "desc": "Comes with 2 Transmutation Materials when played. If your deck originally includes at least 6 Artifact cards, you will randomly also draw 1 Artifact Card from your deck.
End Phase: This card will gain 1 Transmutation Material.
When playing an Artifact Card: If possible, spend Transmutation Materials equal to the total cost of the Artifact and equip this Artifact for free. (Once per Round)" + "desc": "When played: Comes with 2 Transmutation Materials. If your deck originally includes at least 6 Artifact cards, you will randomly also draw 1 Artifact Card from your deck.
End Phase: This card will gain 1 Transmutation Material.
When playing an Artifact Card: If possible, spend Transmutation Materials equal to the total cost of the Artifact and equip this Artifact for free. (Once per Round)" } ] } diff --git a/src/data/english/tcg_action/veterans_visage.json b/src/data/english/tcg_action/veterans_visage.json new file mode 100644 index 000000000..25f1585bd --- /dev/null +++ b/src/data/english/tcg_action/veterans_visage.json @@ -0,0 +1,28 @@ +{ + "_id": 312023, + "id": "veterans_visage", + "name": "Veteran's Visage", + "title": "Face of Glory: Veteran's Visage", + "desc": "\"Yet even though the scars can be covered, the wounds laid on one's heart will not disappear.\"", + "in_play_description": "After this character takes DMG or is healed: Based on the number of times this effect has been triggered this Round, the effects will be different.
First Trigger: Create 1 Elemental Die of the character's Elemental Type.
Second Trigger: Draw 1 card.", + "attributes": { + "cost": 2, + "cost_type": "Unaligned Element", + "card_type": "Equipment Card", + "energy": [ + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ], + "tags": ["Artifact"] + }, + "skills": [ + { + "name": "", + "desc": "After this character takes DMG or is healed: Based on the number of times this effect has been triggered this Round, the effects will be different.
First Trigger: Create 1 Elemental Die of the character's Elemental Type.
Second Trigger: Draw 1 card.
(A character can equip a maximum of 1 Artifact)" + } + ] +} diff --git a/src/data/english/tcg_action/vourukashas_glow.json b/src/data/english/tcg_action/vourukashas_glow.json index e50097ea2..2eb3c1ee9 100644 --- a/src/data/english/tcg_action/vourukashas_glow.json +++ b/src/data/english/tcg_action/vourukashas_glow.json @@ -4,7 +4,7 @@ "name": "Vourukasha's Glow", "title": "Scions of the Khvarena: Vourukasha's Glow", "desc": "\"Many spirits dwell in the sea, and they carry the wishes of grass, tree, and dew, cleansing all filth.\\nMany spirits dwell in the sea, and they sing of the three mothers — of verdure, of sweet dew, and fresh flowers.\"", - "in_play_description": "After this character takes DMG: If the character to which this is attached is the active character, then draw 1 card. (Once per Round)
End Phase: Heal the attached character for 1 HP.", + "in_play_description": "After this character takes DMG: If the character to which this is attached is the active character, then draw 1 card. During this End Phase, heal the attached character for 1 HP. (Once per Round)", "attributes": { "cost": 1, "cost_type": "Matching Element", @@ -17,12 +17,18 @@ "count": 1 } ], + "artifact": { + "_id": 215030, + "id": "vourukashas_glow", + "name": "Vourukasha's Glow", + "rarity": 5 + }, "tags": ["Artifact"] }, "skills": [ { "name": "", - "desc": "After this character takes DMG: If the character to which this is attached is the active character, then draw 1 card. (Once per Round)
End Phase: Heal the attached character for 1 HP.
(A character can equip a maximum of 1 Artifact)" + "desc": "After this character takes DMG: If the character to which this is attached is the active character, then draw 1 card. During this End Phase, heal the attached character for 1 HP. (Once per Round)
(A character can equip a maximum of 1 Artifact)" } ] } diff --git a/src/data/english/tcg_action/wagner.json b/src/data/english/tcg_action/wagner.json index e2c070d75..3a05d87a0 100644 --- a/src/data/english/tcg_action/wagner.json +++ b/src/data/english/tcg_action/wagner.json @@ -23,7 +23,7 @@ "skills": [ { "name": "", - "desc": "Comes with 2 Forging Billets when played. If your deck originally includes at least 3 different types of Weapons, you will randomly also draw 1 Weapon Card from your deck.
End Phase: This card will gain 1 Forging Billet.
When playing a Weapon Card: If possible, spend Forging Billets equal to the total cost of the Weapon and equip this Weapon for free. (Once per Round)" + "desc": "When played: Comes with 2 Forging Billets. If your deck originally includes at least 3 different types of Weapons, you will randomly also draw 1 Weapon Card from your deck.
End Phase: This card will gain 1 Forging Billet.
When playing a Weapon Card: If possible, spend Forging Billets equal to the total cost of the Weapon and equip this Weapon for free. (Once per Round)" } ] } diff --git a/src/data/english/tcg_characters/abyss_lector_fathomless_flames.json b/src/data/english/tcg_characters/abyss_lector_fathomless_flames.json index 7bd2b0a88..93ceba28b 100644 --- a/src/data/english/tcg_characters/abyss_lector_fathomless_flames.json +++ b/src/data/english/tcg_characters/abyss_lector_fathomless_flames.json @@ -26,7 +26,7 @@ { "id": "flame_of_salvation", "name": "Flame of Salvation", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "searing_precept", "name": "Searing Precept", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "ominous_star", "name": "Ominous Star", - "desc": "Deals 3 Pyro DMG, summons 1 Darkfire Furnace.", + "desc": "Deals 3 Physical DMG, summons 1 Darkfire Furnace.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/albedo.json b/src/data/english/tcg_characters/albedo.json index 055855fbe..deb7ee7c7 100644 --- a/src/data/english/tcg_characters/albedo.json +++ b/src/data/english/tcg_characters/albedo.json @@ -62,7 +62,7 @@ { "id": "rite_of_progeniture_tectonic_tide", "name": "Rite of Progeniture: Tectonic Tide", - "desc": "Deals 4 Geo DMG. If Solar Isotoma is on the field, deals +2 DMG.", + "desc": "Deals 4 Physical DMG. If Solar Isotoma is on the field, deals +2 DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/alhaitham.json b/src/data/english/tcg_characters/alhaitham.json index d03e43dfd..71ae8005d 100644 --- a/src/data/english/tcg_characters/alhaitham.json +++ b/src/data/english/tcg_characters/alhaitham.json @@ -11,7 +11,18 @@ "element": "Dendro", "weapon": "Sword", "faction": ["Sumeru"], - "source": "Reward for inviting Alhaitham to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him" + "talent_card": { + "_id": 4765, + "id": "structuration", + "name": "Structuration" + }, + "source": "Reward for inviting Alhaitham to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him", + "character": { + "_id": 10000078, + "id": "alhaitham", + "name": "Alhaitham", + "rarity": 5 + } }, "skills": [ { @@ -37,7 +48,7 @@ { "id": "universality_an_elaboration_on_form", "name": "Universality: An Elaboration on Form", - "desc": "Deals 2 Dendro DMG. This character gains Chisel-Light Mirror.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. This character gains Chisel-Light Mirror.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +62,7 @@ { "id": "particular_field_fetters_of_phenomena", "name": "Particular Field: Fetters of Phenomena", - "desc": "Deals 4 Dendro DMG, consumes Chisel-Light Mirror, with the DMG bonus based on Chisel-Light Mirror's Duration (Rounds) consumed.
If Chisel-Light Mirror Duration (Rounds) consumed is 0/1/2, then apply Chisel-Light Mirror with 3/2/1 Duration (Rounds) to this character.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, consumes Chisel-Light Mirror, with the DMG bonus based on Chisel-Light Mirror's Duration (Rounds) consumed.
If Chisel-Light Mirror Duration (Rounds) consumed is 0/1/2, then apply Chisel-Light Mirror with 3/2/1 Duration (Rounds) to this character.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/amber.json b/src/data/english/tcg_characters/amber.json index 8026d0ec0..c1392ca4b 100644 --- a/src/data/english/tcg_characters/amber.json +++ b/src/data/english/tcg_characters/amber.json @@ -62,7 +62,7 @@ { "id": "fiery_rain", "name": "Fiery Rain", - "desc": "Deals 2 Pyro DMG, deals 2 Piercing DMG to all opposing characters on standby.", + "desc": "Deals 2 Physical DMG, deals 2 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/arataki_itto.json b/src/data/english/tcg_characters/arataki_itto.json index acce9df18..bb8eb00d7 100644 --- a/src/data/english/tcg_characters/arataki_itto.json +++ b/src/data/english/tcg_characters/arataki_itto.json @@ -48,7 +48,7 @@ { "id": "masatsu_zetsugi_akaushi_burst", "name": "Masatsu Zetsugi: Akaushi Burst!", - "desc": "Deals 1 Geo DMG. Summons Ushi. This character gains Superlative Superstrength.", + "desc": "Deals 1 Physical DMG. Summons Ushi. This character gains Superlative Superstrength.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "royal_descent_behold_itto_the_evil", "name": "Royal Descent: Behold, Itto the Evil!", - "desc": "Deals 4 Geo DMG. This character gains Raging Oni King.", + "desc": "Deals 4 Physical DMG. This character gains Raging Oni King.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/azhdaha.json b/src/data/english/tcg_characters/azhdaha.json index 658ae5755..dc49b7139 100644 --- a/src/data/english/tcg_characters/azhdaha.json +++ b/src/data/english/tcg_characters/azhdaha.json @@ -11,7 +11,16 @@ "element": "Geo", "weapon": "Other Weapons", "faction": ["Monster"], - "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Azhdaha" + "talent_card": { + "_id": 4772, + "id": "lunar_cycles_unending", + "name": "Lunar Cycles Unending" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Azhdaha", + "character": { + "id": "azhdaha", + "name": "Azhdaha" + } }, "skills": [ { @@ -37,7 +46,7 @@ { "id": "aura_of_majesty", "name": "Aura of Majesty", - "desc": "Deals 3 Geo DMG. If a Crystallize reaction occurs, then this character will perform Elemental Absorption.
If during the usage of this skill, the character hasn't absorbed an element's power yet, then Stone Facets: Elemental Crystallization will be attached.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. If a Crystallize reaction occurs, then this character will perform Elemental Absorption.
If during the usage of this skill, the character hasn't absorbed an element's power yet, then Stone Facets: Elemental Crystallization will be attached.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "decimating_rockfall", "name": "Decimating Rockfall", - "desc": "Deals 4 Geo DMG. DMG +1 for each element previously absorbed.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. DMG +1 for each element previously absorbed.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/baizhu.json b/src/data/english/tcg_characters/baizhu.json index 2cb9cb64a..5d06ff527 100644 --- a/src/data/english/tcg_characters/baizhu.json +++ b/src/data/english/tcg_characters/baizhu.json @@ -28,7 +28,7 @@ { "id": "the_classics_of_acupuncture", "name": "The Classics of Acupuncture", - "desc": "Deals 1 Dendro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "universal_diagnosis", "name": "Universal Diagnosis", - "desc": "Deals 1 Dendro DMG, summons 1 Gossamer Sprite.", + "desc": "Deals 1 Physical DMG, summons 1 Gossamer Sprite.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_characters/barbara.json b/src/data/english/tcg_characters/barbara.json index 31e041bb0..7d1e34362 100644 --- a/src/data/english/tcg_characters/barbara.json +++ b/src/data/english/tcg_characters/barbara.json @@ -28,7 +28,7 @@ { "id": "whisper_of_water", "name": "Whisper of Water", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "let_the_show_begin", "name": "Let the Show Begin♪", - "desc": "Deals 1 Hydro DMG, summons 1 Melody Loop.", + "desc": "Deals 1 Physical DMG, summons 1 Melody Loop.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_characters/beidou.json b/src/data/english/tcg_characters/beidou.json index 595f12f08..357496edd 100644 --- a/src/data/english/tcg_characters/beidou.json +++ b/src/data/english/tcg_characters/beidou.json @@ -62,7 +62,7 @@ { "id": "stormbreaker", "name": "Stormbreaker", - "desc": "Deals 2 Electro DMG, creates 1 Thunderbeast's Targe.", + "desc": "Deals 2 Physical DMG, creates 1 Thunderbeast's Targe.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/bennett.json b/src/data/english/tcg_characters/bennett.json index f85d3a0be..b1208692b 100644 --- a/src/data/english/tcg_characters/bennett.json +++ b/src/data/english/tcg_characters/bennett.json @@ -48,7 +48,7 @@ { "id": "passion_overload", "name": "Passion Overload", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "fantastic_voyage", "name": "Fantastic Voyage", - "desc": "Deals 2 Pyro DMG, creates 1 Inspiration Field.", + "desc": "Deals 2 Physical DMG, creates 1 Inspiration Field.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/candace.json b/src/data/english/tcg_characters/candace.json index 292e20327..bdf629f21 100644 --- a/src/data/english/tcg_characters/candace.json +++ b/src/data/english/tcg_characters/candace.json @@ -62,7 +62,7 @@ { "id": "sacred_rite_wagtails_tide", "name": "Sacred Rite: Wagtail's Tide", - "desc": "Deals 2 Hydro DMG and creates 1 Prayer of the Crimson Crown.", + "desc": "Deals 2 Physical DMG and creates 1 Prayer of the Crimson Crown.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/chongyun.json b/src/data/english/tcg_characters/chongyun.json index 28285a210..da745dc6d 100644 --- a/src/data/english/tcg_characters/chongyun.json +++ b/src/data/english/tcg_characters/chongyun.json @@ -48,7 +48,7 @@ { "id": "chonghuas_layered_frost", "name": "Chonghua's Layered Frost", - "desc": "Deals 3 Cryo DMG, creates 1 Chonghua Frost Field.", + "desc": "Deals 3 Physical DMG, creates 1 Chonghua Frost Field.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "cloudparting_star", "name": "Cloud-Parting Star", - "desc": "Deals 7 Cryo DMG.", + "desc": "Deals 7 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/collei.json b/src/data/english/tcg_characters/collei.json index b5e78f0df..f541c27ff 100644 --- a/src/data/english/tcg_characters/collei.json +++ b/src/data/english/tcg_characters/collei.json @@ -48,7 +48,7 @@ { "id": "floral_brush", "name": "Floral Brush", - "desc": "Deals 3 Dendro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "trumpcard_kitty", "name": "Trump-Card Kitty", - "desc": "Deals 2 Dendro DMG, summons 1 Cuilein-Anbar.", + "desc": "Deals 2 Physical DMG, summons 1 Cuilein-Anbar.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/cryo_hypostasis.json b/src/data/english/tcg_characters/cryo_hypostasis.json new file mode 100644 index 000000000..afae323b9 --- /dev/null +++ b/src/data/english/tcg_characters/cryo_hypostasis.json @@ -0,0 +1,79 @@ +{ + "_id": 2103, + "id": "cryo_hypostasis", + "name": "Cryo Hypostasis", + "title": "Cryo Hypostasis", + "desc": "Code name: Daleth. A high-purity Cryo entity.\\nIt doesn't seem all that good at ball sports...", + "attributes": { + "hp": 8, + "card_type": "Character Card", + "energy": 2, + "element": "Cryo", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Cryo Hypostasis" + }, + "skills": [ + { + "id": "icespike_shot", + "name": "Icespike Shot", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "ice_ring_waltz", + "name": "Ice Ring Waltz", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT]. This character gains Overwhelming Ice.", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 3 + } + ] + }, + { + "id": "plunging_ice_shards", + "name": "Plunging Ice Shards", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], deals 1 Piercing DMG to all opposing characters on standby, summons 1 Piercing Iceridge.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "cryo_crystal_core", + "name": "Cryo Crystal Core", + "desc": "(Passive) When the battle begins, this character gains Cryo Crystal Core.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_characters/cyno.json b/src/data/english/tcg_characters/cyno.json index 7cd32d1a2..fbe7063be 100644 --- a/src/data/english/tcg_characters/cyno.json +++ b/src/data/english/tcg_characters/cyno.json @@ -48,7 +48,7 @@ { "id": "secret_rite_chasmic_soulfarer", "name": "Secret Rite: Chasmic Soulfarer", - "desc": "Deals 3 Electro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "sacred_rite_wolfs_swiftness", "name": "Sacred Rite: Wolf's Swiftness", - "desc": "Deals 4 Electro DMG.
Pactsworn Pathclearer's Indwelling Level +2.", + "desc": "Deals 4 Physical DMG.
Pactsworn Pathclearer's Indwelling Level +2.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/dehya.json b/src/data/english/tcg_characters/dehya.json index 262deef59..bd12fef6a 100644 --- a/src/data/english/tcg_characters/dehya.json +++ b/src/data/english/tcg_characters/dehya.json @@ -48,7 +48,7 @@ { "id": "molten_inferno", "name": "Molten Inferno", - "desc": "Summon Fiery Sanctum Field. If Fiery Sanctum Field already exists, then first deal 1 Pyro DMG.", + "desc": "Summon Fiery Sanctum Field. If Fiery Sanctum Field already exists, then first deal 1 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "leonine_bite", "name": "Leonine Bite", - "desc": "Deals 3 Pyro DMG, then performs \"Prepare Skill\" for Incineration Drive.", + "desc": "Deals 3 Physical DMG, then performs \"Prepare Skill\" for Incineration Drive.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/diluc.json b/src/data/english/tcg_characters/diluc.json index 0df3f6c7c..41d1a8f0f 100644 --- a/src/data/english/tcg_characters/diluc.json +++ b/src/data/english/tcg_characters/diluc.json @@ -48,7 +48,7 @@ { "id": "searing_onslaught", "name": "Searing Onslaught", - "desc": "Deals 3 Pyro DMG. For the third use of this Skill each Round, deals +2 DMG.", + "desc": "Deals 3 Physical DMG. For the third use of this Skill each Round, deals +2 DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "dawn", "name": "Dawn", - "desc": "Deals 8 Pyro DMG. This character gains Pyro Infusion.", + "desc": "Deals 8 Physical DMG. This character gains Pyro Infusion.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/diona.json b/src/data/english/tcg_characters/diona.json index 81073a141..8051a2c55 100644 --- a/src/data/english/tcg_characters/diona.json +++ b/src/data/english/tcg_characters/diona.json @@ -43,7 +43,7 @@ { "id": "icy_paws", "name": "Icy Paws", - "desc": "Deals 2 Cryo DMG, creates 1 Cat-Claw Shield.", + "desc": "Deals 2 Physical DMG, creates 1 Cat-Claw Shield.", "skillTag": ["Elemental Skill"], "points": [ { @@ -57,7 +57,7 @@ { "id": "signature_mix", "name": "Signature Mix", - "desc": "Deals 1 Cryo DMG, heals this character for 2 HP, summons 1 Drunken Mist.", + "desc": "Deals 1 Physical DMG, heals this character for 2 HP, summons 1 Drunken Mist.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/dori.json b/src/data/english/tcg_characters/dori.json index 13216f1b4..1681518f6 100644 --- a/src/data/english/tcg_characters/dori.json +++ b/src/data/english/tcg_characters/dori.json @@ -48,7 +48,7 @@ { "id": "spiritwarding_lamp_troubleshooter_cannon", "name": "Spirit-Warding Lamp: Troubleshooter Cannon", - "desc": "Deals 2 Electro DMG, summons 1 After-Sales Service Rounds.", + "desc": "Deals 2 Physical DMG, summons 1 After-Sales Service Rounds.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "alcazarzarays_exactitude", "name": "Alcazarzaray's Exactitude", - "desc": "Deals 1 Electro DMG, summons 1 Jinni.", + "desc": "Deals 1 Physical DMG, summons 1 Jinni.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/dvalin.json b/src/data/english/tcg_characters/dvalin.json index 04725adec..bcc238015 100644 --- a/src/data/english/tcg_characters/dvalin.json +++ b/src/data/english/tcg_characters/dvalin.json @@ -11,7 +11,16 @@ "element": "Anemo", "weapon": "Other Weapons", "faction": ["Monster"], - "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Dvalin" + "talent_card": { + "_id": 4771, + "id": "rending_vortex", + "name": "Rending Vortex" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Dvalin", + "character": { + "id": "stormterror", + "name": "Stormterror" + } }, "skills": [ { @@ -37,7 +46,7 @@ { "id": "tempestuous_barrage", "name": "Tempestuous Barrage", - "desc": "Deals 2 Anemo DMG. The target character receives Total Collapse.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The target character receives Total Collapse.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "dvalins_cleansing", "name": "Dvalin's Cleansing", - "desc": "Deals 2 Anemo DMG and then separately performs \"Prepare Skill\" for Perpetual Cleansing and Ultimate Cleansing.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG and then separately performs \"Prepare Skill\" for Perpetual Cleansing and Ultimate Cleansing.", "skillTag": ["Elemental Skill"], "points": [ { @@ -65,7 +74,7 @@ { "id": "caelestinum_finale_termini", "name": "Caelestinum Finale Termini", - "desc": "Deals 5 Anemo DMG. Applies Total Collapse to all opposing standby characters.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. Applies Total Collapse to all opposing standby characters.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/electro_hypostasis.json b/src/data/english/tcg_characters/electro_hypostasis.json index afc8aeab8..88a117b1f 100644 --- a/src/data/english/tcg_characters/electro_hypostasis.json +++ b/src/data/english/tcg_characters/electro_hypostasis.json @@ -26,7 +26,7 @@ { "id": "electro_crystal_projection", "name": "Electro Crystal Projection", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "rockpaperscissors_combo", "name": "Rock-Paper-Scissors Combo", - "desc": "Deals 2 Electro DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", + "desc": "Deals 2 Physical DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "lightning_lockdown", "name": "Lightning Lockdown", - "desc": "Deals 2 Electro DMG, summons Chains of Warding Thunder.", + "desc": "Deals 2 Physical DMG, summons Chains of Warding Thunder.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/eremite_scorching_loremaster.json b/src/data/english/tcg_characters/eremite_scorching_loremaster.json index c6005d4aa..bc4413d94 100644 --- a/src/data/english/tcg_characters/eremite_scorching_loremaster.json +++ b/src/data/english/tcg_characters/eremite_scorching_loremaster.json @@ -11,13 +11,22 @@ "element": "Pyro", "weapon": "Other Weapons", "faction": ["The Eremites"], - "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Eremite Scorching Loremaster" + "talent_card": { + "_id": 4769, + "id": "scorpocalypse", + "name": "Scorpocalypse" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Eremite Scorching Loremaster", + "character": { + "id": "eremite_scorching_loremaster", + "name": "Eremite Scorching Loremaster" + } }, "skills": [ { "id": "searing_glare", "name": "Searing Glare", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "blazing_strike", "name": "Blazing Strike", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "spirit_of_omens_awakening_pyro_scorpion", "name": "Spirit of Omen's Awakening: Pyro Scorpion", - "desc": "Deals 2 Pyro DMG, summons 1 Spirit of Omen: Pyro Scorpion.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Spirit of Omen: Pyro Scorpion.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/eula.json b/src/data/english/tcg_characters/eula.json index 53bc1c325..bad88678d 100644 --- a/src/data/english/tcg_characters/eula.json +++ b/src/data/english/tcg_characters/eula.json @@ -48,7 +48,7 @@ { "id": "icetide_vortex", "name": "Icetide Vortex", - "desc": "Deals 2 Cryo DMG. If this character has not yet gained Grimheart, they will gain Grimheart.", + "desc": "Deals 2 Physical DMG. If this character has not yet gained Grimheart, they will gain Grimheart.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "glacial_illumination", "name": "Glacial Illumination", - "desc": "Deals 2 Cryo DMG, summons 1 Lightfall Sword.", + "desc": "Deals 2 Physical DMG, summons 1 Lightfall Sword.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/fatui_cryo_cicin_mage.json b/src/data/english/tcg_characters/fatui_cryo_cicin_mage.json index 54eb6368d..97e8cddc4 100644 --- a/src/data/english/tcg_characters/fatui_cryo_cicin_mage.json +++ b/src/data/english/tcg_characters/fatui_cryo_cicin_mage.json @@ -26,7 +26,7 @@ { "id": "cicin_icicle", "name": "Cicin Icicle", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "misty_summons", "name": "Misty Summons", - "desc": "Deals 1 Cryo DMG, summons Cryo Cicins.", + "desc": "Deals 1 Physical DMG, summons Cryo Cicins.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "blizzard_branch_blossom", "name": "Blizzard, Branch, Blossom", - "desc": "Deals 5 Cryo DMG, grants this character Cryo Application, creates 1 Flowing Cicin Shield.", + "desc": "Deals 5 Physical DMG, grants this character Cryo Application, creates 1 Flowing Cicin Shield.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/fatui_pyro_agent.json b/src/data/english/tcg_characters/fatui_pyro_agent.json index e432a510a..c2ac1f5d9 100644 --- a/src/data/english/tcg_characters/fatui_pyro_agent.json +++ b/src/data/english/tcg_characters/fatui_pyro_agent.json @@ -46,7 +46,7 @@ { "id": "prowl", "name": "Prowl", - "desc": "Deals 1 Pyro DMG. This character gains Stealth.", + "desc": "Deals 1 Physical DMG. This character gains Stealth.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "blade_ablaze", "name": "Blade Ablaze", - "desc": "Deals 5 Pyro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/fischl.json b/src/data/english/tcg_characters/fischl.json index e54c18caf..73e4a50a2 100644 --- a/src/data/english/tcg_characters/fischl.json +++ b/src/data/english/tcg_characters/fischl.json @@ -48,7 +48,7 @@ { "id": "nightrider", "name": "Nightrider", - "desc": "Deals 1 Electro DMG, summons 1 Oz.", + "desc": "Deals 1 Physical DMG, summons 1 Oz.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "midnight_phantasmagoria", "name": "Midnight Phantasmagoria", - "desc": "Deals 4 Electro DMG, deals 2 Piercing DMG to all opposing characters on standby.", + "desc": "Deals 4 Physical DMG, deals 2 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/ganyu.json b/src/data/english/tcg_characters/ganyu.json index b5622e47a..fc71b46f1 100644 --- a/src/data/english/tcg_characters/ganyu.json +++ b/src/data/english/tcg_characters/ganyu.json @@ -48,7 +48,7 @@ { "id": "trail_of_the_qilin", "name": "Trail of the Qilin", - "desc": "Deals 1 Cryo DMG, creates 1 Ice Lotus.", + "desc": "Deals 1 Physical DMG, creates 1 Ice Lotus.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "frostflake_arrow", "name": "Frostflake Arrow", - "desc": "Deals 2 Cryo DMG, deals 2 Piercing DMG to all opposing characters on standby.", + "desc": "Deals 2 Physical DMG, deals 2 Piercing DMG to all opposing characters on standby.", "skillTag": ["Normal Attack"], "points": [ { @@ -76,7 +76,7 @@ { "id": "celestial_shower", "name": "Celestial Shower", - "desc": "Deals 2 Cryo DMG, deals 1 Piercing DMG to all opposing characters on standby, summons 1 Sacred Cryo Pearl.", + "desc": "Deals 2 Physical DMG, deals 1 Piercing DMG to all opposing characters on standby, summons 1 Sacred Cryo Pearl.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/gorou.json b/src/data/english/tcg_characters/gorou.json index e91527b9a..06ca44563 100644 --- a/src/data/english/tcg_characters/gorou.json +++ b/src/data/english/tcg_characters/gorou.json @@ -11,7 +11,18 @@ "element": "Geo", "weapon": "Bow", "faction": ["Inazuma"], - "source": "Reward for inviting Gorou to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him" + "talent_card": { + "_id": 4764, + "id": "rushing_hound_swift_as_the_wind", + "name": "Rushing Hound: Swift as the Wind" + }, + "source": "Reward for inviting Gorou to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him", + "character": { + "_id": 10000055, + "id": "gorou", + "name": "Gorou", + "rarity": 4 + } }, "skills": [ { @@ -37,7 +48,7 @@ { "id": "inuzaka_allround_defense", "name": "Inuzaka All-Round Defense", - "desc": "Deals 2 Geo DMG, creates 1 General's War Banner.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, creates 1 General's War Banner.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +62,7 @@ { "id": "juuga_forward_unto_victory", "name": "Juuga: Forward Unto Victory", - "desc": "Deals 2 Geo DMG, creates 1 General's War Banner, summons General's Glory.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, creates 1 General's War Banner, summons General's Glory.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/hu_tao.json b/src/data/english/tcg_characters/hu_tao.json index 2fb3ac62b..40623f461 100644 --- a/src/data/english/tcg_characters/hu_tao.json +++ b/src/data/english/tcg_characters/hu_tao.json @@ -62,7 +62,7 @@ { "id": "spirit_soother", "name": "Spirit Soother", - "desc": "Deals 4 Pyro DMG, heals herself for 2 HP. If this character's HP is no more than 6, DMG dealt and Healing are increased by 1.", + "desc": "Deals 4 Physical DMG, heals herself for 2 HP. If this character's HP is no more than 6, DMG dealt and Healing are increased by 1.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/jadeplume_terrorshroom.json b/src/data/english/tcg_characters/jadeplume_terrorshroom.json index 2679a2263..ca513d9fc 100644 --- a/src/data/english/tcg_characters/jadeplume_terrorshroom.json +++ b/src/data/english/tcg_characters/jadeplume_terrorshroom.json @@ -46,7 +46,7 @@ { "id": "volatile_spore_cloud", "name": "Volatile Spore Cloud", - "desc": "Deals 3 Dendro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "feather_spreading", "name": "Feather Spreading", - "desc": "Deals 4 Dendro DMG, then consumes all Radical Vitality stacks. For each stack consumed, this instance deals +1 DMG.", + "desc": "Deals 4 Physical DMG, then consumes all Radical Vitality stacks. For each stack consumed, this instance deals +1 DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/jean.json b/src/data/english/tcg_characters/jean.json index dbd4e862c..0ac2dc398 100644 --- a/src/data/english/tcg_characters/jean.json +++ b/src/data/english/tcg_characters/jean.json @@ -48,7 +48,7 @@ { "id": "gale_blade", "name": "Gale Blade", - "desc": "Deals 3 Anemo DMG, the target is forcibly switched to the next character.", + "desc": "Deals 3 Physical DMG, the target is forcibly switched to the next character.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_characters/kaedehara_kazuha.json b/src/data/english/tcg_characters/kaedehara_kazuha.json index ebfa5ec04..87d46ecf6 100644 --- a/src/data/english/tcg_characters/kaedehara_kazuha.json +++ b/src/data/english/tcg_characters/kaedehara_kazuha.json @@ -48,7 +48,7 @@ { "id": "chihayaburu", "name": "Chihayaburu", - "desc": "Deals 3 Anemo DMG, attaches Midare Ranzan to this character.
If this skill triggers Swirl, Midare Ranzan is converted to the Swirled Element.
After the Skill DMG is finalized: Your team switches to the next character.", + "desc": "Deals 3 Physical DMG, attaches Midare Ranzan to this character.
If this skill triggers Swirl, Midare Ranzan is converted to the Swirled Element.
After the Skill DMG is finalized: Your team switches to the next character.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "kazuha_slash", "name": "Kazuha Slash", - "desc": "Deals 3 Anemo DMG and summons Autumn Whirlwind.", + "desc": "Deals 3 Physical DMG and summons Autumn Whirlwind.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/kaeya.json b/src/data/english/tcg_characters/kaeya.json index 85a674de6..b24113b26 100644 --- a/src/data/english/tcg_characters/kaeya.json +++ b/src/data/english/tcg_characters/kaeya.json @@ -48,7 +48,7 @@ { "id": "frostgnaw", "name": "Frostgnaw", - "desc": "Deals 3 Cryo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "glacial_waltz", "name": "Glacial Waltz", - "desc": "Deals 1 Cryo DMG, creates 1 Icicle.", + "desc": "Deals 1 Physical DMG, creates 1 Icicle.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/kamisato_ayaka.json b/src/data/english/tcg_characters/kamisato_ayaka.json index b9a1629b0..2fa8e8906 100644 --- a/src/data/english/tcg_characters/kamisato_ayaka.json +++ b/src/data/english/tcg_characters/kamisato_ayaka.json @@ -48,7 +48,7 @@ { "id": "kamisato_art_hyouka", "name": "Kamisato Art: Hyouka", - "desc": "Deals 3 Cryo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "kamisato_art_soumetsu", "name": "Kamisato Art: Soumetsu", - "desc": "Deals 4 Cryo DMG, summons 1 Frostflake Seki no To.", + "desc": "Deals 4 Physical DMG, summons 1 Frostflake Seki no To.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/kamisato_ayato.json b/src/data/english/tcg_characters/kamisato_ayato.json index df8a221e8..0638f8f90 100644 --- a/src/data/english/tcg_characters/kamisato_ayato.json +++ b/src/data/english/tcg_characters/kamisato_ayato.json @@ -48,7 +48,7 @@ { "id": "kamisato_art_kyouka", "name": "Kamisato Art: Kyouka", - "desc": "Deals 2 Hydro DMG. This character gains Takimeguri Kanka.", + "desc": "Deals 2 Physical DMG. This character gains Takimeguri Kanka.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "kamisato_art_suiyuu", "name": "Kamisato Art: Suiyuu", - "desc": "Deals 1 Hydro DMG, summons 1 Garden of Purity.", + "desc": "Deals 1 Physical DMG, summons 1 Garden of Purity.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/keqing.json b/src/data/english/tcg_characters/keqing.json index 23fc23058..685a88b54 100644 --- a/src/data/english/tcg_characters/keqing.json +++ b/src/data/english/tcg_characters/keqing.json @@ -48,7 +48,7 @@ { "id": "stellar_restoration", "name": "Stellar Restoration", - "desc": "Deals 3 Electro DMG, creates 1 Lightning Stiletto.", + "desc": "Deals 3 Physical DMG, creates 1 Lightning Stiletto.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "starward_sword", "name": "Starward Sword", - "desc": "Deals 4 Electro DMG, deals 3 Piercing DMG to all opposing characters on standby.", + "desc": "Deals 4 Physical DMG, deals 3 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/klee.json b/src/data/english/tcg_characters/klee.json index 68a305cfa..e5b4b24ee 100644 --- a/src/data/english/tcg_characters/klee.json +++ b/src/data/english/tcg_characters/klee.json @@ -28,7 +28,7 @@ { "id": "kaboom", "name": "Kaboom!", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "jumpy_dumpty", "name": "Jumpy Dumpty", - "desc": "Deals 3 Pyro DMG. This character gains Explosive Spark.", + "desc": "Deals 3 Physical DMG. This character gains Explosive Spark.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "sparks_n_splash", "name": "Sparks 'n' Splash", - "desc": "Deals 3 Pyro DMG, creates 1 Sparks 'n' Splash at the opponent's play area.", + "desc": "Deals 3 Physical DMG, creates 1 Sparks 'n' Splash at the opponent's play area.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/kujou_sara.json b/src/data/english/tcg_characters/kujou_sara.json index 28c6afbd3..4b4e18002 100644 --- a/src/data/english/tcg_characters/kujou_sara.json +++ b/src/data/english/tcg_characters/kujou_sara.json @@ -43,7 +43,7 @@ { "id": "tengu_stormcall", "name": "Tengu Stormcall", - "desc": "Deals 1 Electro DMG, summons 1 Tengu Juurai: Ambush.", + "desc": "Deals 1 Physical DMG, summons 1 Tengu Juurai: Ambush.", "skillTag": ["Elemental Skill"], "points": [ { @@ -57,7 +57,7 @@ { "id": "subjugation_koukou_sendou", "name": "Subjugation: Koukou Sendou", - "desc": "Deals 1 Electro DMG, summons 1 Tengu Juurai: Stormcluster.", + "desc": "Deals 1 Physical DMG, summons 1 Tengu Juurai: Stormcluster.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/la_signora.json b/src/data/english/tcg_characters/la_signora.json index 924b605f7..55114b33d 100644 --- a/src/data/english/tcg_characters/la_signora.json +++ b/src/data/english/tcg_characters/la_signora.json @@ -11,13 +11,22 @@ "element": "Cryo", "weapon": "Other Weapons", "faction": ["Fatui"], - "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with La Signora" + "talent_card": { + "_id": 4768, + "id": "pain_for_pain", + "name": "Pain for Pain" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with La Signora", + "character": { + "id": "la_signora", + "name": "La Signora" + } }, "skills": [ { "id": "frostblade_hailstorm", "name": "Frostblade Hailstorm", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "biting_shards", "name": "Biting Shards", - "desc": "Deals 2 Cryo DMG. The target character receives Sheer Cold.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The target character receives Sheer Cold.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "carmine_chrysalis", "name": "Carmine Chrysalis", - "desc": "Deals 4 Cryo DMG, heals this character for 2 HP. Removes Ice-Sealed Crimson Witch of Embers. This character permanently switches to Crimson Witch of Embers state.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, heals this character for 2 HP. Removes Ice-Sealed Crimson Witch of Embers. This character permanently switches to Crimson Witch of Embers state.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/layla.json b/src/data/english/tcg_characters/layla.json index 0e4d5a5bd..f344bb7d9 100644 --- a/src/data/english/tcg_characters/layla.json +++ b/src/data/english/tcg_characters/layla.json @@ -11,7 +11,18 @@ "element": "Cryo", "weapon": "Sword", "faction": ["Sumeru"], - "source": "Reward for inviting Layla to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her" + "talent_card": { + "_id": 4760, + "id": "lights_remit", + "name": "Light's Remit" + }, + "source": "Reward for inviting Layla to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her", + "character": { + "_id": 10000074, + "id": "layla", + "name": "Layla", + "rarity": 4 + } }, "skills": [ { @@ -51,7 +62,7 @@ { "id": "dream_of_the_starstream_shaker", "name": "Dream of the Star-Stream Shaker", - "desc": "Deals 3 Cryo DMG, summons 1 Celestial Dreamsphere.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Celestial Dreamsphere.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/lisa.json b/src/data/english/tcg_characters/lisa.json index e65509a3a..e42cc980c 100644 --- a/src/data/english/tcg_characters/lisa.json +++ b/src/data/english/tcg_characters/lisa.json @@ -28,7 +28,7 @@ { "id": "lightning_touch", "name": "Lightning Touch", - "desc": "Deals 1 Electro DMG:
If this Skill is a Charged Attack: Attach Conductive to the opponent's active character.", + "desc": "Deals 1 Physical DMG:
If this Skill is a Charged Attack: Attach Conductive to the opponent's active character.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "violet_arc", "name": "Violet Arc", - "desc": "Deals 2 Electro DMG. If Conductive is not attached to the opponent's active character, Conductive will be attached.", + "desc": "Deals 2 Physical DMG. If Conductive is not attached to the opponent's active character, Conductive will be attached.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "lightning_rose", "name": "Lightning Rose", - "desc": "Deals 2 Electro DMG, summons Lightning Rose.", + "desc": "Deals 2 Physical DMG, summons Lightning Rose.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/lynette.json b/src/data/english/tcg_characters/lynette.json index a673147ac..c6482b40e 100644 --- a/src/data/english/tcg_characters/lynette.json +++ b/src/data/english/tcg_characters/lynette.json @@ -11,7 +11,18 @@ "element": "Anemo", "weapon": "Sword", "faction": ["Fontaine", "Fatui"], - "source": "Reward for inviting Lynette to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her" + "talent_card": { + "_id": 4763, + "id": "a_cold_blade_like_a_shadow", + "name": "A Cold Blade Like a Shadow" + }, + "source": "Reward for inviting Lynette to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her", + "character": { + "_id": 10000083, + "id": "lynette", + "name": "Lynette", + "rarity": 4 + } }, "skills": [ { @@ -37,7 +48,7 @@ { "id": "enigmatic_feint", "name": "Enigmatic Feint", - "desc": "Deals 3 Anemo DMG. The first time this Skill is used this Round, heal the character for 2 HP if they have no more than 8 HP, but apply Overawing Assault to said character.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The first time this Skill is used this Round, heal the character for 2 HP if they have no more than 8 HP, but apply Overawing Assault to said character.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +62,7 @@ { "id": "magic_trick_astonishing_shift", "name": "Magic Trick: Astonishing Shift", - "desc": "Deals 2 Anemo DMG, summons 1 Bogglecat Box.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Bogglecat Box.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/lyney.json b/src/data/english/tcg_characters/lyney.json index 54232d0dd..94d18b7f6 100644 --- a/src/data/english/tcg_characters/lyney.json +++ b/src/data/english/tcg_characters/lyney.json @@ -11,13 +11,24 @@ "element": "Pyro", "weapon": "Bow", "faction": ["Fontaine", "Fatui"], - "source": "Reward for inviting Lyney to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him" + "talent_card": { + "_id": 4762, + "id": "conclusive_ovation", + "name": "Conclusive Ovation" + }, + "source": "Reward for inviting Lyney to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him", + "character": { + "_id": 10000084, + "id": "lyney", + "name": "Lyney", + "rarity": 5 + } }, "skills": [ { "id": "card_force_translocation", "name": "Card Force Translocation", - "desc": "Deals 2 Physical DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +48,7 @@ { "id": "prop_arrow", "name": "Prop Arrow", - "desc": "Deals 2 Pyro DMG, summons a Grin-Malkin Hat, and gains 1 stack of Prop Surplus.
If this character has at least 6 HP, then they deal 1 Piercing DMG to themself.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons a Grin-Malkin Hat, and gains 1 stack of Prop Surplus.
If this character has at least 6 HP, then they deal 1 Piercing DMG to themself.", "skillTag": ["Normal Attack"], "points": [ { @@ -51,7 +62,7 @@ { "id": "bewildering_lights", "name": "Bewildering Lights", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -65,7 +76,7 @@ { "id": "wondrous_trick_miracle_parade", "name": "Wondrous Trick: Miracle Parade", - "desc": "Deals 3 Pyro DMG, summons 1 Grin-Malkin Hat, and gains 1 stack of Prop Surplus.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Grin-Malkin Hat, and gains 1 stack of Prop Surplus.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/maguu_kenki.json b/src/data/english/tcg_characters/maguu_kenki.json index f1641f6d9..37ad34b90 100644 --- a/src/data/english/tcg_characters/maguu_kenki.json +++ b/src/data/english/tcg_characters/maguu_kenki.json @@ -74,7 +74,7 @@ { "id": "pseudo_tengu_sweeper", "name": "Pseudo Tengu Sweeper", - "desc": "Deals 4 Anemo DMG, triggers the effect(s) of all your Shadowsword Summon(s). (Does not consume their Usages)", + "desc": "Deals 4 Physical DMG, triggers the effect(s) of all your Shadowsword Summon(s). (Does not consume their Usages)", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/millennial_pearl_seahorse.json b/src/data/english/tcg_characters/millennial_pearl_seahorse.json new file mode 100644 index 000000000..f3fa1d6c6 --- /dev/null +++ b/src/data/english/tcg_characters/millennial_pearl_seahorse.json @@ -0,0 +1,79 @@ +{ + "_id": 2403, + "id": "millennial_pearl_seahorse", + "name": "Millennial Pearl Seahorse", + "title": "Millennial Pearl Seahorse", + "desc": "One of the two sovereigns standing at the apex of the Fontemer Aberrants. Poets and authors view it as a proud and noble creature, thus bestowing it with its high-flown title.", + "attributes": { + "hp": 8, + "card_type": "Character Card", + "energy": 2, + "element": "Electro", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Millennial Pearl Seahorse" + }, + "skills": [ + { + "id": "tail_sweep", + "name": "Tail Sweep", + "desc": "Deals 2 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "swirling_school_of_fish", + "name": "Swirling School of Fish", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].
If this character has Fontemer Pearl attached, that Usage(s) +1. (Once per Round)", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 3 + } + ] + }, + { + "id": "fontemer_hoarthunder", + "name": "Fontemer Hoarthunder", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], attaches Fontemer Pearl to this character, and summons 1 Resonant Coral Orb.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "pearl_armor", + "name": "Pearl Armor", + "desc": "(Passive) When the battle begins, attach Fontemer Pearl to this character.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_characters/mirror_maiden.json b/src/data/english/tcg_characters/mirror_maiden.json index b59cf097e..2249380d4 100644 --- a/src/data/english/tcg_characters/mirror_maiden.json +++ b/src/data/english/tcg_characters/mirror_maiden.json @@ -26,7 +26,7 @@ { "id": "water_ball", "name": "Water Ball", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "influx_blast", "name": "Influx Blast", - "desc": "Deals 2 Hydro DMG. The target character receives Refraction.", + "desc": "Deals 2 Physical DMG. The target character receives Refraction.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "rippled_reflection", "name": "Rippled Reflection", - "desc": "Deals 5 Hydro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/mona.json b/src/data/english/tcg_characters/mona.json index 7ae58b44a..6a9995361 100644 --- a/src/data/english/tcg_characters/mona.json +++ b/src/data/english/tcg_characters/mona.json @@ -28,7 +28,7 @@ { "id": "ripple_of_fate", "name": "Ripple of Fate", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "mirror_reflection_of_doom", "name": "Mirror Reflection of Doom", - "desc": "Deals 1 Hydro DMG, summons 1 Reflection.", + "desc": "Deals 1 Physical DMG, summons 1 Reflection.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "stellaris_phantasm", "name": "Stellaris Phantasm", - "desc": "Deals 4 Hydro DMG, creates 1 Illusory Bubble.", + "desc": "Deals 4 Physical DMG, creates 1 Illusory Bubble.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/nahida.json b/src/data/english/tcg_characters/nahida.json index 624a29d2c..a00ef6489 100644 --- a/src/data/english/tcg_characters/nahida.json +++ b/src/data/english/tcg_characters/nahida.json @@ -28,7 +28,7 @@ { "id": "akara", "name": "Akara", - "desc": "Deals 1 Dendro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "all_schemes_to_know", "name": "All Schemes to Know", - "desc": "Deals 2 Dendro DMG, applies Seed of Skandha to target character. If the target character already has Seed of Skandha applied to them, then apply Seed of Skandha to all opposing characters instead.", + "desc": "Deals 2 Physical DMG, applies Seed of Skandha to target character. If the target character already has Seed of Skandha applied to them, then apply Seed of Skandha to all opposing characters instead.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "all_schemes_to_know_tathata", "name": "All Schemes to Know: Tathata", - "desc": "Deals 3 Dendro DMG. Applies Seed of Skandha to all opposing characters.", + "desc": "Deals 3 Physical DMG. Applies Seed of Skandha to all opposing characters.", "skillTag": ["Elemental Skill"], "points": [ { @@ -76,7 +76,7 @@ { "id": "illusory_heart", "name": "Illusory Heart", - "desc": "Deals 4 Dendro DMG, creates 1 Shrine of Maya.", + "desc": "Deals 4 Physical DMG, creates 1 Shrine of Maya.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/nilou.json b/src/data/english/tcg_characters/nilou.json index 2c23ea2af..af6bf2644 100644 --- a/src/data/english/tcg_characters/nilou.json +++ b/src/data/english/tcg_characters/nilou.json @@ -48,7 +48,7 @@ { "id": "dance_of_haftkarsvar", "name": "Dance of Haftkarsvar", - "desc": "Deals 3 Hydro DMG, if the party includes Hydro Characters and Dendro Characters and characters from no other Elements, create 1 Golden Chalice's Bounty.", + "desc": "Deals 3 Physical DMG, if the party includes Hydro Characters and Dendro Characters and characters from no other Elements, create 1 Golden Chalice's Bounty.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "dance_of_abzendegi_distant_dreams_listening_spring", "name": "Dance of Abzendegi: Distant Dreams, Listening Spring", - "desc": "Deals 2 Hydro DMG. The target character receives Lingering Aeon.", + "desc": "Deals 2 Physical DMG. The target character receives Lingering Aeon.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/ningguang.json b/src/data/english/tcg_characters/ningguang.json index 5ab95b405..2ed0e14d9 100644 --- a/src/data/english/tcg_characters/ningguang.json +++ b/src/data/english/tcg_characters/ningguang.json @@ -28,7 +28,7 @@ { "id": "sparkling_scatter", "name": "Sparkling Scatter", - "desc": "Deals 1 Geo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "jade_screen", "name": "Jade Screen", - "desc": "Deals 2 Geo DMG, creates 1 Jade Screen.", + "desc": "Deals 2 Physical DMG, creates 1 Jade Screen.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "starshatter", "name": "Starshatter", - "desc": "Deals 6 Geo DMG. If Jade Screen is on the field, deals +2 DMG.", + "desc": "Deals 6 Physical DMG. If Jade Screen is on the field, deals +2 DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/noelle.json b/src/data/english/tcg_characters/noelle.json index 1676aa19b..12505abf7 100644 --- a/src/data/english/tcg_characters/noelle.json +++ b/src/data/english/tcg_characters/noelle.json @@ -48,7 +48,7 @@ { "id": "breastplate", "name": "Breastplate", - "desc": "Deals 1 Geo DMG, creates 1 Full Plate.", + "desc": "Deals 1 Physical DMG, creates 1 Full Plate.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "sweeping_time", "name": "Sweeping Time", - "desc": "Deals 4 Geo DMG. This character gains Sweeping Time.", + "desc": "Deals 4 Physical DMG. This character gains Sweeping Time.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/qiqi.json b/src/data/english/tcg_characters/qiqi.json index c2e8540ef..a21fe278b 100644 --- a/src/data/english/tcg_characters/qiqi.json +++ b/src/data/english/tcg_characters/qiqi.json @@ -62,7 +62,7 @@ { "id": "adeptus_art_preserver_of_fortune", "name": "Adeptus Art: Preserver of Fortune", - "desc": "Deals 3 Cryo DMG, creates 1 Fortune-Preserving Talisman.", + "desc": "Deals 3 Physical DMG, creates 1 Fortune-Preserving Talisman.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/raiden_shogun.json b/src/data/english/tcg_characters/raiden_shogun.json index a5b213618..18e06eca6 100644 --- a/src/data/english/tcg_characters/raiden_shogun.json +++ b/src/data/english/tcg_characters/raiden_shogun.json @@ -62,7 +62,7 @@ { "id": "secret_art_musou_shinsetsu", "name": "Secret Art: Musou Shinsetsu", - "desc": "Deals 3 Electro DMG. All of your other characters gain 2 Energy.", + "desc": "Deals 3 Physical DMG. All of your other characters gain 2 Energy.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/razor.json b/src/data/english/tcg_characters/razor.json index dcdae2f1b..127a3d1cf 100644 --- a/src/data/english/tcg_characters/razor.json +++ b/src/data/english/tcg_characters/razor.json @@ -43,7 +43,7 @@ { "id": "claw_and_thunder", "name": "Claw and Thunder", - "desc": "Deals 3 Electro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -57,7 +57,7 @@ { "id": "lightning_fang", "name": "Lightning Fang", - "desc": "Deals 3 Electro DMG. This character gains The Wolf Within.", + "desc": "Deals 3 Physical DMG. This character gains The Wolf Within.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/realnameid1delayhandletrue.json b/src/data/english/tcg_characters/realnameid1delayhandletrue.json index e1394e455..3dbe9ffee 100644 --- a/src/data/english/tcg_characters/realnameid1delayhandletrue.json +++ b/src/data/english/tcg_characters/realnameid1delayhandletrue.json @@ -17,7 +17,7 @@ { "id": "yuuban_meigen", "name": "Yuuban Meigen", - "desc": "Deals 1 Anemo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "hanega_song_of_the_wind", "name": "Hanega: Song of the Wind", - "desc": "Deals 2 Anemo DMG. This character gains Windfavored.", + "desc": "Deals 2 Physical DMG. This character gains Windfavored.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "kyougen_five_ceremonial_plays", "name": "Kyougen: Five Ceremonial Plays", - "desc": "Deals 7 Anemo DMG. If the character has Windfavored attached, then remove it and increase DMG by 1.", + "desc": "Deals 7 Physical DMG. If the character has Windfavored attached, then remove it and increase DMG by 1.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/rhodeia_of_loch.json b/src/data/english/tcg_characters/rhodeia_of_loch.json index 4381a5d2e..e04ca8ca2 100644 --- a/src/data/english/tcg_characters/rhodeia_of_loch.json +++ b/src/data/english/tcg_characters/rhodeia_of_loch.json @@ -26,7 +26,7 @@ { "id": "surge", "name": "Surge", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -74,7 +74,7 @@ { "id": "tide_and_torrent", "name": "Tide and Torrent", - "desc": "Deals 4 Hydro DMG. For each friendly Summon on the field, deals +1 additional DMG.", + "desc": "Deals 4 Physical DMG. For each friendly Summon on the field, deals +1 additional DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/sangonomiya_kokomi.json b/src/data/english/tcg_characters/sangonomiya_kokomi.json index c2b97e60a..b000f3961 100644 --- a/src/data/english/tcg_characters/sangonomiya_kokomi.json +++ b/src/data/english/tcg_characters/sangonomiya_kokomi.json @@ -28,7 +28,7 @@ { "id": "the_shape_of_water", "name": "The Shape of Water", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -62,7 +62,7 @@ { "id": "nereids_ascension", "name": "Nereid's Ascension", - "desc": "Deals 2 Hydro DMG. Heals all allied characters for 1 point. This character gains Ceremonial Garment.", + "desc": "Deals 2 Physical DMG. Heals all allied characters for 1 point. This character gains Ceremonial Garment.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/sayu.json b/src/data/english/tcg_characters/sayu.json new file mode 100644 index 000000000..4c7dcdb26 --- /dev/null +++ b/src/data/english/tcg_characters/sayu.json @@ -0,0 +1,72 @@ +{ + "_id": 1507, + "id": "sayu", + "name": "Sayu", + "title": "\"Mujina Ninja\" Sayu", + "desc": "By your side without a trace, like a character from a dream.", + "attributes": { + "hp": 10, + "card_type": "Character Card", + "energy": 2, + "element": "Anemo", + "weapon": "Claymore", + "faction": ["Inazuma"], + "source": "Reward for inviting Sayu to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her" + }, + "skills": [ + { + "id": "shuumatsuban_ninja_blade", + "name": "Shuumatsuban Ninja Blade", + "desc": "Deals 2 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1105, + "id": "anemo", + "type": "Anemo", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "yoohoo_art_fuuin_dash", + "name": "Yoohoo Art: Fuuin Dash", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, and this character begins to Prepare Skill: Fuufuu Whirlwind Kick.
If this usage of the skill triggers Swirl, then Fuufuu Whirlwind Kick is converted to DMG of the Swirled Element.", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1105, + "id": "anemo", + "type": "Anemo", + "count": 3 + } + ] + }, + { + "id": "yoohoo_art_mujina_flurry", + "name": "Yoohoo Art: Mujina Flurry", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Muji-Muji Daruma.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1105, + "id": "anemo", + "type": "Anemo", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + } + ] +} diff --git a/src/data/english/tcg_characters/shenhe.json b/src/data/english/tcg_characters/shenhe.json index 83183b2e7..c72f32ee8 100644 --- a/src/data/english/tcg_characters/shenhe.json +++ b/src/data/english/tcg_characters/shenhe.json @@ -48,7 +48,7 @@ { "id": "spring_spirit_summoning", "name": "Spring Spirit Summoning", - "desc": "Deals 2 Cryo DMG, creates 1 Icy Quill.", + "desc": "Deals 2 Physical DMG, creates 1 Icy Quill.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "divine_maidens_deliverance", "name": "Divine Maiden's Deliverance", - "desc": "Deals 1 Cryo DMG, summons 1 Talisman Spirit.", + "desc": "Deals 1 Physical DMG, summons 1 Talisman Spirit.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/sucrose.json b/src/data/english/tcg_characters/sucrose.json index 337524354..1dbf18a5a 100644 --- a/src/data/english/tcg_characters/sucrose.json +++ b/src/data/english/tcg_characters/sucrose.json @@ -28,7 +28,7 @@ { "id": "wind_spirit_creation", "name": "Wind Spirit Creation", - "desc": "Deals 1 Anemo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "astable_anemohypostasis_creation_6308", "name": "Astable Anemohypostasis Creation - 6308", - "desc": "Deals 3 Anemo DMG, the target is forcibly switched to the previous character.", + "desc": "Deals 3 Physical DMG, the target is forcibly switched to the previous character.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "forbidden_creation_isomer_75_type_ii", "name": "Forbidden Creation - Isomer 75 / Type II", - "desc": "Deals 1 Anemo DMG, summons 1 Large Wind Spirit.", + "desc": "Deals 1 Physical DMG, summons 1 Large Wind Spirit.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/tartaglia.json b/src/data/english/tcg_characters/tartaglia.json index 4537e2660..1a22f3520 100644 --- a/src/data/english/tcg_characters/tartaglia.json +++ b/src/data/english/tcg_characters/tartaglia.json @@ -48,7 +48,7 @@ { "id": "foul_legacy_raging_tide", "name": "Foul Legacy: Raging Tide", - "desc": "Switches to Melee Stance and deals 2 Hydro DMG, and attach Riptide to the target character.", + "desc": "Switches to Melee Stance and deals 2 Physical DMG, and attach Riptide to the target character.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "havoc_obliteration", "name": "Havoc: Obliteration", - "desc": "Performs different attacks based on the current stance that Tartaglia is in.
Ranged Stance - Flash of Havoc: Deal $[D__KEY__DAMAGE_5] Hydro DMG, reclaim 2 Energy, and apply Riptide to the target character.
Melee Stance - Light of Obliteration: Deal 7 Hydro DMG.", + "desc": "Performs different attacks based on the current stance that Tartaglia is in.
Ranged Stance - Flash of Havoc: Deal $[D__KEY__DAMAGE_5] Physical DMG, reclaim 2 Energy, and apply Riptide to the target character.
Melee Stance - Light of Obliteration: Deal 7 Hydro DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/thoma.json b/src/data/english/tcg_characters/thoma.json new file mode 100644 index 000000000..6610b2efa --- /dev/null +++ b/src/data/english/tcg_characters/thoma.json @@ -0,0 +1,72 @@ +{ + "_id": 1311, + "id": "thoma", + "name": "Thoma", + "title": "\"Protector From Afar\" Thoma", + "desc": "A protector from abroad, loyal to the end.", + "attributes": { + "hp": 10, + "card_type": "Character Card", + "energy": 2, + "element": "Pyro", + "weapon": "Polearm", + "faction": ["Inazuma"], + "source": "Reward for inviting Thoma to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with him" + }, + "skills": [ + { + "id": "swiftshatter_spear", + "name": "Swiftshatter Spear", + "desc": "Deals 2 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1103, + "id": "pyro", + "type": "Pyro", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "blazing_blessing", + "name": "Blazing Blessing", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], creates 1 Blazing Barrier.", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1103, + "id": "pyro", + "type": "Pyro", + "count": 3 + } + ] + }, + { + "id": "crimson_ooyoroi", + "name": "Crimson Ooyoroi", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], creates 1 Blazing Barrier and Scorching Ooyoroi.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1103, + "id": "pyro", + "type": "Pyro", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + } + ] +} diff --git a/src/data/english/tcg_characters/thunder_manifestation.json b/src/data/english/tcg_characters/thunder_manifestation.json index fee5e0c49..3152a780e 100644 --- a/src/data/english/tcg_characters/thunder_manifestation.json +++ b/src/data/english/tcg_characters/thunder_manifestation.json @@ -11,13 +11,22 @@ "element": "Electro", "weapon": "Other Weapons", "faction": ["Monster"], - "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Thunder Manifestation" + "talent_card": { + "_id": 4770, + "id": "grieving_echo", + "name": "Grieving Echo" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Thunder Manifestation", + "character": { + "id": "thunder_manifestation", + "name": "Thunder Manifestation" + } }, "skills": [ { "id": "thunderous_wingslash", "name": "Thunderous Wingslash", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "strifeful_lightning", "name": "Strifeful Lightning", - "desc": "Deals 3 Electro DMG to the opposing character affected by Lightning Rod. (If there are no eligible opposing characters, deals DMG to the active character instead)", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG to the opposing character affected by Lightning Rod. (If there are no eligible opposing characters, deals DMG to the active character instead)", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "thundering_shackles", "name": "Thundering Shackles", - "desc": "Deals 2 Electro DMG, summons 1 Thundering Shackles.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Thundering Shackles.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/tighnari.json b/src/data/english/tcg_characters/tighnari.json index 982dd3f52..feec1266c 100644 --- a/src/data/english/tcg_characters/tighnari.json +++ b/src/data/english/tcg_characters/tighnari.json @@ -48,7 +48,7 @@ { "id": "vijnanaphala_mine", "name": "Vijnana-Phala Mine", - "desc": "Deals 2 Dendro DMG. This character gains Vijnana Suffusion.", + "desc": "Deals 2 Physical DMG. This character gains Vijnana Suffusion.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "fashioners_tanglevine_shaft", "name": "Fashioner's Tanglevine Shaft", - "desc": "Deals 4 Dendro DMG, deals 1 Piercing DMG to all opposing characters on standby.", + "desc": "Deals 4 Physical DMG, deals 1 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/venti.json b/src/data/english/tcg_characters/venti.json index a93240d04..c5c4e4791 100644 --- a/src/data/english/tcg_characters/venti.json +++ b/src/data/english/tcg_characters/venti.json @@ -48,7 +48,7 @@ { "id": "skyward_sonnet", "name": "Skyward Sonnet", - "desc": "Deals 2 Anemo DMG, creates 1 Stormzone.", + "desc": "Deals 2 Physical DMG, creates 1 Stormzone.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "winds_grand_ode", "name": "Wind's Grand Ode", - "desc": "Deals 2 Anemo DMG, summons 1 Stormeye.", + "desc": "Deals 2 Physical DMG, summons 1 Stormeye.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/xiangling.json b/src/data/english/tcg_characters/xiangling.json index fff589752..28b1499d0 100644 --- a/src/data/english/tcg_characters/xiangling.json +++ b/src/data/english/tcg_characters/xiangling.json @@ -62,7 +62,7 @@ { "id": "pyronado", "name": "Pyronado", - "desc": "Deals 3 Pyro DMG, creates 1 Pyronado.", + "desc": "Deals 3 Physical DMG, creates 1 Pyronado.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/xiao.json b/src/data/english/tcg_characters/xiao.json index 1d97ccfd4..744088438 100644 --- a/src/data/english/tcg_characters/xiao.json +++ b/src/data/english/tcg_characters/xiao.json @@ -48,7 +48,7 @@ { "id": "lemniscatic_wind_cycling", "name": "Lemniscatic Wind Cycling", - "desc": "Deals 3 Anemo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "bane_of_all_evil", "name": "Bane of All Evil", - "desc": "Deals 4 Anemo DMG. This character gains Yaksha's Mask.", + "desc": "Deals 4 Physical DMG. This character gains Yaksha's Mask.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/xingqiu.json b/src/data/english/tcg_characters/xingqiu.json index 722cb0ab0..d186b956a 100644 --- a/src/data/english/tcg_characters/xingqiu.json +++ b/src/data/english/tcg_characters/xingqiu.json @@ -48,7 +48,7 @@ { "id": "fatal_rainscreen", "name": "Fatal Rainscreen", - "desc": "Deals 2 Hydro DMG, grants this character Hydro Application, creates 1 Rain Sword.", + "desc": "Deals 2 Physical DMG, grants this character Hydro Application, creates 1 Rain Sword.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "raincutter", "name": "Raincutter", - "desc": "Deals 2 Hydro DMG, grants this character Hydro Application, creates 1 Rainbow Bladework.", + "desc": "Deals 2 Physical DMG, grants this character Hydro Application, creates 1 Rainbow Bladework.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/yae_miko.json b/src/data/english/tcg_characters/yae_miko.json index 89ae0dbe8..9c22909d6 100644 --- a/src/data/english/tcg_characters/yae_miko.json +++ b/src/data/english/tcg_characters/yae_miko.json @@ -28,7 +28,7 @@ { "id": "spiritfox_sineater", "name": "Spiritfox Sin-Eater", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -62,7 +62,7 @@ { "id": "great_secret_art_tenko_kenshin", "name": "Great Secret Art: Tenko Kenshin", - "desc": "Deals 4 Electro DMG. If your side of the field has a Sesshou Sakura, destroy it and create Tenko Thunderbolts.", + "desc": "Deals 4 Physical DMG. If your side of the field has a Sesshou Sakura, destroy it and create Tenko Thunderbolts.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/yanfei.json b/src/data/english/tcg_characters/yanfei.json index 50959957e..250bca6e6 100644 --- a/src/data/english/tcg_characters/yanfei.json +++ b/src/data/english/tcg_characters/yanfei.json @@ -28,7 +28,7 @@ { "id": "seal_of_approval", "name": "Seal of Approval", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -48,7 +48,7 @@ { "id": "signed_edict", "name": "Signed Edict", - "desc": "Deals 3 Pyro DMG and attaches Scarlet Seal to this character.", + "desc": "Deals 3 Physical DMG and attaches Scarlet Seal to this character.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "done_deal", "name": "Done Deal", - "desc": "Deals 3 Pyro DMG, attaches Scarlet Seal and Brilliance to this character.", + "desc": "Deals 3 Physical DMG, attaches Scarlet Seal and Brilliance to this character.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/yaoyao.json b/src/data/english/tcg_characters/yaoyao.json index 7ff6ccda4..7b958002a 100644 --- a/src/data/english/tcg_characters/yaoyao.json +++ b/src/data/english/tcg_characters/yaoyao.json @@ -62,7 +62,7 @@ { "id": "moonjade_descent", "name": "Moonjade Descent", - "desc": "Deals 1 Dendro DMG, creates 1 Adeptal Legacy.", + "desc": "Deals 1 Physical DMG, creates 1 Adeptal Legacy.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/yelan.json b/src/data/english/tcg_characters/yelan.json index 0f660406c..cca8118c6 100644 --- a/src/data/english/tcg_characters/yelan.json +++ b/src/data/english/tcg_characters/yelan.json @@ -11,7 +11,18 @@ "element": "Hydro", "weapon": "Bow", "faction": ["Liyue"], - "source": "Reward for inviting Yelan to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her" + "talent_card": { + "_id": 4761, + "id": "turn_control", + "name": "Turn Control" + }, + "source": "Reward for inviting Yelan to a duel at The Cat's Tail and claiming victory in a Friendly Fracas with her", + "character": { + "_id": 10000060, + "id": "yelan", + "name": "Yelan", + "rarity": 5 + } }, "skills": [ { @@ -37,7 +48,7 @@ { "id": "lingering_lifeline", "name": "Lingering Lifeline", - "desc": "Deals 3 Hydro DMG. This character gains 2 Breakthrough stacks.", + "desc": "Deals 3 Physical DMG. This character gains 2 Breakthrough stacks.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +62,7 @@ { "id": "depthclarion_dice", "name": "Depth-Clarion Dice", - "desc": "Deals 1 Hydro DMG, creates 1 Exquisite Throw.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, creates 1 Exquisite Throw.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/yoimiya.json b/src/data/english/tcg_characters/yoimiya.json index f9e35f185..645f1264d 100644 --- a/src/data/english/tcg_characters/yoimiya.json +++ b/src/data/english/tcg_characters/yoimiya.json @@ -62,7 +62,7 @@ { "id": "ryuukin_saxifrage", "name": "Ryuukin Saxifrage", - "desc": "Deals 3 Pyro DMG, creates 1 Aurous Blaze.", + "desc": "Deals 3 Physical DMG, creates 1 Aurous Blaze.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_characters/zhongli.json b/src/data/english/tcg_characters/zhongli.json index 078b818db..591055f2f 100644 --- a/src/data/english/tcg_characters/zhongli.json +++ b/src/data/english/tcg_characters/zhongli.json @@ -48,7 +48,7 @@ { "id": "dominus_lapidis", "name": "Dominus Lapidis", - "desc": "Deals 1 Geo DMG, summons 1 Stone Stele.", + "desc": "Deals 1 Physical DMG, summons 1 Stone Stele.", "skillTag": ["Elemental Skill"], "points": [ { @@ -62,7 +62,7 @@ { "id": "dominus_lapidis_striking_stone", "name": "Dominus Lapidis: Striking Stone", - "desc": "Deals 3 Geo DMG, summons 1 Stone Stele, creates 1 Jade Shield.", + "desc": "Deals 3 Physical DMG, summons 1 Stone Stele, creates 1 Jade Shield.", "skillTag": ["Elemental Skill"], "points": [ { @@ -76,7 +76,7 @@ { "id": "planet_befall", "name": "Planet Befall", - "desc": "Deals 4 Geo DMG. The target character receives Petrification.", + "desc": "Deals 4 Physical DMG. The target character receives Petrification.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/abyss_lector_fathomless_flames.json b/src/data/english/tcg_monsters/abyss_lector_fathomless_flames.json index e841cd4fd..318200aff 100644 --- a/src/data/english/tcg_monsters/abyss_lector_fathomless_flames.json +++ b/src/data/english/tcg_monsters/abyss_lector_fathomless_flames.json @@ -26,7 +26,7 @@ { "id": "flame_of_salvation", "name": "Flame of Salvation", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "searing_precept", "name": "Searing Precept", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "ominous_star", "name": "Ominous Star", - "desc": "Deals 3 Pyro DMG, summons 1 Darkfire Furnace.", + "desc": "Deals 3 Physical DMG, summons 1 Darkfire Furnace.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/anemo_samachurl.json b/src/data/english/tcg_monsters/anemo_samachurl.json index 1680f7833..011b527f9 100644 --- a/src/data/english/tcg_monsters/anemo_samachurl.json +++ b/src/data/english/tcg_monsters/anemo_samachurl.json @@ -31,7 +31,7 @@ { "id": "prayer_to_the_winds", "name": "Prayer to the Winds", - "desc": "Deals 2 Anemo DMG, summons 1 Whirlwind.", + "desc": "Deals 2 Physical DMG, summons 1 Whirlwind.", "skillTag": ["Elemental Skill"], "points": [ { @@ -45,7 +45,7 @@ { "id": "galeforce_shock", "name": "Galeforce Shock", - "desc": "Deals 5 Anemo DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/assault_specialist_mek_ousia.json b/src/data/english/tcg_monsters/assault_specialist_mek_ousia.json index 4747a70a5..3eb99febd 100644 --- a/src/data/english/tcg_monsters/assault_specialist_mek_ousia.json +++ b/src/data/english/tcg_monsters/assault_specialist_mek_ousia.json @@ -51,7 +51,7 @@ { "id": "shield_sweep", "name": "Shield Sweep", - "desc": "Deals 2 Electro DMG, deals 2 Piercing DMG to all opposing characters on standby.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, deals 2 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/assault_specialist_mek_pneuma.json b/src/data/english/tcg_monsters/assault_specialist_mek_pneuma.json index e0b6a5bfa..ccd894d0b 100644 --- a/src/data/english/tcg_monsters/assault_specialist_mek_pneuma.json +++ b/src/data/english/tcg_monsters/assault_specialist_mek_pneuma.json @@ -37,7 +37,7 @@ { "id": "multismash", "name": "Multi-Smash", - "desc": "Deals 1 Pyro DMG and performs \"Prepare Skill\" for Tracking Truncheon.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG and performs \"Prepare Skill\" for Tracking Truncheon.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "sprinting_strike", "name": "Sprinting Strike", - "desc": "Deals 5 Pyro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/azhdaha.json b/src/data/english/tcg_monsters/azhdaha.json index 8a616f993..605291e42 100644 --- a/src/data/english/tcg_monsters/azhdaha.json +++ b/src/data/english/tcg_monsters/azhdaha.json @@ -2,8 +2,8 @@ "_id": 4606, "id": "azhdaha", "name": "Azhdaha", - "title": null, - "desc": null, + "title": "Ancient Geovishap Ancestor: Azhdaha", + "desc": "The faint rattling of this dragon lord's shackles and his deep, angry growl echo through the bowels of the mountains like memories of a bygone era.", "attributes": { "hp": 40, "card_type": "Character Card", @@ -11,7 +11,16 @@ "element": "Geo", "weapon": "Other Weapons", "faction": ["Monster"], - "source": null + "talent_card": { + "_id": 4772, + "id": "lunar_cycles_unending", + "name": "Lunar Cycles Unending" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Azhdaha", + "character": { + "id": "azhdaha", + "name": "Azhdaha" + } }, "skills": [ { @@ -37,7 +46,7 @@ { "id": "aura_of_majesty", "name": "Aura of Majesty", - "desc": "Deals 3 Geo DMG. If a Crystallize reaction occurs, then this character will perform Elemental Absorption.
If during the usage of this skill, the character hasn't absorbed an element's power yet, then Stone Facets: Elemental Crystallization will be attached.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. If a Crystallize reaction occurs, then this character will perform Elemental Absorption.
If during the usage of this skill, the character hasn't absorbed an element's power yet, then Stone Facets: Elemental Crystallization will be attached.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "decimating_rockfall", "name": "Decimating Rockfall", - "desc": "Deals 4 Geo DMG. DMG +1 for each element previously absorbed.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. DMG +1 for each element previously absorbed.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/crimson_witch_of_embers.json b/src/data/english/tcg_monsters/crimson_witch_of_embers.json index e07cf4452..95df532f2 100644 --- a/src/data/english/tcg_monsters/crimson_witch_of_embers.json +++ b/src/data/english/tcg_monsters/crimson_witch_of_embers.json @@ -17,7 +17,7 @@ { "id": "crimson_lotus_moth", "name": "Crimson Lotus Moth", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "decimating_lash", "name": "Decimating Lash", - "desc": "Deals 2 Pyro DMG. The target character receives Blazing Heat.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The target character receives Blazing Heat.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "whirling_blaze", "name": "Whirling Blaze", - "desc": "Deals 6 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/cryo_abyss_mage.json b/src/data/english/tcg_monsters/cryo_abyss_mage.json index 5bcef3f3b..72446da06 100644 --- a/src/data/english/tcg_monsters/cryo_abyss_mage.json +++ b/src/data/english/tcg_monsters/cryo_abyss_mage.json @@ -17,7 +17,7 @@ { "id": "cryo_thorns", "name": "Cryo Thorns", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "frostdrift_offering", "name": "Frostdrift Offering", - "desc": "Deals 3 Cryo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "rimestorm_rite", "name": "Rimestorm Rite", - "desc": "Deals 5 Cryo DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/cryo_hilichurl_shooter.json b/src/data/english/tcg_monsters/cryo_hilichurl_shooter.json index 1b469ff9c..1d0211314 100644 --- a/src/data/english/tcg_monsters/cryo_hilichurl_shooter.json +++ b/src/data/english/tcg_monsters/cryo_hilichurl_shooter.json @@ -17,7 +17,7 @@ { "id": "ice_arrow", "name": "Ice Arrow", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "multishot", "name": "Multishot", - "desc": "Deals 4 Cryo DMG.", + "desc": "Deals 4 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/cryo_hypostasis.json b/src/data/english/tcg_monsters/cryo_hypostasis.json new file mode 100644 index 000000000..2e40bf607 --- /dev/null +++ b/src/data/english/tcg_monsters/cryo_hypostasis.json @@ -0,0 +1,86 @@ +{ + "_id": 4108, + "id": "cryo_hypostasis", + "name": "Cryo Hypostasis", + "title": null, + "desc": null, + "attributes": { + "hp": 30, + "card_type": "Character Card", + "energy": 2, + "element": "Cryo", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": null + }, + "skills": [ + { + "id": "icespike_shot", + "name": "Icespike Shot", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "ice_ring_waltz", + "name": "Ice Ring Waltz", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT]. This character gains Overwhelming Ice.", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 3 + } + ] + }, + { + "id": "plunging_ice_shards", + "name": "Plunging Ice Shards", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], deals 1 Piercing DMG to all opposing characters on standby, summons 1 Piercing Iceridge.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "cryo_crystal_core", + "name": "Cryo Crystal Core", + "desc": "(Passive) When the battle begins, this character gains Cryo Crystal Core.", + "skillTag": ["Passive Skill"], + "points": [] + }, + { + "id": "elemental_sedimentation_cryo", + "name": "Elemental Sedimentation: Cryo", + "desc": "(Passive) When the battle begins, this character gains Elemental Lifeform: Cryo.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_monsters/cryo_slime.json b/src/data/english/tcg_monsters/cryo_slime.json new file mode 100644 index 000000000..64d8afde2 --- /dev/null +++ b/src/data/english/tcg_monsters/cryo_slime.json @@ -0,0 +1,65 @@ +{ + "_id": 3107, + "id": "cryo_slime", + "name": "Cryo Slime", + "title": null, + "desc": null, + "attributes": { + "hp": 4, + "card_type": "Character Card", + "energy": 2, + "element": "Cryo", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": null + }, + "skills": [ + { + "id": "ram", + "name": "Ram", + "desc": "Deals 1 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "jumping_slam", + "name": "Jumping Slam", + "desc": "Deals 4 Physical DMG.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1101, + "id": "cryo", + "type": "Cryo", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "elemental_sedimentation_cryo", + "name": "Elemental Sedimentation: Cryo", + "desc": "(Passive) When the battle begins, this character gains Elemental Lifeform: Cryo.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_monsters/dendro_samachurl.json b/src/data/english/tcg_monsters/dendro_samachurl.json index 29f6cc84b..b1951f425 100644 --- a/src/data/english/tcg_monsters/dendro_samachurl.json +++ b/src/data/english/tcg_monsters/dendro_samachurl.json @@ -31,7 +31,7 @@ { "id": "venomous_vines", "name": "Venomous Vines", - "desc": "Deals 1 Dendro DMG, creates 1 Vines at the opponent's play area.", + "desc": "Deals 1 Physical DMG, creates 1 Vines at the opponent's play area.", "skillTag": ["Elemental Skill"], "points": [ { @@ -45,7 +45,7 @@ { "id": "dendro_field", "name": "Dendro Field", - "desc": "Deals 5 Dendro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/dvalin.json b/src/data/english/tcg_monsters/dvalin.json index fd05d1bca..e1dbd38a0 100644 --- a/src/data/english/tcg_monsters/dvalin.json +++ b/src/data/english/tcg_monsters/dvalin.json @@ -2,8 +2,8 @@ "_id": 4506, "id": "dvalin", "name": "Dvalin", - "title": null, - "desc": null, + "title": "\"Dragon of the East\" Dvalin", + "desc": "\"How wonderful it would have been if you were as I, witnessing your noble, beautiful form as you soared through the blue sky.\"\\n\"Then you would know that this sky and this earth are both things worth fighting for.\"", "attributes": { "hp": 10, "card_type": "Character Card", @@ -11,7 +11,16 @@ "element": "Anemo", "weapon": "Other Weapons", "faction": ["Monster"], - "source": null + "talent_card": { + "_id": 4771, + "id": "rending_vortex", + "name": "Rending Vortex" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with Dvalin", + "character": { + "id": "stormterror", + "name": "Stormterror" + } }, "skills": [ { @@ -37,7 +46,7 @@ { "id": "tempestuous_barrage", "name": "Tempestuous Barrage", - "desc": "Deals 2 Anemo DMG. The target character receives Total Collapse.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The target character receives Total Collapse.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "dvalins_cleansing", "name": "Dvalin's Cleansing", - "desc": "Deals 2 Anemo DMG and then separately performs \"Prepare Skill\" for Perpetual Cleansing and Ultimate Cleansing.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG and then separately performs \"Prepare Skill\" for Perpetual Cleansing and Ultimate Cleansing.", "skillTag": ["Elemental Skill"], "points": [ { @@ -65,7 +74,7 @@ { "id": "caelestinum_finale_termini", "name": "Caelestinum Finale Termini", - "desc": "Deals 5 Anemo DMG. Applies Total Collapse to all opposing standby characters.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. Applies Total Collapse to all opposing standby characters.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/electro_abyss_mage.json b/src/data/english/tcg_monsters/electro_abyss_mage.json index e0770af60..e0dde02dc 100644 --- a/src/data/english/tcg_monsters/electro_abyss_mage.json +++ b/src/data/english/tcg_monsters/electro_abyss_mage.json @@ -17,7 +17,7 @@ { "id": "thunderbolt", "name": "Thunderbolt", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -51,7 +51,7 @@ { "id": "rite_of_rolling_thunder", "name": "Rite of Rolling Thunder", - "desc": "Deals 4 Electro DMG, summons 1 Tanglebolt Ring.", + "desc": "Deals 4 Physical DMG, summons 1 Tanglebolt Ring.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/electro_hilichurl_shooter.json b/src/data/english/tcg_monsters/electro_hilichurl_shooter.json index bb900d3fb..afa5d6e38 100644 --- a/src/data/english/tcg_monsters/electro_hilichurl_shooter.json +++ b/src/data/english/tcg_monsters/electro_hilichurl_shooter.json @@ -17,7 +17,7 @@ { "id": "thunder_arrow", "name": "Thunder Arrow", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "multishot", "name": "Multishot", - "desc": "Deals 4 Electro DMG.", + "desc": "Deals 4 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/electro_hypostasis.json b/src/data/english/tcg_monsters/electro_hypostasis.json index f7d3dda3b..09916e11c 100644 --- a/src/data/english/tcg_monsters/electro_hypostasis.json +++ b/src/data/english/tcg_monsters/electro_hypostasis.json @@ -26,7 +26,7 @@ { "id": "electro_crystal_projection", "name": "Electro Crystal Projection", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "rockpaperscissors_combo", "name": "Rock-Paper-Scissors Combo", - "desc": "Deals 2 Electro DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", + "desc": "Deals 2 Physical DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "lightning_lockdown", "name": "Lightning Lockdown", - "desc": "Deals 2 Electro DMG, summons Chains of Warding Thunder.", + "desc": "Deals 2 Physical DMG, summons Chains of Warding Thunder.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/electro_slime.json b/src/data/english/tcg_monsters/electro_slime.json index ad651cd68..695619b75 100644 --- a/src/data/english/tcg_monsters/electro_slime.json +++ b/src/data/english/tcg_monsters/electro_slime.json @@ -17,7 +17,7 @@ { "id": "bounce", "name": "Bounce", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "slam", "name": "Slam", - "desc": "Deals 4 Electro DMG.", + "desc": "Deals 4 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/eremite_scorching_loremaster.json b/src/data/english/tcg_monsters/eremite_scorching_loremaster.json index ddcb8c0f0..1607f2f54 100644 --- a/src/data/english/tcg_monsters/eremite_scorching_loremaster.json +++ b/src/data/english/tcg_monsters/eremite_scorching_loremaster.json @@ -2,8 +2,8 @@ "_id": 4305, "id": "eremite_scorching_loremaster", "name": "Eremite Scorching Loremaster", - "title": null, - "desc": null, + "title": "\"Poetry and Secret Histories\" Eremite Scorching Loremaster", + "desc": "Those who still remember will never betray the spirit of the sands yet flowing through their veins.", "attributes": { "hp": 10, "card_type": "Character Card", @@ -11,13 +11,22 @@ "element": "Pyro", "weapon": "Other Weapons", "faction": ["The Eremites"], - "source": null + "talent_card": { + "_id": 4769, + "id": "scorpocalypse", + "name": "Scorpocalypse" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Eremite Scorching Loremaster", + "character": { + "id": "eremite_scorching_loremaster", + "name": "Eremite Scorching Loremaster" + } }, "skills": [ { "id": "searing_glare", "name": "Searing Glare", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "blazing_strike", "name": "Blazing Strike", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "spirit_of_omens_awakening_pyro_scorpion", "name": "Spirit of Omen's Awakening: Pyro Scorpion", - "desc": "Deals 2 Pyro DMG, summons 1 Spirit of Omen: Pyro Scorpion.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Spirit of Omen: Pyro Scorpion.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/eremite_stone_enchanter.json b/src/data/english/tcg_monsters/eremite_stone_enchanter.json index 02af611c9..7455a3f22 100644 --- a/src/data/english/tcg_monsters/eremite_stone_enchanter.json +++ b/src/data/english/tcg_monsters/eremite_stone_enchanter.json @@ -37,7 +37,7 @@ { "id": "splitrock_slam", "name": "Splitrock Slam", - "desc": "Deals 3 Geo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "ominous_spirit_unleashed_geo", "name": "Ominous Spirit Unleashed (Geo)", - "desc": "Deals 3 Geo DMG, summons 1 Spirit of Omen: Stone Drake.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Spirit of Omen: Stone Drake.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_cryo_cicin_mage.json b/src/data/english/tcg_monsters/fatui_cryo_cicin_mage.json index 118c7c663..9c1a80ebb 100644 --- a/src/data/english/tcg_monsters/fatui_cryo_cicin_mage.json +++ b/src/data/english/tcg_monsters/fatui_cryo_cicin_mage.json @@ -26,7 +26,7 @@ { "id": "cicin_icicle", "name": "Cicin Icicle", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "misty_summons", "name": "Misty Summons", - "desc": "Deals 1 Cryo DMG, summons Cryo Cicins.", + "desc": "Deals 1 Physical DMG, summons Cryo Cicins.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "blizzard_branch_blossom", "name": "Blizzard, Branch, Blossom", - "desc": "Deals 5 Cryo DMG, grants this character Cryo Application, creates 1 Flowing Cicin Shield.", + "desc": "Deals 5 Physical DMG, grants this character Cryo Application, creates 1 Flowing Cicin Shield.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_pyro_agent.json b/src/data/english/tcg_monsters/fatui_pyro_agent.json index a47f63ffc..b5371323c 100644 --- a/src/data/english/tcg_monsters/fatui_pyro_agent.json +++ b/src/data/english/tcg_monsters/fatui_pyro_agent.json @@ -46,7 +46,7 @@ { "id": "prowl", "name": "Prowl", - "desc": "Deals 1 Pyro DMG. This character gains Stealth.", + "desc": "Deals 1 Physical DMG. This character gains Stealth.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "blade_ablaze", "name": "Blade Ablaze", - "desc": "Deals 5 Pyro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_anemoboxer_vanguard.json b/src/data/english/tcg_monsters/fatui_skirmisher_anemoboxer_vanguard.json index 2fdfcf15e..c6d9d2fa8 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_anemoboxer_vanguard.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_anemoboxer_vanguard.json @@ -51,7 +51,7 @@ { "id": "galeforce_agitation", "name": "Galeforce Agitation", - "desc": "Deals 3 Anemo DMG. All of your other Fatui characters gain 1 Energy.", + "desc": "Deals 3 Physical DMG. All of your other Fatui characters gain 1 Energy.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_cryogunner_legionnaire.json b/src/data/english/tcg_monsters/fatui_skirmisher_cryogunner_legionnaire.json index 75a11a79f..a9d534870 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_cryogunner_legionnaire.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_cryogunner_legionnaire.json @@ -37,7 +37,7 @@ { "id": "freezing_spray", "name": "Freezing Spray", - "desc": "Deals 3 Cryo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "frost_cannon", "name": "Frost Cannon", - "desc": "Deals 3 Cryo DMG. This character gains Cryo Elemental Equipment.", + "desc": "Deals 3 Physical DMG. This character gains Cryo Elemental Equipment.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_electrohammer_vanguard.json b/src/data/english/tcg_monsters/fatui_skirmisher_electrohammer_vanguard.json index 70e11f0db..d6f9209c1 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_electrohammer_vanguard.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_electrohammer_vanguard.json @@ -37,7 +37,7 @@ { "id": "raging_charge", "name": "Raging Charge", - "desc": "Deals 3 Electro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "thunderblast_hammer", "name": "Thunderblast Hammer", - "desc": "Deals 3 Electro DMG. This character gains Electro Elemental Equipment.", + "desc": "Deals 3 Physical DMG. This character gains Electro Elemental Equipment.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_geochanter_bracer.json b/src/data/english/tcg_monsters/fatui_skirmisher_geochanter_bracer.json index bdbf29b2e..a256601b9 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_geochanter_bracer.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_geochanter_bracer.json @@ -17,7 +17,7 @@ { "id": "rock_projectile", "name": "Rock Projectile", - "desc": "Deals 1 Geo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "geocrystal_beam", "name": "Geocrystal Beam", - "desc": "Deals 3 Geo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "staff_of_geo", "name": "Staff of Geo", - "desc": "Deals 3 Geo DMG. This character gains Geo Elemental Equipment, creating 1 Crystal Shield.", + "desc": "Deals 3 Physical DMG. This character gains Geo Elemental Equipment, creating 1 Crystal Shield.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_hydrogunner_legionnaire.json b/src/data/english/tcg_monsters/fatui_skirmisher_hydrogunner_legionnaire.json index 53e0ad8cf..2c9a85652 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_hydrogunner_legionnaire.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_hydrogunner_legionnaire.json @@ -37,7 +37,7 @@ { "id": "curative_bullet", "name": "Curative Bullet", - "desc": "Deals 2 Hydro DMG, heals 2 of friendly characters on standby for 1 HP.", + "desc": "Deals 2 Physical DMG, heals 2 of friendly characters on standby for 1 HP.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "elemental_buff_hydro", "name": "Elemental Buff: Hydro", - "desc": "Deals 3 Hydro DMG. This character gains Hydro Elemental Equipment.", + "desc": "Deals 3 Physical DMG. This character gains Hydro Elemental Equipment.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/fatui_skirmisher_pyroslinger_bracer.json b/src/data/english/tcg_monsters/fatui_skirmisher_pyroslinger_bracer.json index c7ab79450..b567ba568 100644 --- a/src/data/english/tcg_monsters/fatui_skirmisher_pyroslinger_bracer.json +++ b/src/data/english/tcg_monsters/fatui_skirmisher_pyroslinger_bracer.json @@ -17,7 +17,7 @@ { "id": "singleshot_bullet", "name": "Single-Shot Bullet", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "burning_barrage", "name": "Burning Barrage", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "flaming_cannon", "name": "Flaming Cannon", - "desc": "Deals 3 Pyro DMG. This character gains Pyro Elemental Equipment.", + "desc": "Deals 3 Physical DMG. This character gains Pyro Elemental Equipment.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/geo_samachurl.json b/src/data/english/tcg_monsters/geo_samachurl.json index 233b9d50b..eacf25a1a 100644 --- a/src/data/english/tcg_monsters/geo_samachurl.json +++ b/src/data/english/tcg_monsters/geo_samachurl.json @@ -31,7 +31,7 @@ { "id": "summoning_of_stones", "name": "Summoning of Stones", - "desc": "Deals 2 Geo DMG, creates 1 Rocky Pedestal.", + "desc": "Deals 2 Physical DMG, creates 1 Rocky Pedestal.", "skillTag": ["Elemental Skill"], "points": [ { @@ -45,7 +45,7 @@ { "id": "shockwave_smash", "name": "Shockwave Smash", - "desc": "Deals 5 Geo DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/grounded_geoshroom.json b/src/data/english/tcg_monsters/grounded_geoshroom.json index 3d24ed0e8..cd9d6a204 100644 --- a/src/data/english/tcg_monsters/grounded_geoshroom.json +++ b/src/data/english/tcg_monsters/grounded_geoshroom.json @@ -17,7 +17,7 @@ { "id": "spore_bullet", "name": "Spore Bullet", - "desc": "Deals 1 Geo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "raging_breath", "name": "Raging Breath", - "desc": "Deals 3 Geo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "charging_blast", "name": "Charging Blast", - "desc": "Deals 5 Geo DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/grounded_hydroshroom.json b/src/data/english/tcg_monsters/grounded_hydroshroom.json index a2088d61b..3d6a138be 100644 --- a/src/data/english/tcg_monsters/grounded_hydroshroom.json +++ b/src/data/english/tcg_monsters/grounded_hydroshroom.json @@ -17,7 +17,7 @@ { "id": "spore_bullet", "name": "Spore Bullet", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "raging_breath", "name": "Raging Breath", - "desc": "Deals 3 Hydro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "charging_blast", "name": "Charging Blast", - "desc": "Deals 5 Hydro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/hilichurl_berserker.json b/src/data/english/tcg_monsters/hilichurl_berserker.json index f597ef2f0..79dc496e8 100644 --- a/src/data/english/tcg_monsters/hilichurl_berserker.json +++ b/src/data/english/tcg_monsters/hilichurl_berserker.json @@ -17,7 +17,7 @@ { "id": "torch_strike", "name": "Torch Strike", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "hit_and_run", "name": "Hit and Run", - "desc": "Deals 2 Pyro DMG.", + "desc": "Deals 2 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "scorching_combo", "name": "Scorching Combo", - "desc": "Deals 4 Pyro DMG.", + "desc": "Deals 4 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/hydro_abyss_mage.json b/src/data/english/tcg_monsters/hydro_abyss_mage.json index 5e0ead057..32910e7cb 100644 --- a/src/data/english/tcg_monsters/hydro_abyss_mage.json +++ b/src/data/english/tcg_monsters/hydro_abyss_mage.json @@ -17,7 +17,7 @@ { "id": "water_ball", "name": "Water Ball", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "bubbling_offering", "name": "Bubbling Offering", - "desc": "Deals 1 Hydro DMG. The target character receives Mist Bubble.", + "desc": "Deals 1 Physical DMG. The target character receives Mist Bubble.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "rite_of_mortal_water", "name": "Rite of Mortal Water", - "desc": "Deals 4 Hydro DMG. The target character receives Mist Bubble.", + "desc": "Deals 4 Physical DMG. The target character receives Mist Bubble.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/hydro_samachurl.json b/src/data/english/tcg_monsters/hydro_samachurl.json index 312c761cf..471aabd76 100644 --- a/src/data/english/tcg_monsters/hydro_samachurl.json +++ b/src/data/english/tcg_monsters/hydro_samachurl.json @@ -31,7 +31,7 @@ { "id": "prayer_for_rain", "name": "Prayer for Rain", - "desc": "Deals 1 Hydro DMG, summons 1 Healing Rain.", + "desc": "Deals 1 Physical DMG, summons 1 Healing Rain.", "skillTag": ["Elemental Skill"], "points": [ { @@ -45,7 +45,7 @@ { "id": "tidal_impact", "name": "Tidal Impact", - "desc": "Deals 5 Hydro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/hydro_slime.json b/src/data/english/tcg_monsters/hydro_slime.json index 82a0f5524..5e135955b 100644 --- a/src/data/english/tcg_monsters/hydro_slime.json +++ b/src/data/english/tcg_monsters/hydro_slime.json @@ -17,7 +17,7 @@ { "id": "bounce", "name": "Bounce", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "slam", "name": "Slam", - "desc": "Deals 4 Hydro DMG.", + "desc": "Deals 4 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/jadeplume_terrorshroom.json b/src/data/english/tcg_monsters/jadeplume_terrorshroom.json index ad7d7ed5a..37a587131 100644 --- a/src/data/english/tcg_monsters/jadeplume_terrorshroom.json +++ b/src/data/english/tcg_monsters/jadeplume_terrorshroom.json @@ -46,7 +46,7 @@ { "id": "volatile_spore_cloud", "name": "Volatile Spore Cloud", - "desc": "Deals 3 Dendro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "feather_spreading", "name": "Feather Spreading", - "desc": "Deals 4 Dendro DMG, then consumes all Radical Vitality stacks. For each stack consumed, this instance deals +1 DMG.", + "desc": "Deals 4 Physical DMG, then consumes all Radical Vitality stacks. For each stack consumed, this instance deals +1 DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/la_signora.json b/src/data/english/tcg_monsters/la_signora.json index 878d1560f..1a89f6f21 100644 --- a/src/data/english/tcg_monsters/la_signora.json +++ b/src/data/english/tcg_monsters/la_signora.json @@ -11,13 +11,22 @@ "element": "Cryo", "weapon": "Other Weapons", "faction": ["Fatui"], - "source": null + "talent_card": { + "_id": 4768, + "id": "pain_for_pain", + "name": "Pain for Pain" + }, + "source": null, + "character": { + "id": "la_signora", + "name": "La Signora" + } }, "skills": [ { "id": "frostblade_hailstorm", "name": "Frostblade Hailstorm", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "biting_shards", "name": "Biting Shards", - "desc": "Deals 2 Cryo DMG. The target character receives Sheer Cold.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. The target character receives Sheer Cold.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "carmine_chrysalis", "name": "Carmine Chrysalis", - "desc": "Deals 4 Cryo DMG, heals this character for 2 HP. Removes Ice-Sealed Crimson Witch of Embers. This character permanently switches to Crimson Witch of Embers state.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, heals this character for 2 HP. Removes Ice-Sealed Crimson Witch of Embers. This character permanently switches to Crimson Witch of Embers state.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/large_hydro_slime.json b/src/data/english/tcg_monsters/large_hydro_slime.json new file mode 100644 index 000000000..fa014f7c0 --- /dev/null +++ b/src/data/english/tcg_monsters/large_hydro_slime.json @@ -0,0 +1,79 @@ +{ + "_id": 3207, + "id": "large_hydro_slime", + "name": "Large Hydro Slime", + "title": null, + "desc": null, + "attributes": { + "hp": 10, + "card_type": "Character Card", + "energy": 2, + "element": "Hydro", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": null + }, + "skills": [ + { + "id": "ram", + "name": "Ram", + "desc": "Deals 1 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1102, + "id": "hydro", + "type": "Hydro", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "bubble_spray", + "name": "Bubble Spray", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT]. The target character receives Gurgling Bubble.", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1102, + "id": "hydro", + "type": "Hydro", + "count": 3 + } + ] + }, + { + "id": "jumping_slam", + "name": "Jumping Slam", + "desc": "Deals 5 Physical DMG.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1102, + "id": "hydro", + "type": "Hydro", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "elemental_sedimentation_hydro", + "name": "Elemental Sedimentation: Hydro", + "desc": "(Passive) When the battle begins, this character gains Elemental Lifeform: Hydro.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_monsters/maguu_kenki.json b/src/data/english/tcg_monsters/maguu_kenki.json index 3e1248222..186f45e5f 100644 --- a/src/data/english/tcg_monsters/maguu_kenki.json +++ b/src/data/english/tcg_monsters/maguu_kenki.json @@ -74,7 +74,7 @@ { "id": "pseudo_tengu_sweeper", "name": "Pseudo Tengu Sweeper", - "desc": "Deals 4 Anemo DMG, triggers the effect(s) of all your Shadowsword Summon(s). (Does not consume their Usages)", + "desc": "Deals 4 Physical DMG, triggers the effect(s) of all your Shadowsword Summon(s). (Does not consume their Usages)", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/millennial_pearl_seahorse.json b/src/data/english/tcg_monsters/millennial_pearl_seahorse.json new file mode 100644 index 000000000..e8d52fad0 --- /dev/null +++ b/src/data/english/tcg_monsters/millennial_pearl_seahorse.json @@ -0,0 +1,79 @@ +{ + "_id": 4407, + "id": "millennial_pearl_seahorse", + "name": "Millennial Pearl Seahorse", + "title": null, + "desc": null, + "attributes": { + "hp": 27, + "card_type": "Character Card", + "energy": 2, + "element": "Electro", + "weapon": "Other Weapons", + "faction": ["Monster"], + "source": null + }, + "skills": [ + { + "id": "tail_sweep", + "name": "Tail Sweep", + "desc": "Deals 2 Physical DMG.", + "skillTag": ["Normal Attack"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 1 + }, + { + "_id": 1109, + "id": "unaligned_element", + "type": "Unaligned Element", + "count": 2 + } + ] + }, + { + "id": "swirling_school_of_fish", + "name": "Swirling School of Fish", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT].
If this character has Fontemer Pearl attached, that Usage(s) +1. (Once per Round)", + "skillTag": ["Elemental Skill"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 3 + } + ] + }, + { + "id": "fontemer_hoarthunder", + "name": "Fontemer Hoarthunder", + "desc": "Deals $[D__KEY__DAMAGE] $[D__KEY__ELEMENT], attaches Fontemer Pearl to this character, and summons 1 Resonant Coral Orb.", + "skillTag": ["Elemental Burst"], + "points": [ + { + "_id": 1104, + "id": "electro", + "type": "Electro", + "count": 3 + }, + { + "_id": 1110, + "id": "energy", + "type": "Energy", + "count": 2 + } + ] + }, + { + "id": "pearl_armor", + "name": "Pearl Armor", + "desc": "(Passive) When the battle begins, attach Fontemer Pearl to this character.", + "skillTag": ["Passive Skill"], + "points": [] + } + ] +} diff --git a/src/data/english/tcg_monsters/mirror_maiden.json b/src/data/english/tcg_monsters/mirror_maiden.json index 5fcd780a4..759d3f6f7 100644 --- a/src/data/english/tcg_monsters/mirror_maiden.json +++ b/src/data/english/tcg_monsters/mirror_maiden.json @@ -26,7 +26,7 @@ { "id": "water_ball", "name": "Water Ball", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -46,7 +46,7 @@ { "id": "influx_blast", "name": "Influx Blast", - "desc": "Deals 2 Hydro DMG. The target character receives Refraction.", + "desc": "Deals 2 Physical DMG. The target character receives Refraction.", "skillTag": ["Elemental Skill"], "points": [ { @@ -60,7 +60,7 @@ { "id": "rippled_reflection", "name": "Rippled Reflection", - "desc": "Deals 5 Hydro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/nobushi_hitsukeban.json b/src/data/english/tcg_monsters/nobushi_hitsukeban.json index e4610306d..a366993aa 100644 --- a/src/data/english/tcg_monsters/nobushi_hitsukeban.json +++ b/src/data/english/tcg_monsters/nobushi_hitsukeban.json @@ -37,7 +37,7 @@ { "id": "blaze_bloom", "name": "Blaze Bloom", - "desc": "Deals 3 Pyro DMG, switches your character to the next character.", + "desc": "Deals 3 Physical DMG, switches your character to the next character.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_monsters/nobushi_kikouban.json b/src/data/english/tcg_monsters/nobushi_kikouban.json index 55ad7440e..5a5c412b9 100644 --- a/src/data/english/tcg_monsters/nobushi_kikouban.json +++ b/src/data/english/tcg_monsters/nobushi_kikouban.json @@ -37,7 +37,7 @@ { "id": "mechanical_thunderbow", "name": "Mechanical Thunderbow", - "desc": "Deals 3 Electro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_monsters/pure_electro_hypostasis.json b/src/data/english/tcg_monsters/pure_electro_hypostasis.json index 08258c330..73f5e4f17 100644 --- a/src/data/english/tcg_monsters/pure_electro_hypostasis.json +++ b/src/data/english/tcg_monsters/pure_electro_hypostasis.json @@ -17,7 +17,7 @@ { "id": "electro_crystal_projection", "name": "Electro Crystal Projection", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "rockpaperscissors_combo", "name": "Rock-Paper-Scissors Combo", - "desc": "Deals 2 Electro DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", + "desc": "Deals 2 Physical DMG and then separately performs \"Prepare Skill\" for Rock-Paper-Scissors Combo: Scissors and Rock-Paper-Scissors Combo: Paper.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "lightning_lockdown", "name": "Lightning Lockdown", - "desc": "Deals 2 Electro DMG, summons Chains of Warding Thunder.", + "desc": "Deals 2 Physical DMG, summons Chains of Warding Thunder.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/pyro_abyss_mage.json b/src/data/english/tcg_monsters/pyro_abyss_mage.json index 66d169931..294197f3f 100644 --- a/src/data/english/tcg_monsters/pyro_abyss_mage.json +++ b/src/data/english/tcg_monsters/pyro_abyss_mage.json @@ -17,7 +17,7 @@ { "id": "flamewave", "name": "Flamewave", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "blazing_visage", "name": "Blazing Visage", - "desc": "Deals 3 Pyro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "rite_of_the_molten_eruption", "name": "Rite of the Molten Eruption", - "desc": "Deals 7 Pyro DMG.", + "desc": "Deals 7 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/rhodeia_of_loch.json b/src/data/english/tcg_monsters/rhodeia_of_loch.json index 91b6e6eb6..f104f1931 100644 --- a/src/data/english/tcg_monsters/rhodeia_of_loch.json +++ b/src/data/english/tcg_monsters/rhodeia_of_loch.json @@ -26,7 +26,7 @@ { "id": "surge", "name": "Surge", - "desc": "Deals 1 Hydro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -74,7 +74,7 @@ { "id": "tide_and_torrent", "name": "Tide and Torrent", - "desc": "Deals 4 Hydro DMG. For each friendly Summon on the field, deals +1 additional DMG.", + "desc": "Deals 4 Physical DMG. For each friendly Summon on the field, deals +1 additional DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/rockfond_rifthound.json b/src/data/english/tcg_monsters/rockfond_rifthound.json index 75512712f..12ccdb8c9 100644 --- a/src/data/english/tcg_monsters/rockfond_rifthound.json +++ b/src/data/english/tcg_monsters/rockfond_rifthound.json @@ -17,7 +17,7 @@ { "id": "corrosive_claws", "name": "Corrosive Claws", - "desc": "Deals 1 Geo DMG, creates 1 Corrosion at the opponent's play area.", + "desc": "Deals 1 Physical DMG, creates 1 Corrosion at the opponent's play area.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "crystal_cracker", "name": "Crystal Cracker", - "desc": "Deals 2 Geo DMG, creates 1 Corrosion at the opponent's play area.", + "desc": "Deals 2 Physical DMG, creates 1 Corrosion at the opponent's play area.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "pursuers_mark", "name": "Pursuer's Mark", - "desc": "Deals 6 Geo DMG, creates 1 Corrosion at the opponent's play area.", + "desc": "Deals 6 Physical DMG, creates 1 Corrosion at the opponent's play area.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/ruin_drake_earthguard.json b/src/data/english/tcg_monsters/ruin_drake_earthguard.json index 043753b76..2cc3e184e 100644 --- a/src/data/english/tcg_monsters/ruin_drake_earthguard.json +++ b/src/data/english/tcg_monsters/ruin_drake_earthguard.json @@ -45,7 +45,7 @@ { "id": "energy_surge", "name": "Energy Surge", - "desc": "Deals 5 Physical DMG. If this character has absorbed Elemental Energy, it will release that element for +1 DMG and change DMG type to the absorbed element.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG. If this character has absorbed Elemental Energy, it will release that element for +1 DMG and change DMG type to the absorbed element.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/ruin_guard.json b/src/data/english/tcg_monsters/ruin_guard.json index a89e8eaa6..11cf4447f 100644 --- a/src/data/english/tcg_monsters/ruin_guard.json +++ b/src/data/english/tcg_monsters/ruin_guard.json @@ -31,7 +31,7 @@ { "id": "spiral_closein", "name": "Spiral Close-In", - "desc": "Deals 1 Physical DMG and then separately performs \"Prepare Skill\" for High-Frequency Whirling Assault and Hyperspeed Whirling Assault.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG and then separately performs \"Prepare Skill\" for High-Frequency Whirling Assault and Hyperspeed Whirling Assault.", "skillTag": ["Elemental Skill"], "points": [ { @@ -45,7 +45,7 @@ { "id": "suppressive_volley", "name": "Suppressive Volley", - "desc": "Deals 4 Physical DMG, creates 1 Seeking Missile in the opponent's play area.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, creates 1 Seeking Missile in the opponent's play area.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/suppression_specialist_mek.json b/src/data/english/tcg_monsters/suppression_specialist_mek.json index 5ae74216f..8bc671914 100644 --- a/src/data/english/tcg_monsters/suppression_specialist_mek.json +++ b/src/data/english/tcg_monsters/suppression_specialist_mek.json @@ -31,7 +31,7 @@ { "id": "retreating_fire", "name": "Retreating Fire", - "desc": "Deals 3 Physical DMG, switches your character to the next character.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, switches your character to the next character.", "skillTag": ["Elemental Skill"], "points": [ { diff --git a/src/data/english/tcg_monsters/suppression_specialist_mek_ousia.json b/src/data/english/tcg_monsters/suppression_specialist_mek_ousia.json index 0b2da6bc4..e5e027525 100644 --- a/src/data/english/tcg_monsters/suppression_specialist_mek_ousia.json +++ b/src/data/english/tcg_monsters/suppression_specialist_mek_ousia.json @@ -17,7 +17,7 @@ { "id": "shortrange_snap_fire", "name": "Short-Range Snap Fire", - "desc": "Deals 1 Pyro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "spread_fire", "name": "Spread Fire", - "desc": "Deals 1 Pyro DMG, deals 1 Piercing DMG to all opposing characters on standby.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, deals 1 Piercing DMG to all opposing characters on standby.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "combined_fire", "name": "Combined Fire", - "desc": "Deals 2 Pyro DMG and then separately performs \"Prepare Skill\" for Combined Fire: Light Barrage and Combined Fire: Piercing Salvo.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG and then separately performs \"Prepare Skill\" for Combined Fire: Light Barrage and Combined Fire: Piercing Salvo.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/suppression_specialist_mek_pneuma.json b/src/data/english/tcg_monsters/suppression_specialist_mek_pneuma.json index 8f896d9d0..fa61f0e22 100644 --- a/src/data/english/tcg_monsters/suppression_specialist_mek_pneuma.json +++ b/src/data/english/tcg_monsters/suppression_specialist_mek_pneuma.json @@ -17,7 +17,7 @@ { "id": "precision_shot", "name": "Precision Shot", - "desc": "Deals 1 Dendro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "wildgrass_ball", "name": "Wildgrass Ball", - "desc": "Deals 3 Dendro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "launch_grenade", "name": "Launch Grenade", - "desc": "Deals 2 Dendro DMG, summons 1 Delayed Fuse Munitions.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Delayed Fuse Munitions.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/thunder_manifestation.json b/src/data/english/tcg_monsters/thunder_manifestation.json index c20aac237..24dac4008 100644 --- a/src/data/english/tcg_monsters/thunder_manifestation.json +++ b/src/data/english/tcg_monsters/thunder_manifestation.json @@ -2,8 +2,8 @@ "_id": 4405, "id": "thunder_manifestation", "name": "Thunder Manifestation", - "title": null, - "desc": null, + "title": "\"Lingering Hatred\" Thunder Manifestation", + "desc": "As long as the grudges of the land do not fade, so will the roaring thunder persist.", "attributes": { "hp": 45, "card_type": "Character Card", @@ -11,13 +11,22 @@ "element": "Electro", "weapon": "Other Weapons", "faction": ["Monster"], - "source": null + "talent_card": { + "_id": 4770, + "id": "grieving_echo", + "name": "Grieving Echo" + }, + "source": "Reward for accepting the Tavern Challenge at The Cat's Tail and claiming victory in a Friendly Fracas with the Thunder Manifestation", + "character": { + "id": "thunder_manifestation", + "name": "Thunder Manifestation" + } }, "skills": [ { "id": "thunderous_wingslash", "name": "Thunderous Wingslash", - "desc": "Deals 1 Electro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +46,7 @@ { "id": "strifeful_lightning", "name": "Strifeful Lightning", - "desc": "Deals 3 Electro DMG to the opposing character affected by Lightning Rod. (If there are no eligible opposing characters, deals DMG to the active character instead)", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG to the opposing character affected by Lightning Rod. (If there are no eligible opposing characters, deals DMG to the active character instead)", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +60,7 @@ { "id": "thundering_shackles", "name": "Thundering Shackles", - "desc": "Deals 2 Electro DMG, summons 1 Thundering Shackles.", + "desc": "Deals $[D__KEY__DAMAGE] Physical DMG, summons 1 Thundering Shackles.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/winged_cryoshroom.json b/src/data/english/tcg_monsters/winged_cryoshroom.json index 173039481..bcc20210c 100644 --- a/src/data/english/tcg_monsters/winged_cryoshroom.json +++ b/src/data/english/tcg_monsters/winged_cryoshroom.json @@ -17,7 +17,7 @@ { "id": "spore_bullet", "name": "Spore Bullet", - "desc": "Deals 1 Cryo DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "rolling_spray", "name": "Rolling Spray", - "desc": "Deals 3 Cryo DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "divebomb", "name": "Divebomb", - "desc": "Deals 5 Cryo DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/tcg_monsters/winged_dendroshroom.json b/src/data/english/tcg_monsters/winged_dendroshroom.json index fb260d29f..07bf15e08 100644 --- a/src/data/english/tcg_monsters/winged_dendroshroom.json +++ b/src/data/english/tcg_monsters/winged_dendroshroom.json @@ -17,7 +17,7 @@ { "id": "spore_bullet", "name": "Spore Bullet", - "desc": "Deals 1 Dendro DMG.", + "desc": "Deals 1 Physical DMG.", "skillTag": ["Normal Attack"], "points": [ { @@ -37,7 +37,7 @@ { "id": "rolling_spray", "name": "Rolling Spray", - "desc": "Deals 3 Dendro DMG.", + "desc": "Deals 3 Physical DMG.", "skillTag": ["Elemental Skill"], "points": [ { @@ -51,7 +51,7 @@ { "id": "divebomb", "name": "Divebomb", - "desc": "Deals 5 Dendro DMG.", + "desc": "Deals 5 Physical DMG.", "skillTag": ["Elemental Burst"], "points": [ { diff --git a/src/data/english/weapon_secondary_materials/chasmlight_fin.json b/src/data/english/weapon_secondary_materials/chasmlight_fin.json new file mode 100644 index 000000000..e73d37f2c --- /dev/null +++ b/src/data/english/weapon_secondary_materials/chasmlight_fin.json @@ -0,0 +1,19 @@ +{ + "_id": 112097, + "id": "chasmlight_fin", + "name": "Chasmlight Fin", + "description": "The faint light it reflects contains traces of adeptal energy. In the still of the night, even the most violent beasts briefly sink into a peaceful slumber, reminiscing on times when dreams belonged not only to humans.", + "source": ["Crafted", "Dropped by Lv. 60+ Xuanwen Beasts"], + "rarity": 4, + "craft": { + "cost": 125, + "items": [ + { + "_id": 112096, + "id": "lunar_fin", + "name": "Lunar Fin", + "amount": 3 + } + ] + } +} diff --git a/src/data/english/weapon_secondary_materials/feathery_fin.json b/src/data/english/weapon_secondary_materials/feathery_fin.json new file mode 100644 index 000000000..a364e18bc --- /dev/null +++ b/src/data/english/weapon_secondary_materials/feathery_fin.json @@ -0,0 +1,8 @@ +{ + "_id": 112095, + "id": "feathery_fin", + "name": "Feathery Fin", + "description": "Even though Xuanwen Beasts can't fly over long distances, these feather-like fins enable them to swiftly pursue their prey.", + "source": ["Dropped by Xuanwen Beasts", "Stardust Exchange"], + "rarity": 2 +} diff --git a/src/data/english/weapon_secondary_materials/lunar_fin.json b/src/data/english/weapon_secondary_materials/lunar_fin.json new file mode 100644 index 000000000..bd3a6f1bf --- /dev/null +++ b/src/data/english/weapon_secondary_materials/lunar_fin.json @@ -0,0 +1,23 @@ +{ + "_id": 112096, + "id": "lunar_fin", + "name": "Lunar Fin", + "description": "The soft, moonlight-esque glow on the fin gives off a sense of serenity.", + "source": [ + "Crafted", + "Dropped by Lv. 40+ Xuanwen Beasts", + "Stardust Exchange" + ], + "rarity": 3, + "craft": { + "cost": 50, + "items": [ + { + "_id": 112095, + "id": "feathery_fin", + "name": "Feathery Fin", + "amount": 3 + } + ] + } +} diff --git a/src/data/english/weapons/cranes_echoing_call.json b/src/data/english/weapons/cranes_echoing_call.json new file mode 100644 index 000000000..9a7884c2a --- /dev/null +++ b/src/data/english/weapons/cranes_echoing_call.json @@ -0,0 +1,309 @@ +{ + "_id": 14515, + "id": "cranes_echoing_call", + "name": "Crane's Echoing Call", + "description": "A fan carved from pure jade, around which swirls an ancient aura of adeptal energy.", + "rarity": 5, + "type": "Catalyst", + "domain": "Hidden Palace of Lianshan Formula", + "passive": "Cloudfall Axiom", + "bonus": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 28%/41%/54%/67%/80% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 2.5/2.75/3/3.25/3.5 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field.", + "stats": { + "primary": "Base ATK", + "secondary": "ATK%", + "levels": [ + { + "ascension": 0, + "level": 1, + "primary": 49, + "secondary": 3.6 + }, + { + "ascension": 0, + "level": 20, + "primary": 145, + "secondary": 6.4 + }, + { + "ascension": 1, + "level": 20, + "primary": 176, + "secondary": 6.4 + }, + { + "ascension": 1, + "level": 40, + "primary": 286, + "secondary": 9.3 + }, + { + "ascension": 2, + "level": 40, + "primary": 317, + "secondary": 9.3 + }, + { + "ascension": 2, + "level": 50, + "primary": 374, + "secondary": 10.7 + }, + { + "ascension": 3, + "level": 50, + "primary": 406, + "secondary": 10.7 + }, + { + "ascension": 3, + "level": 60, + "primary": 464, + "secondary": 12.2 + }, + { + "ascension": 4, + "level": 60, + "primary": 495, + "secondary": 12.2 + }, + { + "ascension": 4, + "level": 70, + "primary": 555, + "secondary": 13.6 + }, + { + "ascension": 5, + "level": 70, + "primary": 586, + "secondary": 13.6 + }, + { + "ascension": 5, + "level": 80, + "primary": 648, + "secondary": 15.1 + }, + { + "ascension": 6, + "level": 80, + "primary": 679, + "secondary": 15.1 + }, + { + "ascension": 6, + "level": 90, + "primary": 741, + "secondary": 16.5 + } + ] + }, + "ascensions": [ + { + "ascension": 0, + "level": 20, + "materials": [] + }, + { + "ascension": 1, + "level": 40, + "cost": 10000, + "materials": [ + { + "_id": 114017, + "id": "mist_veiled_lead_elixir", + "name": "Mist Veiled Lead Elixir", + "amount": 5, + "rarity": 2 + }, + { + "_id": 112095, + "id": "feathery_fin", + "name": "Feathery Fin", + "amount": 5, + "rarity": 2 + }, + { + "_id": 112008, + "id": "divining_scroll", + "name": "Divining Scroll", + "amount": 3, + "rarity": 1 + } + ] + }, + { + "ascension": 2, + "level": 50, + "cost": 20000, + "materials": [ + { + "_id": 114018, + "id": "mist_veiled_mercury_elixir", + "name": "Mist Veiled Mercury Elixir", + "amount": 5, + "rarity": 3 + }, + { + "_id": 112095, + "id": "feathery_fin", + "name": "Feathery Fin", + "amount": 18, + "rarity": 2 + }, + { + "_id": 112008, + "id": "divining_scroll", + "name": "Divining Scroll", + "amount": 12, + "rarity": 1 + } + ] + }, + { + "ascension": 3, + "level": 60, + "cost": 30000, + "materials": [ + { + "_id": 114018, + "id": "mist_veiled_mercury_elixir", + "name": "Mist Veiled Mercury Elixir", + "amount": 9, + "rarity": 3 + }, + { + "_id": 112096, + "id": "lunar_fin", + "name": "Lunar Fin", + "amount": 9, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 9, + "rarity": 2 + } + ] + }, + { + "ascension": 4, + "level": 70, + "cost": 45000, + "materials": [ + { + "_id": 114019, + "id": "mist_veiled_gold_elixir", + "name": "Mist Veiled Gold Elixir", + "amount": 5, + "rarity": 4 + }, + { + "_id": 112096, + "id": "lunar_fin", + "name": "Lunar Fin", + "amount": 18, + "rarity": 3 + }, + { + "_id": 112009, + "id": "sealed_scroll", + "name": "Sealed Scroll", + "amount": 14, + "rarity": 2 + } + ] + }, + { + "ascension": 5, + "level": 80, + "cost": 55000, + "materials": [ + { + "_id": 114019, + "id": "mist_veiled_gold_elixir", + "name": "Mist Veiled Gold Elixir", + "amount": 9, + "rarity": 4 + }, + { + "_id": 112097, + "id": "chasmlight_fin", + "name": "Chasmlight Fin", + "amount": 14, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 9, + "rarity": 3 + } + ] + }, + { + "ascension": 6, + "level": 90, + "cost": 65000, + "materials": [ + { + "_id": 114020, + "id": "mist_veiled_primo_elixir", + "name": "Mist Veiled Primo Elixir", + "amount": 6, + "rarity": 5 + }, + { + "_id": 112097, + "id": "chasmlight_fin", + "name": "Chasmlight Fin", + "amount": 27, + "rarity": 4 + }, + { + "_id": 112010, + "id": "forbidden_curse_scroll", + "name": "Forbidden Curse Scroll", + "amount": 18, + "rarity": 3 + } + ] + } + ], + "refinement_raw": { + "name": "Cloudfall Axiom", + "template": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal {0} increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore {1} Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field.", + "params": [ + ["28%", "2.5"], + ["41%", "2.75"], + ["54%", "3"], + ["67%", "3.25"], + ["80%", "3.5"] + ] + }, + "refinements": [ + { + "refinement": 1, + "desc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 28% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 2.5 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field." + }, + { + "refinement": 2, + "desc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 41% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 2.75 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field." + }, + { + "refinement": 3, + "desc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 54% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 3 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field." + }, + { + "refinement": 4, + "desc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 67% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 3.25 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field." + }, + { + "refinement": 5, + "desc": "After the equipping character hits an opponent with a Plunging Attack, all nearby party members' Plunging Attacks will deal 80% increased DMG for 20s. When nearby party members hit opponents with Plunging Attacks, they will restore 3.5 Energy to the equipping character. Energy can be restored this way every 0.7s. This energy regain effect can be triggered even if the equipping character is not on the field." + } + ] +}