1
0
ZenlessData/Data/_unsorted/HymnistWar_SummonMonster.json

73 lines
1.8 KiB
JSON

{
"AbilityName": "HymnistWar_SummonMonster",
"AbilitySpecials": {
"AS_GroupPoint": {
"Value": "",
"ValueType": "String"
}
},
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "Summon_Count",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
},
{
"$type": "RandomWeightAction",
"ActionList": [
{
"Actions": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "HymnistWar_SummonMonster_01",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_GroupPoint",
"Value": "%AS_GroupPoint",
"ValueType": "String"
}
]
}
],
"Weight": 40
},
{
"Actions": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "HymnistWar_SummonMonster_02",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_GroupPoint",
"Value": "%AS_GroupPoint",
"ValueType": "String"
}
]
}
],
"Weight": 35
},
{
"Actions": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "HymnistWar_SummonMonster_03",
"InitAbilitySpecialList": [
{
"SpecialName": "AS_GroupPoint",
"Value": "%AS_GroupPoint",
"ValueType": "String"
}
]
}
],
"Weight": 25
}
]
}
]
}