Files
FireflyGo_Resources/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W3_Aventurine_00_Ability.json
2025-08-26 17:57:41 +07:00

22 lines
556 B
JSON

{
"AbilityList": [
{
"Name": "ManikinMonster_W3_Aventurine_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W3_Aventurine_00/Eff_Monster_W3_Aventurine_00_Common_Weapon_Manikin.prefab",
"ForceSimulateImmediately": false
}
]
}
]
}