Skip to content

Commit

Permalink
CCBot: Fill 'difficulty-mods' info
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Nov 14, 2024
1 parent 19e9221 commit 0f4ea73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{ "url": "https://github.com/TigerYasou/parrot-pet/releases/download/v1.0.0/parrot-pet.zip", "source": "" },
{ "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/difficulty-mods/releases/download/1.0.8/difficulty-mods.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": "" },
Expand Down
17 changes: 12 additions & 5 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3216,10 +3216,10 @@
"difficulty-mods": {
"metadataCCMod": {
"id": "difficulty-mods",
"version": "1.0.7",
"version": "1.0.8",
"title": "Difficulty Mods",
"description": {
"en_US": "Adjust enemy damage, HP, and EXP gain to make the game as difficult as you like."
"en_US": "Adjust enemy damage, HP, and EXP gain to make the game as easy or hard as you like."
},
"repository": "https://github.com/Azure-Lazuline/difficulty-mods",
"tags": [
Expand All @@ -3230,23 +3230,30 @@
"24": "icon24.png"
},
"prestart": "src/_prestart.js",
"poststart": "src/_poststart.js",
"assets": [
"data/lang/sc/gui.en_US.json.patch"
]
},
"installation": [
{
"type": "zip",
"url": "https://github.com/Azure-Lazuline/difficulty-mods/releases/download/1.0.7/difficulty-mods.ccmod",
"url": "https://github.com/Azure-Lazuline/difficulty-mods/releases/download/1.0.8/difficulty-mods.ccmod",
"source": "",
"hash": {
"sha256": "be3ed9a00b4b1b32348761a9ac8cefcf17c99b4106c7240051235c44626a4bfe"
"sha256": "d25f2a578687c5eb4d97a1375e179bbbba07aaf0a4e8c0e5c1a307f8fc19d2f8"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1728942448000,
"lastUpdateTimestamp": 1731619906000,
"releasePages": [
{
"body": "- moved everything to the Assists menu, overwriting the original options there\r\n- all options can be turned in both directions, to make things easier *or* harder\r\n- improved compatibility with other mods that add similar options",
"version": "1.0.8",
"timestamp": 1731619906000,
"url": "https://github.com/Azure-Lazuline/difficulty-mods/releases/tag/1.0.8"
},
{
"body": "- adjusted Arena scoring (for damage and time) based on the HP scale setting\r\n- HP scale now affects break meter too\r\n- added Enemy Speed setting",
"version": "1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion npDatabase.min.json

Large diffs are not rendered by default.

0 comments on commit 0f4ea73

Please sign in to comment.