turnbasedgamedata/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W2_LycanKing_00_Ability.json
2024-10-21 03:16:22 -03:00

46 lines
1.2 KiB
JSON

{
"AbilityList": [
{
"Name": "ManikinMonster_W2_Lycanking_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.TriggerEffectForUI",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Monster/Eff_W2_LycanKing_00/Eff_Monster_W2_LycanKing_00_Common_WeaponDissolve.prefab",
"MinMutexTime": -1,
"MinMutexType": "Entity"
}
]
},
{
"Name": "MazeMonster_W2_Lycanking_00_BossEnhanceEffect_Special",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Flags": [
"Resident"
],
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_Common_Rogue_BossEnhance.prefab",
"Scale": {
"X": 1.7,
"Y": 1.7,
"Z": 1.7
}
}
]
}
]
}