feat: add actor behavior example config

This commit is contained in:
ud18010
2026-07-30 13:19:45 +08:00
parent c12e9ea9d7
commit 1380d5107a
4 changed files with 110 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"type": "fighter",
"version": 1,
"buffs": [
{
"id": "slow_01",
"duration": 3.0,
"tickInterval": 1.0,
"repeatCount": 3,
"stacking": "RefreshDuration",
"logicEffects": [
{
"id": "slow_tick",
"shape": "Locked",
"target": "Owner",
"effects": [
{ "type": "Attribute", "attribute": "moveSpeed", "value": -0.2 }
]
}
]
}
]
}