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

98 lines
No EOL
3.6 KiB
JSON

{
"AbilityName" : "Monster_Default",
"AbilityStacking":"Unique"
// "DefaultModifier" :
// {
// "OnBeingHit" :
// [
// {
// "$type" : "MoleMole.ApplyMatCapAction",
// "MatCapKey" : "Monster_Common_Size_S_Hit_ShaderMatCap_01",
// "Target" : "Self",
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByIsInZoneTags",
// "Target": "Self",
// "Tags":
// [
// "Small"
// ]
// },
// {
// "$type": "MoleMole.ByNot",
// "Predicates":
// [
// {
// "$type" : "MoleMole.ByTargetHitEffect",
// "TargetHitEffects":
// [
// "Mute"
// ]
// }
// ]
// }
// ]
// },
// {
// "$type" : "MoleMole.ApplyMatCapAction",
// "MatCapKey" : "Monster_Common_Size_M_Hit_ShaderMatCap_01",
// "Target" : "Self",
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByIsInZoneTags",
// "Target": "Self",
// "Tags":
// [
// "Middle"
// ]
// },
// {
// "$type": "MoleMole.ByNot",
// "Predicates":
// [
// {
// "$type" : "MoleMole.ByTargetHitEffect",
// "TargetHitEffects":
// [
// "Mute"
// ]
// }
// ]
// }
// ]
// },
// {
// "$type" : "MoleMole.ApplyMatCapAction",
// "MatCapKey" : "Monster_Common_Size_L_Hit_ShaderMatCap_01",
// "Target" : "Self",
// "Predicates" :
// [
// {
// "$type": "MoleMole.ByIsInZoneTags",
// "Target": "Self",
// "Tags":
// [
// "Large"
// ]
// },
// {
// "$type": "MoleMole.ByNot",
// "Predicates":
// [
// {
// "$type" : "MoleMole.ByTargetHitEffect",
// "TargetHitEffects":
// [
// "Mute"
// ]
// }
// ]
// }
// ]
// }
// ]
// }
}