1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-12 22:18:57 +03:00
inform7/inform7/Internal/Inter/WorldModelKit/kit_metadata.json

21 lines
596 B
JSON
Raw Normal View History

2022-06-03 14:24:07 +03:00
{
2022-06-04 01:56:04 +03:00
"is": {
"type": "kit",
"title": "WorldModelKit",
2022-11-08 00:41:51 +02:00
"version": "10.2.0-beta+6V96"
2022-06-04 01:56:04 +03:00
},
"needs": [ {
"need": {
"type": "extension",
"title": "Standard Rules",
"author": "Graham Nelson"
}
} ],
"activates": [ "interactive fiction", "multimedia" ],
"kit-details": {
"has-priority": 2,
"defines-Main": true,
"provides-kinds": [ "Actions.neptune", "Times.neptune", "Scenes.neptune", "Figures.neptune", "Sounds.neptune" ],
"indexes-with-structure": "Standard.indext"
}
}