Skip to content

Commit

Permalink
chore: Data & package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiln committed Aug 6, 2024
1 parent ccfbcd7 commit ad4c460
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 64 deletions.
42 changes: 27 additions & 15 deletions data/characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@
"diamond": "Defense",
"triangle": "Crit. Damage",
"circle": "Protection",
"cross": "Offense"
"cross": "Protection"
},
"avatarName": "charui_trooperclone_cody"
},
Expand Down Expand Up @@ -1760,9 +1760,9 @@
],
"mods": {
"sets": [
"Defense x2",
"Defense x2",
"Defense x2"
"Health x2",
"Health x2",
"Health x2"
],
"square": "Offense",
"arrow": "Protection",
Expand Down Expand Up @@ -1973,7 +1973,7 @@
"arrow": "Speed",
"diamond": "Defense",
"triangle": "Crit. Damage",
"circle": "Protection",
"circle": "Health",
"cross": "Offense"
},
"avatarName": "charui_maul"
Expand Down Expand Up @@ -2288,7 +2288,18 @@
"CATEGORY_NIGHTSISTERS_DESC",
"CATEGORY_ROLEATTACKER_DESC"
],
"mods": {},
"mods": {
"sets": [
"Crit. Chance x2",
"Crit. Damage x4"
],
"square": "Offense",
"arrow": "Speed",
"diamond": "Defense",
"triangle": "Crit. Damage",
"circle": "Health",
"cross": "Offense"
},
"crew": []
},
{
Expand Down Expand Up @@ -2787,7 +2798,7 @@
"diamond": "Defense",
"triangle": "Crit. Damage",
"circle": "Health",
"cross": "Offense"
"cross": "Health"
},
"avatarName": "charui_firstorder_executioner"
},
Expand Down Expand Up @@ -4675,9 +4686,9 @@
"square": "Offense",
"arrow": "Speed",
"diamond": "Defense",
"triangle": "Protection",
"circle": "Protection",
"cross": "Protection"
"triangle": "Health",
"circle": "Health",
"cross": "Potency"
},
"avatarName": "charui_kuiil"
},
Expand Down Expand Up @@ -6165,7 +6176,7 @@
"arrow": "Speed",
"diamond": "Defense",
"triangle": "Crit. Damage",
"circle": "Health",
"circle": "Protection",
"cross": "Offense"
},
"avatarName": "charui_poe_tros"
Expand Down Expand Up @@ -7521,8 +7532,9 @@
],
"mods": {
"sets": [
"Speed x4",
"Potency x2"
"Health x2",
"Health x2",
"Health x2"
],
"square": "Offense",
"arrow": "Speed",
Expand Down Expand Up @@ -7930,9 +7942,9 @@
"square": "Offense",
"arrow": "Speed",
"diamond": "Defense",
"triangle": "Offense",
"triangle": "Crit. Damage",
"circle": "Protection",
"cross": "Offense"
"cross": "Potency"
},
"avatarName": "charui_zamwesell"
},
Expand Down
4 changes: 2 additions & 2 deletions data/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"assetVersion": 3504,
"latestGamedataVersion": "0.35.1:mPPtWhY4Toux9pvsHIklCQ",
"latestLocalizationBundleVersion": "0NM6DLXbSE-itVqrKtSlmQ"
"latestGamedataVersion": "0.35.1:PqmSVIIuSfaydbmt-e13Vg",
"latestLocalizationBundleVersion": "vcWy3fVqTJeppv99EuhLIw"
}
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@swgoh-utils/comlink": "^1.4.1",
"async": "^3.2.5",
"discord.js": "^14.15.3",
"mongodb": "^6.7.0",
"piscina": "^4.6.0",
"mongodb": "^6.8.0",
"piscina": "^4.6.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0"
"@biomejs/biome": "^1.8.3"
}
}

0 comments on commit ad4c460

Please sign in to comment.