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

30 lines
567 B
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W4_FireProwler_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "Weapon02"
}
],
"Scale": {
"x": 0,
"y": 0,
"z": 0
}
}
]
}
]
}