Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions api/v1/_meta/verduror-class-skills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"classId": "verduror",
"updated": "2026-09-03",
"icons": "/icons/skills/class/verduror/",
"prefabs": "/models/class-skills/",
"l0": [
"Plant Seed",
"Vine Lash",
"Iguana"
],
"uniqueIcons": {
"v_seed": "plant-seed.png",
"v_lash": "vine-lash.png",
"v_iguana": "iguana.png",
"v_bolt": "nature-bolt.png",
"v_vine": "vine-cast.png",
"v_bloom": "seed-bloom.png",
"v_cactus_trap": "barrel-cactus.png",
"v_tara": "green-tara.png",
"v_blink": "slip-step.png",
"v_flare": "seed-bloom.png",
"v_surge": "wild-surge.png",
"v_move_cast": "primal-cadence.png",
"v_grove": "living-grove.png",
"v_current": "primal-current.png",
"v_arcanum": "open-arcanum.png"
},
"shared": {
"v_flare": "seed-bloom.png — Seedflare is a bloom burst; same art as Seed Bloom on purpose."
},
"cdnStatus": "pending_upload",
"cdnNote": "Local PNGs verified (256x256 RGBA). CDN currently returns HTML instead of images. Upload to R2 required before consumers can resolve iconUrl paths.",
"uploadCommand": "npm run sync:icons && node scripts/upload-icon-registry-r2.mjs",
"note": "Canonical Verduror tree. Not mistweaver. Unique painted icons — leftover skills no longer reuse iguana/seed/bolt."
}
6 changes: 3 additions & 3 deletions api/v1/catalog.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"service": "objectstore",
"version": "5.0.0",
"canonicalUrl": "https://info.grudge-studio.com",
"canonicalUrl": "https://objectstore.grudge-studio.com",
"docs": "https://info.grudge-studio.com/docs",
"browseWeaponSkills": "https://info.grudge-studio.com/WEAPON_SKILLS.html",
"staticJsonBase": "https://info.grudge-studio.com/api/v1",
"workerApiBase": "https://info.grudge-studio.com/v1",
"staticJsonBase": "https://objectstore.grudge-studio.com/api/v1",
"workerApiBase": "https://objectstore.grudge-studio.com/api/v1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"workerApiBase": "https://objectstore.grudge-studio.com/api/v1",
"workerApiBase": "https://objectstore.grudge-studio.com/v1",

workerApiBase in api/v1/catalog.json wrongly points to /api/v1 instead of /v1, so worker CRUD/search/convert API calls built from it resolve to 404.

Fix on Vercel

"fleet": "https://grudachain.grudge-studio.com/api/fleet/connect",
"auth": {
"login": "https://id.grudge-studio.com/api/auth/page",
Expand Down
Loading