Skip to content

Commit ba54b53

Browse files
authored
CCBot mod: clock-tower (#270)
* CCBot stable: ccbot/0 * CCBot: Fill 'clock-tower' info
1 parent c857a72 commit ba54b53

File tree

4 files changed

+56
-3
lines changed

4 files changed

+56
-3
lines changed

input-locations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@
8282
{ "url": "https://github.com/Unarelith/cc-staircase-effect-fix/releases/download/v1.0.2/cc-staircase-effect-fix-1.0.2.ccmod", "source": "" },
8383
{ "url": "https://github.com/Azure-Lazuline/boki-colors/releases/download/1.0.0/boki-colors.ccmod", "source": "" },
8484
{ "url": "https://github.com/krypciak/cc-shrimp/releases/download/v1.1.0/cc-shrimp-1.1.0.ccmod", "source": "" },
85-
{ "url": "https://github.com/buanjautista/cc-combo-weapons/releases/download/v0.1.0/cc-combo-weapons.v0.1.0.ccmod", "source": "" }
85+
{ "url": "https://github.com/buanjautista/cc-combo-weapons/releases/download/v0.1.0/cc-combo-weapons.v0.1.0.ccmod", "source": "" },
86+
{ "url": "https://github.com/buanjautista/cc-shock-quest/releases/download/v0.0.5-alpha/cc-clocktower-v0.0.5-alpha.ccmod", "source": "" }
8687
]

input-locations.old.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@
8282
{ "url": "https://github.com/Unarelith/cc-staircase-effect-fix/releases/download/v1.0.2/cc-staircase-effect-fix-1.0.2.ccmod", "source": "" },
8383
{ "url": "https://github.com/Azure-Lazuline/boki-colors/releases/download/1.0.0/boki-colors.ccmod", "source": "" },
8484
{ "url": "https://github.com/krypciak/cc-shrimp/releases/download/v1.1.0/cc-shrimp-1.1.0.ccmod", "source": "" },
85-
{ "url": "https://github.com/buanjautista/cc-combo-weapons/releases/download/v0.1.0/cc-combo-weapons.v0.1.0.ccmod", "source": "" }
85+
{ "url": "https://github.com/buanjautista/cc-combo-weapons/releases/download/v0.1.0/cc-combo-weapons.v0.1.0.ccmod", "source": "" },
86+
{ "url": "https://github.com/buanjautista/cc-shock-quest/releases/download/v0.0.5-alpha/cc-clocktower-v0.0.5-alpha.ccmod", "source": "" }
8687
]

npDatabase.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,6 +2977,57 @@
29772977
}
29782978
]
29792979
},
2980+
"clock-tower": {
2981+
"metadataCCMod": {
2982+
"id": "clock-tower",
2983+
"version": "0.0.5",
2984+
"title": "Clock Tower",
2985+
"description": "A custom dungeon located in Gaia's Garden (WIP)",
2986+
"repository": "https://github.com/buanjautista/cc-shock-quest",
2987+
"tags": [
2988+
"maps",
2989+
"puzzle"
2990+
],
2991+
"authors": "buanjautista",
2992+
"dependencies": {
2993+
"item-api": "^0.4.0",
2994+
"cc-combo-weapons": "^0.1.0"
2995+
},
2996+
"prestart": "mod.js"
2997+
},
2998+
"installation": [
2999+
{
3000+
"type": "zip",
3001+
"url": "https://github.com/buanjautista/cc-shock-quest/releases/download/v0.0.5-alpha/cc-clocktower-v0.0.5-alpha.ccmod",
3002+
"source": "",
3003+
"hash": {
3004+
"sha256": "22f028085120afbbf032e8d624f5642b19f6d0eb4351b116d5a046279982244f"
3005+
}
3006+
}
3007+
],
3008+
"stars": 2,
3009+
"lastUpdateTimestamp": 1734615002000,
3010+
"releasePages": [
3011+
{
3012+
"body": "\r\n- Fixed the other enemy AI freeze on right side of F1.\r\n- Opened last puzzle room for showing purposes until the dungeon is finished.\r\n- Moved combo weapons to a separate dependency library\r\n",
3013+
"version": "0.0.5-alpha",
3014+
"timestamp": 1734615002000,
3015+
"url": "https://github.com/buanjautista/cc-shock-quest/releases/tag/v0.0.5-alpha"
3016+
},
3017+
{
3018+
"body": "Fixes: \r\n- Enemy AI freezing after going through the floor 1 left room fight\r\n- Rails in Harbor Parkour now work (darn the fence only working with 8-multiple size)\r\n\r\nNew: \r\n- Item combos now work, for now only the Twin Edge combo\r\n- A few crafters in Silent Pond\r\n\r\nChanges:\r\n- Details on Silent Pond and other maps\r\n- The area is now on a separate floor inside Gaia's Garden",
3019+
"version": "0.0.4-alpha",
3020+
"timestamp": 1714433493000,
3021+
"url": "https://github.com/buanjautista/cc-shock-quest/releases/tag/v0.0.4-alpha"
3022+
},
3023+
{
3024+
"body": "A small first alpha version of the features of the mod.\r\n\r\nContains early versions of the Clock Tower dungeon, a rough layout of the parkour maps, and extra maps/items added in Gaia's Garden.\r\n\r\nalpha3: hopefully fixes compatibility with other mods\r\n\r\nRequires item-api: https://github.com/CCDirectLink/item-api/releases",
3025+
"version": "0.0.3-alpha",
3026+
"timestamp": 1705364401000,
3027+
"url": "https://github.com/buanjautista/cc-shock-quest/releases/tag/v0.0.3-alpha"
3028+
}
3029+
]
3030+
},
29803031
"crosscode-tweak-pack": {
29813032
"metadataCCMod": {
29823033
"id": "crosscode-tweak-pack",

npDatabase.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)