HollowPS_TV_experiments/extras/zzz-0.1-jsons/NPC_Interact.json

60 lines
No EOL
1.5 KiB
JSON
Raw Blame History

{
"AbilityName" : "NPC_Interact",
"DefaultModifier" :
{
"OnInteractingItem" :
[
{
"$type" : "MoleMole.DoInteractAction",//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ť
"Target" : "Self",
},
],
},
"AbilityMixins" :
[
{
"$type" : "MoleMole.TriggerFieldMixin",
"TriggerOnAdded" : true,
"Radius" : "%InteractRadius",
"FieldType" : "Sphere",
"Follow" : true,
"IncludeSelf" : false,
"Targetting" : "Allied",
"UseOwnerTeam" : false,
"CustomCamp" : "TeamGood",
"OnOtherEnter" :
[
// {
// "$type" : "MoleMole.FireEffect",
// "EffectPattern" : "Eff_Card_Recover",
// "Target" : "Self",
// },
{
"$type" : "MoleMole.InteractEnableAction",
"Enable" : true,
"Target" : "Self",
},
],
"OnOtherExit" :
[
// {
// "$type" : "MoleMole.FireEffect",
// "EffectPattern" : "Eff_Card_Recover",
// "Target" : "Self",
// },
{
"$type" : "MoleMole.InteractEnableAction",
"Enable" : false,
"Target" : "Self",
},
]
}
],
"AbilitySpecials" :
{
"InteractRadius" :
{
"Value" : 5,
}
}
}