@sprite-foundry/pirate-raiders-48 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -11
- package/package.json +1 -1
- package/previews/banner.png +0 -0
- package/previews/lineup.png +0 -0
package/README.md
CHANGED
|
@@ -15,10 +15,14 @@
|
|
|
15
15
|
|
|
16
16
|
A 48px, 8-direction pixel-art pack of maritime characters with albedo, normal, and depth maps for engine-agnostic game use. **Pack 05** in the [Sprite Foundry](https://github.com/mcp-tool-shop-org/sprite-foundry) catalog.
|
|
17
17
|
|
|
18
|
+

|
|
19
|
+
|
|
18
20
|
## What's Included
|
|
19
21
|
|
|
20
22
|
16 pirate archetypes across two tiers — **Officers and Authority** and **The Crew** — each with 8 directional views:
|
|
21
23
|
|
|
24
|
+

|
|
25
|
+
|
|
22
26
|
### Officers and Authority (original 8)
|
|
23
27
|
|
|
24
28
|
| Variant | Role | Silhouette |
|
|
@@ -83,24 +87,26 @@ assets/
|
|
|
83
87
|
kraken-cultist/
|
|
84
88
|
shipwright/
|
|
85
89
|
pack.json pack-level index
|
|
86
|
-
previews/
|
|
90
|
+
previews/ banner and lineup sheets
|
|
87
91
|
```
|
|
88
92
|
|
|
89
93
|
## Manifest Format
|
|
90
94
|
|
|
91
|
-
Each variant has a `manifest.json
|
|
95
|
+
Each variant has a `manifest.json`:
|
|
92
96
|
|
|
93
97
|
```json
|
|
94
98
|
{
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
99
|
+
"slug": "captain",
|
|
100
|
+
"name": "Captain",
|
|
101
|
+
"version": "1.0.0",
|
|
102
|
+
"tileSize": 48,
|
|
103
|
+
"directions": ["front", "front_left", "left", "back_left", "back", "back_right", "right", "front_right"],
|
|
104
|
+
"layers": {
|
|
105
|
+
"albedo": "albedo/{direction}.png",
|
|
106
|
+
"normal": "normal/{direction}.png",
|
|
107
|
+
"depth": "depth/{direction}.png"
|
|
102
108
|
},
|
|
103
|
-
"
|
|
109
|
+
"preview": "preview/contact_sheet.png"
|
|
104
110
|
}
|
|
105
111
|
```
|
|
106
112
|
|
|
@@ -121,8 +127,10 @@ No engine-specific format or runtime dependency.
|
|
|
121
127
|
|
|
122
128
|
## Specs
|
|
123
129
|
|
|
130
|
+
- **Variants:** 16 pirate archetypes (8 Officers + 8 Crew)
|
|
124
131
|
- **Tile size:** 48 x 48 px
|
|
125
132
|
- **Directions:** 8 (front, front_left, left, back_left, back, back_right, right, front_right)
|
|
133
|
+
- **Total sprites:** 384 (16 × 8 × 3)
|
|
126
134
|
- **Format:** transparent PNG
|
|
127
135
|
- **Maps:** albedo + normal + depth
|
|
128
136
|
- **Animation:** static poses (v1)
|
|
@@ -135,8 +143,10 @@ Want to generate additional pirate variants that match this pack's art style and
|
|
|
135
143
|
This pack was produced with [Sprite Foundry](https://github.com/mcp-tool-shop-org/sprite-foundry), an open-source ComfyUI + SDXL pixel-art generation pipeline. The foundry repo contains everything you need:
|
|
136
144
|
|
|
137
145
|
- **Generation pipeline** — `pipeline/foundry_gen.py` drives ComfyUI with per-subject configs
|
|
138
|
-
- **Subject configs** — `pipeline/chars/pirate_*.json` define the exact prompts, seeds,
|
|
146
|
+
- **Subject configs** — `pipeline/chars/pirate_*.json` define the exact prompts, seeds, silhouette rules, and reject conditions for every variant in this pack
|
|
147
|
+
- **Batch manifest** — `pipeline/manifests/pirate_raiders_05.json` maps all 16 configs to the export structure
|
|
139
148
|
- **Export CLI** — `foundry export <run_id>` produces deterministic packs with checksums
|
|
149
|
+
- **ControlNet tuning** — humanoid depth strength 0.60, end% 0.85 (documented in the manifest)
|
|
140
150
|
|
|
141
151
|
To add a new variant:
|
|
142
152
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|