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

58 lines
No EOL
1.8 KiB
JSON

{
"AbilityName" : "Core_Summon",
"AbilityStacking":"Unique",
"AbilityMixins" :
[
{
"$type" : "MoleMole.SummonMixin",
"SummonType" : "Monster",
"SummonID" : 101110111,
//"SummonDuration" : 5,
"SummonTag" : ["Test"],
"TimesUpDelay" : 5,
"OverrideDelay" : 5,
"SummonPosRot" :
{
"CoordsOption" : "Self",
"NeedRaycastGround": true,
"TargetOption" :
{
"$type" : "MoleMole.ConfigPosRotReferTarget",
"OffsetReferTarget" : "Self"
},
"Offset" :
{
"PositionOffset" : {"x":0.0, "y":0.0, "z":0.0},
"AngleOffset" : {"x":0.0, "y":0.0, "z":0.0},
"RandomPositionRange" : {"x":4.0, "y":0.0, "z":4.0},
"RandomAngleRange": {"x":0.0, "y":0.0, "z":0.0},
"IsUseRotationY" : true,
"IsUseRotationXZ" : false
}
},
"InheritPropertyMap":
{
"Attack" :
{
"Percentage" : 10.0,
"InheritType" : "MasterTemplate"
}
},
"OnSummonTimesUpActions" :
[
{
"$type" : "MoleMole.SetAnimCtrlerParamAction",
"ParamType" : 1,
"ParamName" : "Trigger_Die",
"Target" : "Target",
"BoolVal" : true
}
]
}
]
}