turnbasedgamedata/Config/ConfigAdventureAbility/NpcMonster/NPCMonster_W4_FireProwler_00_Ability.json
2025-02-24 07:50:34 -03:00

25 lines
496 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": {}
}
]
}
]
}