forked from Shardstone/trail-into-darkness
20 lines
545 B
JSON
20 lines
545 B
JSON
{
|
|
"name": "com.jovian.encounter-system",
|
|
"version": "0.1.0",
|
|
"displayName": "Jovian Encounter System",
|
|
"description": "Data-driven encounter authoring with polymorphic encounter kinds, dialog options with designer-authored events, cross-table quest chaining, and gated quest progression.",
|
|
"unity": "2022.3",
|
|
"dependencies": {
|
|
"com.unity.addressables": "1.21.0"
|
|
},
|
|
"keywords": [
|
|
"encounter",
|
|
"quest",
|
|
"dialog",
|
|
"rpg"
|
|
],
|
|
"author": {
|
|
"name": "Jovian"
|
|
}
|
|
}
|