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

51 lines
1.0 KiB
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W3_Sam_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentVisibility",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "Eff_Body1_01"
},
{
"Name": "Eff_Body1_02"
}
]
}
]
},
{
"Name": "ManikinMonster_W3_Sam_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentVisibility",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "Eff_Body1_01"
},
{
"Name": "Eff_Body1_02"
}
]
}
]
}
]
}