25 lines
795 B
JSON
25 lines
795 B
JSON
|
|
{
|
||
|
|
"id": "effect",
|
||
|
|
"name": "@esengine/effect",
|
||
|
|
"globalKey": "effect",
|
||
|
|
"displayName": "Effect System",
|
||
|
|
"description": "效果系统,支持持续时间、叠加规则和属性修改器 | Effect system with duration, stacking rules, and attribute modifiers",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Gameplay",
|
||
|
|
"icon": "Sparkles",
|
||
|
|
"tags": ["effect", "buff", "debuff", "modifier", "status"],
|
||
|
|
"isCore": false,
|
||
|
|
"defaultEnabled": true,
|
||
|
|
"isEngineModule": true,
|
||
|
|
"canContainContent": false,
|
||
|
|
"platforms": ["web", "desktop"],
|
||
|
|
"dependencies": ["core"],
|
||
|
|
"exports": {
|
||
|
|
"components": ["EffectContainer"],
|
||
|
|
"systems": ["EffectSystem"]
|
||
|
|
},
|
||
|
|
"requiresWasm": false,
|
||
|
|
"outputPath": "dist/index.js",
|
||
|
|
"pluginExport": "EffectPlugin"
|
||
|
|
}
|