Recipe roles now match on a single `affordance.*` axis, required by both consumed `inputs` and non-consumed `tools` (the inputs/tools split carries consumption, not a separate axis). `form` — which conflated geometry, identity and capability — is removed. Its functional members folded into affordances (blade->cutting, shaft->leverage, plus knappable/spinnable/binding); identity members became template-id (chop_tree) or material+weight (log, hammer head). vagrant-skeleton v0.20.0; no crafting/composition lib bump (they never knew `form`). Verified headless via the tool-harness: 16/16 checks pass — role-flexibility (stick OR branch hafts), weight discrimination, tool-gating (tool not consumed), and anti-recursion guards (sharp_stone not re-knappable, cordage not re-spinnable).
36 lines
1.8 KiB
Plaintext
36 lines
1.8 KiB
Plaintext
{
|
|
"id": "vagrant-skeleton",
|
|
"version": "0.20.0",
|
|
"kind": "module",
|
|
"api": "^0.1",
|
|
"ci_frames": 60,
|
|
"entry_point": "init.lua",
|
|
"asset_aliases": {
|
|
"subterrain_player": "lib-asset.prototype-subterrain",
|
|
"blob_testbench": "lib-asset.prototype-blob-geom",
|
|
"blob_rect_stone": "lib-asset.prototype-blob-geom",
|
|
"tc_basics": "lib-asset.prototype-tc-basics"
|
|
},
|
|
"deps": [
|
|
{"id": "lib-core.input", "version": "0.4.0"},
|
|
{"id": "lib-core.camera", "version": "0.3.0"},
|
|
{"id": "lib-core.render", "version": "0.3.0"},
|
|
{"id": "lib-core.composition", "version": "0.3.0"},
|
|
{"id": "lib-core.actor", "version": "0.1.0"},
|
|
{"id": "lib-core.panel", "version": "0.4.0"},
|
|
{"id": "lib-core.inventory-list-display", "version": "0.2.0"},
|
|
{"id": "lib-core.notify", "version": "0.1.0"},
|
|
{"id": "lib-core.notify-display", "version": "0.1.0"},
|
|
{"id": "lib-core.world-overlay", "version": "0.1.0"},
|
|
{"id": "lib-core.maps", "version": "0.5.7"},
|
|
{"id": "lib-core.puppet", "version": "0.5.0"},
|
|
{"id": "lib-core.interaction", "version": "0.1.0"},
|
|
{"id": "lib-core.inventory-list", "version": "0.1.0"},
|
|
{"id": "lib-core.crafting", "version": "0.3.0"},
|
|
{"id": "lib-core.crafting-display", "version": "0.3.0"},
|
|
{"id": "lib-asset.prototype-subterrain", "version": "0.2.0"},
|
|
{"id": "lib-asset.prototype-blob-geom", "version": "0.1.0"},
|
|
{"id": "lib-asset.prototype-tc-basics", "version": "0.3.0"}
|
|
]
|
|
}
|