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

46 lines
964 B
JSON

{
"AbilityList": [
{
"Name": "MazeMonster_W4_Nikadory_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "GoldBody"
}
],
"Scale": {}
}
]
},
{
"Name": "ManikinMonster_W4_Nikadory_00_Passive",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AttachPoints": [
{
"Name": "GoldBody"
}
],
"Scale": {}
}
]
}
]
}