42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"type": "fighter",
|
|
"version": 1,
|
|
"behaviors": [
|
|
{
|
|
"id": "slash",
|
|
"duration": 0.8,
|
|
"canBeInterrupted": true,
|
|
"input": "DirectionOrTarget",
|
|
"timeline": [
|
|
{ "time": 0.0, "kind": "Animation", "animation": "slash_01", "duration": 0.8 },
|
|
{ "time": 0.12, "kind": "Effect", "prefab": "Assets/Game/Art/Effect/slash.prefab", "duration": 0.5 },
|
|
{ "time": 0.25, "kind": "LogicEffect", "effectId": "slash_hit" },
|
|
{ "time": 0.32, "kind": "Projectile", "flyObjectId": "blade_wave" }
|
|
],
|
|
"logicEffects": [
|
|
{
|
|
"id": "slash_hit",
|
|
"shape": "Sector",
|
|
"radius": 2.4,
|
|
"angle": 90,
|
|
"target": "Enemy",
|
|
"effects": [
|
|
{ "type": "Attribute", "attribute": "hp", "value": -30 }
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "quantao01",
|
|
"duration": 1.0,
|
|
"canBeInterrupted": true,
|
|
"input": "DirectionOrTarget",
|
|
"timeline": [
|
|
{ "time": 0.0, "kind": "Animation", "animation": "Assets/Game/Art/Actor/Controller/Class/140/140_skill01a_qt.FBX", "duration": 1.0 },
|
|
{ "time": 0.0, "kind": "Effect", "prefab": "Assets/Game/Art/Effect/Prefab/skill/9110004_zhujue_quantao_skill01a.prefab", "duration": 1.0 }
|
|
],
|
|
"logicEffects": []
|
|
}
|
|
]
|
|
}
|