Skip to content

Commit

Permalink
CCBot mod: element-hair (#249)
Browse files Browse the repository at this point in the history
* CCBot stable: ccbot/0

* CCBot: Fill 'element-hair' info
  • Loading branch information
krypciak authored Nov 11, 2024
1 parent c2a877b commit 2d46999
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{ "url": "https://github.com/RookieBr-2/vermillion-training-facility/releases/download/Version-2/vermillion-training-facility.ccmod", "source": "" },
{ "url": "https://github.com/RookieBr-2/CrossCode-Brasil-CCloader/releases/download/1.4.1/CrossCode-Brasil.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/difficulty-mods/releases/download/1.0.7/difficulty-mods.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.5/elemental-hair.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.6/elemental-hair.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/xpc-triblader-trithrow/releases/download/1.0.2/xpc-triblader-trithrow.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/xpc-hexa-elemental-robe/archive/refs/tags/1.0.1.zip", "source": "" },
{ "url": "https://github.com/Unarelith/cc-staircase-effect-fix/releases/download/v1.0.2/cc-staircase-effect-fix-1.0.2.ccmod", "source": "" }
Expand Down
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{ "url": "https://github.com/RookieBr-2/vermillion-training-facility/releases/download/Version-2/vermillion-training-facility.ccmod", "source": "" },
{ "url": "https://github.com/RookieBr-2/CrossCode-Brasil-CCloader/releases/download/1.4.1/CrossCode-Brasil.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/difficulty-mods/releases/download/1.0.7/difficulty-mods.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.5/elemental-hair.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.6/elemental-hair.ccmod", "source": "" },
{ "url": "https://github.com/Azure-Lazuline/xpc-triblader-trithrow/releases/download/1.0.2/xpc-triblader-trithrow.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/xpc-hexa-elemental-robe/archive/refs/tags/1.0.1.zip", "source": "" },
{ "url": "https://github.com/Unarelith/cc-staircase-effect-fix/releases/download/v1.0.2/cc-staircase-effect-fix-1.0.2.ccmod", "source": "" }
Expand Down
18 changes: 12 additions & 6 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,10 @@
"element-hair": {
"metadataCCMod": {
"id": "element-hair",
"version": "1.0.5",
"version": "1.0.6",
"title": "Elemental Hair",
"description": {
"en_US": "Changes Lea's hair color to match her current element."
"en_US": "Changes Lea's hair color based on her element. (Check the repo for customization!)"
},
"repository": "https://github.com/Azure-Lazuline/elemental-hair",
"tags": [
Expand All @@ -3533,24 +3533,30 @@
"icons": {
"24": "icon24.png"
},
"prestart": "src/_prestart.js",
"prestart": "_prestart.js",
"assets": [
"data/lang/sc/gui.en_US.json.patch"
]
},
"installation": [
{
"type": "zip",
"url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.5/elemental-hair.ccmod",
"url": "https://github.com/Azure-Lazuline/elemental-hair/releases/download/1.0.6/elemental-hair.ccmod",
"source": "",
"hash": {
"sha256": "26f03fa6d5a7ec0023c3df778fb1aaa2ab1a23d8b46283fc7c4264218dc3d105"
"sha256": "0ab98c1ea5ad246e743b1fc5fbec9a83051f9f3aed44528dbccf4a9f928b170e"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1730402517000,
"lastUpdateTimestamp": 1731342821000,
"releasePages": [
{
"body": "- adds compatibility with party-elemental-effects mod, applying elemental colors to party members and PVP opponents\r\n- adds custom palettes for Lea's armor too (you can revert to just the hair in the options menu)\r\n- adds boki-colors.zip as an example for adding your own custom palettes",
"version": "1.0.6",
"timestamp": 1731342338000,
"url": "https://github.com/Azure-Lazuline/elemental-hair/releases/tag/1.0.6"
},
{
"body": "- trims whitespace at the end of image filenames before comparing\r\n- this fixes the sleeping animation, and a few others like Lea landing from big jumps",
"version": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.

0 comments on commit 2d46999

Please sign in to comment.